Uses of Interface
org.gvsig.fmap.dal.feature.FeatureReference
Packages that use FeatureReference
Package
Description
Provides API for accessing and managing tabular (Feature based) data.
-
Uses of FeatureReference in org.gvsig.fmap.dal.feature
Methods in org.gvsig.fmap.dal.feature that return FeatureReferenceModifier and TypeMethodDescriptionFeatureStore.getFeatureReference(String code) Feature.getReference()Returns a unique identifier for this Feature in the associated store.Methods in org.gvsig.fmap.dal.feature that return types with arguments of type FeatureReferenceModifier and TypeMethodDescriptionFeatureStoreNotification.getDeletedsFeatures()FeatureStore.getEditedFeatures()FeatureStore.getEditedFeaturesNotValidated()FeatureReferenceSelection.referenceIterable()FeatureReferenceSelection.referenceIterator()Returns an unmodifiable Iterator of selected feature references.Methods in org.gvsig.fmap.dal.feature with parameters of type FeatureReferenceModifier and TypeMethodDescriptionbooleanFeatureReferenceSelection.deselect(FeatureReference reference) Removes a feature from the selection.FeatureStore.getFeatureByReference(FeatureReference reference) Returns the feature given its reference.FeatureStore.getFeatureByReference(FeatureReference reference, FeatureType featureType) Returns the feature given its reference and feature type.FeatureStore.getOriginalFeature(FeatureReference id) booleanFeatureStore.isFeatureModified(FeatureReference id) booleanFeatureLocks.isLocked(FeatureReference reference) booleanFeatureLocksGroup.isLocked(FeatureReference feature) booleanFeatureReferenceSelection.isSelected(FeatureReference reference) Returns if a feature is selected.booleanFeatureLocks.lock(FeatureReference reference) booleanFeatureReferenceSelection.select(FeatureReference reference) Adds a feature to the selection.booleanFeatureLocks.unlock(FeatureReference reference) Method parameters in org.gvsig.fmap.dal.feature with type arguments of type FeatureReferenceModifier and TypeMethodDescriptionFeatureStore.getFeaturesIterable(Iterator<FeatureReference> references) FeatureStore.getFeaturesIterator(Iterator<FeatureReference> references)