GeoSVSPoint

constructor(x: Int, y: Int)

Constructs a new 2D-point in SVS-coordinates

Parameters

x

x-coordinate

y

y-coordinate


constructor(point: GeoPoint)

Creates a GeoSVSPoint from a GeoPoint

Parameters

point

The GeoPoint to convert to SVS-coordinates


constructor(lon: Double, lat: Double)

Creates a GeoSVSPoint from long/lat coordinates

Parameters

lon

longitude

lat

latitude


constructor(p: GeoSVSPoint)

Copy constructor