Uses of Interface
org.opengis.feature.Query

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 Features of the given type that meet the given filter.
 



Copyright © 1994-2008 Open Geospatial Consortium. All Rights Reserved.