new IWMapActionZoom(oldBounds, newBounds)
Creates a new map zoom action.
Parameters:
Name | Type | Description |
---|---|---|
oldBounds |
IWBounds | the old map extent |
newBounds |
IWBounds | the new map extent |
Extends
Methods
-
isMapAction()
-
This method will always return
true
.- Inherited From:
Returns:
- Type
- boolean
-
redo()
-
Redo the last zoom action.
- Overrides:
Returns:
- Type
- void
-
toString()
-
Returns a string representation of this zoom action.
- Overrides:
Returns:
- Type
- String
-
undo()
-
Undo the last zoom action.
- Overrides:
Returns:
- Type
- void