Uses of Class
com.targomo.client.api.TravelOptions
Packages that use TravelOptions
Package
Description
-
Uses of TravelOptions in com.targomo.client.api
Subclasses of TravelOptions in com.targomo.client.api -
Uses of TravelOptions in com.targomo.client.api.json
Methods in com.targomo.client.api.json with parameters of type TravelOptionsModifier and TypeMethodDescriptionvoidTravelOptionsSerializer.serialize(TravelOptions travelOptions, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider serializers) -
Uses of TravelOptions in com.targomo.client.api.pojo
Constructors in com.targomo.client.api.pojo with parameters of type TravelOptionsModifierConstructorDescriptionAggregationConfigurationBuilder(TravelOptions travelOptions, boolean deepCopy) -
Uses of TravelOptions in com.targomo.client.api.request
Methods in com.targomo.client.api.request with parameters of type TravelOptionsModifier and TypeMethodDescriptionstatic TimeVectorResponseTimeVectorRequest.executeRequest(TravelOptions travelOptions) static TimeVectorResponseTimeVectorRequest.executeRequest(TravelOptions travelOptions, javax.ws.rs.core.MultivaluedMap<String, Object> headers) static TimeVectorResponseTimeVectorRequest.executeRequest(javax.ws.rs.client.Client client, TravelOptions travelOptions) static TimeVectorResponseTimeVectorRequest.executeRequest(javax.ws.rs.client.Client client, TravelOptions travelOptions, javax.ws.rs.core.MultivaluedMap<String, Object> headers) MultiGraphRequest.executeRequestGeoJson(TravelOptions travelOptions) MultiGraphRequest.executeRequestGeoJson(TravelOptions travelOptions, javax.ws.rs.core.MultivaluedMap<String, Object> headers) Not recommended since a heavy client object is constructed and destroyed with every call.MultiGraphRequest.executeRequestGeoJson(javax.ws.rs.client.Client client, TravelOptions travelOptions) MultiGraphRequest.executeRequestGeoJson(javax.ws.rs.client.Client client, TravelOptions travelOptions, javax.ws.rs.core.MultivaluedMap<String, Object> headers) MultiGraphRequest.executeRequestJson(TravelOptions travelOptions) MultiGraphRequest.executeRequestJson(TravelOptions travelOptions, javax.ws.rs.core.MultivaluedMap<String, Object> headers) Not recommended since a heavy client object is constructed and destroyed with every call.MultiGraphRequest.executeRequestJson(javax.ws.rs.client.Client client, TravelOptions travelOptions) MultiGraphRequest.executeRequestJson(javax.ws.rs.client.Client client, TravelOptions travelOptions, javax.ws.rs.core.MultivaluedMap<String, Object> headers) MultiGraphRequest.executeRequestTileHash(TravelOptions travelOptions) MultiGraphRequest.executeRequestTileHash(TravelOptions travelOptions, javax.ws.rs.core.MultivaluedMap<String, Object> headers) MultiGraphRequest.executeRequestTileHash(javax.ws.rs.client.Client client, TravelOptions travelOptions) MultiGraphRequest.executeRequestTileHash(javax.ws.rs.client.Client client, TravelOptions travelOptions, javax.ws.rs.core.MultivaluedMap<String, Object> headers) voidPolygonRequest.setTravelOptions(TravelOptions options) Constructors in com.targomo.client.api.request with parameters of type TravelOptionsModifierConstructorDescriptionBoundingBoxRequest(TravelOptions travelOptions) BoundingBoxRequest(javax.ws.rs.client.Client client, TravelOptions travelOptions) BoundingBoxRequest(javax.ws.rs.client.Client client, TravelOptions travelOptions, javax.ws.rs.core.MultivaluedMap<String, Object> headers) Use a custom client implementation with specified options and methodEdgeStatisticsReachabilityRequest(int edgeStatisticCollectionId, Set<Integer> edgeStatisticIds, List<Integer> ignoreRoadClasses, boolean calculateReachabilityInFlyMode, TravelOptions travelOptions) Use default client implementation with specified options and default headers Default client usesClientBuilderEdgeStatisticsReachabilityRequest(javax.ws.rs.client.Client client, int edgeStatisticCollectionId, Set<Integer> edgeStatisticIds, List<Integer> ignoreRoadClasses, boolean calculateReachabilityInFlyMode, TravelOptions travelOptions) Use a custom client implementation with specified options and default headersEdgeStatisticsReachabilityRequest(javax.ws.rs.client.Client client, int edgeStatisticCollectionId, Set<Integer> edgeStatisticIds, List<Integer> ignoreRoadClasses, boolean calculateReachabilityInFlyMode, TravelOptions travelOptions, javax.ws.rs.core.MultivaluedMap<String, Object> headers) MultiGraphRequest(javax.ws.rs.client.Client client, TravelOptions travelOptions, Class<R> responseClass) MultiGraphRequest(javax.ws.rs.client.Client client, TravelOptions travelOptions, Class<R> responseClass, javax.ws.rs.core.MultivaluedMap<String, Object> headers) Use custom client with specified travelOptionsOverpassRequest(TravelOptions travelOptions) Use default client implementation with specified options and method Default client usesClientBuilder.OverpassRequest(TravelOptions travelOptions, PoiType poiTye) Use default client implementation with specified options and method and a specific PoI type Default client usesClientBuilder.OverpassRequest(TravelOptions travelOptions, javax.ws.rs.client.Client client, PoiType poiType) Use a custom client implementation with specified options and method and a specific PoI typeOverpassRequest(javax.ws.rs.client.Client client, TravelOptions travelOptions) Use a custom client implementation with specified options and method Default PoI type is the first taken from the osmTypes in travel optionsPointOfInterestRequest(TravelOptions travelOptions) Use default client implementation with specified options and method Default client usesClientBuilder.PointOfInterestRequest(javax.ws.rs.client.Client client, TravelOptions travelOptions) Use a custom client implementation with specified options and methodPointOfInterestRequest(javax.ws.rs.client.Client client, TravelOptions travelOptions, javax.ws.rs.core.MultivaluedMap<String, Object> headers) Use a custom client implementation with specified options and methodPolygonRequest(TravelOptions travelOptions) Use default Client with specified travelOptionsPolygonRequest(TravelOptions travelOptions, String method) Use default Client with specified travelOptions and HTTP methodPolygonRequest(javax.ws.rs.client.Client client, TravelOptions travelOptions) Use custom client with specified travelOptionsPolygonRequest(javax.ws.rs.client.Client client, TravelOptions travelOptions, String method) Use custom client with specified travelOptions and the specified HTTP VERBPolygonRequest(javax.ws.rs.client.Client client, TravelOptions travelOptions, String method, javax.ws.rs.core.MultivaluedMap<String, Object> headers) Use custom client with specified travelOptions and the specified HTTP VERBReachabilityRequest(TravelOptions travelOptions) Use default client implementation with specified options and method Default client usesClientBuilder.ReachabilityRequest(javax.ws.rs.client.Client client, TravelOptions travelOptions) Use a custom client implementation with specified options and methodReachabilityRequest(javax.ws.rs.client.Client client, TravelOptions travelOptions, javax.ws.rs.core.MultivaluedMap<String, Object> headers) Use a custom client implementation with specified options and methodRouteRequest(TravelOptions travelOptions) Use default Client with specified travelOptions Default client usesClientBuilderRouteRequest(javax.ws.rs.client.Client client, TravelOptions travelOptions) Use custom client with specified travelOptionsTimeRequest(TravelOptions travelOptions) Use default client implementation with specified options and method Default client usesClientBuilder.TimeRequest(javax.ws.rs.client.Client client, TravelOptions travelOptions) Use a custom client implementation with specified options and methodTimeRequest(javax.ws.rs.client.Client client, TravelOptions travelOptions, javax.ws.rs.core.MultivaluedMap<String, Object> headers) Use a custom client implementation with specified options and methodTimeVectorRequest(javax.ws.rs.client.Client client, TravelOptions travelOptions) TimeVectorRequest(javax.ws.rs.client.Client client, TravelOptions travelOptions, javax.ws.rs.core.MultivaluedMap<String, Object> headers) Use custom client with specified travelOptionsTransitStopsRequest(TravelOptions travelOptions) Use default client implementation with specified options and method Default client usesClientBuilder.TransitStopsRequest(javax.ws.rs.client.Client client, TravelOptions travelOptions) Use a custom client implementation with specified options and methodTransitStopsRequest(javax.ws.rs.client.Client client, TravelOptions travelOptions, javax.ws.rs.core.MultivaluedMap<String, Object> headers) Use a custom client implementation with specified options and method -
Uses of TravelOptions in com.targomo.client.api.request.config
Methods in com.targomo.client.api.request.config with parameters of type TravelOptionsModifier and TypeMethodDescriptionstatic StringJacksonRequestConfigurator.getConfig(TravelOptions travelOptions) Replaces getCfg methods of Request classes.static StringRequestConfigurator.getConfig(TravelOptions travelOptions) Replaces getCfg methods of Request classes. -
Uses of TravelOptions in com.targomo.client.api.response
Methods in com.targomo.client.api.response that return TravelOptionsModifier and TypeMethodDescriptionDefaultResponse.getTravelOptions()OverpassResponse.getTravelOptions()PointOfInterestResponse.getTravelOptions()PolygonResponse.getTravelOptions()ReachabilityResponse.getTravelOptions()RouteResponse.getTravelOptions()StatisticsGeometryValuesResponse.getTravelOptions()StatisticsResponse.getTravelOptions()TimeResponse.getTravelOptions()Methods in com.targomo.client.api.response with parameters of type TravelOptionsModifier and TypeMethodDescriptionvoidDefaultResponse.finishDeserialization(TravelOptions travelOptions, long roundTripTimeMillis, long parseTimeMillis) voidTimeResponse.mapResults(TravelOptions travelOptions, org.json.JSONObject result) Parse results in JSON to travel times map.Constructors in com.targomo.client.api.response with parameters of type TravelOptionsModifierConstructorDescriptionOverpassResponse(TravelOptions travelOptions, org.json.JSONObject result, long requestStart) Responses without a given PoI type will use the first one found in travel options as before for backwards compatibilityOverpassResponse(TravelOptions travelOptions, org.json.JSONObject result, long requestStart, PoiType poiType) Create a response from JSON results, using given travel optionsPointOfInterestGravitationResponse(TravelOptions travelOptions, org.json.JSONObject result, long requestStart) Create a response from JSON results, using given travel optionsPointOfInterestResponse(TravelOptions travelOptions, org.json.JSONObject result, boolean resultContainsEdgeWeights, long requestStart) Create a response from JSON results, using given travel optionsPointOfInterestSummaryResponse(TravelOptions travelOptions, org.json.JSONObject result, long requestStart) Create a response from JSON results, using given travel optionsPolygonResponse(TravelOptions travelOptions, org.json.JSONObject result, ResponseCode code, long requestTimeMillis, long roundTripTimeMillis) PolygonResponse(TravelOptions travelOptions, org.json.JSONObject result, ResponseCode code, long requestTimeMillis, long roundTripTimeMillis, long parseTime) ReachabilityResponse(TravelOptions travelOptions, ResponseCode code, long requestTime, long requestStart) Create a response with custom response code and without results.ReachabilityResponse(TravelOptions travelOptions, ResponseCode code, long requestTimeMillis, long totalTimeMillis, String message) ReachabilityResponse(TravelOptions travelOptions, org.json.JSONObject result, long requestStart) Create a response from JSON results, using given travel optionsReachabilityResponse(TravelOptions travelOptions, org.json.JSONObject result, long requestStart, java.util.function.Function<String, String> targetIdMapperFilter) Create a response from JSON results, using given travel options.RouteResponse(TravelOptions travelOptions, org.json.JSONArray routes, ResponseCode code, long requestTimeMillis) StatisticsGeometryValuesResponse(TravelOptions travelOptions, String string, long roundTripTime, long requestStart) StatisticsGeometryValuesResponse(TravelOptions travelOptions, org.json.JSONObject result, long requestStart) StatisticsResponse(TravelOptions travelOptions, String string, long roundTripTime, long requestStart) StatisticsResponse(TravelOptions travelOptions, org.json.JSONObject result, long requestStart) TimeResponse(TravelOptions travelOptions, ResponseCode code, long requestTime, long requestStart) Create a response with custom response code and without results.TimeResponse(TravelOptions travelOptions, org.json.JSONObject result, long requestStart) Create a response from JSON results. -
Uses of TravelOptions in com.targomo.client.api.response.statistics
Constructors in com.targomo.client.api.response.statistics with parameters of type TravelOptionsModifierConstructorDescriptionStatisticGeometryValuesResult(TravelOptions options, org.json.JSONObject jsonResult) StatisticResult(TravelOptions options, org.json.JSONObject jsonResult)