[]
A ICoordinateSystem implementation for the geographic coordinate system.
public class GeographicCoordinateSystem : ICoordinateSystem, IMapProjection
| Name | Description |
|---|---|
| GeographicCoordinateSystem() |
| Name | Description |
|---|---|
| LimitBounds | Gets the limit bounds that this coordinate system supports. |
| Projection | Gets or sets the IMapProjection used for this coordinate system. |
| Name | Description |
|---|---|
| Distance(Point, Point) | Returns the distance, in meters, between two geographic coordinates. |
| IsMeridianCurved() | Indicates whether the meridian lines are curved. |
| IsParallelCurved() | Indicates whether the parallel lines are curved. |
| Project(Point) | Projects a geographic coordinate to logical coordinate. |
| Unproject(Point) | Inverse of Project(Point). Unprojects a logical coordinate to a geographic coordinate. |
| Name | Description |
|---|---|
| ValueChanged | Occurs when the Projection property is changed. |