- C - Static variable in class com.graphhopper.util.DistanceCalcEarth
-
Circumference of the earth
- CALC_POINTS - Static variable in class com.graphhopper.util.Parameters.Routing
-
if true the response will contain a point list
- calcAzimuth(double, double, double, double) - Method in class com.graphhopper.util.AngleCalc
-
Calculate the azimuth in degree for a line given by two coordinates.
- calcAzimuth(Instruction) - Method in class com.graphhopper.util.Instruction
-
Return the azimuth in degree based on the first tracksegment of this instruction.
- calcBBox2D() - Method in class com.graphhopper.PathWrapper
-
Calculates the 2D bounding box of this route
- calcCircumference(double) - Method in interface com.graphhopper.util.DistanceCalc
-
- calcCircumference(double) - Method in class com.graphhopper.util.DistanceCalcEarth
-
Circumference of the earth at different latitudes (breitengrad)
- calcCrossingPointToEdge(double, double, double, double, double, double) - Method in interface com.graphhopper.util.DistanceCalc
-
- calcCrossingPointToEdge(double, double, double, double, double, double) - Method in class com.graphhopper.util.DistanceCalcEarth
-
- calcDenormalizedDist(double) - Method in interface com.graphhopper.util.DistanceCalc
-
Inverse to calcNormalizedDist.
- calcDenormalizedDist(double) - Method in class com.graphhopper.util.DistanceCalcEarth
-
- calcDenormalizedDist(double) - Method in class com.graphhopper.util.DistancePlaneProjection
-
- calcDirection(Instruction) - Method in class com.graphhopper.util.Instruction
-
Return the direction like 'NE' based on the first tracksegment of the instruction.
- calcDist(double, double, double, double) - Method in interface com.graphhopper.util.DistanceCalc
-
Calculates distance of (from, to) in meter.
- calcDist(double, double, double, double, double, double) - Method in class com.graphhopper.util.DistanceCalc3D
-
- calcDist(double, double, double, double) - Method in class com.graphhopper.util.DistanceCalcEarth
-
Calculates distance of (from, to) in meter.
- calcDist(double, double, double, double) - Method in class com.graphhopper.util.DistancePlaneProjection
-
- calcDist3D(double, double, double, double, double, double) - Method in interface com.graphhopper.util.DistanceCalc
-
Calculates 3d distance of (from, to) in meter.
- calcDist3D(double, double, double, double, double, double) - Method in class com.graphhopper.util.DistanceCalcEarth
-
This implements a rather quick solution to calculate 3D distances on earth using euclidean
geometry mixed with Haversine formula used for the on earth distance.
- calcDist3D(double, double, double, double, double, double) - Method in class com.graphhopper.util.DistancePlaneProjection
-
- calcDistance(DistanceCalc) - Method in class com.graphhopper.util.PointList
-
- calcIndexSize(BBox) - Static method in class com.graphhopper.util.Helper
-
- calcNormalizedDist(double) - Method in interface com.graphhopper.util.DistanceCalc
-
Returns the specified length in normalized meter.
- calcNormalizedDist(double, double, double, double) - Method in interface com.graphhopper.util.DistanceCalc
-
Calculates in normalized meter
- calcNormalizedDist(double) - Method in class com.graphhopper.util.DistanceCalcEarth
-
Returns the specified length in normalized meter.
- calcNormalizedDist(double, double, double, double) - Method in class com.graphhopper.util.DistanceCalcEarth
-
- calcNormalizedDist(double) - Method in class com.graphhopper.util.DistancePlaneProjection
-
- calcNormalizedDist(double, double, double, double) - Method in class com.graphhopper.util.DistancePlaneProjection
-
- calcNormalizedEdgeDistance(double, double, double, double, double, double) - Method in interface com.graphhopper.util.DistanceCalc
-
This method calculates the distance from r to edge (a, b) where the crossing point is c
- calcNormalizedEdgeDistance(double, double, double, double, double, double) - Method in class com.graphhopper.util.DistanceCalcEarth
-
- calcNormalizedEdgeDistance3D(double, double, double, double, double, double, double, double, double) - Method in interface com.graphhopper.util.DistanceCalc
-
This method calculates the distance from r to edge (a, b) where the crossing point is c including elevation
- calcNormalizedEdgeDistance3D(double, double, double, double, double, double, double, double, double) - Method in class com.graphhopper.util.DistanceCalcEarth
-
- calcNormalizedEdgeDistanceNew(double, double, double, double, double, double, boolean) - Method in class com.graphhopper.util.DistanceCalcEarth
-
New edge distance calculation where no validEdgeDistance check would be necessary
- calcOrientation(double, double, double, double) - Method in class com.graphhopper.util.AngleCalc
-
- calcOrientation(double, double, double, double, boolean) - Method in class com.graphhopper.util.AngleCalc
-
Return orientation of line relative to east.
- calculateArea() - Method in class com.graphhopper.util.shapes.BBox
-
- calculateArea() - Method in class com.graphhopper.util.shapes.Circle
-
- calculateArea() - Method in class com.graphhopper.util.shapes.Polygon
-
- calculateArea() - Method in interface com.graphhopper.util.shapes.Shape
-
- calculateIntersection(BBox) - Method in class com.graphhopper.util.shapes.BBox
-
Calculates the intersecting BBox between this and the specified BBox
- camelCaseToUnderScore(String) - Static method in class com.graphhopper.util.Helper
-
- CH() - Constructor for class com.graphhopper.util.Parameters.CH
-
- CHProfileConfig - Class in com.graphhopper.config
-
Corresponds to an entry in the `profiles_ch` section in config.yml and specifies a routing profile that shall be
prepared using Contraction Hierarchies (CH)
- CHProfileConfig(String) - Constructor for class com.graphhopper.config.CHProfileConfig
-
- Circle - Class in com.graphhopper.util.shapes
-
- Circle(double, double, double) - Constructor for class com.graphhopper.util.shapes.Circle
-
- Circle(double, double, double, DistanceCalc) - Constructor for class com.graphhopper.util.shapes.Circle
-
- clear() - Method in class com.graphhopper.util.PointList
-
- clear() - Method in class com.graphhopper.util.ShallowImmutablePointList
-
- clone(boolean) - Method in class com.graphhopper.util.PointList
-
Clones this PointList.
- clone() - Method in class com.graphhopper.util.shapes.BBox
-
- close(Closeable) - Static method in class com.graphhopper.util.Helper
-
- com.graphhopper - package com.graphhopper
-
- com.graphhopper.config - package com.graphhopper.config
-
- com.graphhopper.json.geo - package com.graphhopper.json.geo
-
- com.graphhopper.routing.util - package com.graphhopper.routing.util
-
- com.graphhopper.util - package com.graphhopper.util
-
- com.graphhopper.util.details - package com.graphhopper.util.details
-
- com.graphhopper.util.exceptions - package com.graphhopper.util.exceptions
-
- com.graphhopper.util.shapes - package com.graphhopper.util.shapes
-
- compare(double, double) - Static method in class com.graphhopper.util.NumHelper
-
- ConnectionNotFoundException - Exception in com.graphhopper.util.exceptions
-
If a route cannot be found due to disconnected graphs.
- ConnectionNotFoundException(String, Map<String, Object>) - Constructor for exception com.graphhopper.util.exceptions.ConnectionNotFoundException
-
- contains(Shape) - Method in class com.graphhopper.util.shapes.BBox
-
- contains(double, double) - Method in class com.graphhopper.util.shapes.BBox
-
- contains(BBox) - Method in class com.graphhopper.util.shapes.BBox
-
- contains(Circle) - Method in class com.graphhopper.util.shapes.BBox
-
- contains(double, double) - Method in class com.graphhopper.util.shapes.Circle
-
- contains(Shape) - Method in class com.graphhopper.util.shapes.Circle
-
- contains(BBox) - Method in class com.graphhopper.util.shapes.Circle
-
- contains(Circle) - Method in class com.graphhopper.util.shapes.Circle
-
- contains(double, double) - Method in class com.graphhopper.util.shapes.Polygon
-
Does the point in polygon check.
- contains(Shape) - Method in class com.graphhopper.util.shapes.Polygon
-
- contains(double, double) - Method in interface com.graphhopper.util.shapes.Shape
-
- contains(Shape) - Method in interface com.graphhopper.util.shapes.Shape
-
- CONTINUE_ON_STREET - Static variable in class com.graphhopper.util.Instruction
-
- convertAzimuth2xaxisAngle(double) - Method in class com.graphhopper.util.AngleCalc
-
convert north based clockwise azimuth (0, 360) into x-axis/east based angle (-Pi, Pi)
- copy(int, int) - Method in class com.graphhopper.util.PointList
-
This method does a deep copy of this object for the specified range.
- COUNT - Static variable in class com.graphhopper.util.Parameters.Landmark
-
Specifies how many landmarks should be created
- countBitValue(int) - Static method in class com.graphhopper.util.Helper
-
- create(Point) - Static method in class com.graphhopper.util.shapes.GHPoint
-
- create(Polygon) - Static method in class com.graphhopper.util.shapes.Polygon
-
- createBBox(double, double, double) - Method in interface com.graphhopper.util.DistanceCalc
-
- createBBox(double, double, double) - Method in class com.graphhopper.util.DistanceCalcEarth
-
- createDoubleList(double[]) - Static method in class com.graphhopper.util.Helper
-
- createFormatter() - Static method in class com.graphhopper.util.Helper
-
This creates a date formatter for yyyy-MM-dd'T'HH:mm:ss'Z' which is has to be identical to
buildDate used in pom.xml
- createFormatter(String) - Static method in class com.graphhopper.util.Helper
-
Creates a SimpleDateFormat with the UK locale.
- createInverse(boolean) - Static method in class com.graphhopper.util.shapes.BBox
-
Prefills BBox with minimum values so that it can increase.
- createPointList(double...) - Static method in class com.graphhopper.util.Helper
-
- createPointList3D(double...) - Static method in class com.graphhopper.util.Helper
-
- CURBSIDE - Static variable in class com.graphhopper.util.Parameters.Routing
-
- CURBSIDE_ANY - Static variable in class com.graphhopper.util.Parameters.Curbsides
-
- CURBSIDE_LEFT - Static variable in class com.graphhopper.util.Parameters.Curbsides
-
- CURBSIDE_RIGHT - Static variable in class com.graphhopper.util.Parameters.Curbsides
-
- Curbsides() - Constructor for class com.graphhopper.util.Parameters.Curbsides
-
- geometry - Variable in class com.graphhopper.Trip.Leg
-
- geometry - Variable in class com.graphhopper.Trip.Stop
-
- get(int) - Method in class com.graphhopper.util.InstructionList
-
- get(int) - Method in class com.graphhopper.util.PointList
-
- getAlgorithm() - Method in class com.graphhopper.GHRequest
-
- getAll() - Method in class com.graphhopper.GHResponse
-
This method returns the best path as well as all alternatives.
- getAnnotation() - Method in class com.graphhopper.util.Instruction
-
- getArrivalTime() - Method in class com.graphhopper.Trip.Leg
-
- getArrivalTime() - Method in class com.graphhopper.Trip.PtLeg
-
- getArrivalTime() - Method in class com.graphhopper.Trip.WalkLeg
-
- getAscend() - Method in class com.graphhopper.PathWrapper
-
This method returns the total elevation change (going upwards) in meter.
- getBBox() - Method in class com.graphhopper.json.geo.JsonFeature
-
- getBest() - Method in class com.graphhopper.GHResponse
-
Returns the best path.
- getBool(String, boolean) - Method in class com.graphhopper.GraphHopperConfig
-
- getBool(String, boolean) - Method in class com.graphhopper.util.PMap
-
- getBounds() - Method in class com.graphhopper.util.shapes.BBox
-
- getBounds() - Method in class com.graphhopper.util.shapes.Circle
-
- getBounds() - Method in class com.graphhopper.util.shapes.Polygon
-
- getBounds() - Method in interface com.graphhopper.util.shapes.Shape
-
- getCachedLineString(boolean) - Method in class com.graphhopper.util.PointList
-
- getCenter() - Method in class com.graphhopper.util.shapes.BBox
-
- getCenter() - Method in class com.graphhopper.util.shapes.Circle
-
- getCenter() - Method in class com.graphhopper.util.shapes.Polygon
-
- getCenter() - Method in interface com.graphhopper.util.shapes.Shape
-
- getCHProfiles() - Method in class com.graphhopper.GraphHopperConfig
-
- getCurbsides() - Method in class com.graphhopper.GHRequest
-
- getDebugInfo() - Method in class com.graphhopper.GHResponse
-
- getDebugInfo() - Method in class com.graphhopper.PathWrapper
-
- getDepartureTime() - Method in class com.graphhopper.Trip.Leg
-
- getDepartureTime() - Method in class com.graphhopper.Trip.PtLeg
-
- getDepartureTime() - Method in class com.graphhopper.Trip.WalkLeg
-
- getDescend() - Method in class com.graphhopper.PathWrapper
-
This method returns the total elevation change (going downwards) in meter.
- getDescription() - Method in class com.graphhopper.PathWrapper
-
- getDetails() - Method in exception com.graphhopper.util.exceptions.DetailedIllegalArgumentException
-
- getDetails() - Method in exception com.graphhopper.util.exceptions.DetailedRuntimeException
-
- getDetails() - Method in interface com.graphhopper.util.exceptions.GHException
-
- getDetails() - Method in exception com.graphhopper.util.exceptions.PointNotFoundException
-
- getDimension() - Method in interface com.graphhopper.util.PointAccess
-
- getDimension() - Method in class com.graphhopper.util.PointList
-
- getDimension() - Method in class com.graphhopper.util.ShallowImmutablePointList
-
- getDistance() - Method in class com.graphhopper.PathWrapper
-
This method returns the distance of the path.
- getDistance() - Method in class com.graphhopper.Trip.Leg
-
- getDistance() - Method in class com.graphhopper.util.Instruction
-
Distance in meter until no new instruction
- getDouble(String, double) - Method in class com.graphhopper.GraphHopperConfig
-
- getDouble(String, double) - Method in class com.graphhopper.util.PMap
-
- getEle(int) - Method in interface com.graphhopper.util.PointAccess
-
- getEle(int) - Method in class com.graphhopper.util.PointList
-
- getEle() - Method in class com.graphhopper.util.shapes.GHPoint3D
-
- getElevation(int) - Method in interface com.graphhopper.util.PointAccess
-
Returns the elevation of the specified nodeId.
- getElevation(int) - Method in class com.graphhopper.util.PointList
-
- getElevation(int) - Method in class com.graphhopper.util.ShallowImmutablePointList
-
- getElevation() - Method in class com.graphhopper.util.shapes.GHPoint3D
-
- getErrors() - Method in class com.graphhopper.GHResponse
-
This method returns all the explicitly added errors and the errors of all paths.
- getErrors() - Method in class com.graphhopper.PathWrapper
-
- getExitNumber() - Method in class com.graphhopper.util.RoundaboutInstruction
-
- getExtraInfoJSON() - Method in class com.graphhopper.util.Instruction
-
- getExtraInfoJSON() - Method in class com.graphhopper.util.RoundaboutInstruction
-
- getFare() - Method in class com.graphhopper.PathWrapper
-
- getFavoredHeading(int) - Method in class com.graphhopper.GHRequest
-
- getFeatures() - Method in class com.graphhopper.json.geo.JsonFeatureCollection
-
- getFirst() - Method in class com.graphhopper.util.details.PathDetail
-
- getFloat(String, float) - Method in class com.graphhopper.GraphHopperConfig
-
- getFloat(String, float) - Method in class com.graphhopper.util.PMap
-
- getGeometry() - Method in class com.graphhopper.json.geo.JsonFeature
-
- getHints() - Method in class com.graphhopper.config.ProfileConfig
-
- getHints() - Method in class com.graphhopper.GHRequest
-
- getHints() - Method in class com.graphhopper.GHResponse
-
- getId() - Method in class com.graphhopper.json.geo.JsonFeature
-
- getImportance() - Method in class com.graphhopper.util.InstructionAnnotation
-
- getInstructions() - Method in class com.graphhopper.PathWrapper
-
- getInt(String, int) - Method in class com.graphhopper.GraphHopperConfig
-
- getInt(String, int) - Method in class com.graphhopper.util.PMap
-
- getIntervalString() - Method in class com.graphhopper.util.ShallowImmutablePointList
-
- getLanguage() - Method in interface com.graphhopper.util.Translation
-
- getLast() - Method in class com.graphhopper.util.details.PathDetail
-
- getLat(int) - Method in interface com.graphhopper.util.PointAccess
-
- getLat(int) - Method in class com.graphhopper.util.PointList
-
- getLat() - Method in class com.graphhopper.util.shapes.Circle
-
- getLat() - Method in class com.graphhopper.util.shapes.GHPoint
-
- getLatitude(int) - Method in interface com.graphhopper.util.PointAccess
-
- getLatitude(int) - Method in class com.graphhopper.util.PointList
-
- getLatitude(int) - Method in class com.graphhopper.util.ShallowImmutablePointList
-
- getLegs() - Method in class com.graphhopper.PathWrapper
-
- getLength() - Method in class com.graphhopper.util.details.PathDetail
-
- getLength() - Method in class com.graphhopper.util.FinishInstruction
-
- getLength() - Method in class com.graphhopper.util.Instruction
-
This method returns the length of an Instruction.
- getLength() - Method in class com.graphhopper.util.ViaInstruction
-
- getLMProfiles() - Method in class com.graphhopper.GraphHopperConfig
-
- getLocale() - Method in class com.graphhopper.GHRequest
-
- getLocale(String) - Static method in class com.graphhopper.util.Helper
-
- getLocale() - Method in interface com.graphhopper.util.Translation
-
- getLon(int) - Method in interface com.graphhopper.util.PointAccess
-
- getLon(int) - Method in class com.graphhopper.util.PointList
-
- getLon() - Method in class com.graphhopper.util.shapes.Circle
-
- getLon() - Method in class com.graphhopper.util.shapes.GHPoint
-
- getLong(String, long) - Method in class com.graphhopper.GraphHopperConfig
-
- getLong(String, long) - Method in class com.graphhopper.util.PMap
-
- getLongitude(int) - Method in interface com.graphhopper.util.PointAccess
-
- getLongitude(int) - Method in class com.graphhopper.util.PointList
-
- getLongitude(int) - Method in class com.graphhopper.util.ShallowImmutablePointList
-
- getMaximumLMWeight() - Method in class com.graphhopper.config.LMProfileConfig
-
- getMaxLat() - Method in class com.graphhopper.util.shapes.Polygon
-
- getMaxLon() - Method in class com.graphhopper.util.shapes.Polygon
-
- getMemInfo() - Static method in class com.graphhopper.util.Helper
-
- getMessage() - Method in class com.graphhopper.util.InstructionAnnotation
-
- getMinLat() - Method in class com.graphhopper.util.shapes.Polygon
-
- getMinLon() - Method in class com.graphhopper.util.shapes.Polygon
-
- getName() - Method in class com.graphhopper.config.ProfileConfig
-
- getName() - Method in class com.graphhopper.util.Instruction
-
- getNumChanges() - Method in class com.graphhopper.PathWrapper
-
- getObject(String, T) - Method in class com.graphhopper.util.PMap
-
- getPathDetails() - Method in class com.graphhopper.GHRequest
-
- getPathDetails() - Method in class com.graphhopper.PathWrapper
-
- getPointHints() - Method in class com.graphhopper.GHRequest
-
- getPointIndex() - Method in exception com.graphhopper.util.exceptions.PointNotFoundException
-
- getPoints() - Method in class com.graphhopper.GHRequest
-
- getPoints() - Method in class com.graphhopper.PathWrapper
-
This method returns all points on the path.
- getPoints() - Method in class com.graphhopper.util.Instruction
-
- getPointsOrder() - Method in class com.graphhopper.PathWrapper
-
- getProfile() - Method in class com.graphhopper.config.CHProfileConfig
-
- getProfile() - Method in class com.graphhopper.config.LMProfileConfig
-
- getProfiles() - Method in class com.graphhopper.GraphHopperConfig
-
- getProperties() - Method in class com.graphhopper.json.geo.JsonFeature
-
- getProperty(String) - Method in class com.graphhopper.json.geo.JsonFeature
-
- getRouteWeight() - Method in class com.graphhopper.PathWrapper
-
This method returns a double value which is better than the time for comparison of routes but
only if you know what you are doing, e.g.
- getSign() - Method in class com.graphhopper.util.Instruction
-
The instruction for the person/driver to execute.
- getSize() - Method in class com.graphhopper.util.PointList
-
- getSize() - Method in class com.graphhopper.util.ShallowImmutablePointList
-
- getSizeOfLongArray(int, int) - Static method in class com.graphhopper.util.Helper
-
- getSizeOfObjectArray(int, int) - Static method in class com.graphhopper.util.Helper
-
- getSizeOfObjectRef(int) - Static method in class com.graphhopper.util.Helper
-
- getSnapPreventions() - Method in class com.graphhopper.GHRequest
-
- getString(String, String) - Method in class com.graphhopper.GraphHopperConfig
-
- getString(String, String) - Method in class com.graphhopper.util.PMap
-
- getTime() - Method in class com.graphhopper.PathWrapper
-
- getTime() - Method in class com.graphhopper.util.Instruction
-
Duration until the next instruction, in milliseconds
- getTotalMB() - Static method in class com.graphhopper.util.Helper
-
- getTr() - Method in class com.graphhopper.util.InstructionList
-
- getTurnAngle() - Method in class com.graphhopper.util.RoundaboutInstruction
-
- getTurnDescription(Translation) - Method in class com.graphhopper.util.FinishInstruction
-
- getTurnDescription(Translation) - Method in class com.graphhopper.util.Instruction
-
- getTurnDescription(Translation) - Method in class com.graphhopper.util.RoundaboutInstruction
-
- getTurnDescription(Translation) - Method in class com.graphhopper.util.ViaInstruction
-
- getType() - Method in class com.graphhopper.json.geo.JsonFeature
-
- getType() - Method in class com.graphhopper.json.geo.JsonFeatureCollection
-
- getUsedMB() - Static method in class com.graphhopper.util.Helper
-
- getUsedMBAfterGC() - Static method in class com.graphhopper.util.Helper
-
- getValue() - Method in class com.graphhopper.util.details.PathDetail
-
- getVehicle() - Method in class com.graphhopper.config.ProfileConfig
-
- getVehicle() - Method in class com.graphhopper.GHRequest
-
- getVehicle() - Method in class com.graphhopper.routing.util.HintsMap
-
- getViaCount() - Method in class com.graphhopper.util.ViaInstruction
-
- getWaypoints() - Method in class com.graphhopper.PathWrapper
-
This method returns the input points snapped to the road network.
- getWeighting() - Method in class com.graphhopper.config.ProfileConfig
-
- getWeighting() - Method in class com.graphhopper.GHRequest
-
- getWeighting() - Method in class com.graphhopper.routing.util.HintsMap
-
- GHException - Interface in com.graphhopper.util.exceptions
-
Generic GHException that allows to add details to the exception message
- GHPoint - Class in com.graphhopper.util.shapes
-
- GHPoint() - Constructor for class com.graphhopper.util.shapes.GHPoint
-
- GHPoint(double, double) - Constructor for class com.graphhopper.util.shapes.GHPoint
-
- GHPoint3D - Class in com.graphhopper.util.shapes
-
- GHPoint3D(double, double, double) - Constructor for class com.graphhopper.util.shapes.GHPoint3D
-
- GHRequest - Class in com.graphhopper
-
GraphHopper request wrapper to simplify requesting GraphHopper.
- GHRequest() - Constructor for class com.graphhopper.GHRequest
-
- GHRequest(int) - Constructor for class com.graphhopper.GHRequest
-
- GHRequest(double, double, double, double, double, double) - Constructor for class com.graphhopper.GHRequest
-
Set routing request from specified startPlace (fromLat, fromLon) to endPlace (toLat, toLon)
with a preferred start and end heading.
- GHRequest(double, double, double, double) - Constructor for class com.graphhopper.GHRequest
-
Set routing request from specified startPlace (fromLat, fromLon) to endPlace (toLat, toLon)
- GHRequest(GHPoint, GHPoint, double, double) - Constructor for class com.graphhopper.GHRequest
-
Set routing request from specified startPlace to endPlace with a preferred start and end
heading.
- GHRequest(GHPoint, GHPoint) - Constructor for class com.graphhopper.GHRequest
-
- GHRequest(List<GHPoint>, List<Double>) - Constructor for class com.graphhopper.GHRequest
-
Set routing request
- GHRequest(List<GHPoint>) - Constructor for class com.graphhopper.GHRequest
-
Set routing request
- GHResponse - Class in com.graphhopper
-
Wrapper containing path and error output of GraphHopper.
- GHResponse() - Constructor for class com.graphhopper.GHResponse
-
- GraphHopperAPI - Interface in com.graphhopper
-
Wrapper of the graphhopper online or offline API.
- GraphHopperConfig - Class in com.graphhopper
-
This class represents the global configuration for the GraphHopper class, which is typically configured via the
`config.yml` file.
- GraphHopperConfig() - Constructor for class com.graphhopper.GraphHopperConfig
-
- GraphHopperConfig(PMap) - Constructor for class com.graphhopper.GraphHopperConfig
-
- Parameters - Class in com.graphhopper.util
-
- Parameters() - Constructor for class com.graphhopper.util.Parameters
-
- Parameters.Algorithms - Class in com.graphhopper.util
-
Parameters that can be used for algorithm.
- Parameters.Algorithms.AltRoute - Class in com.graphhopper.util
-
All public properties for alternative routing.
- Parameters.Algorithms.AStar - Class in com.graphhopper.util
-
- Parameters.Algorithms.AStarBi - Class in com.graphhopper.util
-
- Parameters.Algorithms.RoundTrip - Class in com.graphhopper.util
-
All public properties for round trip calculation.
- Parameters.CH - Class in com.graphhopper.util
-
Properties for routing with contraction hierarchies speedup
- Parameters.Curbsides - Class in com.graphhopper.util
-
- Parameters.Details - Class in com.graphhopper.util
-
Properties for the details response
- Parameters.Landmark - Class in com.graphhopper.util
-
Properties for routing with landmark speedup
- Parameters.NON_CH - Class in com.graphhopper.util
-
Properties for non-CH routing
- Parameters.Routing - Class in com.graphhopper.util
-
Parameters that can be passed as hints and influence routing per request.
- parse2DJSON(String) - Method in class com.graphhopper.util.PointList
-
Takes the string from a json array ala [lon1,lat1], [lon2,lat2], ...
- parse2DJSON(String) - Method in class com.graphhopper.util.ShallowImmutablePointList
-
- parseBBoxString(String) - Static method in class com.graphhopper.util.shapes.BBox
-
This method creates a BBox out of a string in format lon1,lon2,lat1,lat2
- parsePoints(String) - Static method in class com.graphhopper.util.shapes.Polygon
-
- parseTwoPoints(String) - Static method in class com.graphhopper.util.shapes.BBox
-
This method creates a BBox out of a string in format lat1,lon1,lat2,lon2
- PASS_THROUGH - Static variable in class com.graphhopper.util.Parameters.Routing
-
true or false.
- PATH_DETAILS - Static variable in class com.graphhopper.util.Parameters.Details
-
- PathDetail - Class in com.graphhopper.util.details
-
A detail information of a Path
- PathDetail(long) - Constructor for class com.graphhopper.util.details.PathDetail
-
- PathDetail(double) - Constructor for class com.graphhopper.util.details.PathDetail
-
- PathDetail(boolean) - Constructor for class com.graphhopper.util.details.PathDetail
-
- PathDetail(String) - Constructor for class com.graphhopper.util.details.PathDetail
-
- PathWrapper - Class in com.graphhopper
-
This class holds the data like points and instructions of a Path.
- PathWrapper() - Constructor for class com.graphhopper.PathWrapper
-
- plannedArrivalTime - Variable in class com.graphhopper.Trip.Stop
-
- plannedDepartureTime - Variable in class com.graphhopper.Trip.Stop
-
- PMap - Class in com.graphhopper.util
-
A properties map (String to String) with convenient accessors
- PMap() - Constructor for class com.graphhopper.util.PMap
-
- PMap(int) - Constructor for class com.graphhopper.util.PMap
-
- PMap(Map<String, Object>) - Constructor for class com.graphhopper.util.PMap
-
- PMap(PMap) - Constructor for class com.graphhopper.util.PMap
-
- PMap(String) - Constructor for class com.graphhopper.util.PMap
-
- POINT_HINT - Static variable in class com.graphhopper.util.Parameters.Routing
-
- PointAccess - Interface in com.graphhopper.util
-
- PointDistanceExceededException - Exception in com.graphhopper.util.exceptions
-
If a route cannot be found due to disconnected graphs.
- PointDistanceExceededException(String, Map<String, Object>) - Constructor for exception com.graphhopper.util.exceptions.PointDistanceExceededException
-
- pointIndex - Variable in exception com.graphhopper.util.exceptions.PointNotFoundException
-
- PointList - Class in com.graphhopper.util
-
Slim list to store several points (without the need for a point object).
- PointList() - Constructor for class com.graphhopper.util.PointList
-
- PointList(int, boolean) - Constructor for class com.graphhopper.util.PointList
-
- PointNotFoundException - Exception in com.graphhopper.util.exceptions
-
Represents an instance of the "Cannot find Point" Exception, whereas the Point that cannot be
found is at pointIndex.
- PointNotFoundException(String, int) - Constructor for exception com.graphhopper.util.exceptions.PointNotFoundException
-
- PointOutOfBoundsException - Exception in com.graphhopper.util.exceptions
-
Refinement of the CannotFindPointException that indicates that a point is placed out of the graphs bounds
- PointOutOfBoundsException(String, int) - Constructor for exception com.graphhopper.util.exceptions.PointOutOfBoundsException
-
- points - Variable in class com.graphhopper.util.Instruction
-
- POINTS - Static variable in class com.graphhopper.util.Parameters.Algorithms.RoundTrip
-
- Polygon - Class in com.graphhopper.util.shapes
-
This class represents a polygon that is defined by a set of points.
- Polygon(PreparedGeometry) - Constructor for class com.graphhopper.util.shapes.Polygon
-
- Polygon(double[], double[]) - Constructor for class com.graphhopper.util.shapes.Polygon
-
- predictedArrivalTime - Variable in class com.graphhopper.Trip.Stop
-
- predictedDepartureTime - Variable in class com.graphhopper.Trip.Stop
-
- PREPARE - Static variable in class com.graphhopper.util.Parameters.CH
-
- PREPARE - Static variable in class com.graphhopper.util.Parameters.Landmark
-
- ProfileConfig - Class in com.graphhopper.config
-
Corresponds to the `profile` section in `config.yml` and specifies the properties of a routing profile.
- ProfileConfig(String) - Constructor for class com.graphhopper.config.ProfileConfig
-
- projectCoordinate(double, double, double, double) - Method in interface com.graphhopper.util.DistanceCalc
-
This methods creates a point (lat, lon in degrees) in a certain distance and direction from the specified
point (lat, lon in degrees).
- projectCoordinate(double, double, double, double) - Method in class com.graphhopper.util.DistanceCalcEarth
-
- pruneFileEnd(String) - Static method in class com.graphhopper.util.Helper
-
- PT_END_TRIP - Static variable in class com.graphhopper.util.Instruction
-
- PT_START_TRIP - Static variable in class com.graphhopper.util.Instruction
-
- PT_TRANSFER - Static variable in class com.graphhopper.util.Instruction
-
- PtLeg(String, boolean, String, String, String, List<Trip.Stop>, double, long, Geometry) - Constructor for class com.graphhopper.Trip.PtLeg
-
- put(String, String) - Method in class com.graphhopper.routing.util.HintsMap
-
Deprecated.
- put(String, String) - Method in class com.graphhopper.util.PMap
-
- putAll(PMap) - Method in class com.graphhopper.util.PMap
-
- putHint(String, Object) - Method in class com.graphhopper.config.ProfileConfig
-
- putHint(String, Object) - Method in class com.graphhopper.GHRequest
-
This method sets a key value pair in the hints and is unrelated to the setPointHints method.
- putObject(String, Object) - Method in class com.graphhopper.GraphHopperConfig
-
- putObject(String, Object) - Method in class com.graphhopper.routing.util.HintsMap
-
- putObject(String, Object) - Method in class com.graphhopper.util.PMap
-