CartesianCoordinateSystem Class Members
In This Topic
The following tables list the members exposed by CartesianCoordinateSystem.
Public Constructors
Public Properties
| 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. |
Top
Public Methods
| Name | Description |
| Distance | 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 | Projects a geometry coordinate to logical coordinate. |
| Unproject | Inverse of Project. Unprojects a logical coordinate to a geometry coordinate. |
Top
Public Events
See Also