| 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> |
FiltersDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jp,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
| 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(com.vividsolutions.jts.geom.Point departure,
com.vividsolutions.jts.geom.Point destination,
Timestamp departureTimestamp,
List<ParkingAreaDataFilter> filters,
List<Preference> preferences,
Long duration,
Integer maxDistance) |
| 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(com.vividsolutions.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(com.vividsolutions.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(com.vividsolutions.jts.geom.Point destinationPosition,
Integer numberOfParkingAreas,
List<ParkingAreaDataFilter> filters,
com.vividsolutions.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,
com.vividsolutions.jts.geom.Point departurePosition) |
Copyright © 2018. All rights reserved.