The following tables list the members exposed by ReplaceGeometryEditMethod.
Name | Description | |
---|---|---|
![]() | ReplaceGeometryEditMethod 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 1. pickvertex page for start point 2. geometryCollectionMapPage for new geometry 3. pickvertex page for end point 4. if polygon, which side to replace 5. Edit Complete view mappage |