Uses of Interface
org.gvsig.fmap.dal.feature.EditableFeature
Packages that use EditableFeature
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 EditableFeature in org.gvsig.fmap.dal
Methods in org.gvsig.fmap.dal that return types with arguments of type EditableFeatureModifier and TypeMethodDescriptionDataManager.getFeaturesFromClipboard(FeatureStore store, Predicate<FeatureAttributeDescriptor> attrFilter) -
Uses of EditableFeature in org.gvsig.fmap.dal.feature
Methods in org.gvsig.fmap.dal.feature that return EditableFeatureModifier and TypeMethodDescriptionFeatureStore.createNewFeature()Creates a new feature using the default feature type and returns it as anEditableFeatureFeatureStore.createNewFeature(boolean defaultValues) Creates a new feature of defaultFeatureType.FeatureStore.createNewFeature(javax.json.JsonObject defaultValues) FeatureStore.createNewFeature(Feature defaultValues) Creates a new feature of defaultFeatureType.FeatureStore.createNewFeature(FeatureType type, boolean defaultValues) Creates a new feature of the givenFeatureType.FeatureStore.createNewFeature(FeatureType type, Feature defaultValues) Creates a new feature of the givenFeatureTypeand uses the givenFeatureas default values to initialize it.Feature.getEditable()Returns the editable instance of this Feature.FacadeOfAFeature.getEditableFeature()Methods in org.gvsig.fmap.dal.feature with parameters of type EditableFeatureModifier and TypeMethodDescriptionvoidFeatureStoreTransform.applyTransform(Feature source, EditableFeature target) Applies this transform between two features, copying the source data to the target feature.voidFeatureSet.insert(EditableFeature feature) Inserts a new feature in this set.voidFeatureStore.insert(EditableFeature feature) Inserts aFeaturein the store.
AnyFeatureSetfrom this store that was still in use will be invalidated.voidFeatureAttributeEmulator.set(EditableFeature feature, Object value) voidFeatureSet.update(EditableFeature feature) Updates aFeaturewith the givenEditableFeature.
AnyDisposableIteratorfrom this store that was still in use can will not reflect this change.voidFeatureStore.update(EditableFeature feature) Updates aFeaturein the store with the changes in theEditableFeature.
AnyFeatureSetfrom this store that was still in use will be invalidated.voidFeatureRule.validate(EditableFeature feature, FeatureStore featureStore) This is the method that applies this rule to theFeature, given also its associatedFeatureStore. -
Uses of EditableFeature in org.gvsig.fmap.dal.feature.paging
Methods in org.gvsig.fmap.dal.feature.paging with parameters of type EditableFeatureModifier and TypeMethodDescriptionvoidFeaturePagingHelper.insert(EditableFeature feature) Inserts a new feature in thisFeatureSet.voidFeaturePagingHelper.update(EditableFeature feature)