Uses of Interface
org.locationtech.jts.triangulate.ConstraintVertexFactory
-
Packages that use ConstraintVertexFactory Package Description org.locationtech.jts.triangulate Classes to compute Delaunay triangulations. -
-
Uses of ConstraintVertexFactory in org.locationtech.jts.triangulate
Methods in org.locationtech.jts.triangulate that return ConstraintVertexFactory Modifier and Type Method Description ConstraintVertexFactoryConformingDelaunayTriangulator. getVertexFactory()Gets the ConstraintVertexFactory used to create new constraint vertices at split points.Methods in org.locationtech.jts.triangulate with parameters of type ConstraintVertexFactory Modifier and Type Method Description voidConformingDelaunayTriangulator. setVertexFactory(ConstraintVertexFactory vertexFactory)Sets a customConstraintVertexFactoryto be used to allow vertices carrying extra information to be created.
-