Class FGBDriver.FGBDriverCursor

  • All Implemented Interfaces:
    org.h2.index.Cursor
    Enclosing class:
    FGBDriver

    public static class FGBDriver.FGBDriverCursor
    extends Object
    implements org.h2.index.Cursor
    • Constructor Detail

      • FGBDriverCursor

        public FGBDriverCursor​(org.wololo.flatgeobuf.PackedRTree.SearchResult searchResult,
                               FGBDriver fgbDriver)
    • Method Detail

      • get

        public org.h2.result.Row get()
        Specified by:
        get in interface org.h2.index.Cursor
      • getSearchRow

        public org.h2.result.SearchRow getSearchRow()
        Specified by:
        getSearchRow in interface org.h2.index.Cursor
      • next

        public boolean next()
        Specified by:
        next in interface org.h2.index.Cursor
      • previous

        public boolean previous()
        Specified by:
        previous in interface org.h2.index.Cursor