app / sg.edu.ntu.scse.cz2006.gymbuddies.util.svy21converter / SVY21Coordinate

SVY21Coordinate

open class SVY21Coordinate

Converter for SVY21 to WGS84 coordinates Adapted from https://github.com/cgcai/SVY21

Since
2019-10-21

Author
cgcai

Constructors

<init>

SVY21Coordinate(northing: Double, easting: Double)

Properties

easting

var easting: Double

northing

var northing: Double

Functions

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