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

Packages that use EditableFeature
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 
 

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

Methods in org.gvsig.fmap.dal.feature that return EditableFeature
 EditableFeature FeatureStore.createNewFeature()
          Creates a new feature using the default feature type and returns it as an EditableFeature
 EditableFeature FeatureStore.createNewFeature(boolean defaultValues)
          Creates a new feature of default FeatureType.
 EditableFeature FeatureStore.createNewFeature(FeatureType type, boolean defaultValues)
          Creates a new feature of the given FeatureType.
 EditableFeature FeatureStore.createNewFeature(FeatureType type, Feature defaultValues)
          Creates a new feature of the given FeatureType and uses the given Feature as default values to initialize it.
 EditableFeature Feature.getEditable()
          Returns the editable instance of this Feature.
 

Methods in org.gvsig.fmap.dal.feature with parameters of type EditableFeature
 void FeatureStoreTransform.applyTransform(Feature source, EditableFeature target)
          Applies this transform between two features, copying the source data to the target feature.
 void FeatureSet.insert(EditableFeature feature)
          Inserts a new feature in this set.
 void FeatureStore.insert(EditableFeature feature)
          Inserts a Feature in the store.
 void FeatureSet.update(EditableFeature feature)
          Updates a Feature with the given EditableFeature.
 void FeatureStore.update(EditableFeature feature)
          Updates a Feature in the store with the changes in the EditableFeature.
 

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

Methods in org.gvsig.fmap.dal.feature.paging with parameters of type EditableFeature
 void FeaturePagingHelper.insert(EditableFeature feature)
          Inserts a new feature in this FeatureSet.
 void FeaturePagingHelper.update(EditableFeature feature)
          Updates a Feature with the given EditableFeature in the current FeatureSet.
 



Copyright © 2004-2012 gvSIG. All Rights Reserved.