DK for Delphi | GisInterfaces.IGIS_Editor | Methods | Properties
| 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. | |
| AddSnapLayer | public | Adds a snap layer to the list. | |
| ChangeWinding | public | Changes the winding order of the current part. | |
| ClearSnapLayers | public | Clear the list of snap-to layers. | |
| CreatePart | public | Creates and activates editing for a new part in the current shape. | |
| 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. | |
| CreateShape(TGIS_LayerAbstract; TGIS_Point; TGIS_ShapeType) | public | Creates a new shape and starts editing it. | |
| 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 | Deletes the currently edited shape and ends editing. | |
| EditShape | public | Starts editing the specified shape and part. | |
| EndEdit | public | End editing of the shape given by EditShape. | |
| FindSnapLayer | public | Finds a snap layer in the list. | |
| FindSnapPoint | public | Finds a snap point of the requested snap type from snap layers. | |
| InsertPoint | public | Inserts a point into 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 | Ends point movement, deletion, or addition. | |
| MouseMove | public | Continues point movement, deletion, or addition. | |
| MovePoint | public | Moves a point of the current part of the currently edited shape to a new location. | |
| MovePointEx | public | Moves 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 | Removes 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_Point3D; TGIS_ShapeType; Boolean) | public | Tries to create a new 3D shape and start editing it. | |
| TryCreateShape(TGIS_LayerAbstract; TGIS_Point3D; TGIS_ShapeType; TGIS_DimensionType; Boolean) | public | Tries to create a new shape and start editing it with an explicit dimension. | |
| TryCreateShape(TGIS_LayerAbstract; TGIS_Point; TGIS_ShapeType; Boolean) | public | Tries to create a new shape and start editing it. | |
| 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. | |