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


The following tables list the members exposed by ReCollectGeometryEditMethod.

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 MethodStartGeometryEdit Notifies the Geometry edit method object to start editing on the Geometry. (Inherited from GeometryEditMethod)
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 MethodOnGeometryEditMethodCompletedOverridden.   
Protected MethodOnStartGeometryEditMethodOverridden.  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  
Top

See Also