Package com.google.common.geometry
Interface S2EdgeQuery.Edges
-
- All Known Implementing Classes:
S2EdgeQuery.CrossingFilter
,S2EdgeQuery.MergedEdges
,S2EdgeQuery.ShapeEdges
,S2EdgeQuery.SimpleEdges
- Enclosing class:
- S2EdgeQuery
public static interface S2EdgeQuery.Edges
An 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 boolean
isEmpty()
Returns true if there are no more edges.int
nextEdge()
Returns the next edge ID, or throws an exception if empty.
-