Index

A B C D E F G H I J K L M N O P Q R S T U V W X Y 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

AbstractCoordinate - Class in com.targomo.client.api.geo
Simple abstract class to use for storing coordinates with IDs and travel types.
AbstractCoordinate() - Constructor for class com.targomo.client.api.geo.AbstractCoordinate
 
AbstractCoordinate(String, double, double, LocationProperties) - Constructor for class com.targomo.client.api.geo.AbstractCoordinate
Generate a Coordinate with an ID along with X and Y values.
AbstractGeometry - Class in com.targomo.client.api.geo
Simple abstract class to use for storing geometry data with IDs and travel types.
AbstractGeometry() - Constructor for class com.targomo.client.api.geo.AbstractGeometry
 
AbstractGeometry(String, Integer, String, boolean, LocationProperties) - Constructor for class com.targomo.client.api.geo.AbstractGeometry
 
AbstractLocation - Class in com.targomo.client.api.geo
 
AbstractLocation() - Constructor for class com.targomo.client.api.geo.AbstractLocation
 
AbstractLocation(String, LocationProperties) - Constructor for class com.targomo.client.api.geo.AbstractLocation
 
AbstractLocationMapDeserializer<K extends Location> - Class in com.targomo.client.api.json
Created by Gideon Cohen
AbstractLocationMapDeserializer() - Constructor for class com.targomo.client.api.json.AbstractLocationMapDeserializer
 
AbstractSourceMapSerializer - Class in com.targomo.client.api.json
Created by Gideon Cohen
AbstractSourceMapSerializer() - Constructor for class com.targomo.client.api.json.AbstractSourceMapSerializer
 
addAllSourceGeometries(Map<String, AbstractGeometry>) - Method in class com.targomo.client.api.TravelOptions
 
addAllSources(Map<String, Coordinate>) - Method in class com.targomo.client.api.TravelOptions
 
addAllTargetAddresses(List<String>) - Method in class com.targomo.client.api.TravelOptions
 
addAllTargetGeohashes(List<String>) - Method in class com.targomo.client.api.TravelOptions
 
addAllTargets(Collection<Coordinate>) - Method in class com.targomo.client.api.TravelOptions
 
addAllTargets(Map<String, Coordinate>) - Method in class com.targomo.client.api.TravelOptions
 
addClosestSource(String, String) - Method in class com.targomo.client.api.response.ReachabilityResponse
 
addEdgeWeight(String, Integer) - Method in class com.targomo.client.api.response.PointOfInterestResponse
Add travel time to a target
Address - Class in com.targomo.client.api
A simple immutable POJO object representing a number of address fields.
Address(String, String, String, String, String) - Constructor for class com.targomo.client.api.Address
 
addSource(Coordinate) - Method in class com.targomo.client.api.TravelOptions
 
addSourceAddress(DefaultSourceAddress) - Method in class com.targomo.client.api.TravelOptions
 
addSourceGeometry(AbstractGeometry) - Method in class com.targomo.client.api.TravelOptions
 
addTarget(Coordinate) - Method in class com.targomo.client.api.TravelOptions
 
addTargetGeohash(String) - Method in class com.targomo.client.api.TravelOptions
 
addTravelTime(String, Integer) - Method in class com.targomo.client.api.response.ReachabilityResponse
Add travel time to a target
addTravelWeight(Coordinate, Coordinate, Integer, Integer) - Method in class com.targomo.client.api.response.TimeResponse
 
AggregationConfiguration - Class in com.targomo.client.api.pojo
POJO to define pipeline aggregations for the multigraph.
AggregationConfiguration() - Constructor for class com.targomo.client.api.pojo.AggregationConfiguration
 
AggregationConfiguration.AggregationConfigurationBuilder - Class in com.targomo.client.api.pojo
 
AggregationConfigurationBuilder() - Constructor for class com.targomo.client.api.pojo.AggregationConfiguration.AggregationConfigurationBuilder
 
AggregationConfigurationBuilder(AggregationConfiguration) - Constructor for class com.targomo.client.api.pojo.AggregationConfiguration.AggregationConfigurationBuilder
 
AggregationConfigurationBuilder(TravelOptions, boolean) - Constructor for class com.targomo.client.api.pojo.AggregationConfiguration.AggregationConfigurationBuilder
 
aggregationInputParameters(Map<String, AggregationInputParameters>) - Method in class com.targomo.client.api.pojo.AggregationConfiguration.AggregationConfigurationBuilder
 
AggregationInputParameters - Class in com.targomo.client.api.pojo
 
AggregationInputParameters(Float, Boolean, Double) - Constructor for class com.targomo.client.api.pojo.AggregationInputParameters
 
ALL - Enum constant in enum class com.targomo.client.api.quality.criterion.PoiMatchType
 
ALLOW_PRIVATE_AND_SERVICE_ROADS - Static variable in class com.targomo.client.Constants
 
ANY - Enum constant in enum class com.targomo.client.api.enums.EdgeStatisticDirection
 
ANY - Enum constant in enum class com.targomo.client.api.quality.criterion.PoiMatchType
 
append(StringBuilder, String, Object) - Static method in class com.targomo.client.api.request.config.builder.JSONBuilder
Appends Object directly, without adding quotes
appendAndEnd(StringBuilder, String, Object) - Static method in class com.targomo.client.api.request.config.builder.JSONBuilder
Appends Object directly and puts JSON object end descriptor "}" to the end
appendString(StringBuilder, String, Object) - Static method in class com.targomo.client.api.request.config.builder.JSONBuilder
Appends Object as String, by adding quotes
appendStringList(StringBuilder, String, List<T>) - Static method in class com.targomo.client.api.request.config.builder.JSONBuilder
Appends a list of objects adding quotes and comma separated
AuthenticationResponse - Class in com.targomo.client.api.response.esri
The POJO for the response from the ESRI authentication.
AuthenticationResponse(String, Integer, ErrorDescription) - Constructor for class com.targomo.client.api.response.esri.AuthenticationResponse
private - not used since this is a POJO only created from a json String
AVERAGE - Enum constant in enum class com.targomo.client.api.enums.EdgeStatisticAggregationType
 
AVERAGE - Enum constant in enum class com.targomo.client.api.enums.PolygonIntersectionMode
 
AVG - Enum constant in enum class com.targomo.client.api.quality.criterion.StatisticIdsAggregationType
 

B

BAD_GATEWAY_CODE - Static variable in class com.targomo.client.Constants
 
BaseGraph - Class in com.targomo.client.api.pojo
The basegraph is a POJO representation of an unweighted directed graph, it consists nodes and directed edges between them.
BaseGraph(long) - Constructor for class com.targomo.client.api.pojo.BaseGraph
 
BaseGraph(long, TIntObjectMap<double[]>, TIntObjectMap<int[]>, TIntObjectMap<double[][]>) - Constructor for class com.targomo.client.api.pojo.BaseGraph
 
BaseGraph(BaseGraph) - Constructor for class com.targomo.client.api.pojo.BaseGraph
 
beginJson(StringBuilder) - Static method in class com.targomo.client.api.request.config.builder.JSONBuilder
Adds beginning descriptor "{" for JSON objects
BIKE - Enum constant in enum class com.targomo.client.api.enums.TravelType
 
BIKETRANSIT - Enum constant in enum class com.targomo.client.api.enums.TravelType
 
BoundingBoxRequest - Class in com.targomo.client.api.request
Creates a bounding box of the reachable area using the specified travel options.
BoundingBoxRequest(TravelOptions) - Constructor for class com.targomo.client.api.request.BoundingBoxRequest
 
BoundingBoxRequest(Client, TravelOptions) - Constructor for class com.targomo.client.api.request.BoundingBoxRequest
 
BoundingBoxRequest(Client, TravelOptions, MultivaluedMap<String, Object>) - Constructor for class com.targomo.client.api.request.BoundingBoxRequest
Use a custom client implementation with specified options and method
BoundingBoxResponse - Class in com.targomo.client.api.response
 
BoundingBoxResponse() - Constructor for class com.targomo.client.api.response.BoundingBoxResponse
 
BUFFER - Static variable in class com.targomo.client.Constants
 
build() - Method in class com.targomo.client.api.pojo.AggregationConfiguration.AggregationConfigurationBuilder
 
buildCurlRequest(String, String, String, List<String>, String) - Static method in class com.targomo.client.api.util.CurlUtil
Build a curl request.
buildCurlRequest(String, List<String>, String) - Static method in class com.targomo.client.api.util.CurlUtil
 

C

CACHE_RESULT - Static variable in class com.targomo.client.Constants
 
CALLBACK - Static variable in class com.targomo.client.Constants
 
Candidate - Class in com.targomo.client.api.response.esri
Geocoding candidate for a requested address.
Candidate(double, DefaultTargetCoordinate) - Constructor for class com.targomo.client.api.response.esri.Candidate
 
CAR - Enum constant in enum class com.targomo.client.api.enums.TravelType
 
CHARTS_DEPENDENT - Enum constant in enum class com.targomo.client.api.request.enums.StatisticMethod
 
CHARTS_INDEPENDENT - Enum constant in enum class com.targomo.client.api.request.enums.StatisticMethod
 
city - Variable in class com.targomo.client.api.Address
The addresses' city
clearAndAddSource(String, AbstractGeometry) - Method in class com.targomo.client.api.TravelOptions
Clear sourceGeometries and add new one
clearAndAddSource(String, Coordinate) - Method in class com.targomo.client.api.TravelOptions
Clear sources and add new one
CLIP_GEOMETRY - Static variable in class com.targomo.client.Constants
 
cloneObjects(T, Class<T>) - Static method in class com.targomo.client.api.util.IOUtil
Deep cloning of an POJO object.
CLOSE_LOCATION - Enum constant in enum class com.targomo.client.api.request.GeocodingRequest.Option
Defines an origin point location that is used to sort geocoding candidates based on their proximity to the location.
CLOSEST_POI_ABSOLUTE_DISTANCE - Enum constant in enum class com.targomo.client.api.quality.criterion.CriterionType
 
CLOSEST_POI_DISTANCE - Enum constant in enum class com.targomo.client.api.quality.criterion.CriterionType
 
CollectionUtils - Class in com.targomo.client.api.util
 
CollectionUtils() - Constructor for class com.targomo.client.api.util.CollectionUtils
 
com.targomo.client - package com.targomo.client
 
com.targomo.client.api - package com.targomo.client.api
 
com.targomo.client.api.enums - package com.targomo.client.api.enums
 
com.targomo.client.api.exception - package com.targomo.client.api.exception
 
com.targomo.client.api.geo - package com.targomo.client.api.geo
 
com.targomo.client.api.json - package com.targomo.client.api.json
 
com.targomo.client.api.pojo - package com.targomo.client.api.pojo
 
com.targomo.client.api.quality - package com.targomo.client.api.quality
 
com.targomo.client.api.quality.criterion - package com.targomo.client.api.quality.criterion
 
com.targomo.client.api.request - package com.targomo.client.api.request
 
com.targomo.client.api.request.config - package com.targomo.client.api.request.config
 
com.targomo.client.api.request.config.builder - package com.targomo.client.api.request.config.builder
 
com.targomo.client.api.request.enums - package com.targomo.client.api.request.enums
 
com.targomo.client.api.request.esri - package com.targomo.client.api.request.esri
 
com.targomo.client.api.request.ssl - package com.targomo.client.api.request.ssl
 
com.targomo.client.api.response - package com.targomo.client.api.response
 
com.targomo.client.api.response.esri - package com.targomo.client.api.response.esri
 
com.targomo.client.api.response.parsingpojos - package com.targomo.client.api.response.parsingpojos
 
com.targomo.client.api.response.statistics - package com.targomo.client.api.response.statistics
 
com.targomo.client.api.statistic - package com.targomo.client.api.statistic
 
com.targomo.client.api.util - package com.targomo.client.api.util
 
COMPACT_PATH_SERIALIZER - Enum constant in enum class com.targomo.client.api.enums.PathSerializerType
 
COMPACT_PATH_SERIALIZER - Static variable in class com.targomo.client.Constants
 
compareTo(PoiType) - Method in class com.targomo.client.api.statistic.PoiType
Compares this object with the specified object for order.
CompetingRoutingOption - Class in com.targomo.client.api.pojo
 
CompetingRoutingOption(RoutingOptions, Integer, Float) - Constructor for class com.targomo.client.api.pojo.CompetingRoutingOption
 
COMPETITORS - Static variable in class com.targomo.client.Constants
 
Constants - Class in com.targomo.client
 
Constants() - Constructor for class com.targomo.client.Constants
 
Coordinate - Interface in com.targomo.client.api.geo
 
COULD_NOT_CONNECT_POINT_TO_NETWORK - Enum constant in enum class com.targomo.client.api.response.ResponseCode
 
COULD_NOT_CONNECT_POLYGON_TO_NETWORK - Enum constant in enum class com.targomo.client.api.response.ResponseCode
 
COUNT - Enum constant in enum class com.targomo.client.api.enums.MultiGraphAggregationType
 
country - Variable in class com.targomo.client.api.Address
Here a three digit country code is expected.
createFromJson(String) - Static method in class com.targomo.client.api.response.GeocodingResponse
Creates the response from a JSON String
CRITERIA - Static variable in class com.targomo.client.Constants
 
CRITERION_REFERENCE - Enum constant in enum class com.targomo.client.api.quality.criterion.CriterionType
 
CRITERION_TYPE_CLOSEST_POI_ABSOLUTE_DISTANCE - Static variable in class com.targomo.client.Constants
 
CRITERION_TYPE_CLOSEST_POI_DISTANCE - Static variable in class com.targomo.client.Constants
 
CRITERION_TYPE_EDGE_STATISTICS - Static variable in class com.targomo.client.Constants
 
CRITERION_TYPE_EDGE_STATISTICS_REACHABILITY - Static variable in class com.targomo.client.Constants
 
CRITERION_TYPE_GRAVITATION_DISTANCE_AVERAGE - Static variable in class com.targomo.client.Constants
 
CRITERION_TYPE_GRAVITATION_SUM - Static variable in class com.targomo.client.Constants
 
CRITERION_TYPE_MATH_AGGREGATION - Static variable in class com.targomo.client.Constants
 
CRITERION_TYPE_POI_COUNT_IN_ZONE - Static variable in class com.targomo.client.Constants
 
CRITERION_TYPE_POI_COVERAGE_COUNT - Static variable in class com.targomo.client.Constants
 
CRITERION_TYPE_POI_COVERAGE_DISTANCE - Static variable in class com.targomo.client.Constants
 
CRITERION_TYPE_POI_GRAVITATION_SUM - Static variable in class com.targomo.client.Constants
 
CRITERION_TYPE_POLYGON_AREA - Static variable in class com.targomo.client.Constants
 
CRITERION_TYPE_REFERENCE - Static variable in class com.targomo.client.Constants
 
CRITERION_TYPE_STATISTICS_DISTANCE - Static variable in class com.targomo.client.Constants
 
CRITERION_TYPE_STATISTICS_DISTANCE_AVERAGE - Static variable in class com.targomo.client.Constants
 
CRITERION_TYPE_STATISTICS_MAX - Static variable in class com.targomo.client.Constants
 
CRITERION_TYPE_STATISTICS_ON_ENCLOSING_CELL - Static variable in class com.targomo.client.Constants
 
CRITERION_TYPE_STATISTICS_SUM - Static variable in class com.targomo.client.Constants
 
CRITERION_TYPE_STATISTICS_SUM_IN_ZONE - Static variable in class com.targomo.client.Constants
 
CRITERION_TYPE_STAYPOINT_COUNT - Static variable in class com.targomo.client.Constants
 
CRITERION_TYPE_TRANSIT_STOPS_DISTANCE - Static variable in class com.targomo.client.Constants
 
CRITERION_TYPE_TRANSIT_STOPS_SUM - Static variable in class com.targomo.client.Constants
 
CriterionDefinition - Class in com.targomo.client.api.quality.criterion
 
CriterionDefinition() - Constructor for class com.targomo.client.api.quality.criterion.CriterionDefinition
 
CriterionDefinitionInterface - Interface in com.targomo.client.api.quality.criterion
 
CriterionMetadata - Class in com.targomo.client.api.quality.criterion
 
CriterionMetadata() - Constructor for class com.targomo.client.api.quality.criterion.CriterionMetadata
 
CriterionOverview - Class in com.targomo.client.api.quality.criterion
 
CriterionOverview() - Constructor for class com.targomo.client.api.quality.criterion.CriterionOverview
 
CriterionType - Enum Class in com.targomo.client.api.quality.criterion
 
CRS - Static variable in class com.targomo.client.Constants
 
CurlUtil - Class in com.targomo.client.api.util
Created by gerb on 27.02.18.
CurlUtil() - Constructor for class com.targomo.client.api.util.CurlUtil
 
CUSTOM_GEOMETRIES - Enum constant in enum class com.targomo.client.api.enums.MultiGraphLayerType
 

D

data - Variable in class com.targomo.client.api.response.DefaultResponse
 
DATA - Static variable in class com.targomo.client.Constants
 
DECIMAL_PRECISION - Static variable in class com.targomo.client.Constants
 
decode(String) - Static method in class com.targomo.client.api.util.IOUtil
Decode a URL-encoded String
DefaultResponse<O,I> - Class in com.targomo.client.api.response
 
DefaultResponse() - Constructor for class com.targomo.client.api.response.DefaultResponse
 
DefaultSourceAddress - Class in com.targomo.client.api.geo
AbstractClass for dealing with Source/Target H3 Addresses
DefaultSourceAddress() - Constructor for class com.targomo.client.api.geo.DefaultSourceAddress
 
DefaultSourceAddress(String) - Constructor for class com.targomo.client.api.geo.DefaultSourceAddress
 
DefaultSourceAddress(String, TravelType) - Constructor for class com.targomo.client.api.geo.DefaultSourceAddress
 
DefaultSourceAddress(String, TravelType, LocationProperties) - Constructor for class com.targomo.client.api.geo.DefaultSourceAddress
 
DefaultSourceAddress(String, LocationProperties) - Constructor for class com.targomo.client.api.geo.DefaultSourceAddress
 
DefaultSourceAddress(String, List<TravelType>, LocationProperties) - Constructor for class com.targomo.client.api.geo.DefaultSourceAddress
 
DefaultSourceAddressMapDeserializer - Class in com.targomo.client.api.json
Created by Gideon Cohen
DefaultSourceAddressMapDeserializer() - Constructor for class com.targomo.client.api.json.DefaultSourceAddressMapDeserializer
 
DefaultSourceAddressMapSerializer - Class in com.targomo.client.api.json
Created by Gideon Cohen
DefaultSourceAddressMapSerializer() - Constructor for class com.targomo.client.api.json.DefaultSourceAddressMapSerializer
 
DefaultSourceCoordinate - Class in com.targomo.client.api.geo
Default implementation for storing source coordinates.
DefaultSourceCoordinate() - Constructor for class com.targomo.client.api.geo.DefaultSourceCoordinate
 
DefaultSourceCoordinate(String, double, double) - Constructor for class com.targomo.client.api.geo.DefaultSourceCoordinate
Generate Source coordinate with ID, X and Y values with no travel type.
DefaultSourceCoordinate(String, double, double, TravelType) - Constructor for class com.targomo.client.api.geo.DefaultSourceCoordinate
Generate Source coordinate with a TravelType as well as ID, X and Y values.
DefaultSourceCoordinate(String, double, double, TravelType, LocationProperties) - Constructor for class com.targomo.client.api.geo.DefaultSourceCoordinate
Generate Source coordinate with a TravelType as well as ID, X and Y values.
DefaultSourceCoordinate(String, double, double, LocationProperties) - Constructor for class com.targomo.client.api.geo.DefaultSourceCoordinate
Generate Source coordinate with ID, X and Y values with no travel type.
DefaultSourceCoordinate(String, double, double, List<TravelType>, LocationProperties) - Constructor for class com.targomo.client.api.geo.DefaultSourceCoordinate
 
DefaultSourceCoordinateMapDeserializer - Class in com.targomo.client.api.json
Created by gerb on 01/02/2017.
DefaultSourceCoordinateMapDeserializer() - Constructor for class com.targomo.client.api.json.DefaultSourceCoordinateMapDeserializer
 
DefaultSourceCoordinateMapSerializer - Class in com.targomo.client.api.json
Created by gerb on 01/03/2017.
DefaultSourceCoordinateMapSerializer() - Constructor for class com.targomo.client.api.json.DefaultSourceCoordinateMapSerializer
 
DefaultSourceGeometriesMapDeserializer - Class in com.targomo.client.api.json
 
DefaultSourceGeometriesMapDeserializer() - Constructor for class com.targomo.client.api.json.DefaultSourceGeometriesMapDeserializer
 
DefaultSourceGeometriesMapSerializer - Class in com.targomo.client.api.json
 
DefaultSourceGeometriesMapSerializer() - Constructor for class com.targomo.client.api.json.DefaultSourceGeometriesMapSerializer
 
DefaultSourceGeometry - Class in com.targomo.client.api.geo
Default implementation for storing source geometries.
DefaultSourceGeometry(String, String, int) - Constructor for class com.targomo.client.api.geo.DefaultSourceGeometry
Generate Source geometry with ID, geojson and crs values with no travel type.
DefaultSourceGeometry(String, String, int, boolean) - Constructor for class com.targomo.client.api.geo.DefaultSourceGeometry
 
DefaultSourceGeometry(String, String, int, TravelType) - Constructor for class com.targomo.client.api.geo.DefaultSourceGeometry
Generate Source geometry with a TravelType as well as ID, geojson and crs values.
DefaultSourceGeometry(String, String, int, TravelType, boolean) - Constructor for class com.targomo.client.api.geo.DefaultSourceGeometry
 
DefaultSourceGeometry(String, String, int, TravelType, boolean, LocationProperties) - Constructor for class com.targomo.client.api.geo.DefaultSourceGeometry
Generate Source geometry with a TravelType as well as ID, geojson and crs values.
DefaultSourceGeometry(String, String, int, TravelType, LocationProperties) - Constructor for class com.targomo.client.api.geo.DefaultSourceGeometry
 
DefaultSourceGeometry(String, String, int, List<TravelType>, boolean, LocationProperties) - Constructor for class com.targomo.client.api.geo.DefaultSourceGeometry
 
DefaultTargetCoordinate - Class in com.targomo.client.api.geo
Default implementation for storing target coordinates.
DefaultTargetCoordinate(String, double, double) - Constructor for class com.targomo.client.api.geo.DefaultTargetCoordinate
Generate Target coordinate with an ID along with X and Y values.
DefaultTargetCoordinateMapDeserializer - Class in com.targomo.client.api.json
Created by gerb on 01/02/2017.
DefaultTargetCoordinateMapDeserializer() - Constructor for class com.targomo.client.api.json.DefaultTargetCoordinateMapDeserializer
 
DefaultTargetCoordinateMapSerializer - Class in com.targomo.client.api.json
Created by gerb on 01/03/2017.
DefaultTargetCoordinateMapSerializer() - Constructor for class com.targomo.client.api.json.DefaultTargetCoordinateMapSerializer
 
degreeToMeters(double) - Method in class com.targomo.client.api.util.GeoUtil
Convert a latitude into x - y coordinates in meters Source: http://pordlabs.ucsd.edu/matlab/coord.htm
deserialize(JsonParser, DeserializationContext) - Method in class com.targomo.client.api.json.DefaultSourceAddressMapDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class com.targomo.client.api.json.DefaultSourceCoordinateMapDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class com.targomo.client.api.json.DefaultSourceGeometriesMapDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class com.targomo.client.api.json.DefaultTargetCoordinateMapDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class com.targomo.client.api.json.TransitTravelTimeValueDeserializer
 
deserialize(String, JsonParser, Class<K>) - Method in class com.targomo.client.api.json.AbstractLocationMapDeserializer
 
DIR0 - Enum constant in enum class com.targomo.client.api.enums.EdgeStatisticDirection
 
DIR1 - Enum constant in enum class com.targomo.client.api.enums.EdgeStatisticDirection
 
DIR2 - Enum constant in enum class com.targomo.client.api.enums.EdgeStatisticDirection
 
DISTANCE - Enum constant in enum class com.targomo.client.api.enums.EdgeWeightType
 

E

EDGE - Enum constant in enum class com.targomo.client.api.enums.MultiGraphDomainType
 
EDGE_STATISTICS - Enum constant in enum class com.targomo.client.api.quality.criterion.CriterionType
 
EDGE_STATISTICS_REACHABILITY - Enum constant in enum class com.targomo.client.api.quality.criterion.CriterionType
 
EDGE_WEIGHT - Static variable in class com.targomo.client.Constants
 
edges - Variable in class com.targomo.client.api.pojo.BaseGraph
 
EdgeStatisticAggregationType - Enum Class in com.targomo.client.api.enums
 
EdgeStatisticDirection - Enum Class in com.targomo.client.api.enums
Specifying which directions of the edge should be considered and if more then one then how they will be aggregated.
EdgeStatisticsCriterionDefinition - Class in com.targomo.client.api.quality.criterion
 
EdgeStatisticsCriterionDefinition() - Constructor for class com.targomo.client.api.quality.criterion.EdgeStatisticsCriterionDefinition
 
EdgeStatisticsReachabilityCriterionDefinition - Class in com.targomo.client.api.quality.criterion
 
EdgeStatisticsReachabilityCriterionDefinition() - Constructor for class com.targomo.client.api.quality.criterion.EdgeStatisticsReachabilityCriterionDefinition
 
EdgeStatisticsReachabilityRequest - Class in com.targomo.client.api.request
Reachability request to edge statistics service.
EdgeStatisticsReachabilityRequest(int, Set<Integer>, List<Integer>, boolean, TravelOptions) - Constructor for class com.targomo.client.api.request.EdgeStatisticsReachabilityRequest
Use default client implementation with specified options and default headers Default client uses ClientBuilder
EdgeStatisticsReachabilityRequest(Client, int, EdgeStatisticsReachabilityRequestOptions, MultivaluedMap<String, Object>) - Constructor for class com.targomo.client.api.request.EdgeStatisticsReachabilityRequest
Use a custom client implementation with specified options, method, and headers
EdgeStatisticsReachabilityRequest(Client, int, Set<Integer>, List<Integer>, boolean, TravelOptions) - Constructor for class com.targomo.client.api.request.EdgeStatisticsReachabilityRequest
Use a custom client implementation with specified options and default headers
EdgeStatisticsReachabilityRequest(Client, int, Set<Integer>, List<Integer>, boolean, TravelOptions, MultivaluedMap<String, Object>) - Constructor for class com.targomo.client.api.request.EdgeStatisticsReachabilityRequest
 
EdgeStatisticsReachabilityRequestOptions - Class in com.targomo.client.api.pojo
Parameters for an edge statistics reachability request.
EdgeStatisticsReachabilityRequestOptions() - Constructor for class com.targomo.client.api.pojo.EdgeStatisticsReachabilityRequestOptions
 
EdgeStatisticsReachabilityResponse - Class in com.targomo.client.api.response
Response object of EdgeStatisticsReachabilityRequest
EdgeStatisticsReachabilityResponse() - Constructor for class com.targomo.client.api.response.EdgeStatisticsReachabilityResponse
 
EdgeStatisticsRequest - Class in com.targomo.client.api.request
 
EdgeStatisticsRequest(String, String, int, EdgeStatisticsRequestOptions) - Constructor for class com.targomo.client.api.request.EdgeStatisticsRequest
Use default client implementation with specified options and default headers Default client uses ClientBuilder
EdgeStatisticsRequest(Client, String, String, int, EdgeStatisticsRequestOptions) - Constructor for class com.targomo.client.api.request.EdgeStatisticsRequest
Use a custom client implementation with specified options and default headers
EdgeStatisticsRequest(Client, String, String, int, EdgeStatisticsRequestOptions, MultivaluedMap<String, Object>) - Constructor for class com.targomo.client.api.request.EdgeStatisticsRequest
Use a custom client implementation with specified options, method, and headers
EdgeStatisticsRequestOptions - Class in com.targomo.client.api.pojo
Parameters for an edge statistics location request.
EdgeStatisticsRequestOptions() - Constructor for class com.targomo.client.api.pojo.EdgeStatisticsRequestOptions
 
EdgeWeightType - Enum Class in com.targomo.client.api.enums
 
ElementWithId - Class in com.targomo.client.api.response.parsingpojos
 
ElementWithId() - Constructor for class com.targomo.client.api.response.parsingpojos.ElementWithId
 
ElementWithTargets<A> - Class in com.targomo.client.api.response.parsingpojos
 
ElementWithTargets() - Constructor for class com.targomo.client.api.response.parsingpojos.ElementWithTargets
 
ENABLE_ELEVATION - Static variable in class com.targomo.client.Constants
 
encode(String) - Static method in class com.targomo.client.api.util.IOUtil
Convert a String to URL-encoded version
equals(Object) - Method in class com.targomo.client.api.geo.AbstractCoordinate
 
equals(Object) - Method in class com.targomo.client.api.geo.AbstractGeometry
 
equals(Object) - Method in class com.targomo.client.api.geo.DefaultSourceAddress
 
equals(Object) - Method in class com.targomo.client.api.geo.DefaultSourceCoordinate
 
equals(Object) - Method in class com.targomo.client.api.geo.DefaultSourceGeometry
 
equals(Object) - Method in class com.targomo.client.api.pojo.RoutingOptions
 
equals(Object) - Method in class com.targomo.client.api.statistic.PoiType
 
equals(Object) - Method in class com.targomo.client.api.StatisticTravelOptions
 
equals(Object) - Method in class com.targomo.client.api.TravelOptions
 
ErrorDescription - Class in com.targomo.client.api.response.esri
The POJO for an error message reponse sent from an ESRI service (see GeocodingResponse and AuthenticationResponse)
ErrorDescription(Integer, String, String, String, List<String>) - Constructor for class com.targomo.client.api.response.esri.ErrorDescription
private - not used since this is a POJO only created from a json String
ESRIAuthenticationDetails - Class in com.targomo.client.api.request.esri
Immutable Class to specify the user credentials for an ESRI account - this may be required for using GeocodingRequest (which uses the ESRI service)
ESRIAuthenticationDetails(String, String) - Constructor for class com.targomo.client.api.request.esri.ESRIAuthenticationDetails
Creates an authentication specification.
ESRIAuthenticationDetails(String, String, Integer) - Constructor for class com.targomo.client.api.request.esri.ESRIAuthenticationDetails
Creates an authentication specification.
ExceptionCode - Interface in com.targomo.client.api.exception
Interface to keep any exception error or response code
EXCLUDE_EDGE_CLASSES - Static variable in class com.targomo.client.Constants
 
EXCLUDE_EDGE_CLASSES_FROM_SNAPPING - Static variable in class com.targomo.client.Constants
 
EXCLUSION_GEOMETRY - Static variable in class com.targomo.client.Constants
 
executeRequest(TravelOptions) - Static method in class com.targomo.client.api.request.TimeVectorRequest
 
executeRequest(TravelOptions, MultivaluedMap<String, Object>) - Static method in class com.targomo.client.api.request.TimeVectorRequest
 
executeRequest(Client, TravelOptions) - Static method in class com.targomo.client.api.request.TimeVectorRequest
 
executeRequest(Client, TravelOptions, MultivaluedMap<String, Object>) - Static method in class com.targomo.client.api.request.TimeVectorRequest
 
executeRequestGeoJson(TravelOptions) - Static method in class com.targomo.client.api.request.MultiGraphRequest
 
executeRequestGeoJson(TravelOptions, MultivaluedMap<String, Object>) - Static method in class com.targomo.client.api.request.MultiGraphRequest
Not recommended since a heavy client object is constructed and destroyed with every call.
executeRequestGeoJson(Client, TravelOptions) - Static method in class com.targomo.client.api.request.MultiGraphRequest
 
executeRequestGeoJson(Client, TravelOptions, MultivaluedMap<String, Object>) - Static method in class com.targomo.client.api.request.MultiGraphRequest
 
executeRequestJson(TravelOptions) - Static method in class com.targomo.client.api.request.MultiGraphRequest
 
executeRequestJson(TravelOptions, MultivaluedMap<String, Object>) - Static method in class com.targomo.client.api.request.MultiGraphRequest
Not recommended since a heavy client object is constructed and destroyed with every call.
executeRequestJson(Client, TravelOptions) - Static method in class com.targomo.client.api.request.MultiGraphRequest
 
executeRequestJson(Client, TravelOptions, MultivaluedMap<String, Object>) - Static method in class com.targomo.client.api.request.MultiGraphRequest
 
executeRequestTileHash(TravelOptions) - Static method in class com.targomo.client.api.request.MultiGraphRequest
 
executeRequestTileHash(TravelOptions, MultivaluedMap<String, Object>) - Static method in class com.targomo.client.api.request.MultiGraphRequest
 
executeRequestTileHash(Client, TravelOptions) - Static method in class com.targomo.client.api.request.MultiGraphRequest
 
executeRequestTileHash(Client, TravelOptions, MultivaluedMap<String, Object>) - Static method in class com.targomo.client.api.request.MultiGraphRequest
 

F

filter(ClientRequestContext) - Method in class com.targomo.client.api.request.config.RequestHeaderFilter
 
filterValuesForSourceOrigins(Set<String>) - Method in class com.targomo.client.api.pojo.AggregationConfiguration.AggregationConfigurationBuilder
 
finishDeserialization(TravelOptions, long, long) - Method in class com.targomo.client.api.response.DefaultResponse
 
FLY - Enum constant in enum class com.targomo.client.api.enums.TravelType
 
FLY_CIRCLE_DETAIL_LEVEL - Static variable in class com.targomo.client.Constants
 
FOR_STORAGE - Enum constant in enum class com.targomo.client.api.request.GeocodingRequest.Option
Specifies whether the results of the operation will be persisted, if true an authentication is required and the operation execution will be charged to the account
FORCE_RECALCULATE - Static variable in class com.targomo.client.Constants
 
Format - Enum Class in com.targomo.client.api.enums
Created by gerb on 27/03/2017.
FORMAT - Static variable in class com.targomo.client.Constants
 
FRIDAY - Enum constant in enum class com.targomo.client.api.enums.Weekday
 
fromIntMonSun(int) - Static method in enum class com.targomo.client.api.enums.Weekday
Takes an integer value from 0-6 (inclusive) and returns a day of the week.
fromIntSunMon(int) - Static method in enum class com.targomo.client.api.enums.Weekday
Takes an integer value from 0-6 (inclusive) and returns a day of the week.
fromString(String) - Static method in enum class com.targomo.client.api.enums.EdgeStatisticAggregationType
 
fromString(String) - Static method in enum class com.targomo.client.api.enums.EdgeStatisticDirection
 
fromString(String) - Static method in enum class com.targomo.client.api.enums.EdgeWeightType
 
fromString(String) - Static method in enum class com.targomo.client.api.enums.Format
 
fromString(String) - Static method in enum class com.targomo.client.api.enums.MultiGraphAggregationType
 
fromString(String) - Static method in enum class com.targomo.client.api.enums.MultiGraphDomainEdgeAggregationType
 
fromString(String) - Static method in enum class com.targomo.client.api.enums.MultiGraphDomainType
 
fromString(String) - Static method in enum class com.targomo.client.api.enums.MultiGraphLayerCustomGeometryMergeAggregation
 
fromString(String) - Static method in enum class com.targomo.client.api.enums.MultiGraphLayerType
 
fromString(String) - Static method in enum class com.targomo.client.api.enums.MultiGraphSerializationFormat
 
fromString(String) - Static method in enum class com.targomo.client.api.enums.MultiGraphSerializationH3IdFormat
 
fromString(String) - Static method in enum class com.targomo.client.api.enums.PolygonIntersectionMode
 
fromString(String) - Static method in enum class com.targomo.client.api.enums.PolygonOrientationRule
 
fromString(String) - Static method in enum class com.targomo.client.api.enums.TravelType
 
fromString(String) - Static method in enum class com.targomo.client.api.enums.Weekday
Get the GeometryType based on a key string if one of the three allowed types (Polygon, Multipolygon, Linestring)
fromString(String) - Static method in enum class com.targomo.client.api.quality.criterion.StatisticIdsAggregationType
 
fromString(String) - Static method in enum class com.targomo.client.api.response.ResponseCode
 

G

GEO_JSON - Static variable in class com.targomo.client.Constants
 
GEO_JSON_PATH_SERIALIZER - Enum constant in enum class com.targomo.client.api.enums.PathSerializerType
 
GEO_JSON_PATH_SERIALIZER - Static variable in class com.targomo.client.Constants
 
GEO_JSON_POLYGON_SERIALIZER - Enum constant in enum class com.targomo.client.api.enums.PolygonSerializerType
 
GEO_JSON_POLYGON_SERIALIZER - Static variable in class com.targomo.client.Constants
 
GeocodingRequest - Class in com.targomo.client.api.request
The GeocodingRequest uses the ESRI webservice to request a coordinate candidates for one or more addresses.
GeocodingRequest(Client) - Constructor for class com.targomo.client.api.request.GeocodingRequest
Creation of a default geo coding request without ESRI credentials (for batch requests slower than with credentials)
GeocodingRequest(Client, int) - Constructor for class com.targomo.client.api.request.GeocodingRequest
Creation of a default geo coding request with customizable timeout.
GeocodingRequest(Client, ESRIAuthenticationDetails) - Constructor for class com.targomo.client.api.request.GeocodingRequest
Creation of a default geo coding request with ESRI credentials.
GeocodingRequest(Client, ESRIAuthenticationDetails, Map<GeocodingRequest.Option, String>, int) - Constructor for class com.targomo.client.api.request.GeocodingRequest
Use a custom client implementation for the geo coding request with non-default request parameters and ESRI credentials).
GeocodingRequest(Client, Map<GeocodingRequest.Option, String>) - Constructor for class com.targomo.client.api.request.GeocodingRequest
Use a custom client implementation for the geo coding request with non-default request parameters and no ESRI credentials)
GeocodingRequest.Option - Enum Class in com.targomo.client.api.request
Special Geocoding request options that can be set at creation of the request.
GeocodingResponse - Class in com.targomo.client.api.response
Response of the ESRI geocoding REST service for a requested address.
GeocodingResponse(List<Candidate>, ErrorDescription, String) - Constructor for class com.targomo.client.api.response.GeocodingResponse
private - not used since this is a POJO only created from a json String
GEOJSON - Enum constant in enum class com.targomo.client.api.enums.Format
 
GEOJSON - Enum constant in enum class com.targomo.client.api.enums.MultiGraphSerializationFormat
 
GeojsonUtil - Class in com.targomo.client.api.util
Utils for geojson.
Geometry - Class in com.targomo.client.api.pojo
Created by gerb on 07.06.18.
Geometry(Integer, String) - Constructor for class com.targomo.client.api.pojo.Geometry
Creates a geometry that is typed as geojson with the specified CRS.
GeoUtil - Class in com.targomo.client.api.util
Utility class with useful methods such as unit conversion
get() - Method in class com.targomo.client.api.request.BoundingBoxRequest
Executes the request.
get() - Method in class com.targomo.client.api.request.EdgeStatisticsReachabilityRequest
 
get() - Method in class com.targomo.client.api.request.EdgeStatisticsRequest
 
get() - Method in class com.targomo.client.api.request.OverpassRequest
Execute request
get() - Method in class com.targomo.client.api.request.PointOfInterestRequest
Execute poi reachability request
get() - Method in class com.targomo.client.api.request.PolygonRequest
Execute request
get() - Method in class com.targomo.client.api.request.RatingRequest
 
get() - Method in class com.targomo.client.api.request.ReachabilityRequest
Execute request
get() - Method in class com.targomo.client.api.request.RouteRequest
Execute request
get() - Method in class com.targomo.client.api.request.ScoreRequest
 
get() - Method in class com.targomo.client.api.request.TargomoRequest
Executes the request
get() - Method in class com.targomo.client.api.request.TimeRequest
Execute request
get() - Method in class com.targomo.client.api.request.TransitStopsRequest
 
get(Address) - Method in class com.targomo.client.api.request.GeocodingRequest
Invokes a simple request to geocode one address.
get(StatisticMethod) - Method in class com.targomo.client.api.request.StatisticsRequest
 
get(Boolean) - Method in class com.targomo.client.api.request.TransitStopsRequest
Execute request
get(String) - Method in class com.targomo.client.api.request.GeocodingRequest
Invokes a simple request to geocode one address.
get(String, StatisticsRequest.ResponseValidator<T>) - Method in class com.targomo.client.api.request.StatisticsRequest
 
get(Collection<Coordinate>) - Method in class com.targomo.client.api.request.MobilityRequest
 
get(Function<String, String>) - Method in class com.targomo.client.api.request.ReachabilityRequest
Execute request If cached targets are used that are shared among multiple statistics it may be necessary to filter the targets and map their ids.
get(T) - Method in interface com.targomo.client.api.request.GetRequest
 
getAccessToken() - Method in class com.targomo.client.api.response.esri.AuthenticationResponse
 
getAggregationToMinute(Integer, Integer, Integer, ToDoubleFunction<DoubleStream>) - Method in class com.targomo.client.api.response.statistics.StatisticResult
This method returns the aggragtion value for all values for the specified statistic and the given minute (starting from 0).
getAggregationToMinute(Integer, Integer, ToDoubleFunction<DoubleStream>) - Method in class com.targomo.client.api.response.statistics.StatisticResult
This method returns the aggragtion value for all values for the specified statistic and the given minute (starting from 0).
getBatchParallel(int, int, Address...) - Method in class com.targomo.client.api.request.GeocodingRequest
Facilitating a parallel batch request for geocoding multiple Addresses.
getBatchParallel(int, int, String...) - Method in class com.targomo.client.api.request.GeocodingRequest
Facilitating a parallel batch request for geocoding multiple addresses given as single String.
getBatchSequential(Address...) - Method in class com.targomo.client.api.request.GeocodingRequest
Facilitating a sequential batch request for geocoding multiple Addresses.
getBatchSequential(String...) - Method in class com.targomo.client.api.request.GeocodingRequest
Facilitating a sequential batch request for geocoding multiple addresses each given as single String.
getBoolean(JSONObject, String) - Static method in class com.targomo.client.api.util.JsonUtil
 
getClientID() - Method in class com.targomo.client.api.request.esri.ESRIAuthenticationDetails
 
getClientSecret() - Method in class com.targomo.client.api.request.esri.ESRIAuthenticationDetails
 
getClosestSourceForTarget(String) - Method in class com.targomo.client.api.response.ReachabilityResponse
 
getClosestSourceIds() - Method in class com.targomo.client.api.response.ReachabilityResponse
Map of target IDs to the individual closest source ID
getCode() - Method in interface com.targomo.client.api.exception.ExceptionCode
 
getCode() - Method in exception com.targomo.client.api.exception.ResponseErrorException
 
getCode() - Method in exception com.targomo.client.api.exception.TargomoClientException
 
getCode() - Method in class com.targomo.client.api.response.DefaultResponse
 
getCode() - Method in class com.targomo.client.api.response.esri.ErrorDescription
 
getCode() - Method in class com.targomo.client.api.response.PolygonResponse
 
getCode() - Method in class com.targomo.client.api.response.ReachabilityResponse
 
getCode() - Method in class com.targomo.client.api.response.RouteResponse
 
getCode() - Method in class com.targomo.client.api.response.TimeResponse
 
getCompetitors() - Method in interface com.targomo.client.api.quality.criterion.GravitationCriterionDefinition
 
getCompleteJsonResponseAsString() - Method in class com.targomo.client.api.response.GeocodingResponse
 
getConfig(TravelOptions) - Static method in class com.targomo.client.api.request.config.JacksonRequestConfigurator
Replaces getCfg methods of Request classes.
getConfig(TravelOptions) - Static method in class com.targomo.client.api.request.config.RequestConfigurator
Replaces getCfg methods of Request classes.
getConfig(List<Location>, List<Location>) - Static method in class com.targomo.client.api.request.config.RequestConfigurator
 
getConfig(Map<String, CriterionDefinition>, List<Location>, List<Location>) - Static method in class com.targomo.client.api.request.config.RequestConfigurator
 
getCoreServiceUrl() - Method in interface com.targomo.client.api.quality.criterion.StatisticsCriterionDefinition
 
getCrs() - Method in class com.targomo.client.api.geo.AbstractGeometry
 
getCrs() - Method in interface com.targomo.client.api.geo.RoutingGeometry
 
getCrs() - Method in class com.targomo.client.api.pojo.Geometry
 
getCurrentAccessToken() - Method in class com.targomo.client.api.request.GeocodingRequest
 
getCurrentDate() - Static method in class com.targomo.client.api.util.TimeUtil
Get current date as integer
getCurrentTime() - Static method in class com.targomo.client.api.util.TimeUtil
Get current time as integer
getData() - Method in class com.targomo.client.api.geo.AbstractGeometry
 
getData() - Method in interface com.targomo.client.api.geo.RoutingGeometry
 
getData() - Method in class com.targomo.client.api.pojo.Geometry
 
getData() - Method in class com.targomo.client.api.response.DefaultResponse
 
getDetails() - Method in class com.targomo.client.api.response.esri.ErrorDescription
 
getDistanceExponent() - Method in interface com.targomo.client.api.quality.criterion.CriterionDefinitionInterface
 
getDistanceModifier() - Method in interface com.targomo.client.api.quality.criterion.CriterionDefinitionInterface
 
getDomainType() - Method in class com.targomo.client.api.pojo.MultiGraph
 
getDouble(JSONObject, String) - Static method in class com.targomo.client.api.util.JsonUtil
 
getDurationBreakdown(long) - Static method in class com.targomo.client.api.util.TimeUtil
Convert a millisecond duration to a string format
getEdges() - Method in class com.targomo.client.api.pojo.BaseGraph
 
getEdgeWeight() - Method in interface com.targomo.client.api.quality.criterion.GravitationCriterionDefinition
 
getEdgeWeights() - Method in class com.targomo.client.api.response.PointOfInterestResponse
Map of source IDs - travel times
getEmptyImmutableBaseGraph() - Static method in class com.targomo.client.api.pojo.BaseGraph
 
getError() - Method in class com.targomo.client.api.response.esri.AuthenticationResponse
 
getError() - Method in class com.targomo.client.api.response.esri.ErrorDescription
 
getError() - Method in class com.targomo.client.api.response.GeocodingResponse
 
getErrorDescription() - Method in class com.targomo.client.api.response.esri.ErrorDescription
 
getExclude() - Method in interface com.targomo.client.api.quality.criterion.PoiCriterionDefinition
 
getExpiresIn() - Method in class com.targomo.client.api.response.esri.AuthenticationResponse
 
getGravitationAnalysis() - Method in class com.targomo.client.api.request.PointOfInterestRequest
Execute gravitation poi request
getId() - Method in class com.targomo.client.api.geo.AbstractLocation
Get the ID associated with the location.
getId() - Method in interface com.targomo.client.api.geo.Location
Get the ID associated with the coordinate.
getIdentifier() - Method in class com.targomo.client.api.geo.DefaultSourceCoordinate
The main problem with this identifier is that we need it for hibernate since it's not able to work without an ID.
getIdentifier() - Method in class com.targomo.client.api.geo.DefaultSourceGeometry
The main problem with this identifier is that we need it for hibernate since it's not able to work without an ID.
getInt(JSONArray, int) - Static method in class com.targomo.client.api.util.JsonUtil
 
getInt(JSONObject, String) - Static method in class com.targomo.client.api.util.JsonUtil
 
getJsonArray(JSONObject, String) - Static method in class com.targomo.client.api.util.JsonUtil
 
getJSONObject(JSONArray, int) - Static method in class com.targomo.client.api.util.JsonUtil
 
getJSONObject(JSONObject, String) - Static method in class com.targomo.client.api.util.JsonUtil
 
getKey() - Method in enum class com.targomo.client.api.enums.EdgeWeightType
 
getKey() - Method in enum class com.targomo.client.api.enums.Format
 
getKey() - Method in enum class com.targomo.client.api.enums.MultiGraphAggregationType
 
getKey() - Method in enum class com.targomo.client.api.enums.MultiGraphDomainEdgeAggregationType
 
getKey() - Method in enum class com.targomo.client.api.enums.MultiGraphDomainType
 
getKey() - Method in enum class com.targomo.client.api.enums.MultiGraphLayerCustomGeometryMergeAggregation
 
getKey() - Method in enum class com.targomo.client.api.enums.MultiGraphLayerType
 
getKey() - Method in enum class com.targomo.client.api.enums.MultiGraphSerializationFormat
 
getKey() - Method in enum class com.targomo.client.api.enums.MultiGraphSerializationH3IdFormat
 
getKey() - Method in enum class com.targomo.client.api.enums.PolygonIntersectionMode
 
getKey() - Method in enum class com.targomo.client.api.enums.PolygonOrientationRule
 
getKey() - Method in enum class com.targomo.client.api.enums.TravelType
 
getKey() - Method in class com.targomo.client.api.statistic.PoiType
 
getKeys(JSONObject) - Static method in class com.targomo.client.api.util.JsonUtil
 
getLayerKeys() - Method in class com.targomo.client.api.pojo.MultiGraph
 
getLayers() - Method in class com.targomo.client.api.pojo.MultiGraph
 
getLength(Coordinate, Coordinate) - Method in class com.targomo.client.api.response.TimeResponse
 
getLengths() - Method in class com.targomo.client.api.response.TimeResponse
Get travel distances from each source point to each target point.
getLocation() - Method in class com.targomo.client.api.response.esri.Candidate
Returns the geocode as DefaultTargetCoordinate according to the spatial reference from the request.
getLong(JSONObject, String) - Static method in class com.targomo.client.api.util.JsonUtil
 
getLowerBound() - Method in interface com.targomo.client.api.quality.criterion.CriterionDefinitionInterface
 
getMatch() - Method in interface com.targomo.client.api.quality.criterion.PoiCriterionDefinition
 
getMaxEdgeWeight() - Method in interface com.targomo.client.api.quality.criterion.GravitationCriterionDefinition
 
getMaxRoutingLength() - Method in class com.targomo.client.api.TravelOptions
Deprecated.
getMaxRoutingTime() - Method in class com.targomo.client.api.TravelOptions
Deprecated.
getMessage() - Method in class com.targomo.client.api.response.DefaultResponse
 
getMessage() - Method in class com.targomo.client.api.response.esri.ErrorDescription
 
getMessage() - Method in class com.targomo.client.api.response.ReachabilityResponse
 
getName() - Method in enum class com.targomo.client.api.quality.criterion.CriterionType
 
getNetworkID() - Method in class com.targomo.client.api.pojo.BaseGraph
 
getNodes() - Method in class com.targomo.client.api.pojo.BaseGraph
 
getOsmTypes() - Method in interface com.targomo.client.api.quality.criterion.PoiCriterionDefinition
 
getParseTime() - Method in class com.targomo.client.api.response.PolygonResponse
 
getParseTimeMillis() - Method in class com.targomo.client.api.response.DefaultResponse
 
getPath() - Method in enum class com.targomo.client.api.request.enums.StatisticMethod
 
getPathSerializer(String) - Static method in enum class com.targomo.client.api.enums.PathSerializerType
 
getPathSerializerName() - Method in enum class com.targomo.client.api.enums.PathSerializerType
 
getPoiServiceUrl() - Method in interface com.targomo.client.api.quality.criterion.PoiCriterionDefinition
 
getPOIsWithinGeometry() - Method in class com.targomo.client.api.request.PointOfInterestRequest
Execute poi inside geometry request
getPOIsWithinGeometrySummary() - Method in class com.targomo.client.api.request.PointOfInterestRequest
Execute poi inside geometry summary request
getPolygonSerializer(String) - Static method in enum class com.targomo.client.api.enums.PolygonSerializerType
 
getPolygonSerializerName() - Method in enum class com.targomo.client.api.enums.PolygonSerializerType
 
getProperties() - Method in class com.targomo.client.api.geo.AbstractLocation
Get the properties of a location
getProperties() - Method in interface com.targomo.client.api.geo.Location
Get the properties of a location
getReachableTargets() - Method in class com.targomo.client.api.response.statistics.StatisticResult
 
getReferenceOsmTypes() - Method in interface com.targomo.client.api.quality.criterion.PoiCriterionDefinition
 
getReferenceStatisticsIds() - Method in interface com.targomo.client.api.quality.criterion.StatisticsCriterionDefinition
 
getRepresentativeCandidate() - Method in class com.targomo.client.api.response.GeocodingResponse
 
getRepresentativeGeocodeOfRequest() - Method in class com.targomo.client.api.response.GeocodingResponse
 
GetRequest<T,R> - Interface in com.targomo.client.api.request
Created by David on 18.07.2017.
getRequestEnd() - Method in class com.targomo.client.api.response.OverpassResponse
 
getRequestTimeMillis() - Method in class com.targomo.client.api.response.DefaultResponse
 
getRequestTimeMillis() - Method in class com.targomo.client.api.response.PolygonResponse
 
getRequestTimeMillis() - Method in class com.targomo.client.api.response.ReachabilityResponse
 
getRequestTimeMillis() - Method in class com.targomo.client.api.response.RouteResponse
 
getRequestTimeMillis() - Method in class com.targomo.client.api.response.StatisticsGeometryValuesResponse
 
getRequestTimeMillis() - Method in class com.targomo.client.api.response.StatisticsResponse
 
getRequestTimeMillis() - Method in class com.targomo.client.api.response.TimeResponse
 
getResult() - Method in class com.targomo.client.api.response.OverpassResponse
 
getResult() - Method in class com.targomo.client.api.response.PointOfInterestResponse
 
getResult() - Method in class com.targomo.client.api.response.PolygonResponse
Generated polygons in JSON format.
getResultAsMap() - Method in class com.targomo.client.api.response.PointOfInterestResponse
 
getResultString(Response) - Static method in class com.targomo.client.api.util.IOUtil
Convert get body from HTTP response and remove callback field
getRoundTripTimeMillis() - Method in class com.targomo.client.api.response.DefaultResponse
 
getRoundTripTimeMillis() - Method in class com.targomo.client.api.response.PolygonResponse
 
getRoutes() - Method in class com.targomo.client.api.response.RouteResponse
Returns generated routes in JSON format.
getScalingFactor() - Method in interface com.targomo.client.api.quality.criterion.CriterionDefinitionInterface
 
getScore() - Method in class com.targomo.client.api.response.esri.Candidate
Return the Score of the candidate.
getSortedIntKeySet(JSONObject) - Static method in class com.targomo.client.api.util.JsonUtil
 
getSource(String) - Method in class com.targomo.client.api.TravelOptions
 
getSourceCoordinates() - Method in class com.targomo.client.api.TravelOptions
 
getSourcegeometry(String) - Method in class com.targomo.client.api.TravelOptions
 
getStatisticCollectionId() - Method in interface com.targomo.client.api.quality.criterion.StatisticsCriterionDefinition
 
getStatisticGeometryValuesResult() - Method in class com.targomo.client.api.response.StatisticsGeometryValuesResponse
 
getStatisticGroupId() - Method in interface com.targomo.client.api.quality.criterion.StatisticsCriterionDefinition
 
getStatisticResult() - Method in class com.targomo.client.api.response.StatisticsResponse
 
getStatistics() - Method in class com.targomo.client.api.response.statistics.StatisticResult
 
getStatisticsIds() - Method in interface com.targomo.client.api.quality.criterion.StatisticsCriterionDefinition
 
getStatisticsServiceUrl() - Method in interface com.targomo.client.api.quality.criterion.StatisticsCriterionDefinition
 
getString(JSONObject, String) - Static method in class com.targomo.client.api.util.JsonUtil
 
getSummary() - Method in class com.targomo.client.api.request.PointOfInterestRequest
Execute poi reachability summary request
getSupportedDomainTypes() - Method in enum class com.targomo.client.api.enums.MultiGraphLayerType
 
getSupportingPoints() - Method in class com.targomo.client.api.pojo.BaseGraph
 
getTarget(String) - Method in class com.targomo.client.api.TravelOptions
 
getTargetCoordinates() - Method in class com.targomo.client.api.TravelOptions
 
getTargets() - Method in class com.targomo.client.api.response.OverpassResponse
 
getTargetTravelTimes() - Method in class com.targomo.client.api.response.statistics.StatisticResult
 
getToday() - Static method in class com.targomo.client.api.util.TimeUtil
 
getTokenExpirationInMinutes() - Method in class com.targomo.client.api.request.esri.ESRIAuthenticationDetails
 
getTomorrow() - Static method in class com.targomo.client.api.util.TimeUtil
 
getTotalTime() - Method in class com.targomo.client.api.response.ReachabilityResponse
Get total time in milliseconds
getTotalTime() - Method in class com.targomo.client.api.response.TimeResponse
 
getTotalTimeMillis() - Method in class com.targomo.client.api.response.StatisticsGeometryValuesResponse
 
getTotalTimeMillis() - Method in class com.targomo.client.api.response.StatisticsResponse
 
getTravelModeProperties() - Method in class com.targomo.client.api.quality.criterion.RoutingBasedCriterionDefinition
 
getTravelOptions() - Method in class com.targomo.client.api.response.DefaultResponse
 
getTravelOptions() - Method in class com.targomo.client.api.response.OverpassResponse
 
getTravelOptions() - Method in class com.targomo.client.api.response.PointOfInterestResponse
 
getTravelOptions() - Method in class com.targomo.client.api.response.PolygonResponse
 
getTravelOptions() - Method in class com.targomo.client.api.response.ReachabilityResponse
 
getTravelOptions() - Method in class com.targomo.client.api.response.RouteResponse
 
getTravelOptions() - Method in class com.targomo.client.api.response.StatisticsGeometryValuesResponse
 
getTravelOptions() - Method in class com.targomo.client.api.response.StatisticsResponse
 
getTravelOptions() - Method in class com.targomo.client.api.response.TimeResponse
 
getTravelTime(Coordinate, Coordinate) - Method in class com.targomo.client.api.response.TimeResponse
 
getTravelTimes() - Method in class com.targomo.client.api.response.ReachabilityResponse
Map of source IDs - travel times
getTravelTimes() - Method in class com.targomo.client.api.response.TimeResponse
Get travel times from each source point to each target point.
getTravelTimeVectors() - Method in class com.targomo.client.api.response.TimeVectorResponse
 
getTravelType() - Method in interface com.targomo.client.api.quality.criterion.GravitationCriterionDefinition
 
getTravelType() - Method in class com.targomo.client.api.quality.criterion.RoutingBasedCriterionDefinition
 
getTravelType() - Method in class com.targomo.client.api.TravelOptions
Deprecated.
for backwards compatibility
getTravelTypes() - Method in class com.targomo.client.api.geo.DefaultTargetCoordinate
Not implemented, will throw exception.
getTravelTypes() - Method in interface com.targomo.client.api.geo.Location
Get the travel type(s) associated with the location.
getTravelTypesString() - Method in class com.targomo.client.api.TravelOptions
 
getTravelWeight(Coordinate, Coordinate) - Method in class com.targomo.client.api.response.TimeResponse
 
getTravelWeights() - Method in class com.targomo.client.api.response.TimeResponse
Get travel weights from each source point to each target point.
getType() - Method in class com.targomo.client.api.geo.PoiTargetCoordinate
 
getType() - Method in class com.targomo.client.api.pojo.Geometry
 
getType() - Method in interface com.targomo.client.api.quality.criterion.CriterionDefinitionInterface
 
getValue() - Method in class com.targomo.client.api.statistic.PoiType
 
getValuesGeometry() - Method in class com.targomo.client.api.request.StatisticsRequest
 
getWeightedBy() - Method in interface com.targomo.client.api.quality.criterion.PoiCriterionDefinition
 
getX() - Method in class com.targomo.client.api.geo.AbstractCoordinate
Get the value of coordinate in X-axis.
getX() - Method in interface com.targomo.client.api.geo.Coordinate
Get the value of coordinate in X-axis.
getY() - Method in class com.targomo.client.api.geo.AbstractCoordinate
Get the value of coordinate in Y-axis.
getY() - Method in interface com.targomo.client.api.geo.Coordinate
Get the value of coordinate in Y-axis.
getYesterday() - Static method in class com.targomo.client.api.util.TimeUtil
 
GRAVITATION_HUFF - Enum constant in enum class com.targomo.client.api.enums.MultiGraphAggregationType
 
GRAVITATION_HUFF_OPTIMIZED - Enum constant in enum class com.targomo.client.api.enums.MultiGraphAggregationType
the following two aggregations can only be used as main aggregation with no other aggregations in the pipeline - needs to be enabled for the endpoint
GRAVITATION_HUFF_OPTIMIZED_HEATMAP - Enum constant in enum class com.targomo.client.api.enums.MultiGraphAggregationType
 
GravitationCriterionDefinition - Interface in com.targomo.client.api.quality.criterion
 
gravitationExponent(Double) - Method in class com.targomo.client.api.pojo.AggregationConfiguration.AggregationConfigurationBuilder
 
GravitationResult() - Constructor for class com.targomo.client.api.response.PointOfInterestGravitationResponse.GravitationResult
 

H

H3_ADDRESS - Static variable in class com.targomo.client.Constants
 
H3HEXAGON - Enum constant in enum class com.targomo.client.api.enums.MultiGraphLayerType
 
hashCode() - Method in class com.targomo.client.api.geo.AbstractCoordinate
 
hashCode() - Method in class com.targomo.client.api.geo.AbstractGeometry
 
hashCode() - Method in class com.targomo.client.api.geo.DefaultSourceAddress
 
hashCode() - Method in class com.targomo.client.api.geo.DefaultSourceCoordinate
 
hashCode() - Method in class com.targomo.client.api.geo.DefaultSourceGeometry
 
hashCode() - Method in class com.targomo.client.api.pojo.RoutingOptions
 
hashCode() - Method in class com.targomo.client.api.statistic.PoiType
 
hashCode() - Method in class com.targomo.client.api.StatisticTravelOptions
 
hashCode() - Method in class com.targomo.client.api.TravelOptions
 
HEXAGON - Enum constant in enum class com.targomo.client.api.enums.MultiGraphLayerType
 

I

id - Variable in class com.targomo.client.api.geo.AbstractLocation
 
ID - Static variable in class com.targomo.client.api.request.MobilityRequest
 
ID - Static variable in class com.targomo.client.Constants
 
IDENTITY - Enum constant in enum class com.targomo.client.api.enums.MultiGraphLayerType
 
ignoreOutliers(Boolean) - Method in class com.targomo.client.api.pojo.AggregationConfiguration.AggregationConfigurationBuilder
 
INCLUDE_SNAP_DISTANCE - Static variable in class com.targomo.client.Constants
 
INCLUDE_SNAP_DISTANCE_FOR_TARGETS - Static variable in class com.targomo.client.Constants
 
initClient() - Static method in class com.targomo.client.api.request.ssl.SslClientGenerator
 
initClient(Configuration) - Static method in class com.targomo.client.api.request.ssl.SslClientGenerator
Generate the default SSL client
INTER_SERVICE_KEY - Static variable in class com.targomo.client.Constants
 
INTER_SERVICE_REQUEST - Static variable in class com.targomo.client.Constants
 
INTERSECTION - Enum constant in enum class com.targomo.client.api.enums.PolygonIntersectionMode
 
IOUtil - Class in com.targomo.client.api.util
 
isAggregation() - Method in enum class com.targomo.client.api.enums.EdgeStatisticDirection
 
isAggregationInRouting() - Method in enum class com.targomo.client.api.enums.MultiGraphAggregationType
 
isEmpty() - Method in class com.targomo.client.api.response.GeocodingResponse
 
isOnlyStatistics() - Method in enum class com.targomo.client.api.enums.MultiGraphDomainType
 
isOptimizedProbabilityAggregation() - Method in enum class com.targomo.client.api.enums.MultiGraphAggregationType
 
isOptimizedProbabilityAggregationForHeatmap() - Method in enum class com.targomo.client.api.enums.MultiGraphAggregationType
 
isRequiresFixedPrecisionOrTile() - Method in enum class com.targomo.client.api.enums.MultiGraphLayerType
 
isRouteFromCentroid() - Method in class com.targomo.client.api.geo.AbstractGeometry
 
isTransit() - Method in enum class com.targomo.client.api.enums.TravelType
 
iterator() - Method in class com.targomo.client.api.response.GeocodingResponse
 

J

JacksonRequestConfigurator - Class in com.targomo.client.api.request.config
Parse TravelOptions into JSON strings that can be used when calling client methods.
JSON - Enum constant in enum class com.targomo.client.api.enums.Format
 
JSON - Enum constant in enum class com.targomo.client.api.enums.MultiGraphSerializationFormat
 
JSON_POLYGON_SERIALIZER - Enum constant in enum class com.targomo.client.api.enums.PolygonSerializerType
 
JSON_POLYGON_SERIALIZER - Static variable in class com.targomo.client.Constants
 
JSONBuilder - Class in com.targomo.client.api.request.config.builder
Utility class to help generate JSON Strings using StringBuilders
JsonUtil - Class in com.targomo.client.api.util
 
JsonUtil() - Constructor for class com.targomo.client.api.util.JsonUtil
 

K

KEY_MULTIGRAPH_AGGREGATION_TYPE_COUNT - Static variable in class com.targomo.client.Constants
 
KEY_MULTIGRAPH_AGGREGATION_TYPE_GRAVITATION_HUFF - Static variable in class com.targomo.client.Constants
 
KEY_MULTIGRAPH_AGGREGATION_TYPE_GRAVITATION_HUFF_OPTIMIZED - Static variable in class com.targomo.client.Constants
 
KEY_MULTIGRAPH_AGGREGATION_TYPE_GRAVITATION_HUFF_OPTIMIZED_HEATMAP - Static variable in class com.targomo.client.Constants
 
KEY_MULTIGRAPH_AGGREGATION_TYPE_LOGIT - Static variable in class com.targomo.client.Constants
 
KEY_MULTIGRAPH_AGGREGATION_TYPE_LOGIT_OPTIMIZED - Static variable in class com.targomo.client.Constants
 
KEY_MULTIGRAPH_AGGREGATION_TYPE_LOGIT_OPTIMIZED_HEATMAP - Static variable in class com.targomo.client.Constants
 
KEY_MULTIGRAPH_AGGREGATION_TYPE_MATH - Static variable in class com.targomo.client.Constants
 
KEY_MULTIGRAPH_AGGREGATION_TYPE_MAXIMUM - Static variable in class com.targomo.client.Constants
 
KEY_MULTIGRAPH_AGGREGATION_TYPE_MEAN - Static variable in class com.targomo.client.Constants
 
KEY_MULTIGRAPH_AGGREGATION_TYPE_MEDIAN - Static variable in class com.targomo.client.Constants
 
KEY_MULTIGRAPH_AGGREGATION_TYPE_MINIMUM - Static variable in class com.targomo.client.Constants
 
KEY_MULTIGRAPH_AGGREGATION_TYPE_NEAREST - Static variable in class com.targomo.client.Constants
 
KEY_MULTIGRAPH_AGGREGATION_TYPE_NEAREST_ROUTING_UNION - Static variable in class com.targomo.client.Constants
 
KEY_MULTIGRAPH_AGGREGATION_TYPE_NONE - Static variable in class com.targomo.client.Constants
 
KEY_MULTIGRAPH_AGGREGATION_TYPE_ONE - Static variable in class com.targomo.client.Constants
 
KEY_MULTIGRAPH_AGGREGATION_TYPE_ROUTING_UNION - Static variable in class com.targomo.client.Constants
 
KEY_MULTIGRAPH_AGGREGATION_TYPE_SUM - Static variable in class com.targomo.client.Constants
 
KEY_MULTIGRAPH_DOMAIN_EDGE_AGGREGATION_TYPE_MAXIMUM - Static variable in class com.targomo.client.Constants
 
KEY_MULTIGRAPH_DOMAIN_EDGE_AGGREGATION_TYPE_MEAN - Static variable in class com.targomo.client.Constants
 
KEY_MULTIGRAPH_DOMAIN_EDGE_AGGREGATION_TYPE_MINIMUM - Static variable in class com.targomo.client.Constants
 
KEY_MULTIGRAPH_DOMAIN_TYPE_EDGE - Static variable in class com.targomo.client.Constants
 
KEY_MULTIGRAPH_DOMAIN_TYPE_NODE - Static variable in class com.targomo.client.Constants
 
KEY_MULTIGRAPH_DOMAIN_TYPE_NONE - Static variable in class com.targomo.client.Constants
 
KEY_MULTIGRAPH_DOMAIN_TYPE_STATISTIC_GEOMETRY - Static variable in class com.targomo.client.Constants
 
KEY_MULTIGRAPH_LAYER_CUSTOM_GEOMETRY_MERGE_AGGREGATION_MAX - Static variable in class com.targomo.client.Constants
 
KEY_MULTIGRAPH_LAYER_CUSTOM_GEOMETRY_MERGE_AGGREGATION_MEAN - Static variable in class com.targomo.client.Constants
 
KEY_MULTIGRAPH_LAYER_CUSTOM_GEOMETRY_MERGE_AGGREGATION_MIN - Static variable in class com.targomo.client.Constants
 
KEY_MULTIGRAPH_LAYER_CUSTOM_GEOMETRY_MERGE_AGGREGATION_SUM - Static variable in class com.targomo.client.Constants
 
KEY_MULTIGRAPH_LAYER_TYPE_CUSTOM_GEOMETRIES - Static variable in class com.targomo.client.Constants
 
KEY_MULTIGRAPH_LAYER_TYPE_H3HEXAGON - Static variable in class com.targomo.client.Constants
 
KEY_MULTIGRAPH_LAYER_TYPE_HEXAGON - Static variable in class com.targomo.client.Constants
 
KEY_MULTIGRAPH_LAYER_TYPE_IDENTITY - Static variable in class com.targomo.client.Constants
 
KEY_MULTIGRAPH_LAYER_TYPE_TILE - Static variable in class com.targomo.client.Constants
 
KEY_MULTIGRAPH_SERIALIZATION_FORMAT_GEOJSON - Static variable in class com.targomo.client.Constants
 
KEY_MULTIGRAPH_SERIALIZATION_FORMAT_JSON - Static variable in class com.targomo.client.Constants
 
KEY_MULTIGRAPH_SERIALIZATION_FORMAT_MAPBOX_VECTOR_TILES - Static variable in class com.targomo.client.Constants
 
KEY_MULTIGRAPH_SERIALIZATION_FORMAT_TILEHASH - Static variable in class com.targomo.client.Constants
 
KEY_MULTIGRAPH_SERIALIZATION_H3_ID_FORMAT_NUMERIC - Static variable in class com.targomo.client.Constants
 
KEY_MULTIGRAPH_SERIALIZATION_H3_ID_FORMAT_STRING - Static variable in class com.targomo.client.Constants
 

L

LATITUDE - Static variable in class com.targomo.client.api.request.MobilityRequest
 
LATITUDE - Static variable in class com.targomo.client.Constants
 
learntMaxEdgeWeight(Integer) - Method in class com.targomo.client.api.pojo.AggregationConfiguration.AggregationConfigurationBuilder
 
LEFT_HAND - Enum constant in enum class com.targomo.client.api.enums.PolygonOrientationRule
 
Location - Class in com.targomo.client.api.quality
 
Location - Interface in com.targomo.client.api.geo
Contains ID and Travel type for both Coordinates and Polygons
Location(String, Double, Double, LocationProperties) - Constructor for class com.targomo.client.api.quality.Location
 
LocationProperties - Class in com.targomo.client.api.pojo
 
LocationProperties(Double) - Constructor for class com.targomo.client.api.pojo.LocationProperties
 
LOCATIONS - Static variable in class com.targomo.client.Constants
 
LOGIT - Enum constant in enum class com.targomo.client.api.enums.MultiGraphAggregationType
 
LOGIT_OPTIMIZED - Enum constant in enum class com.targomo.client.api.enums.MultiGraphAggregationType
 
LOGIT_OPTIMIZED_HEATMAP - Enum constant in enum class com.targomo.client.api.enums.MultiGraphAggregationType
 
logitBetaAttractionStrength(Double) - Method in class com.targomo.client.api.pojo.AggregationConfiguration.AggregationConfigurationBuilder
 
logitBetaTravelTime(Double) - Method in class com.targomo.client.api.pojo.AggregationConfiguration.AggregationConfigurationBuilder
 
LONGITUDE - Static variable in class com.targomo.client.api.request.MobilityRequest
 
LONGITUDE - Static variable in class com.targomo.client.Constants
 

M

main(String[]) - Static method in class com.targomo.client.api.util.TimeUtil
 
map(Object...) - Static method in class com.targomo.client.api.util.CollectionUtils
 
map(K[], V[]) - Static method in class com.targomo.client.api.util.CollectionUtils
 
MAPBOX_VECTOR_TILES - Enum constant in enum class com.targomo.client.api.enums.MultiGraphSerializationFormat
 
MAPPER - Static variable in class com.targomo.client.api.request.TargomoRequest
 
mapResults() - Method in class com.targomo.client.api.response.PointOfInterestResponse
Parse results in JSON to travel times map.
mapResults(TravelOptions, JSONObject) - Method in class com.targomo.client.api.response.TimeResponse
Parse results in JSON to travel times map.
mapResults(JSONObject) - Method in class com.targomo.client.api.response.TimeResponse
Parse results in JSON to travel times map.
mapResults(JSONObject, Function<String, String>) - Method in class com.targomo.client.api.response.ReachabilityResponse
Parse results in JSON to travel times map.
MATH - Enum constant in enum class com.targomo.client.api.enums.MultiGraphAggregationType
 
MATH_AGGREGATION - Enum constant in enum class com.targomo.client.api.quality.criterion.CriterionType
 
MathAggregationCriterionDefinition - Class in com.targomo.client.api.quality.criterion
 
MathAggregationCriterionDefinition() - Constructor for class com.targomo.client.api.quality.criterion.MathAggregationCriterionDefinition
 
mathExpression(String) - Method in class com.targomo.client.api.pojo.AggregationConfiguration.AggregationConfigurationBuilder
 
MAX - Enum constant in enum class com.targomo.client.api.enums.MultiGraphDomainEdgeAggregationType
 
MAX - Enum constant in enum class com.targomo.client.api.enums.MultiGraphLayerCustomGeometryMergeAggregation
 
MAX_EDGE_WEIGHT - Static variable in class com.targomo.client.Constants
 
MAX_LOCATIONS - Enum constant in enum class com.targomo.client.api.request.GeocodingRequest.Option
If more geocode candidates are supposed to be returned; by default only the one best fitting candidate is returned
MAX_ROUTING_LENGTH - Static variable in class com.targomo.client.Constants
 
MAX_ROUTING_TIME - Static variable in class com.targomo.client.Constants
 
MAX_SNAP_DISTANCE - Static variable in class com.targomo.client.Constants
 
MAXIMUM - Enum constant in enum class com.targomo.client.api.enums.MultiGraphAggregationType
 
maxResultValue(Float) - Method in class com.targomo.client.api.pojo.AggregationConfiguration.AggregationConfigurationBuilder
 
maxResultValueRatio(Double) - Method in class com.targomo.client.api.pojo.AggregationConfiguration.AggregationConfigurationBuilder
 
mayIgnoreOutliers() - Method in enum class com.targomo.client.api.enums.MultiGraphAggregationType
 
MEAN - Enum constant in enum class com.targomo.client.api.enums.EdgeStatisticDirection
 
MEAN - Enum constant in enum class com.targomo.client.api.enums.MultiGraphAggregationType
 
MEAN - Enum constant in enum class com.targomo.client.api.enums.MultiGraphDomainEdgeAggregationType
 
MEAN - Enum constant in enum class com.targomo.client.api.enums.MultiGraphLayerCustomGeometryMergeAggregation
 
MEAN - Enum constant in enum class com.targomo.client.api.enums.RoutingAggregationType
 
MEDIAN - Enum constant in enum class com.targomo.client.api.enums.MultiGraphAggregationType
 
metersToDegrees(double, double) - Method in class com.targomo.client.api.util.GeoUtil
Convert a length from meters to degrees with respect to a certain latitude
MIN - Enum constant in enum class com.targomo.client.api.enums.MultiGraphDomainEdgeAggregationType
 
MIN - Enum constant in enum class com.targomo.client.api.enums.MultiGraphLayerCustomGeometryMergeAggregation
 
MIN - Enum constant in enum class com.targomo.client.api.enums.RoutingAggregationType
 
MIN_POLYGON_HOLE_SIZE - Static variable in class com.targomo.client.Constants
 
MINIMUM - Enum constant in enum class com.targomo.client.api.enums.MultiGraphAggregationType
 
minResultValue(Float) - Method in class com.targomo.client.api.pojo.AggregationConfiguration.AggregationConfigurationBuilder
 
minResultValueRatio(Double) - Method in class com.targomo.client.api.pojo.AggregationConfiguration.AggregationConfigurationBuilder
 
minSourcesCount(Integer) - Method in class com.targomo.client.api.pojo.AggregationConfiguration.AggregationConfigurationBuilder
 
minSourcesRatio(Double) - Method in class com.targomo.client.api.pojo.AggregationConfiguration.AggregationConfigurationBuilder
 
MobilityCriterionDefinition - Class in com.targomo.client.api.quality.criterion
 
MobilityCriterionDefinition() - Constructor for class com.targomo.client.api.quality.criterion.MobilityCriterionDefinition
 
MobilityRequest - Class in com.targomo.client.api.request
 
MobilityRequest(MobilityRequestOptions) - Constructor for class com.targomo.client.api.request.MobilityRequest
Use default client implementation with specified options and method Default client uses ClientBuilder
MobilityRequest(Client, MobilityRequestOptions) - Constructor for class com.targomo.client.api.request.MobilityRequest
Use a custom client implementation with specified options and method
MobilityRequest(Client, MobilityRequestOptions, MultivaluedMap<String, Object>) - Constructor for class com.targomo.client.api.request.MobilityRequest
Use a custom client implementation with specified options and method
MobilityRequest.MobilityResult - Class in com.targomo.client.api.request
 
MobilityRequestOptions - Class in com.targomo.client.api.pojo
Parameters for an edge statistics request.
MobilityRequestOptions() - Constructor for class com.targomo.client.api.pojo.MobilityRequestOptions
 
MobilityResult() - Constructor for class com.targomo.client.api.request.MobilityRequest.MobilityResult
 
MONDAY - Enum constant in enum class com.targomo.client.api.enums.Weekday
 
MultiGraph - Class in com.targomo.client.api.pojo
The multigraph object that is returned when doing a Multigraph request with JSON serialization.
MultiGraph(long, MultiGraphDomainType) - Constructor for class com.targomo.client.api.pojo.MultiGraph
 
MultiGraph(long, TIntObjectMap<double[]>, Map<String, TIntFloatMap>, TIntObjectMap<int[]>, TIntObjectMap<double[][]>, MultiGraphDomainType) - Constructor for class com.targomo.client.api.pojo.MultiGraph
 
MULTIGRAPH - Static variable in class com.targomo.client.Constants
 
MULTIGRAPH_AGGREGATION - Static variable in class com.targomo.client.Constants
 
MULTIGRAPH_AGGREGATION_FILTER_VALUES_FOR_SOURCE_ORIGINS - Static variable in class com.targomo.client.Constants
 
MULTIGRAPH_AGGREGATION_GRAVITATION_EXPONENT - Static variable in class com.targomo.client.Constants
 
MULTIGRAPH_AGGREGATION_IGNORE_OUTLIERS - Static variable in class com.targomo.client.Constants
 
MULTIGRAPH_AGGREGATION_INPUT_PARAMETERS - Static variable in class com.targomo.client.Constants
 
MULTIGRAPH_AGGREGATION_INPUT_PARAMETERS_FACTOR - Static variable in class com.targomo.client.Constants
 
MULTIGRAPH_AGGREGATION_INPUT_PARAMETERS_GRAVITATION_ATTRACTION_STRENGTH - Static variable in class com.targomo.client.Constants
 
MULTIGRAPH_AGGREGATION_INPUT_PARAMETERS_GRAVITATION_COMPETING_POSITIVE_INFLUENCE - Static variable in class com.targomo.client.Constants
 
MULTIGRAPH_AGGREGATION_INPUT_PARAMETERS_GRAVITATION_POSITIVE_INFLUENCE - Static variable in class com.targomo.client.Constants
 
MULTIGRAPH_AGGREGATION_LEARNT_MAX_EDGE_WEIGHT - Static variable in class com.targomo.client.Constants
 
MULTIGRAPH_AGGREGATION_LOGIT_BETA_ATTRACTION_STRENGTH - Static variable in class com.targomo.client.Constants
 
MULTIGRAPH_AGGREGATION_LOGIT_BETA_TRAVEL_TIME - Static variable in class com.targomo.client.Constants
 
MULTIGRAPH_AGGREGATION_MATH_EXPRESSION - Static variable in class com.targomo.client.Constants
 
MULTIGRAPH_AGGREGATION_MAX_RESULT_VALUE - Static variable in class com.targomo.client.Constants
 
MULTIGRAPH_AGGREGATION_MAX_RESULT_VALUE_RATIO - Static variable in class com.targomo.client.Constants
 
MULTIGRAPH_AGGREGATION_MIN_RESULT_VALUE - Static variable in class com.targomo.client.Constants
 
MULTIGRAPH_AGGREGATION_MIN_RESULT_VALUE_RATIO - Static variable in class com.targomo.client.Constants
 
MULTIGRAPH_AGGREGATION_MIN_SOURCES_COUNT - Static variable in class com.targomo.client.Constants
 
MULTIGRAPH_AGGREGATION_MIN_SOURCES_RATIO - Static variable in class com.targomo.client.Constants
 
MULTIGRAPH_AGGREGATION_OUTLIER_PENALTY - Static variable in class com.targomo.client.Constants
 
MULTIGRAPH_AGGREGATION_POST_AGGREGATION_FACTOR - Static variable in class com.targomo.client.Constants
 
MULTIGRAPH_AGGREGATION_PROBABILITY_DECAY - Static variable in class com.targomo.client.Constants
 
MULTIGRAPH_AGGREGATION_SOURCE_VALUES_LOWER_BOUND - Static variable in class com.targomo.client.Constants
 
MULTIGRAPH_AGGREGATION_SOURCE_VALUES_MODIFIER - Static variable in class com.targomo.client.Constants
 
MULTIGRAPH_AGGREGATION_SOURCE_VALUES_UPPER_BOUND - Static variable in class com.targomo.client.Constants
 
MULTIGRAPH_AGGREGATION_TYPE - Static variable in class com.targomo.client.Constants
 
MULTIGRAPH_AGGREGATION_USE_PROBABILITY_BASED_WEIGHTED_AVERAGE - Static variable in class com.targomo.client.Constants
 
MULTIGRAPH_DOMAIN - Static variable in class com.targomo.client.Constants
 
MULTIGRAPH_DOMAIN_CLIP_GEOMETRY - Static variable in class com.targomo.client.Constants
 
MULTIGRAPH_DOMAIN_EDGE_AGGREGATION_TYPE - Static variable in class com.targomo.client.Constants
 
MULTIGRAPH_DOMAIN_TYPE - Static variable in class com.targomo.client.Constants
 
MULTIGRAPH_EDGE_CLASSES - Static variable in class com.targomo.client.Constants
 
MULTIGRAPH_LAYER - Static variable in class com.targomo.client.Constants
 
MULTIGRAPH_LAYER_CUSTOM_GEOMETRY_MERGE_AGGREGATION - Static variable in class com.targomo.client.Constants
 
MULTIGRAPH_LAYER_GEOMETRY_DETAIL_LEVEL - Static variable in class com.targomo.client.Constants
 
MULTIGRAPH_LAYER_GEOMETRY_DETAIL_PER_TILE - Static variable in class com.targomo.client.Constants
 
MULTIGRAPH_LAYER_MAX_GEOMETRY_DETAIL_LEVEL - Static variable in class com.targomo.client.Constants
 
MULTIGRAPH_LAYER_MIN_GEOMETRY_DETAIL_LEVEL - Static variable in class com.targomo.client.Constants
 
MULTIGRAPH_LAYER_TYPE - Static variable in class com.targomo.client.Constants
 
MULTIGRAPH_PRE_AGGREGATION_PIPELINE - Static variable in class com.targomo.client.Constants
 
MULTIGRAPH_SERIALIZATION - Static variable in class com.targomo.client.Constants
 
MULTIGRAPH_SERIALIZATION_DECIMAL_PRECISION - Static variable in class com.targomo.client.Constants
 
MULTIGRAPH_SERIALIZATION_FORMAT - Static variable in class com.targomo.client.Constants
 
MULTIGRAPH_SERIALIZATION_H3_BUFFER_FIXED_VALUE - Static variable in class com.targomo.client.Constants
 
MULTIGRAPH_SERIALIZATION_H3_BUFFER_SPEED - Static variable in class com.targomo.client.Constants
 
MULTIGRAPH_SERIALIZATION_H3_ID_FORMAT - Static variable in class com.targomo.client.Constants
 
MULTIGRAPH_SERIALIZATION_H3_MAX_BUFFER - Static variable in class com.targomo.client.Constants
 
MULTIGRAPH_SERIALIZATION_MAX_GEOMETRY_COUNT - Static variable in class com.targomo.client.Constants
 
MULTIGRAPH_TILE - Static variable in class com.targomo.client.Constants
 
MULTIGRAPH_TILE_X - Static variable in class com.targomo.client.Constants
 
MULTIGRAPH_TILE_Y - Static variable in class com.targomo.client.Constants
 
MULTIGRAPH_TILE_ZOOM - Static variable in class com.targomo.client.Constants
 
MultiGraphAggregationType - Enum Class in com.targomo.client.api.enums
The currently implemented aggregations that are supported by the multi graph request.
MultiGraphDomainEdgeAggregationType - Enum Class in com.targomo.client.api.enums
The currently implemented aggregations for edges that are supported by the multi graph request.
MultiGraphDomainType - Enum Class in com.targomo.client.api.enums
The currently implemented domain types (on which the aggregation is based on) that are supported by the multi graph request.
MultiGraphGeoJsonResponse() - Constructor for class com.targomo.client.api.response.MultiGraphResponse.MultiGraphGeoJsonResponse
 
MultiGraphJsonResponse() - Constructor for class com.targomo.client.api.response.MultiGraphResponse.MultiGraphJsonResponse
 
MultiGraphLayerCustomGeometryMergeAggregation - Enum Class in com.targomo.client.api.enums
Enumeration for custom geometry layers aggregation on MultiGraph requests
MultiGraphLayerType - Enum Class in com.targomo.client.api.enums
The currently implemented layer types that are supported by the multi graph request.
MultiGraphRequest<R extends MultiGraphResponse<?>> - Class in com.targomo.client.api.request
Class to create and execute a multigraph request.
MultiGraphRequest(Client, TravelOptions, Class<R>) - Constructor for class com.targomo.client.api.request.MultiGraphRequest
 
MultiGraphRequest(Client, TravelOptions, Class<R>, MultivaluedMap<String, Object>) - Constructor for class com.targomo.client.api.request.MultiGraphRequest
Use custom client with specified travelOptions
MultiGraphResponse<R> - Class in com.targomo.client.api.response
Since two options are available both can be used accordingly.
MultiGraphResponse() - Constructor for class com.targomo.client.api.response.MultiGraphResponse
 
MultiGraphResponse.MultiGraphGeoJsonResponse - Class in com.targomo.client.api.response
 
MultiGraphResponse.MultiGraphJsonResponse - Class in com.targomo.client.api.response
 
MultiGraphResponse.MultiGraphTileHashResponse - Class in com.targomo.client.api.response
 
MultiGraphSerializationFormat - Enum Class in com.targomo.client.api.enums
The currently implemented serialization formats that are supported by the multi graph request.
MultiGraphSerializationH3IdFormat - Enum Class in com.targomo.client.api.enums
 
MultiGraphTileHashResponse() - Constructor for class com.targomo.client.api.response.MultiGraphResponse.MultiGraphTileHashResponse
 
MultiGraphTravelTimeApproximation - Enum Class in com.targomo.client.api.enums
 

N

NEAREST - Enum constant in enum class com.targomo.client.api.enums.MultiGraphAggregationType
 
NEAREST_ROUTING_UNION - Enum constant in enum class com.targomo.client.api.enums.MultiGraphAggregationType
 
NEXT_STOPS_END_TIME - Static variable in class com.targomo.client.Constants
 
NEXT_STOPS_START_TIME - Static variable in class com.targomo.client.Constants
 
NO_ROUTE_FOUND - Enum constant in enum class com.targomo.client.api.response.ResponseCode
 
NO_VALUE_ENTRY_FLOAT_TROVE_MAPS - Static variable in class com.targomo.client.Constants
 
NO_VALUE_ENTRY_INT_TROVE_MAPS - Static variable in class com.targomo.client.Constants
 
NODE - Enum constant in enum class com.targomo.client.api.enums.MultiGraphDomainType
 
nodes - Variable in class com.targomo.client.api.pojo.BaseGraph
 
NONE - Enum constant in enum class com.targomo.client.api.enums.MultiGraphAggregationType
 
NONE - Enum constant in enum class com.targomo.client.api.enums.MultiGraphDomainType
 
NONE - Enum constant in enum class com.targomo.client.api.enums.MultiGraphTravelTimeApproximation
 
NUMERIC - Enum constant in enum class com.targomo.client.api.enums.MultiGraphSerializationH3IdFormat
 

O

OK - Enum constant in enum class com.targomo.client.api.response.ResponseCode
 
ONE - Enum constant in enum class com.targomo.client.api.enums.MultiGraphAggregationType
 
openGeoJsonInBrowserWithGeojsonIO(String, String, Map<String, FeatureCollection>) - Static method in class com.targomo.client.api.util.GeojsonUtil
All filename-Feature pairs will be displayed in your default browser via the geojson.io website.
openGeoJsonInBrowserWithGitHubGist(String, String, Map<String, FeatureCollection>) - Static method in class com.targomo.client.api.util.GeojsonUtil
All filename-Feature pairs will be displayed in your default browser via the api.github.com/gists website.
OUTLIER_PENALTY_ESTIMATION - Enum constant in enum class com.targomo.client.api.enums.MultiGraphTravelTimeApproximation
 
OUTLIER_PENALTY_ESTIMATION_AND_USING_CACHED - Enum constant in enum class com.targomo.client.api.enums.MultiGraphTravelTimeApproximation
 
outlierPenalty(Float) - Method in class com.targomo.client.api.pojo.AggregationConfiguration.AggregationConfigurationBuilder
 
OverpassRequest - Class in com.targomo.client.api.request
Find reachable openstreetmap pois with this class.
OverpassRequest(TravelOptions) - Constructor for class com.targomo.client.api.request.OverpassRequest
Use default client implementation with specified options and method Default client uses ClientBuilder.
OverpassRequest(TravelOptions, PoiType) - Constructor for class com.targomo.client.api.request.OverpassRequest
Use default client implementation with specified options and method and a specific PoI type Default client uses ClientBuilder.
OverpassRequest(TravelOptions, Client, PoiType) - Constructor for class com.targomo.client.api.request.OverpassRequest
Use a custom client implementation with specified options and method and a specific PoI type
OverpassRequest(Client, TravelOptions) - Constructor for class com.targomo.client.api.request.OverpassRequest
Use a custom client implementation with specified options and method Default PoI type is the first taken from the osmTypes in travel options
OverpassResponse - Class in com.targomo.client.api.response
 
OverpassResponse(TravelOptions, JSONObject, long) - Constructor for class com.targomo.client.api.response.OverpassResponse
Responses without a given PoI type will use the first one found in travel options as before for backwards compatibility
OverpassResponse(TravelOptions, JSONObject, long, PoiType) - Constructor for class com.targomo.client.api.response.OverpassResponse
Create a response from JSON results, using given travel options

P

parse(String) - Static method in enum class com.targomo.client.api.enums.TravelType
 
parseArray(String) - Static method in class com.targomo.client.api.util.JsonUtil
 
parseData(I) - Method in class com.targomo.client.api.response.DefaultResponse
 
parseData(List<ElementWithTargets<TransitTravelTimes>>) - Method in class com.targomo.client.api.response.TimeVectorResponse
 
parseData(R) - Method in class com.targomo.client.api.response.MultiGraphResponse
 
parseReachableStatisticsResult(JSONObject) - Method in class com.targomo.client.api.response.statistics.StatisticResult
 
parseResultResults() - Method in class com.targomo.client.api.response.PointOfInterestSummaryResponse
Parse results in JSON to Poi Summary object.
parseResults() - Method in class com.targomo.client.api.response.OverpassResponse
Parse results in JSON to travel times map.
parseResults() - Method in class com.targomo.client.api.response.PointOfInterestGravitationResponse
Parse results in JSON to Poi Gravitation object.
parseString(String) - Static method in class com.targomo.client.api.util.JsonUtil
Parse configuration string
PATH_SERIALIZER - Static variable in class com.targomo.client.Constants
 
PathSerializerType - Enum Class in com.targomo.client.api.enums
 
POI() - Constructor for class com.targomo.client.api.response.PointOfInterestResponse.POI
 
POI_COUNT_IN_ZONE - Enum constant in enum class com.targomo.client.api.quality.criterion.CriterionType
 
POI_COVERAGE_COUNT - Enum constant in enum class com.targomo.client.api.quality.criterion.CriterionType
 
POI_COVERAGE_DISTANCE - Enum constant in enum class com.targomo.client.api.quality.criterion.CriterionType
 
POI_GRAVITATION_SUM - Enum constant in enum class com.targomo.client.api.quality.criterion.CriterionType
 
PoiCriterionDefinition - Interface in com.targomo.client.api.quality.criterion
 
PoiGravitationCriterionDefinition - Class in com.targomo.client.api.quality.criterion
 
PoiGravitationCriterionDefinition() - Constructor for class com.targomo.client.api.quality.criterion.PoiGravitationCriterionDefinition
 
PoiInZoneCriterionDefinition - Class in com.targomo.client.api.quality.criterion
 
PoiInZoneCriterionDefinition() - Constructor for class com.targomo.client.api.quality.criterion.PoiInZoneCriterionDefinition
 
PoiMatchType - Enum Class in com.targomo.client.api.quality.criterion
Checks for combination of poi tags.
POINT_REDUCTION - Static variable in class com.targomo.client.Constants
 
PointOfInterestGravitationResponse - Class in com.targomo.client.api.response
 
PointOfInterestGravitationResponse(TravelOptions, JSONObject, long) - Constructor for class com.targomo.client.api.response.PointOfInterestGravitationResponse
Create a response from JSON results, using given travel options
PointOfInterestGravitationResponse.GravitationResult - Class in com.targomo.client.api.response
 
PointOfInterestRequest - Class in com.targomo.client.api.request
Find reachable openstreetmap pois with this class.
PointOfInterestRequest(TravelOptions) - Constructor for class com.targomo.client.api.request.PointOfInterestRequest
Use default client implementation with specified options and method Default client uses ClientBuilder.
PointOfInterestRequest(Client, TravelOptions) - Constructor for class com.targomo.client.api.request.PointOfInterestRequest
Use a custom client implementation with specified options and method
PointOfInterestRequest(Client, TravelOptions, MultivaluedMap<String, Object>) - Constructor for class com.targomo.client.api.request.PointOfInterestRequest
Use a custom client implementation with specified options and method
PointOfInterestResponse - Class in com.targomo.client.api.response
 
PointOfInterestResponse(TravelOptions, JSONObject, boolean, long) - Constructor for class com.targomo.client.api.response.PointOfInterestResponse
Create a response from JSON results, using given travel options
PointOfInterestResponse.POI - Class in com.targomo.client.api.response
 
PointOfInterestSummaryResponse - Class in com.targomo.client.api.response
 
PointOfInterestSummaryResponse(TravelOptions, JSONObject, long) - Constructor for class com.targomo.client.api.response.PointOfInterestSummaryResponse
Create a response from JSON results, using given travel options
PointOfInterestSummaryResponse.POISummary - Class in com.targomo.client.api.response
 
PoiReachabilityCriterionDefinition - Class in com.targomo.client.api.quality.criterion
 
PoiReachabilityCriterionDefinition() - Constructor for class com.targomo.client.api.quality.criterion.PoiReachabilityCriterionDefinition
 
POISummary() - Constructor for class com.targomo.client.api.response.PointOfInterestSummaryResponse.POISummary
 
PoiTargetCoordinate - Class in com.targomo.client.api.geo
Created by gerb on 24/03/2017.
PoiTargetCoordinate(String, double, double) - Constructor for class com.targomo.client.api.geo.PoiTargetCoordinate
 
PoiType - Class in com.targomo.client.api.statistic
Created by gerb on 22/03/2017.
PoiType() - Constructor for class com.targomo.client.api.statistic.PoiType
 
PoiType(String) - Constructor for class com.targomo.client.api.statistic.PoiType
Create a new POI type with format: `key=value`
PoiType(String, String) - Constructor for class com.targomo.client.api.statistic.PoiType
 
POJOUtil - Class in com.targomo.client.api.util
 
POJOUtil() - Constructor for class com.targomo.client.api.util.POJOUtil
 
POLYGON - Static variable in class com.targomo.client.Constants
 
POLYGON_AREA - Enum constant in enum class com.targomo.client.api.quality.criterion.CriterionType
 
POLYGON_INTERSECTION_MODE - Static variable in class com.targomo.client.Constants
 
POLYGON_ORIENTATION_RULE - Static variable in class com.targomo.client.Constants
 
POLYGON_SERIALIZER - Static variable in class com.targomo.client.Constants
 
POLYGON_VALUES - Static variable in class com.targomo.client.Constants
 
PolygonAreaCriterionDefinition - Class in com.targomo.client.api.quality.criterion
 
PolygonAreaCriterionDefinition() - Constructor for class com.targomo.client.api.quality.criterion.PolygonAreaCriterionDefinition
 
PolygonIntersectionMode - Enum Class in com.targomo.client.api.enums
 
PolygonOrientationRule - Enum Class in com.targomo.client.api.enums
 
PolygonRequest - Class in com.targomo.client.api.request
Creates polygons for the source points with specified travel times in minutes.
PolygonRequest() - Constructor for class com.targomo.client.api.request.PolygonRequest
Use default Client.
PolygonRequest(TravelOptions) - Constructor for class com.targomo.client.api.request.PolygonRequest
Use default Client with specified travelOptions
PolygonRequest(TravelOptions, String) - Constructor for class com.targomo.client.api.request.PolygonRequest
Use default Client with specified travelOptions and HTTP method
PolygonRequest(Client) - Constructor for class com.targomo.client.api.request.PolygonRequest
Use a custom client implementation
PolygonRequest(Client, TravelOptions) - Constructor for class com.targomo.client.api.request.PolygonRequest
Use custom client with specified travelOptions
PolygonRequest(Client, TravelOptions, String) - Constructor for class com.targomo.client.api.request.PolygonRequest
Use custom client with specified travelOptions and the specified HTTP VERB
PolygonRequest(Client, TravelOptions, String, MultivaluedMap<String, Object>) - Constructor for class com.targomo.client.api.request.PolygonRequest
Use custom client with specified travelOptions and the specified HTTP VERB
PolygonResponse - Class in com.targomo.client.api.response
 
PolygonResponse(TravelOptions, JSONObject, ResponseCode, long, long) - Constructor for class com.targomo.client.api.response.PolygonResponse
 
PolygonResponse(TravelOptions, JSONObject, ResponseCode, long, long, long) - Constructor for class com.targomo.client.api.response.PolygonResponse
 
PolygonSerializerType - Enum Class in com.targomo.client.api.enums
 
postAggregationFactor(Float) - Method in class com.targomo.client.api.pojo.AggregationConfiguration.AggregationConfigurationBuilder
 
postalCode - Variable in class com.targomo.client.api.Address
The addresses' postal code
prettyPrintPOJO(Object) - Static method in class com.targomo.client.api.util.POJOUtil
Prints all fields and their values of the specified java object.
probabilityDecay(Double) - Method in class com.targomo.client.api.pojo.AggregationConfiguration.AggregationConfigurationBuilder
 
properties - Variable in class com.targomo.client.api.geo.AbstractLocation
 
PROPERTIES - Static variable in class com.targomo.client.Constants
 
put(JSONArray, JSONArray) - Static method in class com.targomo.client.api.util.JsonUtil
 
put(JSONArray, JSONObject) - Static method in class com.targomo.client.api.util.JsonUtil
 
put(JSONObject, String, double) - Static method in class com.targomo.client.api.util.JsonUtil
 
put(JSONObject, String, int) - Static method in class com.targomo.client.api.util.JsonUtil
 
put(JSONObject, String, String) - Static method in class com.targomo.client.api.util.JsonUtil
Put String inside JSONObject
put(JSONObject, String, JSONArray) - Static method in class com.targomo.client.api.util.JsonUtil
Put array to JSONObject
put(JSONObject, String, JSONObject) - Static method in class com.targomo.client.api.util.JsonUtil
Put object inside another JSONObject

Q

QUADRANT_SEGMENTS - Static variable in class com.targomo.client.Constants
 

R

RatingRequest - Class in com.targomo.client.api.request
 
RatingRequest(String, String, String, List<Location>) - Constructor for class com.targomo.client.api.request.RatingRequest
 
RatingRequest(String, String, String, List<Location>, boolean, boolean, boolean) - Constructor for class com.targomo.client.api.request.RatingRequest
 
RatingRequest(String, String, String, List<Location>, List<Location>) - Constructor for class com.targomo.client.api.request.RatingRequest
 
RatingRequest(String, String, String, List<Location>, List<Location>, boolean, boolean, boolean) - Constructor for class com.targomo.client.api.request.RatingRequest
 
RAVEL_TIME_EXCEEDED - Enum constant in enum class com.targomo.client.api.response.ResponseCode
 
ReachabilityRequest - Class in com.targomo.client.api.request
Calculates travel time for each source point to all targets.
ReachabilityRequest(TravelOptions) - Constructor for class com.targomo.client.api.request.ReachabilityRequest
Use default client implementation with specified options and method Default client uses ClientBuilder.
ReachabilityRequest(Client, TravelOptions) - Constructor for class com.targomo.client.api.request.ReachabilityRequest
Use a custom client implementation with specified options and method
ReachabilityRequest(Client, TravelOptions, MultivaluedMap<String, Object>) - Constructor for class com.targomo.client.api.request.ReachabilityRequest
Use a custom client implementation with specified options and method
ReachabilityResponse - Class in com.targomo.client.api.response
 
ReachabilityResponse(TravelOptions, ResponseCode, long, long) - Constructor for class com.targomo.client.api.response.ReachabilityResponse
Create a response with custom response code and without results.
ReachabilityResponse(TravelOptions, ResponseCode, long, long, String) - Constructor for class com.targomo.client.api.response.ReachabilityResponse
 
ReachabilityResponse(TravelOptions, JSONObject, long) - Constructor for class com.targomo.client.api.response.ReachabilityResponse
Create a response from JSON results, using given travel options
ReachabilityResponse(TravelOptions, JSONObject, long, Function<String, String>) - Constructor for class com.targomo.client.api.response.ReachabilityResponse
Create a response from JSON results, using given travel options.
ReachableTransitStopTime() - Constructor for class com.targomo.client.api.response.TransitStation.ReachableTransitStopTime
 
ReferenceCriterionDefinition - Class in com.targomo.client.api.quality.criterion
 
ReferenceCriterionDefinition() - Constructor for class com.targomo.client.api.quality.criterion.ReferenceCriterionDefinition
 
RequestConfigurator - Class in com.targomo.client.api.request.config
Parse TravelOptions into JSON strings that can be used when calling client methods.
RequestHeaderFilter - Class in com.targomo.client.api.request.config
Generic ClientRequestFilter that adds an http header according to the given key and value
RequestHeaderFilter(String, String) - Constructor for class com.targomo.client.api.request.config.RequestHeaderFilter
 
requiresGravitationParameters() - Method in enum class com.targomo.client.api.enums.MultiGraphAggregationType
 
ResponseCode - Enum Class in com.targomo.client.api.response
Response codes (of responses with status code 200) from the Targomo API.
ResponseErrorException - Exception in com.targomo.client.api.exception
 
ResponseErrorException(ResponseCode, String) - Constructor for exception com.targomo.client.api.exception.ResponseErrorException
 
REVERSE - Static variable in class com.targomo.client.Constants
 
RIGHT_HAND - Enum constant in enum class com.targomo.client.api.enums.PolygonOrientationRule
 
ROUTE_FROM_CENTROID - Static variable in class com.targomo.client.Constants
 
RouteRequest - Class in com.targomo.client.api.request
Generates possible route from sources to targets.
RouteRequest(TravelOptions) - Constructor for class com.targomo.client.api.request.RouteRequest
Use default Client with specified travelOptions Default client uses ClientBuilder
RouteRequest(Client, TravelOptions) - Constructor for class com.targomo.client.api.request.RouteRequest
Use custom client with specified travelOptions
RouteResponse - Class in com.targomo.client.api.response
 
RouteResponse(TravelOptions, JSONArray, ResponseCode, long) - Constructor for class com.targomo.client.api.response.RouteResponse
 
ROUTING_UNION - Enum constant in enum class com.targomo.client.api.enums.MultiGraphAggregationType
 
RoutingAggregationType - Enum Class in com.targomo.client.api.enums
 
RoutingBasedCriterionDefinition - Class in com.targomo.client.api.quality.criterion
 
RoutingBasedCriterionDefinition() - Constructor for class com.targomo.client.api.quality.criterion.RoutingBasedCriterionDefinition
 
RoutingGeometry - Interface in com.targomo.client.api.geo
Interface for the geometries used as sources and targets in the core routing.
routingOptions - Variable in class com.targomo.client.api.pojo.CompetingRoutingOption
 
RoutingOptions - Class in com.targomo.client.api.pojo
 
RoutingOptions() - Constructor for class com.targomo.client.api.pojo.RoutingOptions
 
routingValueMultiplier - Variable in class com.targomo.client.api.pojo.CompetingRoutingOption
 
routingValueOffset - Variable in class com.targomo.client.api.pojo.CompetingRoutingOption
 

S

safeSortedSet(V...) - Static method in class com.targomo.client.api.util.CollectionUtils
 
SATURDAY - Enum constant in enum class com.targomo.client.api.enums.Weekday
 
ScoreRequest - Class in com.targomo.client.api.request
 
ScoreRequest(String, String, Map<String, CriterionDefinition>, List<Location>) - Constructor for class com.targomo.client.api.request.ScoreRequest
 
ScoreRequest(String, String, Map<String, CriterionDefinition>, List<Location>, boolean, boolean, boolean) - Constructor for class com.targomo.client.api.request.ScoreRequest
 
ScoreRequest(String, String, Map<String, CriterionDefinition>, List<Location>, boolean, boolean, boolean, MultivaluedMap<String, Object>) - Constructor for class com.targomo.client.api.request.ScoreRequest
 
ScoreRequest(String, String, Map<String, CriterionDefinition>, List<Location>, List<Location>) - Constructor for class com.targomo.client.api.request.ScoreRequest
 
ScoreRequest(String, String, Map<String, CriterionDefinition>, List<Location>, List<Location>, boolean, boolean, boolean) - Constructor for class com.targomo.client.api.request.ScoreRequest
 
ScoreRequest(String, String, Map<String, CriterionDefinition>, List<Location>, MultivaluedMap<String, Object>) - Constructor for class com.targomo.client.api.request.ScoreRequest
 
ScoreRequest(Client, Map<String, CriterionDefinition>, List<Location>, List<Location>, String, String, boolean, boolean, boolean) - Constructor for class com.targomo.client.api.request.ScoreRequest
 
ScoreResponse - Class in com.targomo.client.api.response
 
ScoreResponse() - Constructor for class com.targomo.client.api.response.ScoreResponse
 
SEARCH_EXTENT - Enum constant in enum class com.targomo.client.api.request.GeocodingRequest.Option
A set of bounding box coordinates that limit the search area to a specific region, e.g.
SerializationUtil - Class in com.targomo.client.api.util
 
SerializationUtil() - Constructor for class com.targomo.client.api.util.SerializationUtil
 
serialize(TravelOptions, JsonGenerator, SerializerProvider) - Method in class com.targomo.client.api.json.TravelOptionsSerializer
 
serialize(Object, JsonGenerator, SerializerProvider) - Method in class com.targomo.client.api.json.DefaultSourceAddressMapSerializer
 
serialize(Object, JsonGenerator, SerializerProvider) - Method in class com.targomo.client.api.json.DefaultSourceCoordinateMapSerializer
 
serialize(Object, JsonGenerator, SerializerProvider) - Method in class com.targomo.client.api.json.DefaultSourceGeometriesMapSerializer
 
serialize(Object, JsonGenerator, SerializerProvider) - Method in class com.targomo.client.api.json.DefaultTargetCoordinateMapSerializer
 
SERIALIZER - Static variable in class com.targomo.client.Constants
 
setCompetitors(List<Location>) - Method in interface com.targomo.client.api.quality.criterion.GravitationCriterionDefinition
 
setCrs(Integer) - Method in class com.targomo.client.api.geo.AbstractGeometry
 
setCrs(Integer) - Method in interface com.targomo.client.api.geo.RoutingGeometry
 
setData(String) - Method in class com.targomo.client.api.geo.AbstractGeometry
 
setData(String) - Method in interface com.targomo.client.api.geo.RoutingGeometry
 
setId(String) - Method in class com.targomo.client.api.geo.AbstractLocation
Assign an ID to the location
setId(String) - Method in interface com.targomo.client.api.geo.Location
Assign an ID to the coordinate
setIdentifier(long) - Method in class com.targomo.client.api.geo.DefaultSourceCoordinate
 
setIdentifier(long) - Method in class com.targomo.client.api.geo.DefaultSourceGeometry
 
setKey(String) - Method in class com.targomo.client.api.statistic.PoiType
 
setMaxRoutingLength(Integer) - Method in class com.targomo.client.api.TravelOptions
Deprecated.
setMaxRoutingTime(int) - Method in class com.targomo.client.api.TravelOptions
Deprecated.
setMethod(String) - Method in class com.targomo.client.api.request.PolygonRequest
Specify HTTP method to be used
setPoiServiceUrl(String) - Method in interface com.targomo.client.api.quality.criterion.PoiCriterionDefinition
 
setProperties(LocationProperties) - Method in class com.targomo.client.api.geo.AbstractLocation
Assign properties to a location
setProperties(LocationProperties) - Method in interface com.targomo.client.api.geo.Location
Assign properties to a location
setRouteFromCentroid(Boolean) - Method in class com.targomo.client.api.geo.AbstractGeometry
 
setStatisticsServiceUrl(String) - Method in interface com.targomo.client.api.quality.criterion.StatisticsCriterionDefinition
 
setTravelOptions(TravelOptions) - Method in class com.targomo.client.api.request.PolygonRequest
 
setTravelType(TravelType) - Method in class com.targomo.client.api.geo.AbstractCoordinate
Set the travel type to use when routing.
setTravelType(TravelType) - Method in class com.targomo.client.api.geo.AbstractGeometry
Set the travel type to use when routing.
setTravelType(TravelType) - Method in class com.targomo.client.api.geo.DefaultSourceAddress
 
setTravelType(TravelType) - Method in class com.targomo.client.api.geo.DefaultTargetCoordinate
Not implemented, will throw exception.
setTravelType(TravelType) - Method in interface com.targomo.client.api.geo.Location
Set the travel type to use when routing.
setTravelType(TravelType) - Method in class com.targomo.client.api.TravelOptions
Set the travel type to use when routing.
setTravelTypes(List<TravelType>) - Method in class com.targomo.client.api.geo.DefaultTargetCoordinate
Not implemented, will throw exception.
setTravelTypes(List<TravelType>) - Method in interface com.targomo.client.api.geo.Location
Set the travel type(s) to use when routing.
setType(PoiType) - Method in class com.targomo.client.api.geo.PoiTargetCoordinate
 
setValue(String) - Method in class com.targomo.client.api.statistic.PoiType
 
setX(double) - Method in class com.targomo.client.api.geo.AbstractCoordinate
Set the value of coordinate in X-axis.
setX(double) - Method in interface com.targomo.client.api.geo.Coordinate
Set the value of coordinate in X-axis.
setY(double) - Method in class com.targomo.client.api.geo.AbstractCoordinate
Set the value of coordinate in Y-axis.
setY(double) - Method in interface com.targomo.client.api.geo.Coordinate
Set the value of coordinate in Y-axis.
SIMPLIFY - Static variable in class com.targomo.client.Constants
 
SNAP_DISTANCE_MAX_EXCEEDED - Enum constant in enum class com.targomo.client.api.response.ResponseCode
 
SNAP_RADIUS - Static variable in class com.targomo.client.Constants
 
SNAPPING_SPEED - Static variable in class com.targomo.client.Constants
 
SOURCE_ADDRESSES - Static variable in class com.targomo.client.Constants
 
SOURCE_COUNTRY - Enum constant in enum class com.targomo.client.api.request.GeocodingRequest.Option
Limits the candidates returned by the findAddressCandidates operation to the specified country or countries, e.g.
SOURCE_GEOMETRIES - Static variable in class com.targomo.client.Constants
 
SOURCES - Static variable in class com.targomo.client.Constants
 
sourceValuesLowerBound(Float) - Method in class com.targomo.client.api.pojo.AggregationConfiguration.AggregationConfigurationBuilder
 
sourceValuesModifier(Float) - Method in class com.targomo.client.api.pojo.AggregationConfiguration.AggregationConfigurationBuilder
 
sourceValuesUpperBound(Float) - Method in class com.targomo.client.api.pojo.AggregationConfiguration.AggregationConfigurationBuilder
 
SPATIAL_REFERENCE - Enum constant in enum class com.targomo.client.api.request.GeocodingRequest.Option
The spatial reference of the x/y coordinates returned by a geocode request, e.g.
SRID - Static variable in class com.targomo.client.Constants
 
SslClientGenerator - Class in com.targomo.client.api.request.ssl
Generates the default client.
SslClientGenerator() - Constructor for class com.targomo.client.api.request.ssl.SslClientGenerator
 
SslClientGenerator.TrustAllHostNameVerifier - Class in com.targomo.client.api.request.ssl
 
STATISTIC_GEOMETRY - Enum constant in enum class com.targomo.client.api.enums.MultiGraphDomainType
 
STATISTIC_GROUP_ID - Static variable in class com.targomo.client.Constants
 
StatisticGeometryValuesResult - Class in com.targomo.client.api.response.statistics
 
StatisticGeometryValuesResult(TravelOptions, JSONObject) - Constructor for class com.targomo.client.api.response.statistics.StatisticGeometryValuesResult
 
StatisticGeometryValuesResult.StatisticsGeometryValue - Class in com.targomo.client.api.response.statistics
 
StatisticIdsAggregationType - Enum Class in com.targomo.client.api.quality.criterion
 
StatisticMethod - Enum Class in com.targomo.client.api.request.enums
Created by gerb on 01/03/2017.
StatisticResult - Class in com.targomo.client.api.response.statistics
 
StatisticResult(TravelOptions, JSONObject) - Constructor for class com.targomo.client.api.response.statistics.StatisticResult
 
STATISTICS_DISTANCE - Enum constant in enum class com.targomo.client.api.quality.criterion.CriterionType
 
STATISTICS_DISTANCE_AVERAGE - Enum constant in enum class com.targomo.client.api.quality.criterion.CriterionType
 
STATISTICS_GRAVITATION_DISTANCE_AVERAGE - Enum constant in enum class com.targomo.client.api.quality.criterion.CriterionType
 
STATISTICS_GRAVITATION_SUM - Enum constant in enum class com.targomo.client.api.quality.criterion.CriterionType
 
STATISTICS_ID - Static variable in class com.targomo.client.Constants
 
STATISTICS_MAX - Enum constant in enum class com.targomo.client.api.quality.criterion.CriterionType
 
STATISTICS_ON_ENCLOSING_CELL - Enum constant in enum class com.targomo.client.api.quality.criterion.CriterionType
 
STATISTICS_SUM - Enum constant in enum class com.targomo.client.api.quality.criterion.CriterionType
 
STATISTICS_SUM_IN_ZONE - Enum constant in enum class com.targomo.client.api.quality.criterion.CriterionType
 
StatisticsCriterionDefinition - Interface in com.targomo.client.api.quality.criterion
 
StatisticsGeometryValue() - Constructor for class com.targomo.client.api.response.statistics.StatisticGeometryValuesResult.StatisticsGeometryValue
 
StatisticsGeometryValuesResponse - Class in com.targomo.client.api.response
 
StatisticsGeometryValuesResponse(TravelOptions, String, long, long) - Constructor for class com.targomo.client.api.response.StatisticsGeometryValuesResponse
 
StatisticsGeometryValuesResponse(TravelOptions, JSONObject, long) - Constructor for class com.targomo.client.api.response.StatisticsGeometryValuesResponse
 
StatisticsGravitationCriterionDefinition - Class in com.targomo.client.api.quality.criterion
 
StatisticsGravitationCriterionDefinition() - Constructor for class com.targomo.client.api.quality.criterion.StatisticsGravitationCriterionDefinition
 
StatisticsInZoneCriterionDefinition - Class in com.targomo.client.api.quality.criterion
 
StatisticsInZoneCriterionDefinition() - Constructor for class com.targomo.client.api.quality.criterion.StatisticsInZoneCriterionDefinition
 
StatisticsOnEnclosingCellCriterionDefinition - Class in com.targomo.client.api.quality.criterion
 
StatisticsOnEnclosingCellCriterionDefinition() - Constructor for class com.targomo.client.api.quality.criterion.StatisticsOnEnclosingCellCriterionDefinition
 
StatisticsReachabilityCriterionDefinition - Class in com.targomo.client.api.quality.criterion
 
StatisticsReachabilityCriterionDefinition() - Constructor for class com.targomo.client.api.quality.criterion.StatisticsReachabilityCriterionDefinition
 
StatisticsRequest - Class in com.targomo.client.api.request
 
StatisticsRequest(StatisticTravelOptions) - Constructor for class com.targomo.client.api.request.StatisticsRequest
Use default client implementation with specified options and method Default client uses ClientBuilder
StatisticsRequest(Client, StatisticTravelOptions) - Constructor for class com.targomo.client.api.request.StatisticsRequest
Use a custom client implementation with specified options and method
StatisticsRequest(Client, StatisticTravelOptions, MultivaluedMap<String, Object>) - Constructor for class com.targomo.client.api.request.StatisticsRequest
Use a custom client implementation with specified options and method
StatisticsRequest.ResponseValidator<T> - Interface in com.targomo.client.api.request
 
StatisticsResponse - Class in com.targomo.client.api.response
 
StatisticsResponse(TravelOptions, String, long, long) - Constructor for class com.targomo.client.api.response.StatisticsResponse
 
StatisticsResponse(TravelOptions, JSONObject, long) - Constructor for class com.targomo.client.api.response.StatisticsResponse
 
StatisticTravelOptions - Class in com.targomo.client.api
Created by gerb on 13/02/2017.
StatisticTravelOptions() - Constructor for class com.targomo.client.api.StatisticTravelOptions
 
STAYPOINT_COUNT - Enum constant in enum class com.targomo.client.api.quality.criterion.CriterionType
 
street - Variable in class com.targomo.client.api.Address
The street and house number of the address.
streetDetails - Variable in class com.targomo.client.api.Address
Further details of the street address, e.g.
STRING - Enum constant in enum class com.targomo.client.api.enums.MultiGraphSerializationH3IdFormat
 
SUM - Enum constant in enum class com.targomo.client.api.enums.EdgeStatisticAggregationType
 
SUM - Enum constant in enum class com.targomo.client.api.enums.EdgeStatisticDirection
 
SUM - Enum constant in enum class com.targomo.client.api.enums.MultiGraphAggregationType
 
SUM - Enum constant in enum class com.targomo.client.api.enums.MultiGraphLayerCustomGeometryMergeAggregation
 
SUM - Enum constant in enum class com.targomo.client.api.enums.RoutingAggregationType
 
SUM - Enum constant in enum class com.targomo.client.api.quality.criterion.StatisticIdsAggregationType
 
SUNDAY - Enum constant in enum class com.targomo.client.api.enums.Weekday
 
supportingPoints - Variable in class com.targomo.client.api.pojo.BaseGraph
 

T

TARGET_ADDRESSES - Static variable in class com.targomo.client.Constants
 
TARGET_GEOHASHES - Static variable in class com.targomo.client.Constants
 
TARGETS - Static variable in class com.targomo.client.Constants
 
TargomoClientException - Exception in com.targomo.client.api.exception
Excpetion thrown when there is an exception in a request to a Targomo API
TargomoClientException(String) - Constructor for exception com.targomo.client.api.exception.TargomoClientException
Uses default httpStatusCode and will be translated into a `BAD_GATEWAY` response
TargomoClientException(String, int) - Constructor for exception com.targomo.client.api.exception.TargomoClientException
 
TargomoClientException(String, Throwable) - Constructor for exception com.targomo.client.api.exception.TargomoClientException
Uses default httpStatusCode and will be translated into a `BAD_GATEWAY` response
TargomoClientException(String, Throwable, int) - Constructor for exception com.targomo.client.api.exception.TargomoClientException
 
TargomoClientRequestConfigurationException - Exception in com.targomo.client.api.exception
Exception thrown when there is an error in the definition of a request configuration object
TargomoClientRequestConfigurationException(String) - Constructor for exception com.targomo.client.api.exception.TargomoClientRequestConfigurationException
 
TargomoClientRequestConfigurationException(String, Exception) - Constructor for exception com.targomo.client.api.exception.TargomoClientRequestConfigurationException
 
TargomoClientRuntimeException - Exception in com.targomo.client.api.exception
Excpetion thrown when there is a runtime exception in a request to a Targomo API
TargomoClientRuntimeException(String) - Constructor for exception com.targomo.client.api.exception.TargomoClientRuntimeException
 
TargomoClientRuntimeException(String, Throwable) - Constructor for exception com.targomo.client.api.exception.TargomoClientRuntimeException
 
TargomoRequest<R extends DefaultResponse<?,?>> - Class in com.targomo.client.api.request
Base request to the targomo API.
THURSDAY - Enum constant in enum class com.targomo.client.api.enums.Weekday
 
TILE - Enum constant in enum class com.targomo.client.api.enums.MultiGraphLayerType
 
TILEHASH - Enum constant in enum class com.targomo.client.api.enums.MultiGraphSerializationFormat
 
TIME - Enum constant in enum class com.targomo.client.api.enums.EdgeWeightType
 
TimeRequest - Class in com.targomo.client.api.request
Calculates travel times from each source point to each target.
TimeRequest(TravelOptions) - Constructor for class com.targomo.client.api.request.TimeRequest
Use default client implementation with specified options and method Default client uses ClientBuilder.
TimeRequest(Client, TravelOptions) - Constructor for class com.targomo.client.api.request.TimeRequest
Use a custom client implementation with specified options and method
TimeRequest(Client, TravelOptions, MultivaluedMap<String, Object>) - Constructor for class com.targomo.client.api.request.TimeRequest
Use a custom client implementation with specified options and method
TimeResponse - Class in com.targomo.client.api.response
 
TimeResponse(TravelOptions, ResponseCode, long, long) - Constructor for class com.targomo.client.api.response.TimeResponse
Create a response with custom response code and without results.
TimeResponse(TravelOptions, JSONObject, long) - Constructor for class com.targomo.client.api.response.TimeResponse
Create a response from JSON results.
timeToInt(String) - Static method in class com.targomo.client.api.util.TimeUtil
Parses time values such as 09:16:45 from gtfs to an integer values represented in seconds.
TimeUtil - Class in com.targomo.client.api.util
 
TimeVectorRequest - Class in com.targomo.client.api.request
 
TimeVectorRequest(Client, TravelOptions) - Constructor for class com.targomo.client.api.request.TimeVectorRequest
 
TimeVectorRequest(Client, TravelOptions, MultivaluedMap<String, Object>) - Constructor for class com.targomo.client.api.request.TimeVectorRequest
Use custom client with specified travelOptions
TimeVectorResponse - Class in com.targomo.client.api.response
 
TimeVectorResponse() - Constructor for class com.targomo.client.api.response.TimeVectorResponse
 
toCurl() - Method in class com.targomo.client.api.request.RouteRequest
For debugging.
toCurl() - Method in class com.targomo.client.api.request.TargomoRequest
For debugging.
toCurl() - Method in class com.targomo.client.api.request.TimeRequest
For debugging.
toString() - Method in class com.targomo.client.api.Address
Pretty prints the Address, i.e.
toString() - Method in enum class com.targomo.client.api.enums.EdgeStatisticAggregationType
 
toString() - Method in enum class com.targomo.client.api.enums.EdgeStatisticDirection
 
toString() - Method in enum class com.targomo.client.api.enums.TravelType
 
toString() - Method in class com.targomo.client.api.geo.AbstractCoordinate
Returns a JSON String representation of the Coordinate with ID, x and y values.
toString() - Method in class com.targomo.client.api.geo.AbstractGeometry
Returns a JSON String representation of the LocationGeometry with ID, geojson and crs values.
toString() - Method in class com.targomo.client.api.geo.DefaultSourceAddress
Returns a JSON String representation of the Coordinate with ID, x and y values.
toString() - Method in class com.targomo.client.api.geo.DefaultSourceCoordinate
 
toString() - Method in class com.targomo.client.api.geo.DefaultSourceGeometry
 
toString() - Method in class com.targomo.client.api.response.GeocodingResponse
Pretty prints the GeocodingResponse, i.e.
toString() - Method in class com.targomo.client.api.response.statistics.StatisticGeometryValuesResult
 
toString() - Method in class com.targomo.client.api.response.statistics.StatisticResult
 
toString() - Method in class com.targomo.client.api.statistic.PoiType
 
toString() - Method in class com.targomo.client.api.StatisticTravelOptions
 
toString() - Method in class com.targomo.client.api.TravelOptions
 
toString(JSONObject, int) - Static method in class com.targomo.client.api.util.JsonUtil
 
transformGeometry(MathTransform, Feature...) - Static method in class com.targomo.client.api.util.GeojsonUtil
Transforms geojson geometry between different formats.
TRANSIT - Enum constant in enum class com.targomo.client.api.enums.TravelType
 
TRANSIT_STOPS_DISTANCE - Enum constant in enum class com.targomo.client.api.quality.criterion.CriterionType
 
TRANSIT_STOPS_SUM - Enum constant in enum class com.targomo.client.api.quality.criterion.CriterionType
 
TransitStation - Class in com.targomo.client.api.response
 
TransitStation() - Constructor for class com.targomo.client.api.response.TransitStation
 
TransitStation.ReachableTransitStopTime - Class in com.targomo.client.api.response
 
TransitStopsCriterionDefinition - Class in com.targomo.client.api.quality.criterion
 
TransitStopsCriterionDefinition() - Constructor for class com.targomo.client.api.quality.criterion.TransitStopsCriterionDefinition
 
TransitStopsRequest - Class in com.targomo.client.api.request
Get all the transit stations reachable from source(s) and the times of the next stops Only accepts HttpMethod POST.
TransitStopsRequest(TravelOptions) - Constructor for class com.targomo.client.api.request.TransitStopsRequest
Use default client implementation with specified options and method Default client uses ClientBuilder.
TransitStopsRequest(Client, TravelOptions) - Constructor for class com.targomo.client.api.request.TransitStopsRequest
Use a custom client implementation with specified options and method
TransitStopsRequest(Client, TravelOptions, MultivaluedMap<String, Object>) - Constructor for class com.targomo.client.api.request.TransitStopsRequest
Use a custom client implementation with specified options and method
TransitTravelTimes - Class in com.targomo.client.api.response.parsingpojos
 
TransitTravelTimes() - Constructor for class com.targomo.client.api.response.parsingpojos.TransitTravelTimes
 
TransitTravelTimeValue - Class in com.targomo.client.api.pojo
 
TransitTravelTimeValue() - Constructor for class com.targomo.client.api.pojo.TransitTravelTimeValue
 
TransitTravelTimeValueDeserializer - Class in com.targomo.client.api.json
 
TransitTravelTimeValueDeserializer() - Constructor for class com.targomo.client.api.json.TransitTravelTimeValueDeserializer
 
TRANSPORT_MODE - Static variable in class com.targomo.client.Constants
 
TRANSPORT_MODE_CAR_DATE - Static variable in class com.targomo.client.Constants
 
TRANSPORT_MODE_CAR_RUSH_HOUR - Static variable in class com.targomo.client.Constants
 
TRANSPORT_MODE_CAR_TIME - Static variable in class com.targomo.client.Constants
 
TRANSPORT_MODE_CAR_WEEKDAY - Static variable in class com.targomo.client.Constants
 
TRANSPORT_MODE_TRAFFIC_JUNCTION_PENALTY - Static variable in class com.targomo.client.Constants
 
TRANSPORT_MODE_TRAFFIC_LEFT_TURN_PENALTY - Static variable in class com.targomo.client.Constants
 
TRANSPORT_MODE_TRAFFIC_RIGHT_TURN_PENALTY - Static variable in class com.targomo.client.Constants
 
TRANSPORT_MODE_TRAFFIC_SIGNAL_PENALTY - Static variable in class com.targomo.client.Constants
 
TRANSPORT_MODE_TRANSIT_AVOID_TRANSIT_ROUTE_TYPES - Static variable in class com.targomo.client.Constants
 
TRANSPORT_MODE_TRANSIT_EARLIEST_ARRIVAL - Static variable in class com.targomo.client.Constants
 
TRANSPORT_MODE_TRANSIT_FRAME - Static variable in class com.targomo.client.Constants
 
TRANSPORT_MODE_TRANSIT_FRAME_ARRIVAL_OR_DEPARTURE_DURATION - Static variable in class com.targomo.client.Constants
 
TRANSPORT_MODE_TRANSIT_FRAME_DATE - Static variable in class com.targomo.client.Constants
 
TRANSPORT_MODE_TRANSIT_FRAME_DURATION - Static variable in class com.targomo.client.Constants
 
TRANSPORT_MODE_TRANSIT_FRAME_TIME - Static variable in class com.targomo.client.Constants
 
TRANSPORT_MODE_TRANSIT_FRAME_WEEKDAY - Static variable in class com.targomo.client.Constants
 
TRANSPORT_MODE_TRANSIT_MAX_TRANSFERS - Static variable in class com.targomo.client.Constants
 
TRANSPORT_MODE_TRANSIT_MAX_WALKING_TIME_FROM_SOURCE - Static variable in class com.targomo.client.Constants
 
TRANSPORT_MODE_TRANSIT_MAX_WALKING_TIME_TO_TARGET - Static variable in class com.targomo.client.Constants
 
TRANSPORT_MODE_TRANSIT_RECOMMENDATIONS - Static variable in class com.targomo.client.Constants
 
TRAVEL_MODE_BIKE_SPEED - Static variable in class com.targomo.client.Constants
 
TRAVEL_MODE_DOWNHILL - Static variable in class com.targomo.client.Constants
 
TRAVEL_MODE_MULTIMODAL_TRAVELTYPES - Static variable in class com.targomo.client.Constants
 
TRAVEL_MODE_SPEED - Static variable in class com.targomo.client.Constants
 
TRAVEL_MODE_UPHILL - Static variable in class com.targomo.client.Constants
 
TRAVEL_MODE_WALK_SPEED - Static variable in class com.targomo.client.Constants
 
TRAVEL_TIME_FACTORS - Static variable in class com.targomo.client.Constants
 
TRAVEL_TIME_PATH_SERIALIZER - Enum constant in enum class com.targomo.client.api.enums.PathSerializerType
 
TRAVEL_TIME_PATH_SERIALIZER - Static variable in class com.targomo.client.Constants
 
TRAVEL_TYPE_BIKE - Static variable in class com.targomo.client.Constants
 
TRAVEL_TYPE_BIKETRANSIT - Static variable in class com.targomo.client.Constants
 
TRAVEL_TYPE_CAR - Static variable in class com.targomo.client.Constants
 
TRAVEL_TYPE_FLY - Static variable in class com.targomo.client.Constants
 
TRAVEL_TYPE_MULTIMODAL - Static variable in class com.targomo.client.Constants
 
TRAVEL_TYPE_TRANSIT - Static variable in class com.targomo.client.Constants
 
TRAVEL_TYPE_WALK - Static variable in class com.targomo.client.Constants
 
TRAVEL_TYPE_WALKTRANSIT - Static variable in class com.targomo.client.Constants
 
TravelOptions - Class in com.targomo.client.api
Common configuration class for executing all requests.
TravelOptions() - Constructor for class com.targomo.client.api.TravelOptions
 
TravelOptionsSerializer - Class in com.targomo.client.api.json
 
TravelOptionsSerializer() - Constructor for class com.targomo.client.api.json.TravelOptionsSerializer
 
TravelType - Enum Class in com.targomo.client.api.enums
 
travelTypeListToJsonGenerator(List<TravelType>, JsonGenerator, String, String) - Static method in class com.targomo.client.api.util.SerializationUtil
 
travelTypeListToString(List<TravelType>) - Static method in class com.targomo.client.api.util.SerializationUtil
 
TravelWeight - Class in com.targomo.client.api.pojo
This class is responsible for storing the distance and time taken to route between a source and target
TravelWeight() - Constructor for class com.targomo.client.api.pojo.TravelWeight
 
TrustAllHostNameVerifier() - Constructor for class com.targomo.client.api.request.ssl.SslClientGenerator.TrustAllHostNameVerifier
 
TUESDAY - Enum constant in enum class com.targomo.client.api.enums.Weekday
 
type(MultiGraphAggregationType) - Method in class com.targomo.client.api.pojo.AggregationConfiguration.AggregationConfigurationBuilder
 

U

UNION - Enum constant in enum class com.targomo.client.api.enums.PolygonIntersectionMode
 
UNKNOWN_EXCEPTION - Enum constant in enum class com.targomo.client.api.response.ResponseCode
 
UNSPECIFIED - Enum constant in enum class com.targomo.client.api.enums.TravelType
 
USE_AREA_SNAPPING - Static variable in class com.targomo.client.Constants
 
useProbabilityBasedWeightedAverage(Boolean) - Method in class com.targomo.client.api.pojo.AggregationConfiguration.AggregationConfigurationBuilder
 
UserServiceEnvClientFilter - Class in com.targomo.client.api.request.config
ClientRequestFilter implementation for x-targomo-environment headers How to use it: just register this component to one Jersey Client E.g.: Client client = ClientBuilder.newClient(); client.register(new UserServiceEnvClientFilter("staging"));
UserServiceEnvClientFilter(String) - Constructor for class com.targomo.client.api.request.config.UserServiceEnvClientFilter
 
UserServiceReferralUrlClientFilter - Class in com.targomo.client.api.request.config
Same as the UserServiceEnvClientFilter but for the refer header
UserServiceReferralUrlClientFilter(String) - Constructor for class com.targomo.client.api.request.config.UserServiceReferralUrlClientFilter
 
USING_CACHED - Enum constant in enum class com.targomo.client.api.enums.MultiGraphTravelTimeApproximation
 

V

validateResponse(Response) - Static method in class com.targomo.client.api.request.ScoreRequest
Validate HTTP response and return a PolygonResponse
validateResponse(Response, long, long) - Method in interface com.targomo.client.api.request.StatisticsRequest.ResponseValidator
 
valueOf(String) - Static method in enum class com.targomo.client.api.enums.EdgeStatisticAggregationType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.targomo.client.api.enums.EdgeStatisticDirection
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.targomo.client.api.enums.EdgeWeightType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.targomo.client.api.enums.Format
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.targomo.client.api.enums.MultiGraphAggregationType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.targomo.client.api.enums.MultiGraphDomainEdgeAggregationType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.targomo.client.api.enums.MultiGraphDomainType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.targomo.client.api.enums.MultiGraphLayerCustomGeometryMergeAggregation
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.targomo.client.api.enums.MultiGraphLayerType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.targomo.client.api.enums.MultiGraphSerializationFormat
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.targomo.client.api.enums.MultiGraphSerializationH3IdFormat
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.targomo.client.api.enums.MultiGraphTravelTimeApproximation
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.targomo.client.api.enums.PathSerializerType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.targomo.client.api.enums.PolygonIntersectionMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.targomo.client.api.enums.PolygonOrientationRule
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.targomo.client.api.enums.PolygonSerializerType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.targomo.client.api.enums.RoutingAggregationType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.targomo.client.api.enums.TravelType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.targomo.client.api.enums.Weekday
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.targomo.client.api.quality.criterion.CriterionType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.targomo.client.api.quality.criterion.PoiMatchType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.targomo.client.api.quality.criterion.StatisticIdsAggregationType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.targomo.client.api.request.enums.StatisticMethod
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.targomo.client.api.request.GeocodingRequest.Option
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.targomo.client.api.response.ResponseCode
Returns the enum constant of this class with the specified name.
values() - Static method in enum class com.targomo.client.api.enums.EdgeStatisticAggregationType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.targomo.client.api.enums.EdgeStatisticDirection
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.targomo.client.api.enums.EdgeWeightType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.targomo.client.api.enums.Format
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.targomo.client.api.enums.MultiGraphAggregationType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.targomo.client.api.enums.MultiGraphDomainEdgeAggregationType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.targomo.client.api.enums.MultiGraphDomainType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.targomo.client.api.enums.MultiGraphLayerCustomGeometryMergeAggregation
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.targomo.client.api.enums.MultiGraphLayerType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.targomo.client.api.enums.MultiGraphSerializationFormat
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.targomo.client.api.enums.MultiGraphSerializationH3IdFormat
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.targomo.client.api.enums.MultiGraphTravelTimeApproximation
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.targomo.client.api.enums.PathSerializerType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.targomo.client.api.enums.PolygonIntersectionMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.targomo.client.api.enums.PolygonOrientationRule
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.targomo.client.api.enums.PolygonSerializerType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.targomo.client.api.enums.RoutingAggregationType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.targomo.client.api.enums.TravelType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.targomo.client.api.enums.Weekday
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.targomo.client.api.quality.criterion.CriterionType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.targomo.client.api.quality.criterion.PoiMatchType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.targomo.client.api.quality.criterion.StatisticIdsAggregationType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.targomo.client.api.request.enums.StatisticMethod
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.targomo.client.api.request.GeocodingRequest.Option
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.targomo.client.api.response.ResponseCode
Returns an array containing the constants of this enum class, in the order they are declared.
verify(String, SSLSession) - Method in class com.targomo.client.api.request.ssl.SslClientGenerator.TrustAllHostNameVerifier
 

W

WALK - Enum constant in enum class com.targomo.client.api.enums.TravelType
 
WALKTRANSIT - Enum constant in enum class com.targomo.client.api.enums.TravelType
 
wasErrorResponse() - Method in class com.targomo.client.api.response.esri.AuthenticationResponse
 
wasErrorResponse() - Method in class com.targomo.client.api.response.GeocodingResponse
 
WEDNESDAY - Enum constant in enum class com.targomo.client.api.enums.Weekday
 
Weekday - Enum Class in com.targomo.client.api.enums
Enum denoting Day of the week with int values for both monday->sunday and sunday->saturday.
weekdayMonSun - Variable in enum class com.targomo.client.api.enums.Weekday
 
weekdaySunMon - Variable in enum class com.targomo.client.api.enums.Weekday
 
writeExtraData(Location, JsonGenerator) - Method in class com.targomo.client.api.json.AbstractSourceMapSerializer
 

X

X - Static variable in class com.targomo.client.Constants
 

Y

Y - Static variable in class com.targomo.client.Constants
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form