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


The following tables list the members exposed by GpsStreamingGeometryCollectionMethod.

Public Constructors

 NameDescription
Public ConstructorGpsStreamingGeometryCollectionMethod Constructor Initializes a new instance of the GpsStreamingGeometryCollectionMethod 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 PropertyIsGpsQualityAcceptable IsGPS Quality Acceptable  
Public PropertyIsStreaming IsStreaming  
Public PropertyName Name of the geometry collection method. (Inherited from GeometryCollectionMethod)
Public PropertyNumberOfLocationsCollected Number of Locations Collected.  
Public PropertyOffsetDirection Offset Direction  
Public PropertyOffsetDistance Offset Distance  
Public PropertyOffsetUnit Offset Unit.  
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 MethodGeometryCollectionStartOverCanExecuteOverridden.  Override GeometryCollection Start Over CanExecute  
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)
Public EventPropertyChanged Property Changed.  
Top

See Also