Uses of Class
org.h2gis.functions.io.fgb.fileTable.FGBDriver
-
Packages that use FGBDriver Package Description org.h2gis.functions.io.fgb org.h2gis.functions.io.fgb.fileTable -
-
Uses of FGBDriver in org.h2gis.functions.io.fgb
Methods in org.h2gis.functions.io.fgb that return FGBDriver Modifier and Type Method Description protected FGBDriverFGBEngine. createDriver(File filePath, List<String> args)Methods in org.h2gis.functions.io.fgb with parameters of type FGBDriver Modifier and Type Method Description protected voidFGBEngine. feedCreateTableData(FGBDriver driver, org.h2.command.ddl.CreateTableData data) -
Uses of FGBDriver in org.h2gis.functions.io.fgb.fileTable
Constructors in org.h2gis.functions.io.fgb.fileTable with parameters of type FGBDriver Constructor Description FGBDriverCursor(org.wololo.flatgeobuf.PackedRTree.SearchResult searchResult, FGBDriver fgbDriver)
-