| Package | Description |
|---|---|
| org.locationtech.jts.geom.prep |
Classes to perform optimized geometric operations on suitably prepared geometries.
|
| org.locationtech.jts.geomgraph |
Contains classes that implement topology graphs.
|
| org.locationtech.jts.noding |
Classes to compute nodings for arrangements of line segments and line segment sequences.
|
| org.locationtech.jts.noding.snapround |
Contains classes to implement the Snap Rounding algorithm for noding linestrings.
|
| org.locationtech.jts.operation.buffer |
Provides classes for computing buffers of geometries
|
| Class and Description |
|---|
| FastSegmentSetIntersectionFinder
Finds if two sets of
SegmentStrings intersect. |
| Class and Description |
|---|
| FastNodingValidator
Validates that a collection of
SegmentStrings is correctly noded. |
| Class and Description |
|---|
| InteriorIntersectionFinder
Finds an interior intersection in a set of
SegmentStrings,
if one exists. |
| NodableSegmentString
An interface for classes which support adding nodes to
a segment string.
|
| NodedSegmentString
Represents a list of contiguous line segments,
and supports noding the segments.
|
| Noder
Computes all intersections between segments in a set of
SegmentStrings. |
| OrientedCoordinateArray
Allows comparing
Coordinate arrays
in an orientation-independent way. |
| SegmentIntersectionDetector
Detects and records an intersection between two
SegmentStrings,
if one exists. |
| SegmentIntersector
Processes possible intersections detected by a
Noder. |
| SegmentNode
Represents an intersection point between two
SegmentStrings. |
| SegmentNodeList
A list of the
SegmentNodes present along a noded SegmentString. |
| SegmentSetMutualIntersector
An intersector for the red-blue intersection problem.
|
| SegmentString
An interface for classes which represent a sequence of contiguous line segments.
|
| SegmentStringDissolver.SegmentStringMerger
A merging strategy which can be used to update the context data of
SegmentStrings
which are merged during the dissolve process. |
| SinglePassNoder
Base class for
Noders which make a single
pass to find intersections. |
| Class and Description |
|---|
| MCIndexNoder |
| NodedSegmentString
Represents a list of contiguous line segments,
and supports noding the segments.
|
| Noder
Computes all intersections between segments in a set of
SegmentStrings. |
| SegmentString
An interface for classes which represent a sequence of contiguous line segments.
|
| Class and Description |
|---|
| Noder
Computes all intersections between segments in a set of
SegmentStrings. |