Package | Description |
---|---|
org.locationtech.jts.triangulate |
Classes to compute Delaunay triangulations.
|
Modifier and Type | Method | Description |
---|---|---|
ConstraintVertexFactory |
ConformingDelaunayTriangulator.getVertexFactory() |
Gets the ConstraintVertexFactory used to create new constraint vertices at split points.
|
Modifier and Type | Method | Description |
---|---|---|
void |
ConformingDelaunayTriangulator.setVertexFactory(ConstraintVertexFactory vertexFactory) |
Sets a custom
ConstraintVertexFactory to be used
to allow vertices carrying extra information to be created. |
Copyright © 2018. All rights reserved.