Package | Description |
---|---|
org.locationtech.jts.geomgraph |
Contains classes that implement topology graphs.
|
org.locationtech.jts.geomgraph.index |
Contains classes that implement indexes for performing noding on geometry graph edges.
|
Class | Description |
---|---|
MonotoneChainEdge |
MonotoneChains are a way of partitioning the segments of an edge to
allow for fast searching of intersections.
|
SegmentIntersector |
Computes the intersection of line segments,
and adds the intersection to the edges containing the segments.
|
Class | Description |
---|---|
EdgeSetIntersector |
An EdgeSetIntersector computes all the intersections between the
edges in the set.
|
MonotoneChain | |
MonotoneChainEdge |
MonotoneChains are a way of partitioning the segments of an edge to
allow for fast searching of intersections.
|
SegmentIntersector |
Computes the intersection of line segments,
and adds the intersection to the edges containing the segments.
|
SweepLineEvent | |
SweepLineSegment |
Copyright © 2018. All rights reserved.