Package com.vividsolutions.jts.operation.buffer
Provides classes for computing buffers of geometries
BufferBuilder | Builds the buffer geometry for a given input geometry and precision model. |
BufferOp | Computes the buffer of a geometry, for both positive and negative buffer distances. |
BufferSubgraph | A connected subset of the graph of
DirectedEdges and Node s. |
OffsetCurveBuilder | Computes the raw offset curve for a
single Geometry component (ring, line or point). |
OffsetCurveSetBuilder | Creates all the raw offset curves for a buffer of a Geometry . |
RightmostEdgeFinder | A RightmostEdgeFinder find the DirectedEdge in a list which has the highest coordinate,
and which is oriented L to R at that point. |
SubgraphDepthLocater | Locates a subgraph inside a set of subgraphs,
in order to determine the outside depth of the subgraph. |
Provides classes for computing buffers of geometries