UTMToGps extension
Utility methods for converting UTM coordinates into GPS coordinates
Methods
-
toGps(
) → GpsCoordinates -
Available on UTMCoordinates, provided by the UTMToGps extension
Converts the UTM coordinates into GpsCoordinates
Operators
-
operator +(
UTMCoordinates other) → UTMCoordinates -
Available on UTMCoordinates, provided by the UTMToGps extension
Adds 2 UTM coordinates together, this is assuming that the zone number is the same for the other UTM coordinates -
operator -(
UTMCoordinates other) → UTMCoordinates -
Available on UTMCoordinates, provided by the UTMToGps extension
Substracts 2 UTM coordinates together, this is assuming that the zone number is the same for the other UTM coordinates