Uses of Class
org.meteoinfo.jts.geomgraph.Node
-
Packages that use Node Package Description org.meteoinfo.jts.geomgraph org.meteoinfo.jts.operation.overlay org.meteoinfo.jts.operation.relate -
-
Uses of Node in org.meteoinfo.jts.geomgraph
Methods in org.meteoinfo.jts.geomgraph that return Node Modifier and Type Method Description NodeNodeMap. addNode(Coordinate coord)This method expects that a node has a coordinate value.NodeNodeMap. addNode(Node n)NodePlanarGraph. addNode(Coordinate coord)NodePlanarGraph. addNode(Node node)NodeNodeFactory. createNode(Coordinate coord)The basic node constructor does not allow for incident edgesNodeNodeMap. find(Coordinate coord)NodePlanarGraph. find(Coordinate coord)NodeEdgeEnd. getNode()Methods in org.meteoinfo.jts.geomgraph with parameters of type Node Modifier and Type Method Description NodeNodeMap. addNode(Node n)NodePlanarGraph. addNode(Node node)voidNode. mergeLabel(Node n)voidEdgeEnd. setNode(Node node) -
Uses of Node in org.meteoinfo.jts.operation.overlay
Methods in org.meteoinfo.jts.operation.overlay that return Node Modifier and Type Method Description NodeOverlayNodeFactory. createNode(Coordinate coord) -
Uses of Node in org.meteoinfo.jts.operation.relate
Subclasses of Node in org.meteoinfo.jts.operation.relate Modifier and Type Class Description classRelateNodeRepresents a node in the topological graph used to compute spatial relationships.Methods in org.meteoinfo.jts.operation.relate that return Node Modifier and Type Method Description NodeRelateNodeFactory. createNode(Coordinate coord)
-