The following tables list the members exposed by ReCollectGeometryEditMethod.
Name | Description | |
---|---|---|
![]() | ReCollectGeometryEditMethod Constructor |
Name | Description | |
---|---|---|
![]() | EndPoint | end point for replace/delete (Inherited from GeometryEditMethod) |
![]() | EndPointIndex | end point index for replace/delete (Inherited from GeometryEditMethod) |
![]() | Feature | original feature (Inherited from GeometryEditMethod) |
![]() | Geometry | Geometry of the feature, which keeps a copy of the original geometry (Inherited from GeometryEditMethod) |
![]() | StartPoint | start point for replace/delete (Inherited from GeometryEditMethod) |
![]() | StartPointIndex | start point index for replace/delete (Inherited from GeometryEditMethod) |
![]() | TempGeometryPortion | the new portion collected when edit geometry (Inherited from GeometryEditMethod) |
Name | Description | |
---|---|---|
![]() | StartGeometryEdit | Notifies the Geometry edit method object to start editing on the Geometry. (Inherited from GeometryEditMethod) |
Name | Description | |
---|---|---|
![]() | NotifyGeometryEditCancelled | Call this function for notifying this instance that geometry editing was cancelled. (Inherited from GeometryEditMethod) |
![]() | NotifyGeometryEditCompleted | Call this function for notifying this instance that editing was completed successfully. (Inherited from GeometryEditMethod) |
![]() | OnGeometryEditMethodCompleted | Overridden. |
![]() | OnStartGeometryEditMethod | Overridden. go through the process for recollecting a geometry 1. keep a backup for current geometry 2. Collect a new geometry of the same type, 3. replace the geometry |