Click or drag to resize

Coordinates Operators and Type Conversions

The Coordinates type exposes the following members.

Operators
  NameDescription
Public operatorStatic memberEquality
Implements the operator ==.
Public operatorStatic member(Coordinates to Point)
Converts a point from WGS-84 coordinates (in degrees) into logical XY coordinates in the range 0..1.
Public operatorStatic member(Point to Coordinates)
Converts a point from logical coordinates in the range 0..1 into latitude/longitude WGS-84 coordinates (in degrees).
Public operatorStatic memberInequality
Implements the operator !=.
Top
See Also