Uses of Interface
com.graphhopper.isochrone.algorithm.ReadableTriangulation
Packages that use ReadableTriangulation
-
Uses of ReadableTriangulation in com.graphhopper.isochrone.algorithm
Classes in com.graphhopper.isochrone.algorithm that implement ReadableTriangulationModifier and TypeClassDescriptionclass
class
Fields in com.graphhopper.isochrone.algorithm declared as ReadableTriangulationMethods in com.graphhopper.isochrone.algorithm that return ReadableTriangulationModifier and TypeMethodDescriptionstatic ReadableTriangulation
ReadableTriangulation.wrap
(Triangulation triangulation) static ReadableTriangulation
ReadableTriangulation.wrap
(org.locationtech.jts.triangulate.quadedge.QuadEdgeSubdivision quadEdgeSubdivision) Constructors in com.graphhopper.isochrone.algorithm with parameters of type ReadableTriangulationModifierConstructorDescriptionContourBuilder
(ReadableTriangulation triangulation) Result
(ReadableTriangulation triangulation, Collection<ReadableQuadEdge> seedEdges)