| Package | Description |
|---|---|
| com.vividsolutions.jts.geomgraph |
Contains classes that implement topology graphs.
|
| com.vividsolutions.jts.operation |
Provides classes for implementing operations on geometries
|
| com.vividsolutions.jts.operation.relate |
Contains classes to implement the computation of the spatial relationships of
Geometrys.
|
| com.vividsolutions.jts.operation.valid |
Provides classes for testing the validity of geometries.
|
| Modifier and Type | Method and Description |
|---|---|
SegmentIntersector |
GeometryGraph.computeEdgeIntersections(GeometryGraph
|
void |
EdgeEndStar.computeLabelling(GeometryGraph
|
void |
DirectedEdgeStar.computeLabelling(GeometryGraph
Compute the labelling for all dirEdges in this star, as well as the overall labelling
|
boolean |
EdgeEndStar.isAreaLabelsConsistent(GeometryGraph
|
| Modifier and Type | Field and Description |
|---|---|
protected GeometryGraph |
GeometryGraphOperation.arg
The operation args into an array so they can be accessed by index
|
| Modifier and Type | Method and Description |
|---|---|
void |
RelateNodeGraph.build(GeometryGraph
|
void |
RelateNodeGraph.computeIntersectionNodes(GeometryGraph
Insert nodes for all intersections on the edges of a Geometry.
|
void |
RelateNodeGraph.copyNodesAndLabels(GeometryGraph
Copy all nodes from an arg geometry into this graph.
|
| Constructor and Description | |
|---|---|
RelateComputer(GeometryGraph
|
| Modifier and Type | Method and Description |
|---|---|
static Coordinate |
IsValidOp.findPtNotNode(Coordinate
Find a point from the list of testCoords that is NOT a node in the edge for the list of searchCoords
|
| Constructor and Description | |
|---|---|
ConnectedInteriorTester(GeometryGraph
|
|
ConsistentAreaTester(GeometryGraph
Creates a new tester for consistent areas.
|
|
IndexedNestedRingTester(GeometryGraph
|
|
QuadtreeNestedRingTester(GeometryGraph
|
|
SimpleNestedRingTester(GeometryGraph
|
|
SweeplineNestedRingTester(GeometryGraph
|