The following tables list the members exposed by GpsAveragingCollectionMethod.
Name | Description | |
---|---|---|
![]() | GpsAveragingCollectionMethod Constructor |
Name | Description | |
---|---|---|
![]() | EndPoint | gets/sets endpoint (Inherited from GeometryCollectionMethod) |
![]() | Geometry | Gets the Geometry that is currently being collected by this method. (Inherited from GeometryCollectionMethod) |
![]() | HighlightedGeometry | gets sets the hightlighted Geometry during the geometry collection workflow (Inherited from GeometryCollectionMethod) |
![]() | StartPoint | gets/sets StartPoint (Inherited from GeometryCollectionMethod) |
Name | Description | |
---|---|---|
![]() | StartGeometryCollection | Overloaded. Notifies the collection method object to start collection on the Geometry. (Inherited from GeometryCollectionMethod) |
Name | Description | |
---|---|---|
![]() | NotifyCollectionCancelled | Call this function for notifying this instance that collection was cancelled. (Inherited from GeometryCollectionMethod) |
![]() | NotifyCollectionCompleted | Call this function for notifying this instance that collection was completed successfully. (Inherited from GeometryCollectionMethod) |
![]() | OnGeometryCollectionCompleted | Overridden. Called when just after the collection completed event is raised. Allows derived classes to handle cleaning up. |
![]() | OnStartGeometryCollection | Overridden. Called when geometry collection should start. |