Uses of Interface
com.vividsolutions.jts.triangulate.ConstraintVertexFactory

Packages that use ConstraintVertexFactory
com.vividsolutions.jts.triangulate Classes to compute Delaunay triangulations. 
 

Uses of ConstraintVertexFactory in com.vividsolutions.jts.triangulate
 

Methods in com.vividsolutions.jts.triangulate that return ConstraintVertexFactory
 ConstraintVertexFactory ConformingDelaunayTriangulator.getVertexFactory()
          Gets the ConstraintVertexFactory used to create new constraint vertices at split points.
 

Methods in com.vividsolutions.jts.triangulate with parameters of type ConstraintVertexFactory
 void ConformingDelaunayTriangulator.setVertexFactory(ConstraintVertexFactory vertexFactory)
          Sets a custom ConstraintVertexFactory to be used to allow vertices carrying extra information to be created.
 



Copyright © 2012. All Rights Reserved.