Erik Løvlie ha scritto: > Thank you :) So the namespace is only related to the feature type, but > can I then assume that a feature ID uniquely identifies a feature across > all feature types? Or just within the feature type of the feature in > question? E.g. is feature id = "river:fraser" unique among all feature > types, or could there be a book or artist (or whatever) also called > "river:fraser"?
Just unique within the specific feature type, the API does not require more. In practice, you'll get clashes only if you have two featuretypes with the same name around (coming from different datastores), since all datastores I know of create fids as typeName:<innerid>. Cheers Andrea ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Geotools-gt2-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
