GeoSourceCoordinateSystem Members
This class allows use of the Geographical coordinate system for the data adapter.Constructors
| Name | Description |
|---|---|
| GeoSourceCoordinateSystem() | Initializes a new instance of the GeoSourceCoordinateSystem class with default settings. |
Fields
| Name | Description |
|---|---|
| CoordinateConverterProperty static | Identifies the SourceCoordinateSystem.CoordinateConverter dependency property. Inherited from SourceCoordinateSystem. |
Properties
| Name | Description |
|---|---|
| CoordinateConverter | Gets or sets the coordinate converter used by the SourceCoordinateSystem object. Inherited from SourceCoordinateSystem. |
Methods
| Name | Description |
|---|---|
| CreatePoint(Double, Double) | Creates a point with specified coordinate values. Inherited from SourceCoordinateSystem. |
Events
| Name | Description |
|---|---|
| PropertyChanged | Occurs every time any of the MapDependencyObject class properties has changed its value. Inherited from MapDependencyObject. |
See Also