Package | Description |
---|---|
org.locationtech.jts.geomgraph |
Contains classes that implement topology graphs.
|
org.locationtech.jts.operation.buffer |
Provides classes for computing buffers of geometries
|
org.locationtech.jts.operation.overlay |
Contains classes that perform a topological overlay to compute boolean spatial functions.
|
org.locationtech.jts.operation.valid |
Provides classes for testing the validity of geometries.
|
Modifier and Type | Class and Description |
---|---|
class |
GeometryGraph
A GeometryGraph is a graph that models a given Geometry
|
Modifier and Type | Field and Description |
---|---|
private PlanarGraph |
BufferBuilder.graph |
Modifier and Type | Method and Description |
---|---|
private java.util.List |
BufferBuilder.createSubgraphs(PlanarGraph graph) |
Modifier and Type | Field and Description |
---|---|
private PlanarGraph |
OverlayOp.graph |
private PlanarGraph |
ConsistentPolygonRingChecker.graph |
Modifier and Type | Method and Description |
---|---|
PlanarGraph |
OverlayOp.getGraph()
Gets the graph constructed to compute the overlay.
|
Modifier and Type | Method and Description |
---|---|
void |
PolygonBuilder.add(PlanarGraph graph)
Add a complete graph.
|
Constructor and Description |
---|
ConsistentPolygonRingChecker(PlanarGraph graph) |
Modifier and Type | Method and Description |
---|---|
private void |
ConnectedInteriorTester.setInteriorEdgesInResult(PlanarGraph graph) |
private void |
ConnectedInteriorTester.visitInteriorRing(LineString ring,
PlanarGraph graph) |
private void |
ConnectedInteriorTester.visitShellInteriors(Geometry g,
PlanarGraph graph)
Mark all the edges for the edgeRings corresponding to the shells
of the input polygons.
|