Uses of Interface
org.locationtech.jts.triangulate.ConstraintVertexFactory
Packages that use ConstraintVertexFactory
-
Uses of ConstraintVertexFactory in org.locationtech.jts.triangulate
Fields in org.locationtech.jts.triangulate declared as ConstraintVertexFactoryModifier and TypeFieldDescriptionprivate ConstraintVertexFactory
ConformingDelaunayTriangulator.vertexFactory
Methods in org.locationtech.jts.triangulate that return ConstraintVertexFactoryModifier and TypeMethodDescriptionConformingDelaunayTriangulator.getVertexFactory()
Gets the ConstraintVertexFactory used to create new constraint vertices at split points.Methods in org.locationtech.jts.triangulate with parameters of type ConstraintVertexFactoryModifier and TypeMethodDescriptionvoid
ConformingDelaunayTriangulator.setVertexFactory
(ConstraintVertexFactory vertexFactory) Sets a customConstraintVertexFactory
to be used to allow vertices carrying extra information to be created.