Uses of Class
org.locationtech.jts.triangulate.ConstraintVertex
Packages that use ConstraintVertex
-
Uses of ConstraintVertex in org.locationtech.jts.triangulate
Methods in org.locationtech.jts.triangulate that return ConstraintVertexModifier and TypeMethodDescriptionprivate ConstraintVertex
ConformingDelaunayTriangulator.createVertex
(Coordinate p) private ConstraintVertex
ConformingDelaunayTriangulator.createVertex
(Coordinate p, Segment seg) Creates a vertex on a constraint segmentConstraintVertexFactory.createVertex
(Coordinate p, Segment constraintSeg) private ConstraintVertex
ConformingDelaunayTriangulator.insertSite
(ConstraintVertex v) Methods in org.locationtech.jts.triangulate with parameters of type ConstraintVertexModifier and TypeMethodDescriptionprivate ConstraintVertex
ConformingDelaunayTriangulator.insertSite
(ConstraintVertex v) protected void
ConstraintVertex.merge
(ConstraintVertex other) Merges the constraint data in the vertex other into this vertex.