Uses of Class
org.h2gis.functions.io.dbf.internal.DbaseFileHeader
-
Packages that use DbaseFileHeader Package Description org.h2gis.functions.io.dbf org.h2gis.functions.io.dbf.internal org.h2gis.functions.io.shp.internal -
-
Uses of DbaseFileHeader in org.h2gis.functions.io.dbf
Methods in org.h2gis.functions.io.dbf that return DbaseFileHeader Modifier and Type Method Description static DbaseFileHeaderDBFDriverFunction. dBaseHeaderFromMetaData(ResultSetMetaData metaData, List<Integer> retainedColumns)Create a DBF header from the columns specified in parameter.Methods in org.h2gis.functions.io.dbf with parameters of type DbaseFileHeader Modifier and Type Method Description static voidDBFEngine. feedTableDataFromHeader(DbaseFileHeader header, org.h2.command.ddl.CreateTableData data)Parse the DBF file then init the provided data structurestatic StringDBFDriverFunction. getSQLColumnTypes(DbaseFileHeader header, org.h2gis.utilities.dbtypes.DBTypes dbTypes, List<org.h2.table.Column> cols)Return SQL Columns declaration -
Uses of DbaseFileHeader in org.h2gis.functions.io.dbf.internal
Methods in org.h2gis.functions.io.dbf.internal that return DbaseFileHeader Modifier and Type Method Description DbaseFileHeaderDBFDriver. getDbaseFileHeader()DbaseFileHeaderDbaseFileReader. getHeader()Get the header from this file.DbaseFileHeaderDbaseFileWriter. getHeader()Methods in org.h2gis.functions.io.dbf.internal with parameters of type DbaseFileHeader Modifier and Type Method Description voidDBFDriver. initDriver(File dbfFile, DbaseFileHeader dbaseHeader)Constructors in org.h2gis.functions.io.dbf.internal with parameters of type DbaseFileHeader Constructor 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. -
Uses of DbaseFileHeader in org.h2gis.functions.io.shp.internal
Methods in org.h2gis.functions.io.shp.internal that return DbaseFileHeader Modifier and Type Method Description DbaseFileHeaderSHPDriver. getDbaseFileHeader()Methods in org.h2gis.functions.io.shp.internal with parameters of type DbaseFileHeader Modifier and Type Method Description voidSHPDriver. initDriver(File shpFile, ShapeType shapeType, DbaseFileHeader dbaseHeader)Init Driver for Write mode
-