| org.geotools.feature.iso.collection.AbstractResourceCollection org.geotools.feature.iso.collection.SubFeatureCollection org.geotools.feature.iso.collection.SubFeatureList
Constructor Summary | |
public | SubFeatureList(FeatureCollection collection, Filter filter, FilterFactory factory) | public | SubFeatureList(FeatureCollection collection, Filter filter, FilterFactory factory, SortBy subSort) Create a simple SubFeatureList with the provided
filter. | public | SubFeatureList(SubFeatureList list, List order) |
sort | List sort(Code) | | Sorting used to determine order - List
|
SubFeatureList | public SubFeatureList(FeatureCollection collection, Filter filter, FilterFactory factory)(Code) | | |
SubFeatureList | public SubFeatureList(FeatureCollection collection, Filter filter, FilterFactory factory, SortBy subSort)(Code) | | Create a simple SubFeatureList with the provided
filter.
Parameters: filter - |
createIndex | protected List createIndex()(Code) | | Put this SubFeatureList in touch with its inner index
|
removeFeatureMember | public Feature removeFeatureMember(String id)(Code) | | |
sort | public FeatureCollection sort(SortBy order)(Code) | | |
subList | public FeatureCollection subList(org.opengis.filter.Filter filter)(Code) | | Sublist of this sublist!
Implementation will ensure this does not get out of hand, order
is maintained and only indexed once.
|
Fields inherited from org.geotools.feature.iso.collection.AbstractResourceCollection | final protected Set open(Code)(Java Doc)
|
|
|