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


The following tables list the members exposed by GeometryEditMethod.

Public Constructors

 NameDescription
Public ConstructorGeometryEditMethod Constructor  
Top

Protected Properties

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

Public Methods

 NameDescription
Public MethodStartGeometryEdit Notifies the Geometry edit method object to start editing on the Geometry.  
Top

Protected Methods

 NameDescription
Protected MethodNotifyGeometryEditCancelled Call this function for notifying this instance that geometry editing was cancelled.  
Protected MethodNotifyGeometryEditCompleted Call this function for notifying this instance that editing was completed successfully.  
Protected MethodOnGeometryEditMethodCompleted Called when just after the Edit completed event is raised. Allows derived classes to handle cleaning up.  
Protected MethodOnStartGeometryEditMethod Called when geometry editing starts.  
Protected Methodstatic (Shared in Visual Basic)RaiseGeometryEditCompleted Raises the static GeometryEditMethodCompleted event.  
Protected Methodstatic (Shared in Visual Basic)RaiseGeometryEditStarting Raises the static GeometryEditMethodStarting event.  
Top

Public Events

 NameDescription
Public EventGeometryEditMethodCompleted Event that fires when a geometry edit method is complete  
Public EventGeometryEditMethodStarting Event that fires when a geometry edit method is started  
Top

See Also