ESRI.ArcGIS.Mobile.Client
GeometryEditViewModel Class Members
See Also  Fields  Properties  Methods  Events Send Feedback
ESRI.ArcGIS.Mobile.Client.Controls Namespace : GeometryEditViewModel Class


The following tables list the members exposed by GeometryEditViewModel.

Public Constructors

 NameDescription
Public ConstructorGeometryEditViewModel Constructor Geometry Edit View Model  
Top

Public Fields

 NameDescription
Public Fieldstatic (Shared in Visual Basic)GeometryOperationMenuCommand RoutedUICommand to start Geometry Collection Menu command  
Public Fieldstatic (Shared in Visual Basic)StartGeometryCollectionCommand RoutedUICommand to start Geometry collection operation  
Public Fieldstatic (Shared in Visual Basic)StartGeometryEditingCommand RoutedUICommand to start Geometry Editing operation  
Public Fieldstatic (Shared in Visual Basic)StopGeometryCollectionCommand RoutedUICommand to stop GeometryCollection Operation.  
Public Fieldstatic (Shared in Visual Basic)SwitchSidesCommand RoutedUICommand to switch sides when editing Polygons.  
Top

Public Properties

 NameDescription
Public PropertyAddXYLocationCommand Add X Y Location Command  
Public PropertyCancelCommand Cancel Command  
Public PropertyCurrentGeometryCollectionMethod Gets the current Geometry Collection method.  
Public PropertyCurrentGeometryEditMethod Returns the Current GeometryEdit Method in use.  
Public PropertyEditOperationName Current Edit Operation Name.  
Public PropertyFeature Feature  
Public PropertyGeometryEditMethods Geometry Edit Methods  
Public PropertyGpsConnection GPS Connection  
Public PropertyMap Map  
Public PropertyMenuItems GeometryEdit Control menu items.  
Public PropertyNextCommand Next Command  
Public PropertyOffsetLastLocationCommand Offset Last Location Command  
Public PropertyPreviewPolygon Returns true if the step requires a preview polygon  
Public PropertyRemoveLastLocationCommand Remove Last Location Command  
Public PropertyStartOverCommand Start Over Command  
Public PropertyStepDescription Step Description  
Public PropertyStepTitle Step Title  
Public PropertyText Text  
Top

Public Methods

 NameDescription
Public MethodRemoveSketchGraphicLayer Removes the Graphic Layers Added to map.  
Top

Public Events

 NameDescription
Public EventMapLoaded Raised when the MapControl's inner map control (ESRI.ArcGIS.Mobile.WPF.Map) has been loaded.  
Public EventPropertyChanged Property Changed  
Top

See Also