from Gars Or Null
fun fromGarsOrNull(coordinates: String, spatialReference: SpatialReference?, garsConversionMode: GarsConversionMode): Point?
Parses a coordinate in Global Area Reference System (GARS) notation, and returns a Point representing that location. The spatial reference provided must have an ellipsoid and datum matching those used by the source of the GARS string. If no spatial reference is provided, it is assumed the GARS string is referenced to WGS 84. The GARS string must not contain any whitespace.
GARS notation examples |
---|
354ND |
354ND22 |
Return
A point with the location from the GARS string in the spatial reference provided.
Since
200.1.0