|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Query | |
---|---|
org.opengis.feature | Representation a features on a map. |
Uses of Query in org.opengis.feature |
---|
Methods in org.opengis.feature with parameters of type Query | |
---|---|
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. |
void |
FeatureStore.registerFeatureCollection(FeatureCollection featureCollection,
Query query)
Deprecated. Registers the given feature collection so that it may hear any adds, removes, or updates of Feature s of the given
type that meet the given filter . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |