Uses of Class
org.meteoinfo.jts.triangulate.ConstraintVertex
-
Packages that use ConstraintVertex Package Description org.meteoinfo.jts.triangulate -
-
Uses of ConstraintVertex in org.meteoinfo.jts.triangulate
Methods in org.meteoinfo.jts.triangulate that return ConstraintVertex Modifier and Type Method Description ConstraintVertexConstraintVertexFactory. createVertex(Coordinate p, Segment constraintSeg)Methods in org.meteoinfo.jts.triangulate with parameters of type ConstraintVertex Modifier and Type Method Description protected voidConstraintVertex. merge(ConstraintVertex other)Merges the constraint data in the vertex other into this vertex.
-