public class GetChargingStationsForPositionRequest extends Object
| Constructor and Description |
|---|
GetChargingStationsForPositionRequest() |
GetChargingStationsForPositionRequest(com.vividsolutions.jts.geom.Point position,
Integer maxNumberOfChargingStations,
ChargingStationFilter chargingStationFilter) |
| Modifier and Type | Method and Description |
|---|---|
ChargingStationFilter |
getChargingStationFilter() |
Integer |
getMaxNumberOfChargingStations() |
com.vividsolutions.jts.geom.Point |
getPosition() |
void |
setChargingStationFilter(ChargingStationFilter chargingStationFilter) |
void |
setMaxNumberOfChargingStations(Integer maxNumberOfChargingStations) |
void |
setPosition(com.vividsolutions.jts.geom.Point position) |
public GetChargingStationsForPositionRequest()
public GetChargingStationsForPositionRequest(com.vividsolutions.jts.geom.Point position,
Integer maxNumberOfChargingStations,
ChargingStationFilter chargingStationFilter)
public com.vividsolutions.jts.geom.Point getPosition()
public void setPosition(com.vividsolutions.jts.geom.Point position)
public Integer getMaxNumberOfChargingStations()
public void setMaxNumberOfChargingStations(Integer maxNumberOfChargingStations)
public ChargingStationFilter getChargingStationFilter()
public void setChargingStationFilter(ChargingStationFilter chargingStationFilter)
Copyright © 2018. All rights reserved.