Package org.gvsig.fmap.dal.feature.impl
Class DefaultFeatureSelectionHelper
java.lang.Object
org.gvsig.fmap.dal.feature.impl.DefaultFeatureSelectionHelper
- All Implemented Interfaces:
FeatureSelectionHelper
- Author:
- Cèsar Ordiñana
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns theFeatureCommandsStackof theFeatureStore.longIf the store is in editing mode, it will have the count of added or removed features.
-
Constructor Details
-
DefaultFeatureSelectionHelper
-
-
Method Details
-
getFeatureStoreCommandsStack
Description copied from interface:FeatureSelectionHelperReturns theFeatureCommandsStackof theFeatureStore. If the store is not in editing mode, this method may return null- Specified by:
getFeatureStoreCommandsStackin interfaceFeatureSelectionHelper- Returns:
- the commands stack of the
FeatureStore
-
getFeatureStoreDeltaSize
public long getFeatureStoreDeltaSize()Description copied from interface:FeatureSelectionHelperIf the store is in editing mode, it will have the count of added or removed features. This is used to correct the total count of Features.- Specified by:
getFeatureStoreDeltaSizein interfaceFeatureSelectionHelper- Returns:
- the total number of added and deleted features
-