ESRI.ArcGIS.Mobile.Client
ExtendGeometryEditMethod Class Members
See Also  Properties  Methods  Send Feedback
ESRI.ArcGIS.Mobile.Client.GeometryEditMethods Namespace : ExtendGeometryEditMethod Class


The following tables list the members exposed by ExtendGeometryEditMethod.

Public Constructors

Protected Properties

 NameDescription
Protected PropertyEndPoint end point for replace/delete (Inherited from GeometryEditMethod)
Protected PropertyEndPointIndex end point index for replace/delete (Inherited from GeometryEditMethod)
Protected PropertyFeature original feature (Inherited from GeometryEditMethod)
Protected PropertyGeometry Geometry of the feature, which keeps a copy of the original geometry (Inherited from GeometryEditMethod)
Protected PropertyStartPoint start point for replace/delete (Inherited from GeometryEditMethod)
Protected PropertyStartPointIndex start point index for replace/delete (Inherited from GeometryEditMethod)
Protected PropertyTempGeometryPortion the new portion collected when edit geometry (Inherited from GeometryEditMethod)
Top

Public Methods

 NameDescription
Public MethodStartGeometryEditOverloaded.  Start Geometry edit, extending geometry  
Top

Protected Methods

 NameDescription
Protected MethodNotifyGeometryEditCancelled Call this function for notifying this instance that geometry editing was cancelled. (Inherited from GeometryEditMethod)
Protected MethodNotifyGeometryEditCompleted Call this function for notifying this instance that editing was completed successfully. (Inherited from GeometryEditMethod)
Protected MethodOnGeometryEditMethodCompleted Called when just after the Edit completed event is raised. Allows derived classes to handle cleaning up. (Inherited from GeometryEditMethod)
Protected MethodOnStartGeometryEditMethodOverridden.  go through the process for extending geometry 1. pickvertex page for start point 2. geometryCollectionMapPage for new geometry 3. pickvertex page for end point  
Top

See Also