| Package | Description |
|---|---|
| org.locationtech.jts.operation.linemerge |
Classes to perform line merging.
|
| org.locationtech.jts.planargraph |
Contains classes to implement a planar graph data structure.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LineMergeDirectedEdge
A
DirectedEdge of a
LineMergeGraph. |
class |
LineMergeEdge
An edge of a
LineMergeGraph. |
| Modifier and Type | Class and Description |
|---|---|
class |
DirectedEdge
Represents a directed edge in a
PlanarGraph. |
class |
Edge
Represents an undirected edge of a
PlanarGraph. |
class |
Node
A node in a
PlanarGraphis a location where 0 or more Edges
meet. |
| Modifier and Type | Method and Description |
|---|---|
static GraphComponent |
GraphComponent.getComponentWithVisitedState(Iterator i,
boolean visitedState)
Finds the first
GraphComponent in a Iterator set
which has the specified visited state. |
Copyright © 2024. All rights reserved.