ESRI.ArcGIS.Mobile.Client
GpsAveragingCollectionMethod Class Members
See Also  Properties  Methods  Send Feedback
ESRI.ArcGIS.Mobile.Client.GeometryCollectionMethods Namespace : GpsAveragingCollectionMethod Class


The following tables list the members exposed by GpsAveragingCollectionMethod.

Public Constructors

Protected Properties

 NameDescription
Protected PropertyEndPoint gets/sets endpoint (Inherited from GeometryCollectionMethod)
Protected PropertyGeometry Gets the Geometry that is currently being collected by this method. (Inherited from GeometryCollectionMethod)
Protected PropertyHighlightedGeometry gets sets the hightlighted Geometry during the geometry collection workflow (Inherited from GeometryCollectionMethod)
Protected PropertyStartPoint gets/sets StartPoint (Inherited from GeometryCollectionMethod)
Top

Public Methods

 NameDescription
Public MethodStartGeometryCollectionOverloaded.  Notifies the collection method object to start collection on the Geometry. (Inherited from GeometryCollectionMethod)
Top

Protected Methods

 NameDescription
Protected MethodNotifyCollectionCancelled Call this function for notifying this instance that collection was cancelled. (Inherited from GeometryCollectionMethod)
Protected MethodNotifyCollectionCompleted Call this function for notifying this instance that collection was completed successfully. (Inherited from GeometryCollectionMethod)
Protected MethodOnGeometryCollectionCompletedOverridden.  Called when just after the collection completed event is raised. Allows derived classes to handle cleaning up.  
Protected MethodOnStartGeometryCollectionOverridden.  Called when geometry collection should start.  
Top

See Also