| Package | Description |
|---|---|
| org.h2gis.functions.io.dbf | |
| org.h2gis.functions.io.dbf.internal |
H2GIS is a library that brings spatial support to the H2 Database Engine
|
| org.h2gis.functions.io.shp.internal |
| Modifier and Type | Method and Description |
|---|---|
static DbaseFileHeader |
DBFDriverFunction.dBaseHeaderFromMetaData(ResultSetMetaData metaData,
List<Integer> retainedColumns)
Create a DBF header from the columns specified in parameter.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
DBFEngine.feedTableDataFromHeader(DbaseFileHeader header,
org.h2.command.ddl.CreateTableData data)
Parse the DBF file then init the provided data structure
|
static String |
DBFDriverFunction.getSQLColumnTypes(DbaseFileHeader header,
boolean isH2Database)
Return SQL Columns declaration
|
| Modifier and Type | Method and Description |
|---|---|
DbaseFileHeader |
DBFDriver.getDbaseFileHeader() |
DbaseFileHeader |
DbaseFileReader.getHeader()
Get the header from this file.
|
DbaseFileHeader |
DbaseFileWriter.getHeader() |
| Modifier and Type | Method and Description |
|---|---|
void |
DBFDriver.initDriver(File dbfFile,
DbaseFileHeader dbaseHeader) |
| Constructor and Description |
|---|
DbaseFileWriter(DbaseFileHeader header,
WritableByteChannel out)
Create a DbaseFileWriter using the specified header and writing to the
given channel.
|
DbaseFileWriter(DbaseFileHeader header,
WritableByteChannel out,
Charset charset)
Create a DbaseFileWriter using the specified header and writing to the
given channel.
|
| Modifier and Type | Method and Description |
|---|---|
DbaseFileHeader |
SHPDriver.getDbaseFileHeader() |
| Modifier and Type | Method and Description |
|---|---|
void |
SHPDriver.initDriver(File shpFile,
ShapeType shapeType,
DbaseFileHeader dbaseHeader)
Init Driver for Write mode
|
Copyright © 2019 CNRS. All rights reserved.