Uses of Class
org.locationtech.jts.triangulate.ConstraintVertex
-
Packages that use ConstraintVertex Package Description org.locationtech.jts.triangulate Classes to compute Delaunay triangulations. -
-
Uses of ConstraintVertex in org.locationtech.jts.triangulate
Methods in org.locationtech.jts.triangulate that return ConstraintVertex Modifier and Type Method Description private ConstraintVertexConformingDelaunayTriangulator. createVertex(Coordinate p)private ConstraintVertexConformingDelaunayTriangulator. createVertex(Coordinate p, Segment seg)Creates a vertex on a constraint segmentConstraintVertexConstraintVertexFactory. createVertex(Coordinate p, Segment constraintSeg)private ConstraintVertexConformingDelaunayTriangulator. insertSite(ConstraintVertex v)Methods in org.locationtech.jts.triangulate with parameters of type ConstraintVertex Modifier and Type Method Description private ConstraintVertexConformingDelaunayTriangulator. insertSite(ConstraintVertex v)protected voidConstraintVertex. merge(ConstraintVertex other)Merges the constraint data in the vertex other into this vertex.
-