Package com.graphhopper.util.shapes
Class GHPoint3D
java.lang.Object
com.graphhopper.util.shapes.GHPoint
com.graphhopper.util.shapes.GHPoint3D
- Author:
- Peter Karich
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.graphhopper.util.shapes.GHPoint
create, fromJson, fromString, fromStringLonLat, getLat, getLon, isValid, toShortString
-
Field Details
-
ele
public double ele
-
-
Constructor Details
-
GHPoint3D
public GHPoint3D(double lat, double lon, double elevation)
-
-
Method Details
-
getEle
public double getEle() -
hashCode
public int hashCode() -
equals
-
toString
-
toGeoJson
Description copied from class:GHPoint
Attention: geoJson is LON,LAT
-