|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RandomFeatureAccess
Access Feature content using Feature "Id".
Many FeatureCollection
For an addition improvement in memory comsumption SubCollections may use of a sparse reprsentation where only (beginId,endId] ranges are kept in memory.
Method Summary | |
---|---|
org.opengis.feature.simple.SimpleFeature |
getFeatureMember(java.lang.String id)
Access Feature content by feature id. |
org.opengis.feature.simple.SimpleFeature |
removeFeatureMember(java.lang.String id)
Optional Method |
Methods inherited from interface org.geotools.feature.FeatureCollection |
---|
accepts, add, addAll, addAll, addListener, clear, close, close, contains, containsAll, features, getBounds, getID, getSchema, isEmpty, iterator, purge, remove, removeAll, removeListener, retainAll, size, sort, subCollection, toArray, toArray |
Method Detail |
---|
org.opengis.feature.simple.SimpleFeature getFeatureMember(java.lang.String id) throws java.util.NoSuchElementException
id
-
java.util.NoSuchElementException
- if a Feature with the indicated id is not presentorg.opengis.feature.simple.SimpleFeature removeFeatureMember(java.lang.String id)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |