Coordinates Operators and Type Conversions |
The Coordinates type exposes the following members.
| Name | Description | |
|---|---|---|
| Equality(Coordinates, Coordinates) | Implements the operator ==. | |
| (Coordinates to Point) | Converts a point from WGS-84 coordinates (in degrees) into logical XY coordinates in the range 0..1. | |
| (Point to Coordinates) | Converts a point from logical coordinates in the range 0..1 into latitude/longitude WGS-84 coordinates (in degrees). | |
| Inequality(Coordinates, Coordinates) | Implements the operator !=. |