Uses of Interface
org.opengis.feature.FeatureStore

Packages that use FeatureStore
org.opengis.feature Representation a features on a map. 
 

Uses of FeatureStore in org.opengis.feature
 

Methods in org.opengis.feature that return FeatureStore
 FeatureStore FeatureStoreEvent.getFeatureStore()
          Deprecated. Synonym for FeatureStoreEvent.getSource(), but does the cast for you.
 

Methods in org.opengis.feature that return types with arguments of type FeatureStore
 Set<FeatureStore> LockResponse.getFeatureStores()
          Deprecated. Returns the set of locked feature stores.
 

Methods in org.opengis.feature with parameters of type FeatureStore
 void LockResponse.addAuthorization(FeatureStore store, String token)
          Deprecated. Add an additional authorization token to collected results for Transaction.commit().
 String LockResponse.getAuthorization(FeatureStore store)
          Deprecated. Returns the authorization token for indicated feature store, or null if there is no locks known for the feature store.
 

Constructors in org.opengis.feature with parameters of type FeatureStore
FeatureStoreEvent(FeatureStore featureStore, GenericName typeName, int eventType)
          Deprecated. Constructs a new event.
 



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