| Package | Description |
|---|---|
| com.vividsolutions.jts.geomgraph |
Contains classes that implement topology graphs.
|
| com.vividsolutions.jts.operation.overlay |
Contains classes that perform a topological overlay to compute boolean spatial functions.
|
| com.vividsolutions.jts.operation.relate |
Contains classes to implement the computation of the spatial relationships of
Geometrys.
|
| Modifier and Type | Field and Description |
|---|---|
protected Label |
GraphComponent.label
|
protected Label |
EdgeEnd.label
|
| Modifier and Type | Method and Description |
|---|---|
Label |
GraphComponent.getLabel()
|
Label |
DirectedEdgeStar.getLabel()
|
Label |
EdgeEnd.getLabel()
|
Label |
EdgeRing.getLabel()
|
static Label |
Label.toLineLabel(Label
|
| Modifier and Type | Method and Description |
|---|---|
void |
Depth.add(Label
|
boolean |
Label.isEqualOnSide(Label
|
void |
Label.merge(Label
Merge this label with another one.
|
void |
Node.mergeLabel(Label
To merge labels for two nodes, the merged location for each LabelElement is computed.
|
protected void |
EdgeRing.mergeLabel(Label
|
protected void |
EdgeRing.mergeLabel(Label
Merge the RHS label from a DirectedEdge into the label for this EdgeRing.
|
void |
GraphComponent.setLabel(Label
|
static Label |
Label.toLineLabel(Label
|
static void |
Edge.updateIM(Label
Updates an IM from the label for an edge.
|
void |
DirectedEdgeStar.updateLabelling(Label
Update incomplete dirEdge labels from the labelling for the node
|
| Constructor and Description | |
|---|---|
Edge(Coordinate
|
|
EdgeEnd(Edge
|
|
GraphComponent(Label
|
|
Label(Label
Construct a Label with the same values as the argument Label.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
OverlayOp.isResultOfOp(Label
|
| Modifier and Type | Method and Description |
|---|---|
Label |
EdgeEndBundle.getLabel()
|