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 PointListResponsePathDeserializerHelper.decodePolyline(String encoded, int initCap, boolean is3D, double multiplier) Methods in com.graphhopper.jackson with parameters of type PointListModifier and TypeMethodDescriptionstatic StringResponsePathSerializer.encodePolyline(PointList poly, boolean includeElevation, double multiplier) -
Uses of PointList in com.graphhopper.util
Subclasses of PointList in com.graphhopper.utilModifier and TypeClassDescriptionfinal classThis is a shallow copy of a PointList.Fields in com.graphhopper.util declared as PointListModifier and TypeFieldDescriptionstatic final PointListPointList.EMPTYprotected PointListInstruction.pointsMethods 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 PointListHelper.createPointList(double... list) static PointListHelper.createPointList3D(double... list) static PointListPointList.from(org.locationtech.jts.geom.LineString lineString) static PointListPointList.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 TypeMethodDescriptionvoidvoidvoidConstructors 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)