Uses of Interface
org.gvsig.fmap.dal.feature.FeatureStore
Packages that use FeatureStore
Package
Description
Provides DAL's top level abstraction API.
Provides API for accessing and managing tabular (Feature based) data.
Utilities to perform paged loading of Features from a FeatureSet
-
Uses of FeatureStore in org.gvsig.fmap.dal
Methods in org.gvsig.fmap.dal that return FeatureStoreModifier and TypeMethodDescriptionDataManager.createMemoryStore(String autoOrderAttributeName) Utility method to create the aFeatureStorebased on the.invalid reference
MemoryStoreProviderDataTransaction.getFeatureStore(String id) DatabaseWorkspaceManager.getTable(int tableid) Gets the data store associated with the indicated configuration table.Methods in org.gvsig.fmap.dal with parameters of type FeatureStoreModifier and TypeMethodDescriptionvoidAbstractStoresRepository.add(String name, FeatureStore store) voidAbstractStoresRepository.add(String name, FeatureStore store, String label) static voidDataTransaction.add(DataTransaction transaction, FeatureStore store, boolean local) voidStoresRepository.add(String name, FeatureStore store) voidStoresRepository.add(String name, FeatureStore store, String label) DataManager.createFeaturePagingHelper(FeatureStore featureStore, int pageSize) Creates aFeaturePagingHelperto paginate data from aFeatureStore.DataManager.createFeaturePagingHelper(FeatureStore featureStore, FeatureQuery featureQuery, int pageSize) Creates aFeaturePagingHelperto paginate data from aFeatureStore.DataManager.getFeaturesFromClipboard(FeatureStore store, Predicate<FeatureAttributeDescriptor> attrFilter) -
Uses of FeatureStore in org.gvsig.fmap.dal.complements
Methods in org.gvsig.fmap.dal.complements that return FeatureStoreModifier and TypeMethodDescriptionRelatedFeatures.ContextRelatedFeatures.getFeatureStore()RelatedFeatures.getFeatureStore(RelatedFeatures.ContextRelatedFeatures context) -
Uses of FeatureStore in org.gvsig.fmap.dal.feature
Methods in org.gvsig.fmap.dal.feature that return FeatureStoreModifier and TypeMethodDescriptionFeatureType.getAsFeatureStore()AbstractFeatureStoreTransform.getFeatureStore()FeatureSet.getFeatureStore()FeatureStoreTransform.getFeatureStore()Returns the FeatureStore to which this transform belongs.ForeingKey.ContextForeingKey.getFeatureStore()ForeingKey.getFeatureStore(ForeingKey.ContextForeingKey context) Feature.getStore()Return the store associated to this feature.FeatureAttributeDescriptor.getStore()Return the store associated to this attribute descriptor.FeatureType.getStore()Return the store associated to this type.Methods in org.gvsig.fmap.dal.feature with parameters of type FeatureStoreModifier and TypeMethodDescriptionvoidFeatureTypeDefinitionsManager.add(FeatureStore store, FeatureType featureType, org.gvsig.tools.dynobject.DynClass dynClass) Associate the DynClass to the feature type.voidFeatureQuery.addEssentialAttributeNames(FeatureStore store) voidFeatureCache.addFeatures(FeatureSet featureSet, FeatureStore featureStore) Add a set of features contained in a envelope for a concrete scale.voidFeatureQuery.addPrimaryKeyAttributeNames(FeatureStore store) voidAbstractFeatureStoreTransform.apply(FeatureStore store) voidFeatureStoreTransform.apply(FeatureStore store) static booleanFeatureStore.cancelEditingQuietly(FeatureStore store) booleanFeatureTypeDefinitionsManager.contains(FeatureStore store, FeatureType featureType) Return true if exists a DynClass defined associated to the feature type passed as parameter.voidFeatureStore.copyTo(FeatureStore target) static booleanFeatureStore.finishEditingQuietly(FeatureStore store) org.gvsig.tools.dynobject.DynClassFeatureTypeDefinitionsManager.get(FeatureStore store, FeatureType featureType) Search if exists a DynClass associated to the feature type and return it.static StringFeatureStore.getLabel(FeatureStore store) voidFeatureTypeDefinitionsManager.remove(FeatureStore store, FeatureType featureType) Unlink the DynClass associated to the feature type.voidAbstractFeatureStoreTransform.revoke(FeatureStore store) voidFeatureStoreTransform.revoke(FeatureStore store) voidAbstractFeatureStoreTransform.setFeatureStore(FeatureStore store) voidFeatureStoreTransform.setFeatureStore(FeatureStore featureStore) Sets the FeatureStore to which this transform is applied.voidFeatureRule.validate(EditableFeature feature, FeatureStore featureStore) This is the method that applies this rule to theFeature, given also its associatedFeatureStore. -
Uses of FeatureStore in org.gvsig.fmap.dal.feature.paging
Methods in org.gvsig.fmap.dal.feature.paging that return FeatureStoreModifier and TypeMethodDescriptionFeaturePagingHelper.getFeatureStore()Returns the FeatureStore used to fetch the data.