Class RelateNode
java.lang.Object
org.locationtech.jts.geomgraph.GraphComponent
org.locationtech.jts.geomgraph.Node
org.locationtech.jts.operation.relate.RelateNode
Represents a node in the topological graph used to compute spatial relationships.
- Version:
- 1.7
-
Field Summary
Fields inherited from class org.locationtech.jts.geomgraph.GraphComponent
label
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
Update the IM with the contribution for this component.(package private) void
Update the IM with the contribution for the EdgeEnds incident on this node.Methods inherited from class org.locationtech.jts.geomgraph.Node
add, getCoordinate, getEdges, isIncidentEdgeInResult, isIsolated, mergeLabel, mergeLabel, print, setLabel, setLabelBoundary
Methods inherited from class org.locationtech.jts.geomgraph.GraphComponent
getLabel, isCovered, isCoveredSet, isInResult, isVisited, setCovered, setInResult, setLabel, setVisited, updateIM
-
Constructor Details
-
RelateNode
-
-
Method Details