|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FeatureList | |
org.geotools.data.store | |
org.geotools.feature | |
org.geotools.feature.collection | Helper classes for implementing FeatureCollections. |
Uses of FeatureList in org.geotools.data.store |
Methods in org.geotools.data.store that return FeatureList | |
FeatureList |
DataFeatureCollection.sort(SortBy order)
Construct a sorted view of this content. |
FeatureList |
DataFeatureCollection.sort(SortBy2 order)
Allows for "Advanced" sort capabilities specific to the GeoTools platform! |
Uses of FeatureList in org.geotools.feature |
Subinterfaces of FeatureList in org.geotools.feature | |
interface |
FeatureDocument
|
Methods in org.geotools.feature that return FeatureList | |
FeatureList |
DefaultFeatureCollection.sort(SortBy order)
Construct a sorted view of this content. |
FeatureList |
DefaultFeatureCollection.sort(SortBy2 order)
Allows for "Advanced" sort capabilities specific to the GeoTools platform! |
FeatureList |
FeatureList.subList(Filter filter)
Similar to subCollection, explicitly constructs a ordered List. |
FeatureList |
FeatureCollection.sort(SortBy order)
collection.subCollection( myFilter ).sort( {"foo","bar"} ); collection.subCollection( myFilter ).sort( "bar" ).sort("foo") |
Uses of FeatureList in org.geotools.feature.collection |
Classes in org.geotools.feature.collection that implement FeatureList | |
class |
AbstractFeatureList
|
class |
SubFeatureList
|
Methods in org.geotools.feature.collection that return FeatureList | |
FeatureList |
AbstractFeatureList.subList(Filter filter)
|
FeatureList |
AbstractFeatureList.sort(SortBy order)
|
FeatureList |
AbstractFeatureCollection.subList(Filter filter)
|
FeatureList |
AbstractFeatureCollection.sort(SortBy order)
|
FeatureList |
SubFeatureList.subList(Filter subfilter)
Sublist of this sublist! |
FeatureList |
SubFeatureList.sort(SortBy order)
|
FeatureList |
SubFeatureCollection.sort(SortBy order)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |