MapEditor Methods
The Map Editor that allows end users to edit map vector items.
Name | Description |
---|---|
Clear |
Clears all the saved actions. |
Copy |
Copies the specified map items to the target layer. |
Create |
Creates an item of the specified type at the defined screen point. |
Dispose() |
Disposes of the current object.
Inherited from Map |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Finish |
Finishes the current edit or create operation. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Insert |
Inserts a new point to a map item’s contour. |
Insert |
Inserts a new point to a map item’s contour. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Redo() | Repeats the last undone action. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Remove |
Removes a map item’s contour point. |
Remove |
Removes the specified items. |
Reset |
Resets the Map Editor‘s edit mode (sets the Edit |
Rotate |
Rotates the items at the specified angle. |
Scale |
Scales the map items. |
Scale |
Scales the map items. |
Set |
Enables the Map Editor‘s Create mode. In this mode, you can create map items of the specified type. |
Set |
Sets the mode that allows end users to edit map items. |
Set |
Enables the Map Editor‘s Transformation mode. In this mode, you can transform map items. |
Simplify |
Reduces the number of vertices that form the vector layer’s items with the specified simplification algorithm and tolerance. |
Simplify |
Reduces the number of vertices that form the vector layer’s items with specified tolerance. |
To |
Returns the textual representation of the Map |
Translate |
Translates items at the specified offset. |
Undo() | Undoes the last edit action. |
Update |
Updates a map item’s contour point coordinates. |
Update |
Updates a map item’s contour point coordinates. |
See Also