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

Packages that use FeatureReference
org.gvsig.fmap.dal.feature 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 FeatureReference
 FeatureReference Feature.getReference()
          Returns a unique identifier for this Feature in the associated store.
 

Methods in org.gvsig.fmap.dal.feature with parameters of type FeatureReference
 boolean FeatureReferenceSelection.deselect(FeatureReference reference)
          Removes a feature from the selection.
 Feature FeatureStore.getFeatureByReference(FeatureReference reference)
          Returns the feature given its reference.
 Feature FeatureStore.getFeatureByReference(FeatureReference reference, FeatureType featureType)
          Returns the feature given its reference and feature type.
 boolean FeatureLocks.isLocked(FeatureReference reference)
           
 boolean FeatureLocksGroup.isLocked(FeatureReference feature)
           
 boolean FeatureReferenceSelection.isSelected(FeatureReference reference)
          Returns if a feature is selected.
 boolean FeatureLocks.lock(FeatureReference reference)
           
 boolean FeatureReferenceSelection.select(FeatureReference reference)
          Adds a feature to the selection.
 boolean FeatureLocks.unlock(FeatureReference reference)
           
 



Copyright © 2004-2012 gvSIG. All Rights Reserved.