createSetAttributeCommand(String xpath, Object value) Creates a
object.
Parameters: xpath - xpath that identifies an attribute in the current editable Feature Parameters: value - the value that the attribute will be set to.
createSetEditFeatureCommand(Feature feature, ILayer layer) Creates a
object that sets the current editVictim victim.
Parameters: feature - the feature that will be the new editable Feature. Parameters: layer - A victim Store that contains the editable Feature.
createSetEditFeatureCommand(Feature feature) Creates a
object that sets the current editable Feature.
Parameters: feature - the feature that will be the new editable Feature.
createSetGeometryCommand(String xpath, Geometry geom) Creates a
object.
Parameters: xpath - xpath that identifies an attribute in the current editable Feature Parameters: geom - the geom (in layer CRS) that the geometry will be set to.
createSetGeometryCommand(Geometry geom) Creates a
object that sets the default geometry.
Parameters: geom - the geom (in layer CRS) that the geometry will be set to.
Create a Delete Feature command
Parameters: layer - the layer containing the feature Parameters: feature - the feature to delete a new object that deletes the feature. See Also:DeleteFeatureCommand
Create a delete layer command
Parameters: map - the map containing the layer Parameters: layer - the layer to delete a new object that deletes the layer. See Also:DeleteLayerCommand
Creates a
object that sets the current editable Feature
to null.
a new object that sets the current editableFeature to null.. See Also:UndoableMapCommand
Creates a
object.
Parameters: xpath - xpath that identifies an attribute in the current editable Feature Parameters: value - the value that the attribute will be set to. a new object See Also:EditCommand
Creates a
object that sets the current editVictim victim.
Parameters: feature - the feature that will be the new editable Feature. Parameters: layer - A victim Store that contains the editable Feature. a new object. See Also: Feature See Also:Layer See Also:UndoableMapCommand
Creates a
object that sets the current editable Feature.
Parameters: feature - the feature that will be the new editable Feature. a new object. See Also:UndoableMapCommand See Also: Feature
Creates a
object.
Parameters: xpath - xpath that identifies an attribute in the current editable Feature Parameters: geom - the geom (in layer CRS) that the geometry will be set to. a new object See Also:EditCommand See Also: Geometry
Creates a
object that sets the default geometry.
Parameters: geom - the geom (in layer CRS) that the geometry will be set to. a new object. See Also:EditCommand See Also: Geometry