|
Name |
Visibility |
Description |
|
AddPoint |
public |
Adds a point to the end of the current part of the edited shape. |
|
AddPointEx |
public |
Adds a point to the end of the current part of the edited shape within a group. |
|
AddSnapLayer |
public |
Add a snap-to layer to the list. |
|
ChangeWinding |
public |
Change winding of the current part. |
|
ClearSnapLayers |
public |
Clear the list of snap-to layers. |
|
CreatePart |
public |
Create and activate the editing procedure for a new part for the current shape. |
|
CreateShape(TGIS_LayerAbstract, TGIS_Point, TGIS_ShapeType) |
public |
Creates a new shape and starts editing it. |
|
CreateShape(TGIS_LayerAbstract, TGIS_Point3D, TGIS_ShapeType) |
public |
Creates a new 3D shape and starts editing it. |
|
CreateShape(TGIS_LayerAbstract, TGIS_Point3D, TGIS_ShapeType, TGIS_DimensionType) |
public |
Creates a new shape and starts editing it with an explicit dimension. |
|
DeletePart |
public |
Deletes the current part from the edited shape. |
|
DeletePoint |
public |
Deletes a point from the current part of the edited shape. |
|
DeletePointEx |
public |
Deletes a point from the current part of the edited shape. |
|
DeleteShape |
public |
Delete currently edited shape and end editing. |
|
EditShape |
public |
Starts editing the specified shape and part. |
|
EndEdit |
public |
End editing of the shape given by EditShape. |
|
FindSnapLayer |
public |
Find a snap layer on the list. |
|
FindSnapPoint |
public |
Find a snap point based on a snap type from snap-to layers. |
|
InsertPoint |
public |
Insert a point to the current part of the currently edited shape. |
|
InsertPointEx |
public |
Insert a point into the current part of the currently edited shape. |
|
MouseBegin |
public |
Start editing a point at the location given by |
|
MouseEnd |
public |
End point movement, deletion, or addition. |
|
MouseMove |
public |
Continue point movement, deletion, or addition. |
|
MovePoint |
public |
Move a point of the current part of the currently edited shape to a new location. |
|
MovePointEx |
public |
Move a point of the current part of the currently edited shape to a new location. |
|
Redo |
public |
Redo the previous action. |
|
RefreshShape |
public |
Store the editing buffer back into the shape. |
|
RemoveSnapLayer |
public |
Remove a snap layer from the list. |
|
RevertShape |
public |
Revert currently edited shape to a saved version. |
|
SaveAll |
public |
Save all layers, including parameters and data. |
|
TryCreateShape(TGIS_LayerAbstract, TGIS_Point, TGIS_ShapeType, bool) |
public |
Tries to create a new shape and start editing it. |
|
TryCreateShape(TGIS_LayerAbstract, TGIS_Point3D, TGIS_ShapeType, bool) |
public |
Tries to create a new 3D shape and start editing it. |
|
TryCreateShape(TGIS_LayerAbstract, TGIS_Point3D, TGIS_ShapeType, TGIS_DimensionType, bool) |
public |
Tries to create a new shape and start editing it with an explicit dimension. |
|
TryEditShape |
public |
Tries to start editing the shape specified by |
|
TryEndEdit |
public |
Tries to end editing of the shape given by EditShape. |
|
Undo |
public |
Undo the last action. |