Class S2EdgeQuery.SimpleEdges

  • All Implemented Interfaces:
    S2EdgeQuery.Edges
    Enclosing class:
    S2EdgeQuery

    private static final class S2EdgeQuery.SimpleEdges
    extends java.lang.Object
    implements S2EdgeQuery.Edges
    An Edges implementation that includes all the edges of a clipped shape.
    • Method Summary

      All Methods Instance Methods Concrete 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait