Uses of Class
com.vividsolutions.jts.geomgraph.EdgeEndStar
-
Packages that use EdgeEndStar Package Description com.vividsolutions.jts.geomgraph Contains classes that implement topology graphs.com.vividsolutions.jts.operation.relate Contains classes to implement the computation of the spatial relationships ofGeometrys. -
-
Uses of EdgeEndStar in com.vividsolutions.jts.geomgraph
Subclasses of EdgeEndStar in com.vividsolutions.jts.geomgraph Modifier and Type Class Description classDirectedEdgeStarA DirectedEdgeStar is an ordered list of outgoing DirectedEdges around a node.Fields in com.vividsolutions.jts.geomgraph declared as EdgeEndStar Modifier and Type Field Description protected EdgeEndStarNode. edgesMethods in com.vividsolutions.jts.geomgraph that return EdgeEndStar Modifier and Type Method Description EdgeEndStarNode. getEdges()Constructors in com.vividsolutions.jts.geomgraph with parameters of type EdgeEndStar Constructor Description Node(Coordinate coord, EdgeEndStar edges) -
Uses of EdgeEndStar in com.vividsolutions.jts.operation.relate
Subclasses of EdgeEndStar in com.vividsolutions.jts.operation.relate Modifier and Type Class Description classEdgeEndBundleStarAn ordered list ofEdgeEndBundles around aRelateNode.Constructors in com.vividsolutions.jts.operation.relate with parameters of type EdgeEndStar Constructor Description RelateNode(Coordinate coord, EdgeEndStar edges)
-