|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FeatureCollection | |
|---|---|
| org.opengis.feature | Representation a features on a map. |
| org.opengis.feature.display.canvas | Canvas for features and its layers. |
| org.opengis.feature.simple | |
| Uses of FeatureCollection in org.opengis.feature |
|---|
| Subinterfaces of FeatureCollection in org.opengis.feature | |
|---|---|
interface |
DataFeatureCollection
Deprecated. Removed pending a redesign of feature storage interfaces |
| Methods in org.opengis.feature that return FeatureCollection | |
|---|---|
FeatureCollection |
FeatureFactory.createFeatureCollection(Collection<Property> value,
AttributeDescriptor desc,
String id)
Createsa a nested feature collection. |
FeatureCollection |
FeatureFactory.createFeatureCollection(Collection<Property> value,
FeatureCollectionType type,
String id)
Create a new feature collection based on type (not nested). |
FeatureCollection |
FeatureEvent.getFeatureCollection()
Deprecated. Synonym for FeatureEvent.getSource(), but does the cast for you. |
FeatureCollection |
FeatureStore.getFeatures(GenericName type)
Deprecated. Gets all features of the given type. |
FeatureCollection |
FeatureStore.getFeatures(GenericName type,
Filter filter)
Deprecated. Gets all features of the given type that pass some filter. |
FeatureCollection |
FeatureStore.getFeatures(Query query)
Deprecated. Gets features of the given type that pass some query. |
FeatureCollection |
FeatureStore.getFeatures(Query q,
Transaction t)
Deprecated. Shortcut for calling getFeatures(q) then
calling setTransaction(t)
on the result. |
FeatureCollection |
FeatureCollection.sort(SortBy order)
A sorted "view" of this collection in the order indicated. |
FeatureCollection |
FeatureCollection.subCollection(Filter filter)
FeatureCollection "view" indicated by provided filter. |
| Methods in org.opengis.feature with parameters of type FeatureCollection | |
|---|---|
void |
FeatureStore.registerFeatureCollection(FeatureCollection featureCollection,
GenericName type)
Deprecated. Registers the given feature collection so that it may hear any adds, removes, or updates of Features of the given type. |
void |
FeatureStore.registerFeatureCollection(FeatureCollection featureCollection,
GenericName type,
Filter filter)
Deprecated. Registers the given feature collection so that it may hear any adds, removes, or updates of Features of the given
type that meet the given filter. |
void |
FeatureStore.registerFeatureCollection(FeatureCollection featureCollection,
Query query)
Deprecated. Registers the given feature collection so that it may hear any adds, removes, or updates of Features of the given
type that meet the given filter. |
void |
FeatureStore.unregisterFeatureCollection(FeatureCollection featureCollection)
Deprecated. Unregisters the given feature collection so that it will no longer hear any adds, removes, or updates of Features for
which it had previously registered. |
| Constructors in org.opengis.feature with parameters of type FeatureCollection | |
|---|---|
FeatureEvent(FeatureCollection source,
List<String> fids)
Deprecated. Constructs a new event. |
|
| Uses of FeatureCollection in org.opengis.feature.display.canvas |
|---|
| Methods in org.opengis.feature.display.canvas that return FeatureCollection | |
|---|---|
FeatureCollection |
FeatureLayer.getFeatureCollection()
Returns the collection of features that will be portrayed in this layer. |
| Uses of FeatureCollection in org.opengis.feature.simple |
|---|
| Subinterfaces of FeatureCollection in org.opengis.feature.simple | |
|---|---|
interface |
SimpleFeatureCollection
A FeatureCollection which placed the following contraints on its contents. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||