Package org.locationtech.jts.operation.buffer
Provides classes for computing buffers of geometries
-
Class Summary Class Description BufferBuilder Builds the buffer geometry for a given input geometry and precision model.BufferInputLineSimplifier Simplifies a buffer input line to remove concavities with shallow depth.BufferOp Computes the buffer of a geometry, for both positive and negative buffer distances.BufferParameters A value class containing the parameters which specify how a buffer should be constructed.BufferSubgraph A connected subset of the graph ofDirectedEdge
s andNode
s.OffsetCurveBuilder Computes the raw offset curve for a singleGeometry
component (ring, line or point).OffsetCurveSetBuilder Creates all the raw offset curves for a buffer of aGeometry
.OffsetSegmentGenerator Generates segments which form an offset curve.OffsetSegmentString A dynamic list of the vertices in a constructed offset curve.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.SubgraphDepthLocater.DepthSegment A segment from a directed edge which has been assigned a depth value for its sides.