Uses of Class
org.locationtech.jts.geomgraph.Node
Packages that use Node
Package
Description
Contains classes that implement topology graphs.
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
Methods 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) Find coordinate.PlanarGraph.find
(Coordinate coord) Find coordinate.EdgeEnd.getNode()
Methods in org.locationtech.jts.geomgraph with parameters of type Node -
Uses of Node in org.locationtech.jts.operation.overlay
Methods in org.locationtech.jts.operation.overlay that return Node -
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 Node