Class FeatureTypeManager
java.lang.Object
org.gvsig.fmap.dal.feature.impl.editing.memory.FeatureTypeManager
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassclass -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()voiddispose()longList<org.gvsig.fmap.dal.feature.FeatureType.FeatureTypeChanged> org.gvsig.fmap.dal.feature.FeatureTypeorg.gvsig.fmap.dal.feature.FeatureTypebooleanbooleanhasNews()booleanbooleanisDeleted(org.gvsig.fmap.dal.feature.FeatureType type) voidvoidintupdate(org.gvsig.fmap.dal.feature.FeatureType type, org.gvsig.fmap.dal.feature.FeatureType oldType)
-
Constructor Details
-
FeatureTypeManager
public FeatureTypeManager(org.gvsig.fmap.dal.feature.FeatureStore store)
-
-
Method Details
-
dispose
public void dispose() -
getType
public org.gvsig.fmap.dal.feature.FeatureType getType(String id) throws org.gvsig.fmap.dal.exception.DataException - Throws:
org.gvsig.fmap.dal.exception.DataException
-
update
public int update(org.gvsig.fmap.dal.feature.FeatureType type, org.gvsig.fmap.dal.feature.FeatureType oldType) -
restore
-
restore
-
isDeleted
public boolean isDeleted(org.gvsig.fmap.dal.feature.FeatureType type) -
isDeleted
-
clear
public void clear() -
hasChanges
public boolean hasChanges() -
newsIterator
-
hasNews
public boolean hasNews() -
getDeltaSize
public long getDeltaSize() -
getOriginalFeatureType
public org.gvsig.fmap.dal.feature.FeatureType getOriginalFeatureType() -
getTransforms
-
getFeatureTypesChanged
public List<org.gvsig.fmap.dal.feature.FeatureType.FeatureTypeChanged> getFeatureTypesChanged() throws org.gvsig.fmap.dal.exception.DataException- Throws:
org.gvsig.fmap.dal.exception.DataException
-