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