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 ofGeometrys. -
-
Uses of EdgeEndStar in org.locationtech.jts.geomgraph
Subclasses of EdgeEndStar in org.locationtech.jts.geomgraph Modifier and Type Class Description classDirectedEdgeStarA DirectedEdgeStar is an ordered list of outgoing DirectedEdges around a node.Methods in org.locationtech.jts.geomgraph that return EdgeEndStar Modifier and Type Method Description EdgeEndStarNode. 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 classEdgeEndBundleStarAn ordered list ofEdgeEndBundles around aRelateNode.Constructors in org.locationtech.jts.operation.relate with parameters of type EdgeEndStar Constructor Description RelateNode(Coordinate coord, EdgeEndStar edges)
-