open class SVY21Coordinate
Converter for SVY21 to WGS84 coordinates Adapted from https://github.com/cgcai/SVY21
Since
2019-10-21
Author
cgcai
<init> |
SVY21Coordinate(northing: Double, easting: Double) |
easting |
var easting: Double |
northing |
var northing: Double |
asLatLon |
open fun asLatLon(): LatLonCoordinate! |
equals |
open fun equals(other: Any?): Boolean |
getEasting |
open fun getEasting(): Double |
getNorthing |
open fun getNorthing(): Double |
hashCode |
open fun hashCode(): Int |
toString |
open fun toString(): String |