| Class | Description |
 | CollectFeaturesTask |
CollectFeaturesTask is a Task that represents the starting point for the
(multi-step) collect-feature workflow. The CollectFeaturesTask is
completely non-visual and is primarily responsible for creating and
coordinating the display and navigation of multiple controls. Each of
these controls represents a step in the workflow.
The workflow steps are:
1. Select Feature Type page
2. Collect Status page
2a. Geometry Collection
2a-1. Select Collection Method page
2a-2. Geometry Collection
2a-2a. Sketch Geometry page
2a-2b. GPS Vertex Collection page
2a-2c. GPS Streaming page
2a-2d. Custom Geometry Collection Methods...
2b. Edit Feature Attributes page
2b-1. Edit Attribute page
2c. Custom Feature Collection Steps...
3. Finish Collection page
|
 | CollectXYLocationWindow |
Interaction logic for CollectXYLocationWindow.xaml
|
 | CreatingFinishCollectionCommandsEventArgs |
Event arguments passed by the creating finish collection commands event.
|
 | GeometryCollectionCompletedEventArgs |
Event arguments passed by the geometry collection completed event.
|
 | GeometryCollectionMethod |
Class that begins a workflow to collect a feature geometry.
|
 | GeometryCollectionMethodsEventArgs |
Events Raised when Collecting Geometry.
|
 | GeometryCollectionStartedEventArgs |
Event arguments passed by the geometry collection started event.
|
 | GpsAveragingGeometryCollectionMethod |
Geometry collection method that averages GPS positions to construct a
feature geometry.
|
 | GpsAveragingPage |
Mobile application page used to collect a feature geometry by averaging
GPS positions.
|
 | GpsAveragingSettingsPage |
Mobile application page used to view/edit the settings for the GPS
averaging geometry collection method.
|
 | GpsStreamingGeometryCollectionMethod |
Geometry collection method that streams GPS positions to construct a
feature geometry.
|
 | GpsStreamingSettingsPage |
Mobile application page used for viewing/editing the settings for the
GPS streaming geometry collection method.
|
 | GpsVertexCollectionSettingsPage |
Mobile application page used to view/edit the settings for the GPS
Vertex geometry collection method.
|
 | GpsVertexGeometryCollectionMethod |
Geometry collection method that construct a feature geometry using GPS positions.
|
 | OffsetLocationWindow |
Interaction logic for OffsetLocationWindow.xaml
|
 | SketchGeometryCollectionMethod |
Geometry collection method that uses an interactive sketching tool with
a map control to construct a feature geometry.
|
 | SketchGeometryPage |
Interaction logic for SketchGeometryPage.xaml
|
 | StreamingOffsetWindow |
Interaction logic for StreamingOffsetWindow.xaml
|