> Collection<Object> featureInstanceIDs(); > Replaced by : Id featureInstanceIDs(); > Collection<String> featureTypeNames(); > Replaced by : Set<String> featureTypeNames(); I haven't choose Set<Name> because the Name interface in broken (acuster explained me) another solution is Set<URI>. > Set<String> getSemanticTypeIdentifiers(); Replaced by : Set<SemanticType> semanticTypeIdentifiers(); SemanticType is a codelist.
regards -- Johann Sorel Company - Geomatys GIS Developer Mail - [EMAIL PROTECTED] ------------------------------------------------------------------------- Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown that voting for your favorite open source project, along with a healthy diet, reduces your potential for chronic lameness and boredom. Vote Now at http://www.sourceforge.net/community/cca08 _______________________________________________ Geotools-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-devel
