Package | Description |
---|---|
com.vividsolutions.jts.geomgraph | |
com.vividsolutions.jts.operation.overlay | |
com.vividsolutions.jts.operation.relate |
Modifier and Type | Method and Description |
---|---|
Node |
NodeMap.addNode(Coordinate coord)
This method expects that a node has a coordinate value.
|
Node |
PlanarGraph.addNode(Coordinate coord) |
Node |
NodeMap.addNode(Node n) |
Node |
PlanarGraph.addNode(Node node) |
Node |
NodeFactory.createNode(Coordinate coord)
The basic node constructor does not allow for incident edges
|
Node |
NodeMap.find(Coordinate coord) |
Node |
PlanarGraph.find(Coordinate coord) |
Node |
EdgeEnd.getNode() |
Modifier and Type | Method and Description |
---|---|
Node |
NodeMap.addNode(Node n) |
Node |
PlanarGraph.addNode(Node node) |
void |
Node.mergeLabel(Node n) |
void |
EdgeEnd.setNode(Node node) |
Modifier and Type | Method and Description |
---|---|
Node |
OverlayNodeFactory.createNode(Coordinate coord) |
Modifier and Type | Class and Description |
---|---|
class |
RelateNode
Represents a node in the topological graph used to compute spatial relationships.
|
Modifier and Type | Method and Description |
---|---|
Node |
RelateNodeFactory.createNode(Coordinate coord) |
Copyright © 2016. All rights reserved.