| Modifier and Type | Method and Description |
|---|---|
static ParkingAreaDataFilter |
ParkingAreaDataFilter.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParkingAreaDataFilter[] |
ParkingAreaDataFilter.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<ParkingAreaDataFilter> |
GetOptimalTripRequest.getFilters() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetOptimalTripRequest.setFilters(List<ParkingAreaDataFilter> filters) |
| Constructor and Description |
|---|
GetOptimalTripRequest(org.locationtech.jts.geom.Point departure,
org.locationtech.jts.geom.Point destination,
Timestamp departureTimestamp,
List<ParkingAreaDataFilter> filters,
List<Preference> preferences,
Long duration,
Integer maxDistance,
GetDriveByParkingAreaResults getDriveByParkingAreaResults) |
| Modifier and Type | Method and Description |
|---|---|
List<ParkingAreaDataFilter> |
GetParkingAreasForPositionRequest.getFilters() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetParkingAreasForPositionRequest.setFilters(List<ParkingAreaDataFilter> filters) |
| Constructor and Description |
|---|
GetParkingAreasForPositionRequest(org.locationtech.jts.geom.Point position,
Integer numberOfParkingAreas,
List<ParkingAreaDataFilter> filters) |
| Modifier and Type | Method and Description |
|---|---|
List<ParkingAreaDataFilter> |
GetParkingAreasForPositionWithOccupancyRequest.getFilters() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetParkingAreasForPositionWithOccupancyRequest.setFilters(List<ParkingAreaDataFilter> filters) |
| Constructor and Description |
|---|
GetParkingAreasForPositionWithOccupancyRequest(org.locationtech.jts.geom.Point position,
Integer numberOfParkingAreas,
List<ParkingAreaDataFilter> filters,
Timestamp timestamp) |
| Modifier and Type | Method and Description |
|---|---|
List<ParkingAreaDataFilter> |
GetParkingAreasForPositionWithOccupancyForDepartureRequest.getFilters() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetParkingAreasForPositionWithOccupancyForDepartureRequest.setFilters(List<ParkingAreaDataFilter> filters) |
| Constructor and Description |
|---|
GetParkingAreasForPositionWithOccupancyForDepartureRequest(org.locationtech.jts.geom.Point destinationPosition,
Integer numberOfParkingAreas,
List<ParkingAreaDataFilter> filters,
org.locationtech.jts.geom.Point departurePosition,
Timestamp departureTimestamp) |
| Modifier and Type | Method and Description |
|---|---|
List<ParkingAreaDataFilter> |
GetParkingAreasForTileRequest.getFilters() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetParkingAreasForTileRequest.setFilters(List<ParkingAreaDataFilter> filters) |
| Constructor and Description |
|---|
GetParkingAreasForTileRequest(Tile tile,
List<ParkingAreaDataFilter> filters) |
| Modifier and Type | Method and Description |
|---|---|
List<ParkingAreaDataFilter> |
GetParkingAreasForTileWithOccupancyRequest.getFilters() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetParkingAreasForTileWithOccupancyRequest.setFilters(List<ParkingAreaDataFilter> filters) |
| Constructor and Description |
|---|
GetParkingAreasForTileWithOccupancyRequest(Tile tile,
List<ParkingAreaDataFilter> filters,
Timestamp timestamp) |
| Modifier and Type | Method and Description |
|---|---|
List<ParkingAreaDataFilter> |
GetParkingAreasForTileWithOccupancyForDepartureRequest.getFilters() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetParkingAreasForTileWithOccupancyForDepartureRequest.setFilters(List<ParkingAreaDataFilter> filters) |
| Constructor and Description |
|---|
GetParkingAreasForTileWithOccupancyForDepartureRequest(Tile tile,
List<ParkingAreaDataFilter> filters,
Timestamp departureTimestamp,
org.locationtech.jts.geom.Point departurePosition) |
Copyright © 2019. All rights reserved.