Package | Description |
---|---|
org.locationtech.jts.operation.linemerge |
Classes to perform line merging.
|
org.locationtech.jts.operation.polygonize |
An API for polygonizing sets of lines.
|
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 |
---|---|
(package private) class |
PolygonizeDirectedEdge
A
DirectedEdge of a PolygonizeGraph , which represents
an edge of a polygon formed by the graph. |
(package private) class |
PolygonizeEdge
An edge of a polygonization graph.
|
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
PlanarGraph is a location where 0 or more Edge s
meet. |
Modifier and Type | Method and Description |
---|---|
static GraphComponent |
GraphComponent.getComponentWithVisitedState(java.util.Iterator i,
boolean visitedState)
Finds the first
GraphComponent in a Iterator set
which has the specified visited state. |