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


The following tables list the members exposed by GpsAveragingGeometryCollectionMethod.

Public Constructors

 NameDescription
Public ConstructorGpsAveragingGeometryCollectionMethod Constructor Initializes a new instance of the GpsAveragingGeometryCollectionMethod 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 PropertyGeometryCollectionPage The page used for collecting the geometry.  
Public PropertyGeometryOperations Geometry Operations. (Inherited from GeometryCollectionMethod)
Public PropertyImageSource Image of the geometry collection method. (Inherited from GeometryCollectionMethod)
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.  Override Geometry Collection start over operation  
Protected MethodGeometryCollectionStartOverCanExecute Returns true if a start over operation can be executed. (Inherited from GeometryCollectionMethod)
Protected MethodGeometryCollectionStoppedOverridden.  Stop Streaming.  
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)
Top

See Also