alchemist-full
Toggle table of contents
42.0.5
jvm
Platform filter
jvm
Switch theme
Search in API
alchemist-full
alchemist-maps
/
it.unibo.alchemist.model.maps.positions
/
GPSPointImpl
GPSPoint
Impl
data
class
GPSPointImpl
(
delegate
:
LatLongPosition
,
time
:
Time
)
:
GPSPoint
,
GeoPosition
,
Serializable
(
source
)
Implementation of a GPS point with time information.
Members
Constructors
GPSPoint
Impl
Link copied to clipboard
constructor
(
latitude
:
Double
,
longitude
:
Double
,
time
:
Time
)
constructor
(
delegate
:
LatLongPosition
,
time
:
Time
)
Properties
coordinates
Link copied to clipboard
open
override
val
coordinates
:
DoubleArray
dimensions
Link copied to clipboard
open
override
val
dimensions
:
Int
x
Link copied to clipboard
open
override
val
x
:
Double
y
Link copied to clipboard
open
override
val
y
:
Double
Functions
add
Time
Link copied to clipboard
open
override
fun
addTime
(
shift
:
Time
)
:
GPSPointImpl
bounding
Box
Link copied to clipboard
open
override
fun
boundingBox
(
range
:
Double
)
:
List
<
GeoPosition
>
compare
To
Link copied to clipboard
open
operator override
fun
compareTo
(
other
:
GPSPoint
)
:
Int
distance
To
Link copied to clipboard
open
override
fun
distanceTo
(
other
:
GeoPosition
)
:
Double
get
Coordinate
Link copied to clipboard
open
override
fun
getCoordinate
(
dimension
:
Int
)
:
Double
get
Latitude
Link copied to clipboard
open
override
fun
getLatitude
(
)
:
Double
get
Longitude
Link copied to clipboard
open
override
fun
getLongitude
(
)
:
Double
get
Time
Link copied to clipboard
open
override
fun
getTime
(
)
:
Time
minus
Link copied to clipboard
open
operator override
fun
minus
(
p0
:
GeoPosition
)
:
GeoPosition
open
operator override
fun
minus
(
other
:
DoubleArray
)
:
GeoPosition
plus
Link copied to clipboard
open
operator override
fun
plus
(
p0
:
GeoPosition
)
:
GeoPosition
open
operator override
fun
plus
(
other
:
DoubleArray
)
:
GeoPosition
subtract
Time
Link copied to clipboard
open
override
fun
subtractTime
(
t
:
Time
)
:
GPSPointImpl
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String