GeoDblPoint3D

Defines the (3D) coordinates of a geographical point in double precision.

Constructors

Link copied to clipboard
constructor(x: Double, y: Double, z: Double)
Constructs a new 3D-point
constructor(p: GeoPoint)
Copy constructor

Functions

Link copied to clipboard
open fun toString(): String
Returns the geographical coordinates as a string.
Link copied to clipboard
open fun x(): Double
Accessor to the x-coordinate.
open fun x(x: Double)
Sets the x-coordinate.
Link copied to clipboard
open fun y(): Double
Accessor the y-coordinate.
open fun y(y: Double)
Sets the y-coordinate.
Link copied to clipboard
open fun z(): Double
Accessor the z-coordinate.
open fun z(z: Double)
Sets the z-coordinate.