The following tables list the members exposed by GeometryEditMethod.
Name | Description | |
---|---|---|
![]() | GeometryEditMethod Constructor |
Name | Description | |
---|---|---|
![]() | EndPoint | end point for replace/delete |
![]() | EndPointIndex | end point index for replace/delete |
![]() | Feature | original feature |
![]() | Geometry | Geometry of the feature, which keeps a copy of the original geometry |
![]() | StartPoint | start point for replace/delete |
![]() | StartPointIndex | start point index for replace/delete |
![]() | TempGeometryPortion | the new portion collected when edit geometry |
Name | Description | |
---|---|---|
![]() | StartGeometryEdit | Notifies the Geometry edit method object to start editing on the Geometry. |
Name | Description | |
---|---|---|
![]() | NotifyGeometryEditCancelled | Call this function for notifying this instance that geometry editing was cancelled. |
![]() | NotifyGeometryEditCompleted | Call this function for notifying this instance that editing was completed successfully. |
![]() | OnGeometryEditMethodCompleted | Called when just after the Edit completed event is raised. Allows derived classes to handle cleaning up. |
![]() | OnStartGeometryEditMethod | Called when geometry editing starts. |
![]() ![]() | RaiseGeometryEditCompleted | Raises the static GeometryEditMethodCompleted event. |
![]() ![]() | RaiseGeometryEditStarting | Raises the static GeometryEditMethodStarting event. |
Name | Description | |
---|---|---|
![]() | GeometryEditMethodCompleted | Event that fires when a geometry edit method is complete |
![]() | GeometryEditMethodStarting | Event that fires when a geometry edit method is started |