alchemist
alchemist
/
it.unibo.alchemist.model.implementations.positions
/
GPSPointImpl
GPSPoint
Impl
class
GPSPointImpl
:
GPSPoint
Content copied to clipboard
Constructors
Functions
Constructors
GPSPoint
Impl
Link copied to clipboard
open
fun
GPSPointImpl
(
latitude
:
Double
,
longitude
:
Double
,
time
:
Time
)
Content copied to clipboard
GPSPoint
Impl
Link copied to clipboard
open
fun
GPSPointImpl
(
latlong
:
LatLongPosition
,
time
:
Time
)
Content copied to clipboard
Functions
add
Time
Link copied to clipboard
open
fun
addTime
(
t
:
Time
)
:
GPSPointImpl
Content copied to clipboard
bounding
Box
Link copied to clipboard
open
fun
boundingBox
(
range
:
Double
)
:
List
<
GeoPosition
>
Content copied to clipboard
compare
To
Link copied to clipboard
open
fun
compareTo
(
p
:
GPSPoint
)
:
Int
Content copied to clipboard
distance
To
Link copied to clipboard
open
fun
distanceTo
(
otherPosition
:
GeoPosition
)
:
Double
Content copied to clipboard
equals
Link copied to clipboard
open
fun
equals
(
obj
:
Any
)
:
Boolean
Content copied to clipboard
get
Coordinate
Link copied to clipboard
open
fun
getCoordinate
(
dim
:
Int
)
:
Double
Content copied to clipboard
get
Coordinates
Link copied to clipboard
open
fun
getCoordinates
(
)
:
Array
<
Double
>
Content copied to clipboard
get
Dimensions
Link copied to clipboard
open
fun
getDimensions
(
)
:
Int
Content copied to clipboard
get
Latitude
Link copied to clipboard
open
fun
getLatitude
(
)
:
Double
Content copied to clipboard
get
Longitude
Link copied to clipboard
open
fun
getLongitude
(
)
:
Double
Content copied to clipboard
get
Time
Link copied to clipboard
open
fun
getTime
(
)
:
Time
Content copied to clipboard
get
X
Link copied to clipboard
open
fun
getX
(
)
:
Double
Content copied to clipboard
get
Y
Link copied to clipboard
open
fun
getY
(
)
:
Double
Content copied to clipboard
hash
Code
Link copied to clipboard
open
fun
hashCode
(
)
:
Int
Content copied to clipboard
minus
Link copied to clipboard
@
Nonnull
open
fun
minus
(
@
Nonnull
other
:
Array
<
Double
>
)
:
GeoPosition
Content copied to clipboard
open
fun
minus
(
other
:
GeoPosition
)
:
GeoPosition
Content copied to clipboard
plus
Link copied to clipboard
@
Nonnull
open
fun
plus
(
@
Nonnull
other
:
Array
<
Double
>
)
:
GeoPosition
Content copied to clipboard
open
fun
plus
(
other
:
GeoPosition
)
:
GeoPosition
Content copied to clipboard
subtract
Time
Link copied to clipboard
open
fun
subtractTime
(
t
:
Time
)
:
GPSPointImpl
Content copied to clipboard
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String
Content copied to clipboard