Package com.google.common.geometry
Interface S2EdgeQuery.Edges
-
- All Known Implementing Classes:
S2EdgeQuery.ShapeEdges
- Enclosing class:
- S2EdgeQuery
public static interface S2EdgeQuery.EdgesAn iterator over the sorted unique edge IDs of a shape that may intersect some query edge.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisEmpty()Returns true if there are no more edges.intnextEdge()Returns the next edge ID, or throws an exception if empty.
-