GeoMapCoordinateSystem Members
This class allows use of the Geographical coordinate system for the Map Control.Constructors
| Name | Description |
|---|---|
| GeoMapCoordinateSystem() | Initializes a new instance of the GeoMapCoordinateSystem class with default settings. |
Fields
| Name | Description |
|---|---|
| CircularScrollingModeProperty static | Identifies the GeoMapCoordinateSystem.CircularScrollingMode dependency property. |
| ProjectionProperty static | Identifies the GeoMapCoordinateSystem.Projection dependency property. |
Properties
| Name | Description |
|---|---|
| CircularScrollingMode | Gets or sets a value that indicates which map items are available for circular scrolling. This is a dependency property. |
| Projection | Gets or sets the projection used by the geographical coordinate system. |
Methods
| Name | Description |
|---|---|
| CreatePoint(Double, Double) | Creates a CoordPoint class descendant with the specified coordinates. Inherited from MapCoordinateSystem. |
| CreatePoint(String) | Creates a CoordPoint class descendant object with the specified coordinates. Inherited from MapCoordinateSystem. |
Events
| Name | Description |
|---|---|
| PropertyChanged | Occurs every time any of the MapDependencyObject class properties has changed its value. Inherited from MapDependencyObject. |
See Also