The function CONVERTTO reads a coordinate from the register LAT, LON and converts into format. The result is returned as a list.
The first element of the list contains the coordinate as string. The following elements are the parts of the coordinate – if applicable.
CONVERTTO(format) => list
Supported formats
1 | DMM |
The structure of the list is – Coordinate as string – Latitude-part as string – N/S as string – Degree as number – Minutes as number – Longitude-part as string – E/W as string – Degree as number – Minutes as number | |
2 | DMS |
The structure of the list is – Coordinate as string – Latitude-part as string – N/S as string – Degree as number – Minutes as number – Seconds as number – Longitude-part as string – E/W as string – Degree as number – Minutes as number – Seconds as number | |
3 | UTM |
The structure of the list is – Coordinate as string – Longitude-part als Zahl – Latitude-part as string – Easting as number – Northing as number | |
4 | MGRS |
The structure of the list is – Coordinate as string – Longitude-part als Zahl – Latitude-part as string – Digraph-part als string – Easting-part as number – Northing-part as number | |
5 | XYZ |
The structure of the list is – Coordinate as string – x-part as number – y-part as number – z-part as number | |
6 | SWISS GRID |
The structure of the list is – Coordinate as string – Easting-part as number – Northing-part as number | |
7 | SWISS GRID PLUS |
The structure of the list is – Koordinate as string – Easting-part as number – Northing-part as number | |
8 | DUTCH GRID |
The structure of the list is – Coordinate as string – x-part as number – y-part as number | |
901 – 905 | GAUSS-KRÜGER |
The structure of the list is – Coordinate as string – Easting-part as number – Northing-part as number | |
10.. | LAMBERT |
..08 Lambert 2008 ..93 Lambert 93 ..89 Lambert ETRS89LCC ..72 Lambert 72 ..42 Lambert 93 CC42 ..43 Lambert 93 CC43 ..44 Lambert 93 CC44 ..45 Lambert 93 CC45 ..46 Lambert 93 CC46 ..47 Lambert 93 CC47 ..48 Lambert 93 CC48 ..49 Lambert 93 CC49 ..50 Lambert 93 CC50 | The structure of the list is – Coordinate as string – Easting-part as number – Northing-part as number |
11 | MAIDENHAED |
The structure of the list is – Coordinate as string | |
12 | MERCATOR |
The structure of the list is – Coordinate as string – Easting-Anteil as number – Northing-Anteil as number | |
13 | NATURAL AREA CODE |
The structure of the list is – Coordinate as string – X-part as number – Y-part as number | |
1400 – 1430 | SLIPPY MAP TILES |
The structure of the list is – Coordinate as string – X-part as number – Y-part as number | |
15 | GEOHASH |
The structure of the list is – Coordinate as string | |
16 | GEO3X3 |
The structure of the list is – Coordinate as string | |
17 | GEOHEX |
The structure of the list is – Coordinate as string | |
18 | OPENLOCATION CODE |
The structure of the list is – Coordinate as string | |
19 | MAKANEY |
The structure of the list is – Coordinate as string | |
20 | QUADTREE |
The structure of the list is – Coordinate as string | |
21 | REVERSE WHERIGO WALDMEISTER |
The structure of the list is – Coordinate as string – A-part as number – B-part as number – C-part as number | |
22 | REVERSE WHERIGO DAY1976 |
The structure of the list is – Coordinate as string – S-part as number – T-part as number |