Uses of Class
org.locationtech.jts.geomgraph.EdgeEndStar
-
Packages that use EdgeEndStar 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 EdgeEndStar in org.locationtech.jts.geomgraph
Subclasses of EdgeEndStar in org.locationtech.jts.geomgraph Modifier and Type Class Description class
DirectedEdgeStar
A DirectedEdgeStar is an ordered list of outgoing DirectedEdges around a node.Fields in org.locationtech.jts.geomgraph declared as EdgeEndStar Modifier and Type Field Description protected EdgeEndStar
Node. edges
Methods in org.locationtech.jts.geomgraph that return EdgeEndStar Modifier and Type Method Description EdgeEndStar
Node. getEdges()
Constructors in org.locationtech.jts.geomgraph with parameters of type EdgeEndStar Constructor Description Node(Coordinate coord, EdgeEndStar edges)
-
Uses of EdgeEndStar in org.locationtech.jts.operation.relate
Subclasses of EdgeEndStar in org.locationtech.jts.operation.relate Modifier and Type Class Description class
EdgeEndBundleStar
An ordered list ofEdgeEndBundle
s around aRelateNode
.Constructors in org.locationtech.jts.operation.relate with parameters of type EdgeEndStar Constructor Description RelateNode(Coordinate coord, EdgeEndStar edges)
-