Uses of Class
org.locationtech.jts.geomgraph.GraphComponent
-
Packages that use GraphComponent Package Description org.locationtech.jts.geomgraph Contains classes that implement topology graphs.org.locationtech.jts.operation.relate Contains classes to implement the computation of the spatial relationships ofGeometry
s. -
-
Uses of GraphComponent in org.locationtech.jts.geomgraph
Subclasses of GraphComponent in org.locationtech.jts.geomgraph Modifier and Type Class Description class
Edge
class
Node
-
Uses of GraphComponent in org.locationtech.jts.operation.relate
Subclasses of GraphComponent in org.locationtech.jts.operation.relate Modifier and Type Class Description class
RelateNode
Represents a node in the topological graph used to compute spatial relationships.
-