ESRI.ArcGIS.Mobile.Client
GpsVertexGeometryCollectionMethod Class Members
See Also  Properties  Methods  Events Send Feedback
ESRI.ArcGIS.Mobile.Client.Tasks.CollectFeatures Namespace : GpsVertexGeometryCollectionMethod Class


The following tables list the members exposed by GpsVertexGeometryCollectionMethod.

Public Constructors

 NameDescription
Public ConstructorGpsVertexGeometryCollectionMethod Constructor Initializes a new instance of the GpsVertexGeometryCollectionMethod class.  
Top

Public Properties

 NameDescription
Public PropertyGeometry The geometry being collected. (Inherited from GeometryCollectionMethod)
Public PropertyGeometryCollectionInProgress Returns true if a Geometry Collection Method is selected. (Inherited from GeometryCollectionMethod)
Public PropertyGeometryOperations Geometry Operations. (Inherited from GeometryCollectionMethod)
Public PropertyImageSource Image of the geometry collection method. (Inherited from GeometryCollectionMethod)
Public PropertyIsNotValidLocation Returns true if a valid point is collected  
Public PropertyName Name of the geometry collection method. (Inherited from GeometryCollectionMethod)
Top

Public Methods

 NameDescription
Public MethodClearGeometry Clear Geometry (Inherited from GeometryCollectionMethod)
Public MethodCompleteCollection Completes the geometry collection by updating the feature's geometry with the collected geometry and raising the Completed event. (Inherited from GeometryCollectionMethod)
Public MethodStartGeometryCollection Begins the workflow to collect a geometry for the given feature. (Inherited from GeometryCollectionMethod)
Public MethodStartOverOperation Start over operation. (Inherited from GeometryCollectionMethod)
Public MethodStartOverOperationCanExecute Returns true if a start over operation can be executed. (Inherited from GeometryCollectionMethod)
Public MethodStopGeometryCollection Stop Geometry Collection. (Inherited from GeometryCollectionMethod)
Top

Protected Methods

 NameDescription
Protected MethodGeometryCollectionStartedOverridden.  Begins the geometry collection workflow.  
Protected MethodGeometryCollectionStartOverOverridden.  Overrides Geometry Collection Start over  
Protected MethodGeometryCollectionStartOverCanExecute Returns true if a start over operation can be executed. (Inherited from GeometryCollectionMethod)
Protected MethodGeometryCollectionStoppedOverridden.  Stop Geometry Collection  
Protected MethodOnGeometryCollectionProgress Raises the GeometryCollection event. (Inherited from GeometryCollectionMethod)
Top

Public Events

 NameDescription
Public EventGeometryCollectionProgress Raised when the geometry collection has been started or completed or canceled. (Inherited from GeometryCollectionMethod)
Public EventPropertyChanged Property Changed Event.  
Top

See Also