| Package | Description |
|---|---|
| org.h2gis.functions.io.dbf.internal |
H2GIS is a library that brings spatial support to the H2 Database Engine
|
| org.h2gis.functions.io.file_table | |
| org.h2gis.functions.io.shp.internal |
| Modifier and Type | Class and Description |
|---|---|
class |
DBFDriver
Manage DBFReader and DBFWriter
|
| Modifier and Type | Class and Description |
|---|---|
class |
FileEngine<Driver extends FileDriver>
Implement theses abstract methods in order to define a file engine.
|
| Modifier and Type | Method and Description |
|---|---|
FileDriver |
H2TableIndex.getDriver() |
| Constructor and Description |
|---|
H2Table(FileDriver driver,
org.h2.command.ddl.CreateTableData data) |
H2TableIndex(FileDriver driver,
org.h2.table.Table table,
int id)
Constructor for scan index.
|
H2TableIndex(FileDriver driver,
org.h2.table.Table table,
int id,
org.h2.table.Column PKColumn,
String indexName)
Constructor for primary key index.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SHPDriver
Merge ShapeFileReader and DBFReader.
|
Copyright © 2018 CNRS. All rights reserved.