GeoSVSPoint

Defines the (2D) coordinates of a geographical point in SVS-coordinates

Constructors

Link copied to clipboard
constructor(x: Int, y: Int)
Constructs a new 2D-point in SVS-coordinates
constructor(point: GeoPoint)
Creates a GeoSVSPoint from a GeoPoint
constructor(lon: Double, lat: Double)
Creates a GeoSVSPoint from long/lat coordinates
constructor(p: GeoSVSPoint)
Copy constructor

Functions

Link copied to clipboard
open fun geoPoint(): GeoPoint
Converts GeoSVSPoint to a GeoPoint
Link copied to clipboard
open fun toString(): String
Returns the geographical coordinates as a string.
Link copied to clipboard
open fun x(): Int
Accessor to the x-coordinate.
open fun x(x: Int)
Sets the x-coordinate.
Link copied to clipboard
open fun y(): Int
Accessor the y-coordinate.
open fun y(y: Int)
Sets the y-coordinate.