Uses of Class
org.meteoinfo.jts.geomgraph.EdgeEndStar
-
Packages that use EdgeEndStar Package Description org.meteoinfo.jts.geomgraph org.meteoinfo.jts.operation.relate -
-
Uses of EdgeEndStar in org.meteoinfo.jts.geomgraph
Subclasses of EdgeEndStar in org.meteoinfo.jts.geomgraph Modifier and Type Class Description classDirectedEdgeStarA DirectedEdgeStar is an ordered list of outgoing DirectedEdges around a node.Fields in org.meteoinfo.jts.geomgraph declared as EdgeEndStar Modifier and Type Field Description protected EdgeEndStarNode. edgesMethods in org.meteoinfo.jts.geomgraph that return EdgeEndStar Modifier and Type Method Description EdgeEndStarNode. getEdges()Constructors in org.meteoinfo.jts.geomgraph with parameters of type EdgeEndStar Constructor Description Node(Coordinate coord, EdgeEndStar edges) -
Uses of EdgeEndStar in org.meteoinfo.jts.operation.relate
Subclasses of EdgeEndStar in org.meteoinfo.jts.operation.relate Modifier and Type Class Description classEdgeEndBundleStarAn ordered list ofEdgeEndBundles around aRelateNode.Constructors in org.meteoinfo.jts.operation.relate with parameters of type EdgeEndStar Constructor Description RelateNode(Coordinate coord, EdgeEndStar edges)
-