Class FGBDriver.FGBDriverCursor
- java.lang.Object
-
- org.h2gis.functions.io.fgb.fileTable.FGBDriver.FGBDriverCursor
-
-
Constructor Summary
Constructors Constructor Description FGBDriverCursor(org.wololo.flatgeobuf.PackedRTree.SearchResult searchResult, FGBDriver fgbDriver)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.h2.result.Rowget()org.h2.result.SearchRowgetSearchRow()booleannext()booleanprevious()
-
-
-
Constructor Detail
-
FGBDriverCursor
public FGBDriverCursor(org.wololo.flatgeobuf.PackedRTree.SearchResult searchResult, FGBDriver fgbDriver)
-
-
Method Detail
-
get
public org.h2.result.Row get()
- Specified by:
getin interfaceorg.h2.index.Cursor
-
getSearchRow
public org.h2.result.SearchRow getSearchRow()
- Specified by:
getSearchRowin interfaceorg.h2.index.Cursor
-
next
public boolean next()
- Specified by:
nextin interfaceorg.h2.index.Cursor
-
previous
public boolean previous()
- Specified by:
previousin interfaceorg.h2.index.Cursor
-
-