|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Node | |
---|---|
com.vividsolutions.jts.operation.linemerge | Classes to perform line merging. |
com.vividsolutions.jts.planargraph | Contains classes to implement a planar graph data structure. |
Uses of Node in com.vividsolutions.jts.operation.linemerge |
---|
Constructors in com.vividsolutions.jts.operation.linemerge with parameters of type Node | |
---|---|
LineMergeDirectedEdge(Node from,
Node to,
Coordinate directionPt,
boolean edgeDirection)
Constructs a LineMergeDirectedEdge connecting the from node to the
to node. |
Uses of Node in com.vividsolutions.jts.planargraph |
---|
Fields in com.vividsolutions.jts.planargraph declared as Node | |
---|---|
protected Node |
DirectedEdge.from
|
protected Node |
DirectedEdge.to
|
Methods in com.vividsolutions.jts.planargraph that return Node | |
---|---|
Node |
NodeMap.add(Node n)
Adds a node to the map, replacing any that is already at that location. |
Node |
NodeMap.find(Coordinate coord)
Returns the Node at the given location, or null if no Node was there. |
Node |
PlanarGraph.findNode(Coordinate pt)
Returns the Node at the given location,
or null if no Node was there. |
Node |
DirectedEdge.getFromNode()
Returns the node from which this DirectedEdge leaves. |
Node |
Edge.getOppositeNode(Node node)
If node is one of the two nodes associated with this Edge,
returns the other node; otherwise returns null. |
Node |
DirectedEdge.getToNode()
Returns the node to which this DirectedEdge goes. |
Node |
NodeMap.remove(Coordinate pt)
Removes the Node at the given location, and returns it (or null if no Node was there). |
Methods in com.vividsolutions.jts.planargraph with parameters of type Node | |
---|---|
protected void |
PlanarGraph.add(Node node)
Adds a node to the map, replacing any that is already at that location. |
Node |
NodeMap.add(Node n)
Adds a node to the map, replacing any that is already at that location. |
DirectedEdge |
Edge.getDirEdge(Node fromNode)
Returns the DirectedEdge that starts from the given node, or null if the
node is not one of the two nodes associated with this Edge. |
static Collection |
Node.getEdgesBetween(Node node0,
Node node1)
Returns all Edges that connect the two nodes (which are assumed to be different). |
Node |
Edge.getOppositeNode(Node node)
If node is one of the two nodes associated with this Edge,
returns the other node; otherwise returns null. |
void |
PlanarGraph.remove(Node node)
Removes a node from the graph, along with any associated DirectedEdges and Edges. |
Constructors in com.vividsolutions.jts.planargraph with parameters of type Node | |
---|---|
DirectedEdge(Node from,
Node to,
Coordinate directionPt,
boolean edgeDirection)
Constructs a DirectedEdge connecting the from node to the
to node. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |