Package | Description |
---|---|
at.finkzeit.zsw.server.ws |
Modifier and Type | Method and Description |
---|---|
java.util.List<WSVehicleStatus> |
ZSWService.findVehicleInBounds(java.lang.String session,
int north,
int south,
int west,
int east) |
java.util.List<WSVehicleStatus> |
IZSWService.findVehicleInBounds(java.lang.String session,
int north,
int south,
int west,
int east)
Fahrzeugstatus im angegebenen Rechteck (N,O,S,W) auslesen
|
java.util.List<WSVehicleStatus> |
ZSWService.getAllVehicleStatuses(java.lang.String session) |
java.util.List<WSVehicleStatus> |
IZSWService.getAllVehicleStatuses(java.lang.String session)
Fahrzeugstatusliste abfragen
|