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 | Description |
---|---|---|
class |
LineMergeDirectedEdge |
A
DirectedEdge of a
LineMergeGraph . |
class |
LineMergeEdge |
An edge of a
LineMergeGraph . |
Modifier and Type | Class | 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 | 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. |
Copyright © 2018. All rights reserved.