Package org.gvsig.fmap.dal.feature.impl
Class DefaultFeatureStoreNotification
java.lang.Object
org.gvsig.tools.observer.BaseNotification
org.gvsig.fmap.dal.feature.impl.DefaultFeatureStoreNotification
- All Implemented Interfaces:
org.gvsig.fmap.dal.DataStoreNotification,org.gvsig.fmap.dal.feature.FeatureStoreNotification,org.gvsig.tools.observer.Notification
public class DefaultFeatureStoreNotification
extends org.gvsig.tools.observer.BaseNotification
implements org.gvsig.fmap.dal.feature.FeatureStoreNotification
-
Field Summary
Fields inherited from class org.gvsig.tools.observer.BaseNotification
canceled, valuesFields inherited from interface org.gvsig.fmap.dal.DataStoreNotification
AFTER_CLOSE, AFTER_DISPOSE, AFTER_OPEN, BEFORE_CLOSE, BEFORE_DISPOSE, BEFORE_OPEN, COMPLEX_NOTIFICATION, RESOURCE_CHANGED, SELECTION_CHANGEFields inherited from interface org.gvsig.fmap.dal.feature.FeatureStoreNotification
AFTER_CANCELEDITING, AFTER_DELETE, AFTER_FINISHEDITING, AFTER_INSERT, AFTER_REDO, AFTER_REFRESH, AFTER_STARTEDITING, AFTER_UNDO, AFTER_UPDATE, AFTER_UPDATE_TYPE, BEFORE_CANCELEDITING, BEFORE_DELETE, BEFORE_FINISHEDITING, BEFORE_INSERT, BEFORE_REDO, BEFORE_REFRESH, BEFORE_STARTEDITING, BEFORE_UNDO, BEFORE_UPDATE, BEFORE_UPDATE_TYPE, FAILED_FINISHEDITING, FAILED_STARTEDITING, INDEX_FILLING_CANCELLED, INDEX_FILLING_ERROR, INDEX_FILLING_STARTED, INDEX_FILLING_SUCCESS, LOAD_FINISHED, LOCKS_CHANGE, PREPARING_FINISHEDITING, TRANSFORM_CHANGE -
Constructor Summary
ConstructorsConstructorDescriptionDefaultFeatureStoreNotification(org.gvsig.fmap.dal.DataStore source, String type) DefaultFeatureStoreNotification(org.gvsig.fmap.dal.DataStore source, String type, Exception exception) DefaultFeatureStoreNotification(org.gvsig.fmap.dal.DataStore source, String type, String editingSession) DefaultFeatureStoreNotification(org.gvsig.fmap.dal.DataStore source, String type, String editingSession, int editMode) DefaultFeatureStoreNotification(org.gvsig.fmap.dal.DataStore source, String type, String editingSession, int editMode, org.gvsig.expressionevaluator.Expression expression) DefaultFeatureStoreNotification(org.gvsig.fmap.dal.DataStore source, String type, String editingSession, int editMode, org.gvsig.fmap.dal.feature.EditableFeatureType featureType) DefaultFeatureStoreNotification(org.gvsig.fmap.dal.DataStore source, String type, String editingSession, int editMode, org.gvsig.fmap.dal.feature.Feature feature) DefaultFeatureStoreNotification(org.gvsig.fmap.dal.DataStore source, String type, String editingSession, int editMode, org.gvsig.tools.undo.command.Command command) DefaultFeatureStoreNotification(org.gvsig.fmap.dal.DataStore source, String type, org.gvsig.fmap.dal.DataSet collection) DefaultFeatureStoreNotification(org.gvsig.fmap.dal.DataStore source, String type, org.gvsig.fmap.dal.feature.FeatureIndex index) -
Method Summary
Modifier and TypeMethodDescriptionIterator<org.gvsig.fmap.dal.feature.FeatureType.FeatureTypeChanged> org.gvsig.fmap.dal.DataSetorg.gvsig.tools.undo.command.CommandIterator<org.gvsig.fmap.dal.feature.FeatureReference> intorg.gvsig.expressionevaluator.Expressionorg.gvsig.fmap.dal.feature.Featureorg.gvsig.fmap.dal.feature.EditableFeatureTypeorg.gvsig.fmap.dal.feature.FeatureIndexgetIndex()Iterator<org.gvsig.fmap.dal.feature.Feature> org.gvsig.fmap.dal.DataStoreIterator<org.gvsig.fmap.dal.feature.Feature> booleanbooleanMethods inherited from class org.gvsig.tools.observer.BaseNotification
abort, abort, cancel, getAbortCause, getType, getValue, getValue, isAborted, isCanceled, isOfType, setValue, setValue, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.gvsig.tools.observer.Notification
abort, abort, cancel, getAbortCause, getType, getValue, getValue, isAborted, isCanceled, isOfType, setValue, setValue
-
Constructor Details
-
DefaultFeatureStoreNotification
-
DefaultFeatureStoreNotification
-
DefaultFeatureStoreNotification
-
DefaultFeatureStoreNotification
-
DefaultFeatureStoreNotification
-
DefaultFeatureStoreNotification
-
DefaultFeatureStoreNotification
-
DefaultFeatureStoreNotification
-
DefaultFeatureStoreNotification
public DefaultFeatureStoreNotification(org.gvsig.fmap.dal.DataStore source, String type, org.gvsig.fmap.dal.DataSet collection) -
DefaultFeatureStoreNotification
-
DefaultFeatureStoreNotification
public DefaultFeatureStoreNotification(org.gvsig.fmap.dal.DataStore source, String type, org.gvsig.fmap.dal.feature.FeatureIndex index)
-
-
Method Details
-
getFeature
public org.gvsig.fmap.dal.feature.Feature getFeature()- Specified by:
getFeaturein interfaceorg.gvsig.fmap.dal.feature.FeatureStoreNotification
-
getEditingSession
- Specified by:
getEditingSessionin interfaceorg.gvsig.fmap.dal.feature.FeatureStoreNotification
-
getEditMode
public int getEditMode()- Specified by:
getEditModein interfaceorg.gvsig.fmap.dal.feature.FeatureStoreNotification
-
getFeatureType
public org.gvsig.fmap.dal.feature.EditableFeatureType getFeatureType()- Specified by:
getFeatureTypein interfaceorg.gvsig.fmap.dal.feature.FeatureStoreNotification
-
getCollectionResult
public org.gvsig.fmap.dal.DataSet getCollectionResult()- Specified by:
getCollectionResultin interfaceorg.gvsig.fmap.dal.feature.FeatureStoreNotification
-
getExceptionLoading
- Specified by:
getExceptionLoadingin interfaceorg.gvsig.fmap.dal.feature.FeatureStoreNotification
-
loadSucefully
public boolean loadSucefully()- Specified by:
loadSucefullyin interfaceorg.gvsig.fmap.dal.feature.FeatureStoreNotification
-
getCommand
public org.gvsig.tools.undo.command.Command getCommand()- Specified by:
getCommandin interfaceorg.gvsig.fmap.dal.feature.FeatureStoreNotification
-
getSource
public org.gvsig.fmap.dal.DataStore getSource()- Specified by:
getSourcein interfaceorg.gvsig.fmap.dal.DataStoreNotification
-
getIndex
public org.gvsig.fmap.dal.feature.FeatureIndex getIndex() -
isSelectionCompromised
public boolean isSelectionCompromised()- Specified by:
isSelectionCompromisedin interfaceorg.gvsig.fmap.dal.feature.FeatureStoreNotification
-
getDeletedsFeatures
- Specified by:
getDeletedsFeaturesin interfaceorg.gvsig.fmap.dal.feature.FeatureStoreNotification
-
getInsertedsFeatures
- Specified by:
getInsertedsFeaturesin interfaceorg.gvsig.fmap.dal.feature.FeatureStoreNotification
-
getUpdatedsFeatures
- Specified by:
getUpdatedsFeaturesin interfaceorg.gvsig.fmap.dal.feature.FeatureStoreNotification
-
getChangedsFeatureTypes
public Iterator<org.gvsig.fmap.dal.feature.FeatureType.FeatureTypeChanged> getChangedsFeatureTypes()- Specified by:
getChangedsFeatureTypesin interfaceorg.gvsig.fmap.dal.feature.FeatureStoreNotification
-
getExpression
public org.gvsig.expressionevaluator.Expression getExpression()- Specified by:
getExpressionin interfaceorg.gvsig.fmap.dal.feature.FeatureStoreNotification
-