Uses of Interface
org.meteoinfo.jts.triangulate.ConstraintVertexFactory
-
Packages that use ConstraintVertexFactory Package Description org.meteoinfo.jts.triangulate -
-
Uses of ConstraintVertexFactory in org.meteoinfo.jts.triangulate
Methods in org.meteoinfo.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.meteoinfo.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.
-