public class OptimalTrip extends Object
| Constructor and Description |
|---|
OptimalTrip() |
OptimalTrip(List<org.locationtech.jts.geom.Point> stopoverPoints,
List<ParkingAreaWithOccupancy> parkingAreaResultsOptimalTrip,
List<ParkingAreaWithOccupancy> parkingAreaResultsDriveBy,
Route route,
org.locationtech.jts.geom.Point destination,
boolean free,
boolean handicapped,
boolean resident,
double probability,
Integer parkingSpaces,
List<ParkingAreaType> preferredType,
Integer estimatedSearchDuration) |
public OptimalTrip()
public OptimalTrip(List<org.locationtech.jts.geom.Point> stopoverPoints, List<ParkingAreaWithOccupancy> parkingAreaResultsOptimalTrip, List<ParkingAreaWithOccupancy> parkingAreaResultsDriveBy, Route route, org.locationtech.jts.geom.Point destination, boolean free, boolean handicapped, boolean resident, double probability, Integer parkingSpaces, List<ParkingAreaType> preferredType, Integer estimatedSearchDuration)
public List<org.locationtech.jts.geom.Point> getStopoverPoints()
public void setStopoverPoints(List<org.locationtech.jts.geom.Point> stopoverPoints)
public List<ParkingAreaWithOccupancy> getParkingAreaResultsOptimalTrip()
public void setParkingAreaResultsOptimalTrip(List<ParkingAreaWithOccupancy> parkingAreaResultsOptimalTrip)
public Route getRoute()
public void setRoute(Route route)
public org.locationtech.jts.geom.Point getDestination()
public void setDestination(org.locationtech.jts.geom.Point destination)
public boolean isFree()
public void setFree(boolean free)
public boolean isHandicapped()
public void setHandicapped(boolean handicapped)
public boolean isResident()
public void setResident(boolean resident)
public double getProbability()
public void setProbability(double probability)
public Integer getParkingSpaces()
public void setParkingSpaces(Integer parkingSpaces)
public List<ParkingAreaType> getPreferredType()
public void setPreferredType(List<ParkingAreaType> preferredType)
public Integer getEstimatedSearchDuration()
public void setEstimatedSearchDuration(Integer estimatedSearchDuration)
public List<ParkingAreaWithOccupancy> getParkingAreaResultsDriveBy()
public void setParkingAreaResultsDriveBy(List<ParkingAreaWithOccupancy> parkingAreaResultsDriveBy)
Copyright © 2019. All rights reserved.