Uses of Interface
org.gvsig.fmap.dal.feature.FeatureStore

Packages that use FeatureStore
org.gvsig.fmap.dal Provides DAL's top level abstraction API. 
org.gvsig.fmap.dal.feature Provides API for accessing and managing tabular (Feature based) data. 
org.gvsig.fmap.dal.feature.paging Utilities to perform paged loading of Features from a FeatureSet 
org.gvsig.fmap.dal.feature.rule Provides API for feature rules. 
 

Uses of FeatureStore in org.gvsig.fmap.dal
 

Methods in org.gvsig.fmap.dal that return FeatureStore
 FeatureStore DataManager.createMemoryStore(String autoOrderAttributeName)
          Utility method to create the a FeatureStore based on the MemoryStoreProvider.
 

Methods in org.gvsig.fmap.dal with parameters of type FeatureStore
 FeaturePagingHelper DataManager.createFeaturePagingHelper(FeatureStore featureStore, FeatureQuery featureQuery, int pageSize)
          Creates a FeaturePagingHelper to paginate data from a FeatureStore.
 FeaturePagingHelper DataManager.createFeaturePagingHelper(FeatureStore featureStore, int pageSize)
          Creates a FeaturePagingHelper to paginate data from a FeatureStore.
 

Uses of FeatureStore in org.gvsig.fmap.dal.feature
 

Methods in org.gvsig.fmap.dal.feature that return FeatureStore
 FeatureStore FeatureStoreTransform.getFeatureStore()
          Returns the FeatureStore to which this transform belongs.
 FeatureStore AbstractFeatureStoreTransform.getFeatureStore()
           
 

Methods in org.gvsig.fmap.dal.feature with parameters of type FeatureStore
 void FeatureCache.addFeatures(FeatureSet featureSet, FeatureStore featureStore)
          Add a set of features contained in a envelope for a concrete scale.
 void FeatureStoreTransform.setFeatureStore(FeatureStore featureStore)
          Sets the FeatureStore to which this transform is applied.
 void AbstractFeatureStoreTransform.setFeatureStore(FeatureStore store)
           
 void FeatureRule.validate(Feature feature, FeatureStore featureStore)
          This is the method that applies this rule to the Feature, given also its associated FeatureStore.
 

Uses of FeatureStore in org.gvsig.fmap.dal.feature.paging
 

Methods in org.gvsig.fmap.dal.feature.paging that return FeatureStore
 FeatureStore FeaturePagingHelper.getFeatureStore()
          Returns the FeatureStore used to fetch the data.
 

Uses of FeatureStore in org.gvsig.fmap.dal.feature.rule
 

Methods in org.gvsig.fmap.dal.feature.rule with parameters of type FeatureStore
 void FeatureRulePolygon.validate(Feature feature, FeatureStore store)
           
 



Copyright © 2004-2012 gvSIG. All Rights Reserved.