Uses of Class
com.graphhopper.http.GHPointParam
Packages that use GHPointParam
-
Uses of GHPointParam in com.graphhopper.resources
Methods in com.graphhopper.resources with parameters of type GHPointParamModifier and TypeMethodDescriptionjavax.ws.rs.core.Response
IsochroneResource.doGet
(javax.ws.rs.core.UriInfo uriInfo, String profileName, @Range(min=1L,max=20L) OptionalInt nBuckets, boolean reverseFlow, @NotNull GHPointParam point, OptionalLong timeLimitInSeconds, OptionalLong distanceLimitInMeter, OptionalLong weightLimit, IsochroneResource.ResponseType respType, double toleranceInMeter, boolean fullGeometry) javax.ws.rs.core.Response
SPTResource.doGet
(javax.ws.rs.core.UriInfo uriInfo, String profileName, boolean reverseFlow, @NotNull GHPointParam point, String columnsParam, OptionalLong timeLimitInSeconds, OptionalLong distanceInMeter) Method parameters in com.graphhopper.resources with type arguments of type GHPointParamModifier and TypeMethodDescriptionjavax.ws.rs.core.Response
RouteResource.doGet
(javax.servlet.http.HttpServletRequest httpReq, javax.ws.rs.core.UriInfo uriInfo, double minPathPrecision, Double minPathElevationPrecision, @NotNull List<GHPointParam> pointParams, String type, boolean instructions, boolean calcPoints, boolean enableElevation, boolean pointsEncoded, double pointsEncodedMultiplier, String profileName, String algoStr, String localeStr, List<String> pointHints, List<String> curbsides, List<String> snapPreventions, List<String> pathDetails, @NotNull List<Double> headings, boolean withRoute, boolean withTrack, boolean withWayPoints, String trackName, String timeString)