de
.
nierbeck
.
floating
.
data
domain
package
domain
Visibility
Public
All
Type Members
case class
BoundingBox
(
leftTop:
LatLon
,
rightBotom:
LatLon
)
extends
Product
with
Serializable
case class
LatLon
(
lat:
Float
,
lon:
Float
)
extends
Product
with
Serializable
case class
Route
(
longitude:
Double
,
latitude:
Double
,
display_name:
String
,
id:
String
=
"none"
)
extends
Product
with
Serializable
case class
RouteDetail
(
routeId:
String
,
id:
String
,
longitude:
Double
,
latitude:
Double
,
display_name:
String
)
extends
Product
with
Serializable
case class
RouteInfo
(
id:
String
,
display_name:
String
)
extends
Product
with
Serializable
case class
RouteInfos
(
items:
List
[
RouteInfo
]
)
extends
Product
with
Serializable
case class
Routes
(
items:
List
[
Route
]
)
extends
Product
with
Serializable
case class
TiledVehicle
(
tileId:
String
,
timeID:
Date
,
id:
String
,
time:
Option
[
Date
] =
scala.None
,
latitude:
Double
,
longitude:
Double
,
heading:
Integer
,
route_id:
Option
[
String
] =
scala.None
,
run_id:
String
=
"none"
,
seconds_since_report:
Integer
=
scala.this.Predef.int2Integer(0)
)
extends
Product
with
Serializable
case class
TiledVehicleCluster
(
tileId:
String
,
id:
Int
,
timeStamp:
Long
,
latitude:
Double
,
longitude:
Double
,
amount:
Int
)
extends
Product
with
Serializable
case class
TiledVehicleClusterDetails
(
tileId:
String
,
id:
Long
,
posId:
Int
,
timeStamp:
Long
,
latitude:
Double
,
longitude:
Double
)
extends
Product
with
Serializable
case class
Vehicle
(
id:
String
,
time:
Option
[
Date
] =
scala.None
,
latitude:
Double
,
longitude:
Double
,
heading:
Integer
,
route_id:
Option
[
String
] =
scala.None
,
run_id:
String
=
"none"
,
seconds_since_report:
Integer
=
scala.this.Predef.int2Integer(0)
)
extends
Product
with
Serializable
case class
VehicleCluster
(
id:
Int
,
timeStamp:
Long
,
latitude:
Double
,
longitude:
Double
,
amount:
Int
)
extends
Product
with
Serializable
case class
VehicleClusterDetails
(
id:
Long
,
posId:
Int
,
timeStamp:
Long
,
latitude:
Double
,
longitude:
Double
)
extends
Product
with
Serializable
case class
Vehicles
(
items:
List
[
Vehicle
]
)
extends
Product
with
Serializable
Ungrouped