toggle menu
Android SDK
androidJvm
switch theme
search in API
Core
/
com.benomad.msdk.core.svs
/
GeoDblPoint3D
Geo
Dbl
Point3D
class
GeoDblPoint3D
Defines the (3D) coordinates of a geographical point in double precision.
Members
Constructors
Geo
Dbl
Point3D
Link copied to clipboard
constructor
(
x
:
Double
,
y
:
Double
,
z
:
Double
)
Constructs a new 3D-point
constructor
(
p
:
GeoPoint
)
Copy constructor
Functions
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String
Returns the geographical coordinates as a string.
x
Link copied to clipboard
open
fun
x
(
)
:
Double
Accessor to the x-coordinate.
open
fun
x
(
x
:
Double
)
Sets the x-coordinate.
y
Link copied to clipboard
open
fun
y
(
)
:
Double
Accessor the y-coordinate.
open
fun
y
(
y
:
Double
)
Sets the y-coordinate.
z
Link copied to clipboard
open
fun
z
(
)
:
Double
Accessor the z-coordinate.
open
fun
z
(
z
:
Double
)
Sets the z-coordinate.