ESRI.ArcGIS.Mobile.Client
ESRI.ArcGIS.Mobile.Client.Tasks.CollectFeatures Namespace
See Also  Inheritance Hierarchy Send Feedback

Classes

 ClassDescription
ClassCollectFeaturesTask 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
ClassCollectXYLocationWindow Interaction logic for CollectXYLocationWindow.xaml
ClassCreatingFinishCollectionCommandsEventArgs Event arguments passed by the creating finish collection commands event.
ClassGeometryCollectionCompletedEventArgs Event arguments passed by the geometry collection completed event.
ClassGeometryCollectionMethod Class that begins a workflow to collect a feature geometry.
ClassGeometryCollectionMethodsEventArgs Events Raised when Collecting Geometry.
ClassGeometryCollectionStartedEventArgs Event arguments passed by the geometry collection started event.
ClassGpsAveragingGeometryCollectionMethod Geometry collection method that averages GPS positions to construct a feature geometry.
ClassGpsAveragingPage Mobile application page used to collect a feature geometry by averaging GPS positions.
ClassGpsAveragingSettingsPage Mobile application page used to view/edit the settings for the GPS averaging geometry collection method.
ClassGpsStreamingGeometryCollectionMethod Geometry collection method that streams GPS positions to construct a feature geometry.
ClassGpsStreamingSettingsPage Mobile application page used for viewing/editing the settings for the GPS streaming geometry collection method.
ClassGpsVertexCollectionSettingsPage Mobile application page used to view/edit the settings for the GPS Vertex geometry collection method.
ClassGpsVertexGeometryCollectionMethod Geometry collection method that construct a feature geometry using GPS positions.
ClassOffsetLocationWindow Interaction logic for OffsetLocationWindow.xaml
ClassSketchGeometryCollectionMethod Geometry collection method that uses an interactive sketching tool with a map control to construct a feature geometry.
ClassSketchGeometryPage Interaction logic for SketchGeometryPage.xaml
ClassStreamingOffsetWindow Interaction logic for StreamingOffsetWindow.xaml

See Also