Uses of Class
org.locationtech.jts.geomgraph.Node
Packages that use Node
Package
Description
Contains classes that implement topology graphs.
Provides classes for computing buffers of geometries
Contains classes that perform a topological overlay to compute boolean spatial functions.
Contains classes to implement the computation of the spatial relationships of
Geometry
s.-
Uses of Node in org.locationtech.jts.geomgraph
Fields in org.locationtech.jts.geomgraph declared as NodeMethods in org.locationtech.jts.geomgraph that return NodeModifier and TypeMethodDescriptionNodeMap.addNode
(Coordinate coord) This method expects that a node has a coordinate value.PlanarGraph.addNode
(Coordinate coord) NodeFactory.createNode
(Coordinate coord) The basic node constructor does not allow for incident edgesNodeMap.find
(Coordinate coord) PlanarGraph.find
(Coordinate coord) EdgeEnd.getNode()
Methods in org.locationtech.jts.geomgraph with parameters of type Node -
Uses of Node in org.locationtech.jts.operation.buffer
Methods in org.locationtech.jts.operation.buffer with parameters of type NodeModifier and TypeMethodDescriptionprivate void
Adds the argument node and all its out edges to the subgraphprivate void
BufferSubgraph.addReachable
(Node startNode) Adds all nodes and edges reachable from this node to the subgraph.private void
BufferSubgraph.computeNodeDepth
(Node n) void
Creates the subgraph consisting of all edges reachable from this node. -
Uses of Node in org.locationtech.jts.operation.overlay
Methods in org.locationtech.jts.operation.overlay that return NodeMethods in org.locationtech.jts.operation.overlay with parameters of type NodeModifier and TypeMethodDescriptionprivate void
PointBuilder.filterCoveredNodeToPoint
(Node n) Converts non-covered nodes to Point objects and adds them to the result.private void
OverlayOp.labelIncompleteNode
(Node n, int targetIndex) Label an isolated node with its relationship to the target geometry. -
Uses of Node in org.locationtech.jts.operation.relate
Subclasses of Node in org.locationtech.jts.operation.relateModifier and TypeClassDescriptionclass
Represents a node in the topological graph used to compute spatial relationships.Methods in org.locationtech.jts.operation.relate that return NodeMethods in org.locationtech.jts.operation.relate with parameters of type NodeModifier and TypeMethodDescriptionprivate void
RelateComputer.labelIsolatedNode
(Node n, int targetIndex) Label an isolated node with its relationship to the target geometry.