Package | Description |
---|---|
com.graphhopper | |
com.graphhopper.util | |
com.graphhopper.util.shapes |
Modifier and Type | Method and Description |
---|---|
List<GHPoint> |
GHRequest.getPoints() |
Modifier and Type | Method and Description |
---|---|
GHRequest |
GHRequest.addPoint(GHPoint point)
Add stopover point to routing request.
|
Modifier and Type | Method and Description |
---|---|
GHRequest |
GHRequest.setPoints(List<GHPoint> points) |
Constructor and Description |
---|
GHRequest(GHPoint startPlace,
GHPoint endPlace) |
GHRequest(GHPoint startPlace,
GHPoint endPlace,
double startHeading,
double endHeading)
Set routing request from specified startPlace to endPlace with a preferred start and end
heading.
|
Constructor and Description |
---|
GHRequest(List<GHPoint> points)
Set routing request
|
GHRequest(List<GHPoint> points,
List<Double> headings)
Set routing request
|
Modifier and Type | Method and Description |
---|---|
GHPoint |
DistanceCalcEarth.calcCrossingPointToEdge(double r_lat_deg,
double r_lon_deg,
double a_lat_deg,
double a_lon_deg,
double b_lat_deg,
double b_lon_deg) |
GHPoint |
DistanceCalc.calcCrossingPointToEdge(double r_lat_deg,
double r_lon_deg,
double a_lat_deg,
double a_lon_deg,
double b_lat_deg,
double b_lon_deg) |
GHPoint |
DistanceCalcEarth.projectCoordinate(double latInDeg,
double lonInDeg,
double distanceInMeter,
double headingClockwiseFromNorth) |
GHPoint |
DistanceCalc.projectCoordinate(double lat,
double lon,
double distanceInMeter,
double headingClockwiseFromNorth)
This methods creates a point (lat, lon in degrees) in a certain distance and direction from the specified
point (lat, lon in degrees).
|
Modifier and Type | Method and Description |
---|---|
void |
PointList.add(GHPoint point) |
Modifier and Type | Class and Description |
---|---|
class |
GHPoint3D |
Modifier and Type | Method and Description |
---|---|
static GHPoint |
GHPoint.create(org.locationtech.jts.geom.Point point) |
static GHPoint |
GHPoint.fromJson(double[] xy) |
static GHPoint |
GHPoint.fromString(String str) |
static GHPoint |
GHPoint.fromStringLonLat(String str) |
GHPoint |
Polygon.getCenter() |
GHPoint |
Shape.getCenter() |
GHPoint |
Circle.getCenter() |
GHPoint |
BBox.getCenter() |
Copyright © 2012–2020. All rights reserved.