Uses of Class
org.locationtech.jts.operation.overlay.PolygonBuilder
-
Packages that use PolygonBuilder Package Description org.locationtech.jts.operation.buffer Provides classes for computing buffers of geometries -
-
Uses of PolygonBuilder in org.locationtech.jts.operation.buffer
Methods in org.locationtech.jts.operation.buffer with parameters of type PolygonBuilder Modifier and Type Method Description private void
BufferBuilder. buildSubgraphs(java.util.List subgraphList, PolygonBuilder polyBuilder)
Completes the building of the input subgraphs by depth-labelling them, and adds them to the PolygonBuilder.
-