Uses of Class
com.graphhopper.util.PointList
Packages that use PointList
-
Uses of PointList in com.graphhopper
Methods in com.graphhopper that return PointListModifier and TypeMethodDescriptionResponsePath.getPoints()
This method returns all points on the path.ResponsePath.getWaypoints()
This method returns the input points snapped to the road network.Methods in com.graphhopper with parameters of type PointListModifier and TypeMethodDescriptionResponsePath.setWaypoints
(PointList wpList) This method initializes this path with the snapped input points. -
Uses of PointList in com.graphhopper.jackson
Methods in com.graphhopper.jackson that return PointListModifier and TypeMethodDescriptionstatic PointList
ResponsePathDeserializerHelper.decodePolyline
(String encoded, int initCap, boolean is3D, double multiplier) Methods in com.graphhopper.jackson with parameters of type PointListModifier and TypeMethodDescriptionstatic String
ResponsePathSerializer.encodePolyline
(PointList poly, boolean includeElevation, double multiplier) -
Uses of PointList in com.graphhopper.util
Subclasses of PointList in com.graphhopper.utilModifier and TypeClassDescriptionfinal class
This is a shallow copy of a PointList.Fields in com.graphhopper.util declared as PointListModifier and TypeFieldDescriptionstatic final PointList
PointList.EMPTY
protected PointList
Instruction.points
Methods in com.graphhopper.util that return PointListModifier and TypeMethodDescriptionPointList.clone
(boolean reverse) Clones this PointList.PointList.copy
(int from, int end) This method does a deep copy of this object for the specified range.static PointList
Helper.createPointList
(double... list) static PointList
Helper.createPointList3D
(double... list) static PointList
PointList.from
(org.locationtech.jts.geom.LineString lineString) static PointList
PointList.fromLineString
(org.locationtech.jts.geom.LineString lineString) Instruction.getPoints()
PointList.makeImmutable()
Once immutable, there is no way to make this object mutable again.ShallowImmutablePointList.makeImmutable()
PointList.shallowCopy
(int from, int end, boolean makeImmutable) Create a shallow copy of this Pointlist from from to end, excluding end.Methods in com.graphhopper.util with parameters of type PointListModifier and TypeMethodDescriptionvoid
void
void
Constructors in com.graphhopper.util with parameters of type PointListModifierConstructorDescriptionInstruction
(int sign, String name, PointList pl) The points, distances and times have exactly the same count.RoundaboutInstruction
(int sign, String name, PointList pl) ShallowImmutablePointList
(int fromOffset, int toOffset, PointList wrappedPointList) ViaInstruction
(String name, PointList pl)