Uses of Interface
org.gvsig.fmap.dal.feature.EditableFeatureType
Packages that use EditableFeatureType
Package
Description
Provides DAL's top level abstraction API.
Provides API for accessing and managing tabular (Feature based) data.
-
Uses of EditableFeatureType in org.gvsig.fmap.dal
Methods in org.gvsig.fmap.dal that return EditableFeatureTypeModifier and TypeMethodDescriptionDataManager.createFeatureType()DataManager.createFeatureType(javax.json.JsonObject json) -
Uses of EditableFeatureType in org.gvsig.fmap.dal.feature
Methods in org.gvsig.fmap.dal.feature that return EditableFeatureTypeModifier and TypeMethodDescriptionNewFeatureStoreParameters.getDefaultFeatureType()EditableFeatureType.getEditable()Returns a copy of this editable feature type.FeatureType.getEditable()Returns an editable instance of this FeatureType.FeatureStoreNotification.getFeatureType()Methods in org.gvsig.fmap.dal.feature with parameters of type EditableFeatureTypeModifier and TypeMethodDescriptionvoidFeatureStore.update(EditableFeatureType featureType) Updates aFeatureTypein the store with the changes in theEditableFeatureType.
AnyFeatureSetfrom this store that are used will be invalidated. -
Uses of EditableFeatureType in org.gvsig.fmap.dal.spi
Methods in org.gvsig.fmap.dal.spi that return EditableFeatureType -
Uses of EditableFeatureType in org.gvsig.fmap.dal.store.db
Methods in org.gvsig.fmap.dal.store.db that return EditableFeatureType