A B C D E F G H I K L M N O P R S T U V W Y Z

A

AbstractGpxParser - Class in org.h2gis.drivers.gpx.model
Abstract class of all Gpx-Parsers.
AbstractGpxParser() - Constructor for class org.h2gis.drivers.gpx.model.AbstractGpxParser
 
AbstractGpxParserDefault - Class in org.h2gis.drivers.gpx.model
Main class to parse the GPX file
AbstractGpxParserDefault() - Constructor for class org.h2gis.drivers.gpx.model.AbstractGpxParserDefault
 
AbstractGpxParserRte - Class in org.h2gis.drivers.gpx.model
Abstract class of the parsers dedicated to routes.
AbstractGpxParserRte() - Constructor for class org.h2gis.drivers.gpx.model.AbstractGpxParserRte
 
AbstractGpxParserTrk - Class in org.h2gis.drivers.gpx.model
Abstract class of the parsers dedicated to tracks.
AbstractGpxParserTrk() - Constructor for class org.h2gis.drivers.gpx.model.AbstractGpxParserTrk
 
AbstractGpxParserWpt - Class in org.h2gis.drivers.gpx.model
Abstract class of the parsers dedicated to waypoints.
AbstractGpxParserWpt() - Constructor for class org.h2gis.drivers.gpx.model.AbstractGpxParserWpt
 
add(Session, Row) - Method in class org.h2gis.drivers.file_table.DummyIndex
 
add(Session, Row) - Method in class org.h2gis.drivers.file_table.H2TableIndex
 
addColumn(String, char, int, int) - Method in class org.h2gis.drivers.dbf.internal.DbaseFileHeader
Add a column to this DbaseFileHeader.
addIndex(Session, String, int, IndexColumn[], IndexType, boolean, String) - Method in class org.h2gis.drivers.file_table.DummyTable
 
addIndex(Session, String, int, IndexColumn[], IndexType, boolean, String) - Method in class org.h2gis.drivers.file_table.H2Table
 
addRef(String) - Method in class org.h2gis.drivers.osm.WayOSMElement
Add in a list the ref of the node used to describe the way.
addRow(Session, Row) - Method in class org.h2gis.drivers.file_table.DummyTable
 
addRow(Session, Row) - Method in class org.h2gis.drivers.file_table.H2Table
 
addTag(String, String) - Method in class org.h2gis.drivers.osm.NodeOSMElement
 
addTag(String, String) - Method in class org.h2gis.drivers.osm.OSMElement
 
AGEOFDGPSDATA - Static variable in class org.h2gis.drivers.gpx.model.GPXTags
 
AltitudeMode - Class in org.h2gis.drivers.kml
Specifies how altitude components in the element are interpreted.
append(int, StringBuilder) - Static method in class org.h2gis.drivers.kml.AltitudeMode
Generate a string value corresponding to the altitude mode.
appendKMLCoordinates(Coordinate[], StringBuilder) - Static method in class org.h2gis.drivers.kml.KMLGeometry
Build a string represention to kml coordinates Syntax : ...
ARC - Static variable in class org.h2gis.drivers.shp.internal.ShapeType
Represents an Arc shape (id = 3).
ARCM - Static variable in class org.h2gis.drivers.shp.internal.ShapeType
Represents an ArcM shape (id = 23).
ARCZ - Static variable in class org.h2gis.drivers.shp.internal.ShapeType
Represents an ArcZ shape (id = 13).
AUTHOR - Static variable in class org.h2gis.drivers.gpx.model.GPXTags
 

B

BOUNDS - Static variable in class org.h2gis.drivers.gpx.model.GPXTags
 

C

canDrop() - Method in class org.h2gis.drivers.file_table.DummyTable
 
canDrop() - Method in class org.h2gis.drivers.file_table.H2Table
 
canGetFirstOrLast() - Method in class org.h2gis.drivers.file_table.DummyIndex
 
canGetFirstOrLast() - Method in class org.h2gis.drivers.file_table.H2TableIndex
 
canGetRowCount() - Method in class org.h2gis.drivers.file_table.DummyTable
 
canGetRowCount() - Method in class org.h2gis.drivers.file_table.H2Table
 
canScan() - Method in class org.h2gis.drivers.file_table.H2TableIndex
 
CHANGE_SET - Static variable in class org.h2gis.drivers.osm.OSMTags
 
characters(char[], int, int) - Method in class org.h2gis.drivers.gpx.model.AbstractGpxParser
Fires one or more times for each text node encountered.
checkRename() - Method in class org.h2gis.drivers.file_table.DummyIndex
 
checkRename() - Method in class org.h2gis.drivers.file_table.DummyTable
 
checkRename() - Method in class org.h2gis.drivers.file_table.H2Table
 
checkRename() - Method in class org.h2gis.drivers.file_table.H2TableIndex
 
checkSupportAlter() - Method in class org.h2gis.drivers.file_table.DummyTable
 
checkSupportAlter() - Method in class org.h2gis.drivers.file_table.H2Table
 
clear() - Method in class org.h2gis.drivers.gpx.model.AbstractGpxParserDefault
Initialisation of all the indicators used to read the document.
clear() - Method in class org.h2gis.drivers.gpx.model.GpxParser
Initialisation of all the indicators used to read the document.
clearValues(int) - Method in class org.h2gis.drivers.gpx.model.GPXPoint
This method is used to create a new array of values
close() - Method in class org.h2gis.drivers.dbf.internal.DbaseFileReader
Clean up all resources associated with this reader.
close() - Method in class org.h2gis.drivers.dbf.internal.DbaseFileWriter
Release resources associated with this writer.
close() - Method in class org.h2gis.drivers.dbf.internal.DBFDriver
 
close(Session) - Method in class org.h2gis.drivers.file_table.DummyIndex
 
close(Session) - Method in class org.h2gis.drivers.file_table.DummyTable
 
close(Session) - Method in class org.h2gis.drivers.file_table.H2Table
 
close(Session) - Method in class org.h2gis.drivers.file_table.H2TableIndex
 
close() - Method in interface org.h2gis.drivers.FileDriver
Close the file, free resources.
close() - Method in class org.h2gis.drivers.shp.internal.IndexFile
 
close() - Method in class org.h2gis.drivers.shp.internal.ShapefileReader
Clean up any resources.
close() - Method in class org.h2gis.drivers.shp.internal.ShapefileWriter
Close the underlying Channels.
close() - Method in class org.h2gis.drivers.shp.internal.SHPDriver
 
CMT - Static variable in class org.h2gis.drivers.gpx.model.GPXTags
 
computeOrientation(CoordinateSequence, int, int, int) - Static method in class org.h2gis.drivers.shp.internal.PolygonHandler
 
contains(Coordinate[], Coordinate) - Static method in class org.h2gis.drivers.utility.CoordinatesUtils
 
contains2D(Coordinate[], Coordinate) - Static method in class org.h2gis.drivers.utility.CoordinatesUtils
Checks if a coordinate array contains a specific coordinate.
contains3D(Coordinate[], Coordinate) - Static method in class org.h2gis.drivers.utility.CoordinatesUtils
Check if a coordinate array contains a specific coordinate.
CoordinatesUtils - Class in org.h2gis.drivers.utility
This utility class provides some useful methods related to JTS Coordinate objects.
COPYRIGHT - Static variable in class org.h2gis.drivers.gpx.model.GPXTags
 
createCoordinate(Attributes) - Static method in class org.h2gis.drivers.gpx.model.GPXCoordinate
General method to create a coordinate from a gpx point.
createDriver(File, List<String>) - Method in class org.h2gis.drivers.dbf.DBFEngine
 
createDriver(File, List<String>) - Method in class org.h2gis.drivers.file_table.FileEngine
Create the driver instance using the file name and additional arguments provided in SQL create table request.
createDriver(File, List<String>) - Method in class org.h2gis.drivers.shp.SHPEngine
 
createNodeMemberTable(Connection, String) - Static method in class org.h2gis.drivers.osm.OSMTablesFactory
Create the node members table
createNodeTable(Connection, String, boolean) - Static method in class org.h2gis.drivers.osm.OSMTablesFactory
Create the nodes table that will be used to import OSM nodes Example :
createNodeTagTable(Connection, String, String) - Static method in class org.h2gis.drivers.osm.OSMTablesFactory
Create a table to store the node tags.
createRelationMemberTable(Connection, String) - Static method in class org.h2gis.drivers.osm.OSMTablesFactory
Store all relation members
createRelationTable(Connection, String) - Static method in class org.h2gis.drivers.osm.OSMTablesFactory
Create the relation table.
createRelationTagTable(Connection, String, String) - Static method in class org.h2gis.drivers.osm.OSMTablesFactory
Create the relation tags table
createRoutePointsTable(Connection, String) - Static method in class org.h2gis.drivers.gpx.model.GPXTablesFactory
Createthe route points table to store the route waypoints
createRouteTable(Connection, String) - Static method in class org.h2gis.drivers.gpx.model.GPXTablesFactory
Create the route table that will be used to import GPX data
createTable(CreateTableData) - Method in class org.h2gis.drivers.file_table.FileEngine
 
createTagTable(Connection, String) - Static method in class org.h2gis.drivers.osm.OSMTablesFactory
Create the tag table to store all key and value
createTrackPointsTable(Connection, String) - Static method in class org.h2gis.drivers.gpx.model.GPXTablesFactory
Create the track points table to store the track waypoints
createTrackSegmentsTable(Connection, String) - Static method in class org.h2gis.drivers.gpx.model.GPXTablesFactory
Create the track segments table to store the segments of a track
createTrackTable(Connection, String) - Static method in class org.h2gis.drivers.gpx.model.GPXTablesFactory
Creat the track table
createWayMemberTable(Connection, String) - Static method in class org.h2gis.drivers.osm.OSMTablesFactory
Create a table to store all way members.
createWayNodeTable(Connection, String) - Static method in class org.h2gis.drivers.osm.OSMTablesFactory
Create a table to store the list of nodes for each way.
createWayPointsTable(Connection, String) - Static method in class org.h2gis.drivers.gpx.model.GPXTablesFactory
Create the waypoints table that will be used to import GPX data
createWayTable(Connection, String, boolean) - Static method in class org.h2gis.drivers.osm.OSMTablesFactory
Create the ways table that will be used to import OSM ways Example :
createWayTagTable(Connection, String, String) - Static method in class org.h2gis.drivers.osm.OSMTablesFactory
Create a table to store the way tags.
CREATOR - Static variable in class org.h2gis.drivers.gpx.model.GPXTags
 
CSVDriverFunction - Class in org.h2gis.drivers.csv
Basic CSV importer and exporter
CSVDriverFunction() - Constructor for class org.h2gis.drivers.csv.CSVDriverFunction
 

D

DbaseFileException - Exception in org.h2gis.drivers.dbf.internal
Thrown when an error relating to the shapefile occurs.
DbaseFileException(String) - Constructor for exception org.h2gis.drivers.dbf.internal.DbaseFileException
 
DbaseFileException(String, Throwable) - Constructor for exception org.h2gis.drivers.dbf.internal.DbaseFileException
 
DbaseFileHeader - Class in org.h2gis.drivers.dbf.internal
Class to represent the header of a Dbase III file.
DbaseFileHeader() - Constructor for class org.h2gis.drivers.dbf.internal.DbaseFileHeader
 
DbaseFileReader - Class in org.h2gis.drivers.dbf.internal
A DbaseFileReader is used to read a dbase III format file.
DbaseFileReader(FileChannel, String) - Constructor for class org.h2gis.drivers.dbf.internal.DbaseFileReader
Creates a new instance of DBaseFileReader
DbaseFileWriter - Class in org.h2gis.drivers.dbf.internal
A DbaseFileReader is used to read a dbase III format file.
DbaseFileWriter(DbaseFileHeader, WritableByteChannel) - Constructor for class org.h2gis.drivers.dbf.internal.DbaseFileWriter
Create a DbaseFileWriter using the specified header and writing to the given channel.
DbaseFileWriter(DbaseFileHeader, WritableByteChannel, Charset) - Constructor for class org.h2gis.drivers.dbf.internal.DbaseFileWriter
Create a DbaseFileWriter using the specified header and writing to the given channel.
DbaseFileWriter.FieldFormatter - Class in org.h2gis.drivers.dbf.internal
Utility for formatting Dbase fields.
DbaseFileWriter.FieldFormatter(Charset) - Constructor for class org.h2gis.drivers.dbf.internal.DbaseFileWriter.FieldFormatter
 
dBaseHeaderFromMetaData(ResultSetMetaData) - Static method in class org.h2gis.drivers.dbf.DBFDriverFunction
Create a DBF header from the columns specified in parameter.
DBFDriver - Class in org.h2gis.drivers.dbf.internal
Manage DBFReader and DBFWriter
DBFDriver() - Constructor for class org.h2gis.drivers.dbf.internal.DBFDriver
 
DBFDriverFunction - Class in org.h2gis.drivers.dbf
 
DBFDriverFunction() - Constructor for class org.h2gis.drivers.dbf.DBFDriverFunction
 
DBFEngine - Class in org.h2gis.drivers.dbf
SHP Table factory.
DBFEngine() - Constructor for class org.h2gis.drivers.dbf.DBFEngine
 
DBFRead - Class in org.h2gis.drivers.dbf
 
DBFRead() - Constructor for class org.h2gis.drivers.dbf.DBFRead
 
DBFWrite - Class in org.h2gis.drivers.dbf
 
DBFWrite() - Constructor for class org.h2gis.drivers.dbf.DBFWrite
 
DEFAULT_ENCODING - Static variable in class org.h2gis.drivers.dbf.internal.DbaseFileHeader
Encoding of String, found in Language Code Page DBF Header, use ISO-8859-1 as default value
DEFAULT_ENCODING_FLAG - Static variable in class org.h2gis.drivers.dbf.internal.DbaseFileHeader
 
DESC - Static variable in class org.h2gis.drivers.gpx.model.GPXTags
 
DESCRIPTION - Static variable in class org.h2gis.drivers.csv.CSVDriverFunction
 
DESCRIPTION - Static variable in class org.h2gis.drivers.dbf.DBFDriverFunction
 
DESCRIPTION - Static variable in class org.h2gis.drivers.gpx.GPXDriverFunction
 
DESCRIPTION - Static variable in class org.h2gis.drivers.osm.OSMDriverFunction
 
DESCRIPTION - Static variable in class org.h2gis.drivers.shp.SHPDriverFunction
 
DESCRIPTION_BZ2 - Static variable in class org.h2gis.drivers.osm.OSMDriverFunction
 
DESCRIPTION_GZ - Static variable in class org.h2gis.drivers.osm.OSMDriverFunction
 
DGPSID - Static variable in class org.h2gis.drivers.gpx.model.GPXTags
 
DOMAIN - Static variable in class org.h2gis.drivers.gpx.model.GPXTags
 
downloadData(Geometry, String) - Static method in class org.h2gis.drivers.osm.ST_OSMDownloader
 
downloadOSMFile(File, Envelope) - Static method in class org.h2gis.drivers.osm.ST_OSMDownloader
Download OSM file from the official server
DriverManager - Class in org.h2gis.drivers
Manage additional table engines in H2.
DriverManager() - Constructor for class org.h2gis.drivers.DriverManager
 
DummyIndex - Class in org.h2gis.drivers.file_table
When linked files are not available, this table index defines an empty table
DummyIndex(Table, int) - Constructor for class org.h2gis.drivers.file_table.DummyIndex
 
DummyTable - Class in org.h2gis.drivers.file_table
When linked files are not available, this table defines an empty table
DummyTable(CreateTableData) - Constructor for class org.h2gis.drivers.file_table.DummyTable
 

E

ELE - Static variable in class org.h2gis.drivers.gpx.model.GPXTags
 
EMAIL - Static variable in class org.h2gis.drivers.gpx.model.GPXTags
 
endDocument() - Method in class org.h2gis.drivers.osm.OSMParser
 
endElement(String, String, String) - Method in class org.h2gis.drivers.gpx.model.AbstractGpxParserDefault
Fires whenever an XML end markup is encountered.
endElement(String, String, String) - Method in class org.h2gis.drivers.gpx.model.AbstractGpxParserRte
Fires whenever an XML end markup is encountered.
endElement(String, String, String) - Method in class org.h2gis.drivers.gpx.model.AbstractGpxParserTrk
Fires whenever an XML end markup is encountered.
endElement(String, String, String) - Method in class org.h2gis.drivers.gpx.model.AbstractGpxParserWpt
Fires whenever an XML end markup is encountered.
endElement(String, String, String) - Method in class org.h2gis.drivers.gpx.model.GpxParser
Fires whenever an XML end markup is encountered.
endElement(String, String, String) - Method in class org.h2gis.drivers.gpx.model.GpxParserRte
Fires whenever an XML end markup is encountered.
endElement(String, String, String) - Method in class org.h2gis.drivers.gpx.model.GpxParserTrk
Fires whenever an XML end markup is encountered.
endElement(String, String, String) - Method in class org.h2gis.drivers.gpx.model.GpxParserWpt
Fires whenever an XML end markup is encountered.
endElement(String, String, String) - Method in class org.h2gis.drivers.osm.OSMParser
 
exportTable(Connection, String, File, ProgressVisitor) - Method in class org.h2gis.drivers.csv.CSVDriverFunction
 
exportTable(Connection, String, File, ProgressVisitor) - Method in class org.h2gis.drivers.dbf.DBFDriverFunction
 
exportTable(Connection, String, File, ProgressVisitor, String) - Method in class org.h2gis.drivers.dbf.DBFDriverFunction
 
exportTable(Connection, String, String) - Static method in class org.h2gis.drivers.dbf.DBFWrite
 
exportTable(Connection, String, String, String) - Static method in class org.h2gis.drivers.dbf.DBFWrite
 
exportTable(Connection, String, File, ProgressVisitor) - Method in class org.h2gis.drivers.DriverManager
 
exportTable(Connection, String, File, ProgressVisitor) - Method in class org.h2gis.drivers.geojson.GeoJsonDriverFunction
 
exportTable(Connection, String, File, ProgressVisitor) - Method in class org.h2gis.drivers.gpx.GPXDriverFunction
 
exportTable(Connection, String, File, ProgressVisitor) - Method in class org.h2gis.drivers.kml.KMLDriverFunction
 
exportTable(Connection, String, File, ProgressVisitor) - Method in class org.h2gis.drivers.osm.OSMDriverFunction
 
exportTable(Connection, String, File, ProgressVisitor) - Method in class org.h2gis.drivers.shp.SHPDriverFunction
 
exportTable(Connection, String, File, ProgressVisitor, String) - Method in class org.h2gis.drivers.shp.SHPDriverFunction
 
exportTable(Connection, String, String) - Static method in class org.h2gis.drivers.shp.SHPWrite
Read a table and write it into a shape file.
exportTable(Connection, String, String, String) - Static method in class org.h2gis.drivers.shp.SHPWrite
Read a table and write it into a shape file.
EXTENSIONS - Static variable in class org.h2gis.drivers.gpx.model.GPXTags
 
ExtrudeMode - Enum in org.h2gis.drivers.kml
Extrude mode specifies whether to connect the geometry to the ground.

F

feedCreateTableData(DBFDriver, CreateTableData) - Method in class org.h2gis.drivers.dbf.DBFEngine
 
feedCreateTableData(Driver, CreateTableData) - Method in class org.h2gis.drivers.file_table.FileEngine
Add columns definition of the file into the CreateTableData instance.
feedCreateTableData(SHPDriver, CreateTableData) - Method in class org.h2gis.drivers.shp.SHPEngine
 
feedTableDataFromHeader(DbaseFileHeader, CreateTableData) - Static method in class org.h2gis.drivers.dbf.DBFEngine
Parse the DBF file then init the provided data structure
FileDriver - Interface in org.h2gis.drivers
Implement this interface in order to create a H2Table in your TableEngine implementation.
FileEngine<Driver extends FileDriver> - Class in org.h2gis.drivers.file_table
Implement theses abstract methods in order to define a file engine.
FileEngine() - Constructor for class org.h2gis.drivers.file_table.FileEngine
 
find(Session, SearchRow, SearchRow) - Method in class org.h2gis.drivers.file_table.DummyIndex
 
find(Session, SearchRow, SearchRow) - Method in class org.h2gis.drivers.file_table.H2TableIndex
 
findFirstOrLast(Session, boolean) - Method in class org.h2gis.drivers.file_table.DummyIndex
 
findFirstOrLast(Session, boolean) - Method in class org.h2gis.drivers.file_table.H2TableIndex
 
FIX - Static variable in class org.h2gis.drivers.gpx.model.GPXTags
 
flush() - Method in class org.h2gis.drivers.utility.WriteBufferManager
flushes the cached contents into the channel.
forID(int) - Static method in class org.h2gis.drivers.shp.internal.ShapeType
Determine the ShapeType for the id.

G

GEOIDHEIGHT - Static variable in class org.h2gis.drivers.gpx.model.GPXTags
 
GeoJsonDriverFunction - Class in org.h2gis.drivers.geojson
GeoJSON driver to import a GeoJSON file and export a spatial table in a GeoJSON 1.0 file.
GeoJsonDriverFunction() - Constructor for class org.h2gis.drivers.geojson.GeoJsonDriverFunction
 
GeoJsonRead - Class in org.h2gis.drivers.geojson
SQL function to read a GeoJSON file an creates the corresponding spatial table.
GeoJsonRead() - Constructor for class org.h2gis.drivers.geojson.GeoJsonRead
 
GeoJsonReaderDriver - Class in org.h2gis.drivers.geojson
Driver to import a GeoJSON file into a spatial table.
GeoJsonReaderDriver(Connection, String, File) - Constructor for class org.h2gis.drivers.geojson.GeoJsonReaderDriver
Driver to import a GeoJSON file into a spatial table.
GeoJsonWrite - Class in org.h2gis.drivers.geojson
SQL function to write a spatial table to a GeoJSON file.
GeoJsonWrite() - Constructor for class org.h2gis.drivers.geojson.GeoJsonWrite
 
GeoJsonWriteDriver - Class in org.h2gis.drivers.geojson
A simple GeoJSON driver to write a spatial table to a GeoJSON file.
GeoJsonWriteDriver(Connection, String, File) - Constructor for class org.h2gis.drivers.geojson.GeoJsonWriteDriver
A simple GeoJSON driver to write a spatial table to a GeoJSON file.
geomAt(int) - Method in class org.h2gis.drivers.shp.internal.ShapefileReader
Fetch the next record information.
get() - Method in class org.h2gis.drivers.utility.ReadBufferManager
Gets the byte value at the current position
get(byte[]) - Method in class org.h2gis.drivers.utility.ReadBufferManager
Gets the byte[] value at the current position
get(long, byte[]) - Method in class org.h2gis.drivers.utility.ReadBufferManager
Gets the byte[] value at the specified position
getByte(long) - Method in class org.h2gis.drivers.utility.ReadBufferManager
Gets the byte value at the specified position
getChangeSet() - Method in class org.h2gis.drivers.osm.OSMElement
 
getContentBuffer() - Method in class org.h2gis.drivers.gpx.model.AbstractGpxParser
Gives the actual contentBuffer
getContentLength(int) - Method in class org.h2gis.drivers.shp.internal.IndexFile
Get the content length of the given record in bytes, not 16 bit words.
getCopyright() - Method in class org.h2gis.drivers.gpx.model.GpxParser
Gives copyright and license information governing use of the file.
getCost(Session, int[], TableFilter, SortOrder) - Method in class org.h2gis.drivers.file_table.DummyIndex
 
getCost(Session, int[], TableFilter, SortOrder) - Method in class org.h2gis.drivers.file_table.H2TableIndex
 
getCreator() - Method in class org.h2gis.drivers.gpx.model.AbstractGpxParserDefault
Gives the name or URL of the software that created the GPX document.
getCurrentElement() - Method in class org.h2gis.drivers.gpx.model.AbstractGpxParser
Gives a string representing the value of the element which is being parsed.
getCurrentLine() - Method in class org.h2gis.drivers.gpx.model.AbstractGpxParser
Gives the line which is being parsed.
getCurrentPoint() - Method in class org.h2gis.drivers.gpx.model.AbstractGpxParser
Gives the point which is being parsed.
getCurrentSegment() - Method in class org.h2gis.drivers.gpx.model.AbstractGpxParser
Gives the segment which is being parsed.
getDbaseFileHeader() - Method in class org.h2gis.drivers.dbf.internal.DBFDriver
 
getDbaseFileHeader() - Method in class org.h2gis.drivers.shp.internal.SHPDriver
 
getDbfFile() - Method in class org.h2gis.drivers.dbf.internal.DBFDriver
 
getDesc() - Method in class org.h2gis.drivers.gpx.model.AbstractGpxParserDefault
Gives a description of the contents of the GPX file.
getDiskSpaceUsed() - Method in class org.h2gis.drivers.file_table.DummyIndex
 
getDiskSpaceUsed() - Method in class org.h2gis.drivers.file_table.DummyTable
 
getDiskSpaceUsed() - Method in class org.h2gis.drivers.file_table.H2Table
 
getDiskSpaceUsed() - Method in class org.h2gis.drivers.file_table.H2TableIndex
 
getDouble() - Method in class org.h2gis.drivers.utility.ReadBufferManager
Gets the double value at the specified position
getDouble(long) - Method in class org.h2gis.drivers.utility.ReadBufferManager
Gets the double value at the specified position
getDriver() - Method in class org.h2gis.drivers.file_table.H2TableIndex
 
getElementNames() - Method in class org.h2gis.drivers.gpx.model.AbstractGpxParser
Gives the actual StringStack elementNames
getElevation() - Method in class org.h2gis.drivers.osm.NodeOSMElement
 
getExportFormats() - Method in class org.h2gis.drivers.csv.CSVDriverFunction
 
getExportFormats() - Method in class org.h2gis.drivers.dbf.DBFDriverFunction
 
getExportFormats() - Method in class org.h2gis.drivers.DriverManager
 
getExportFormats() - Method in class org.h2gis.drivers.geojson.GeoJsonDriverFunction
 
getExportFormats() - Method in class org.h2gis.drivers.gpx.GPXDriverFunction
 
getExportFormats() - Method in class org.h2gis.drivers.kml.KMLDriverFunction
 
getExportFormats() - Method in class org.h2gis.drivers.osm.OSMDriverFunction
 
getExportFormats() - Method in class org.h2gis.drivers.shp.SHPDriverFunction
 
getFieldCount() - Method in class org.h2gis.drivers.dbf.internal.DbaseFileReader
 
getFieldCount() - Method in class org.h2gis.drivers.dbf.internal.DBFDriver
 
getFieldCount() - Method in class org.h2gis.drivers.shp.internal.SHPDriver
 
getFieldDecimalCount(int) - Method in class org.h2gis.drivers.dbf.internal.DbaseFileHeader
Get the decimal count of this field.
getFieldLength(int) - Method in class org.h2gis.drivers.dbf.internal.DbaseFileHeader
Returns the field length in bytes.
getFieldName(int) - Method in class org.h2gis.drivers.dbf.internal.DbaseFileHeader
Get the field name.
getFieldString(int, String) - Method in class org.h2gis.drivers.dbf.internal.DbaseFileWriter.FieldFormatter
 
getFieldString(Date) - Method in class org.h2gis.drivers.dbf.internal.DbaseFileWriter.FieldFormatter
 
getFieldString(int, int, Number) - Method in class org.h2gis.drivers.dbf.internal.DbaseFileWriter.FieldFormatter
 
getFieldType(int) - Method in class org.h2gis.drivers.dbf.internal.DbaseFileHeader
Get the character class of the field.
getFieldValue(int, int) - Method in class org.h2gis.drivers.dbf.internal.DbaseFileReader
 
getFileEncoding() - Method in class org.h2gis.drivers.dbf.internal.DbaseFileHeader
 
getFileLength() - Method in class org.h2gis.drivers.shp.internal.ShapefileHeader
 
getFormatDescription(String) - Method in class org.h2gis.drivers.csv.CSVDriverFunction
 
getFormatDescription(String) - Method in class org.h2gis.drivers.dbf.DBFDriverFunction
 
getFormatDescription(String) - Method in class org.h2gis.drivers.DriverManager
 
getFormatDescription(String) - Method in class org.h2gis.drivers.geojson.GeoJsonDriverFunction
 
getFormatDescription(String) - Method in class org.h2gis.drivers.gpx.GPXDriverFunction
 
getFormatDescription(String) - Method in class org.h2gis.drivers.kml.KMLDriverFunction
 
getFormatDescription(String) - Method in class org.h2gis.drivers.osm.OSMDriverFunction
 
getFormatDescription(String) - Method in class org.h2gis.drivers.shp.SHPDriverFunction
 
getFullAuthor() - Method in class org.h2gis.drivers.gpx.model.AbstractGpxParserDefault
Gives the name of person or organization who created the GPX file.
getFullLink() - Method in class org.h2gis.drivers.gpx.model.AbstractGpxParserDefault
Gives URLs associated with the location described in the file.
getFurthestCoordinate(Coordinate, Coordinate[]) - Static method in class org.h2gis.drivers.utility.CoordinatesUtils
Find the furthest coordinate in a geometry from a base coordinate
getGeometryFactory() - Method in class org.h2gis.drivers.gpx.model.AbstractGpxParser
Gives a geometryFactory to construct gpx geometries
getGeometryFieldIndex() - Method in class org.h2gis.drivers.shp.internal.SHPDriver
 
getHeader() - Method in class org.h2gis.drivers.dbf.internal.DbaseFileReader
Get the header from this file.
getHeader() - Method in class org.h2gis.drivers.dbf.internal.DbaseFileWriter
 
getHeader() - Method in class org.h2gis.drivers.shp.internal.IndexFile
Get the header of this index file.
getHeader() - Method in class org.h2gis.drivers.shp.internal.ShapefileReader
Get the header.
getHeaderLength() - Method in class org.h2gis.drivers.dbf.internal.DbaseFileHeader
Get the length of the header
getID() - Method in class org.h2gis.drivers.osm.OSMElement
The id of the element
getImportDriverType() - Method in class org.h2gis.drivers.csv.CSVDriverFunction
 
getImportDriverType() - Method in class org.h2gis.drivers.dbf.DBFDriverFunction
 
getImportDriverType() - Method in class org.h2gis.drivers.DriverManager
 
getImportDriverType() - Method in class org.h2gis.drivers.geojson.GeoJsonDriverFunction
 
getImportDriverType() - Method in class org.h2gis.drivers.gpx.GPXDriverFunction
 
getImportDriverType() - Method in class org.h2gis.drivers.kml.KMLDriverFunction
 
getImportDriverType() - Method in class org.h2gis.drivers.osm.OSMDriverFunction
 
getImportDriverType() - Method in class org.h2gis.drivers.shp.SHPDriverFunction
 
getImportFormats() - Method in class org.h2gis.drivers.csv.CSVDriverFunction
 
getImportFormats() - Method in class org.h2gis.drivers.dbf.DBFDriverFunction
 
getImportFormats() - Method in class org.h2gis.drivers.DriverManager
 
getImportFormats() - Method in class org.h2gis.drivers.geojson.GeoJsonDriverFunction
 
getImportFormats() - Method in class org.h2gis.drivers.gpx.GPXDriverFunction
 
getImportFormats() - Method in class org.h2gis.drivers.kml.KMLDriverFunction
 
getImportFormats() - Method in class org.h2gis.drivers.osm.OSMDriverFunction
 
getImportFormats() - Method in class org.h2gis.drivers.shp.SHPDriverFunction
 
getIndexes() - Method in class org.h2gis.drivers.file_table.DummyTable
 
getIndexes() - Method in class org.h2gis.drivers.file_table.H2Table
 
getInt(long) - Method in class org.h2gis.drivers.utility.ReadBufferManager
Gets the int value at the specified position
getInt() - Method in class org.h2gis.drivers.utility.ReadBufferManager
Gets the int value at the current position
getJavaStaticMethod() - Method in class org.h2gis.drivers.dbf.DBFRead
 
getJavaStaticMethod() - Method in class org.h2gis.drivers.dbf.DBFWrite
 
getJavaStaticMethod() - Method in class org.h2gis.drivers.DriverManager
 
getJavaStaticMethod() - Method in class org.h2gis.drivers.geojson.GeoJsonRead
 
getJavaStaticMethod() - Method in class org.h2gis.drivers.geojson.GeoJsonWrite
 
getJavaStaticMethod() - Method in class org.h2gis.drivers.geojson.ST_AsGeoJSON
 
getJavaStaticMethod() - Method in class org.h2gis.drivers.gpx.GPXRead
 
getJavaStaticMethod() - Method in class org.h2gis.drivers.kml.KMLWrite
 
getJavaStaticMethod() - Method in class org.h2gis.drivers.kml.ST_AsKml
 
getJavaStaticMethod() - Method in class org.h2gis.drivers.osm.OSMRead
 
getJavaStaticMethod() - Method in class org.h2gis.drivers.osm.ST_OSMDownloader
 
getJavaStaticMethod() - Method in class org.h2gis.drivers.shp.SHPRead
 
getJavaStaticMethod() - Method in class org.h2gis.drivers.shp.SHPWrite
 
getKeywords() - Method in class org.h2gis.drivers.gpx.model.AbstractGpxParserDefault
Gives keywords associated with the file.
getLargestFieldSize() - Method in class org.h2gis.drivers.dbf.internal.DbaseFileHeader
Get the largest field size of this table.
getLastUpdateDate() - Method in class org.h2gis.drivers.dbf.internal.DbaseFileHeader
Get the date this file was last updated.
getLength(Object) - Method in class org.h2gis.drivers.shp.internal.MultiLineHandler
 
getLength(Object) - Method in class org.h2gis.drivers.shp.internal.MultiPointHandler
Calcuates the record length of this object.
getLength(Object) - Method in class org.h2gis.drivers.shp.internal.PointHandler
 
getLength(Object) - Method in class org.h2gis.drivers.shp.internal.PolygonHandler
 
getLength(Object) - Method in interface org.h2gis.drivers.shp.internal.ShapeHandler
Get the length of the given geometry Object in bytes not 16-bit words.
getLength() - Method in class org.h2gis.drivers.utility.ReadBufferManager
Gets the size of the channel
getLong(long) - Method in class org.h2gis.drivers.utility.ReadBufferManager
Gets the long value at the specified position
getLong() - Method in class org.h2gis.drivers.utility.ReadBufferManager
Gets the long value at the current position
getMaxDataModificationId() - Method in class org.h2gis.drivers.file_table.DummyTable
 
getMaxDataModificationId() - Method in class org.h2gis.drivers.file_table.H2Table
 
getMaxLat() - Method in class org.h2gis.drivers.gpx.model.AbstractGpxParserDefault
Gives the maximum latitude given by element.
getMaxLon() - Method in class org.h2gis.drivers.gpx.model.AbstractGpxParserDefault
Gives the maximum longitude given by element.
getMinLat() - Method in class org.h2gis.drivers.gpx.model.AbstractGpxParserDefault
Gives the minimum latitude given by element.
getMinLon() - Method in class org.h2gis.drivers.gpx.model.AbstractGpxParserDefault
Gives the minimum longitude given by element.
getName() - Method in class org.h2gis.drivers.gpx.model.AbstractGpxParserDefault
Gives the name of the document.
getName() - Method in class org.h2gis.drivers.osm.OSMElement
 
getNodesRef() - Method in class org.h2gis.drivers.osm.WayOSMElement
Return the list of nodes
getNumFields() - Method in class org.h2gis.drivers.dbf.internal.DbaseFileHeader
Return the number of fields in the records.
getNumRecords() - Method in class org.h2gis.drivers.dbf.internal.DbaseFileHeader
Return the number of records in the file
getOffset(int) - Method in class org.h2gis.drivers.shp.internal.IndexFile
Get the offset of the record (in 16-bit words).
getOffsetInBytes(int) - Method in class org.h2gis.drivers.shp.internal.IndexFile
Get the offset of the record (in real bytes, not 16-bit words).
getPoint(GeometryFactory) - Method in class org.h2gis.drivers.osm.NodeOSMElement
The geometry of the node
getPosition() - Method in class org.h2gis.drivers.utility.ReadBufferManager
Gets the positionf of this buffer in the file it's reading.
getQuestionMark(int) - Static method in class org.h2gis.drivers.dbf.DBFDriverFunction
Generate the concatenation of ?
getReader() - Method in class org.h2gis.drivers.gpx.model.AbstractGpxParser
Gives the XMLReader used to parse the document.
getRecordCount() - Method in class org.h2gis.drivers.dbf.internal.DbaseFileReader
 
getRecordCount() - Method in class org.h2gis.drivers.shp.internal.IndexFile
Get the number of records in this index.
getRecordLength() - Method in class org.h2gis.drivers.dbf.internal.DbaseFileHeader
Get the length of the records in bytes.
getRow(long) - Method in class org.h2gis.drivers.dbf.internal.DBFDriver
 
getRow(Session, long) - Method in class org.h2gis.drivers.file_table.H2Table
 
getRow(Session, long) - Method in class org.h2gis.drivers.file_table.H2TableIndex
 
getRow(long) - Method in interface org.h2gis.drivers.FileDriver
 
getRow(long) - Method in class org.h2gis.drivers.shp.internal.SHPDriver
 
getRowCount() - Method in class org.h2gis.drivers.dbf.internal.DBFDriver
 
getRowCount(Session) - Method in class org.h2gis.drivers.file_table.DummyIndex
 
getRowCount(Session) - Method in class org.h2gis.drivers.file_table.DummyTable
 
getRowCount(Session) - Method in class org.h2gis.drivers.file_table.H2Table
 
getRowCount(Session) - Method in class org.h2gis.drivers.file_table.H2TableIndex
 
getRowCount() - Method in interface org.h2gis.drivers.FileDriver
 
getRowCount() - Method in class org.h2gis.drivers.shp.internal.SHPDriver
 
getRowCountApproximation() - Method in class org.h2gis.drivers.file_table.DummyIndex
 
getRowCountApproximation() - Method in class org.h2gis.drivers.file_table.DummyTable
 
getRowCountApproximation() - Method in class org.h2gis.drivers.file_table.H2Table
 
getRowCountApproximation() - Method in class org.h2gis.drivers.file_table.H2TableIndex
 
getRowIdColumn() - Method in class org.h2gis.drivers.file_table.H2Table
 
getRteParser() - Method in class org.h2gis.drivers.gpx.model.AbstractGpxParserDefault
Gives the parser used to parse routes.
getRtePreparedStmt() - Method in class org.h2gis.drivers.gpx.model.AbstractGpxParser
Gives the preparedstatement used to store route data
getRteptPreparedStmt() - Method in class org.h2gis.drivers.gpx.model.AbstractGpxParser
Gives the prepared statement used to store the route points.
getScanIndex(Session) - Method in class org.h2gis.drivers.file_table.DummyTable
 
getScanIndex(Session) - Method in class org.h2gis.drivers.file_table.H2Table
 
getShapeFileHeader() - Method in class org.h2gis.drivers.shp.internal.SHPDriver
 
getShapeHandler() - Method in class org.h2gis.drivers.shp.internal.ShapeType
Each ShapeType corresponds to a handler.
getShapeType() - Method in class org.h2gis.drivers.shp.internal.MultiLineHandler
Get the type of shape stored (ShapeType.ARC,ShapeType.ARCM,ShapeType.ARCZ)
getShapeType() - Method in class org.h2gis.drivers.shp.internal.MultiPointHandler
Returns the shapefile shape type value for a point
getShapeType() - Method in class org.h2gis.drivers.shp.internal.PointHandler
Returns the shapefile shape type value for a point
getShapeType() - Method in class org.h2gis.drivers.shp.internal.PolygonHandler
 
getShapeType() - Method in class org.h2gis.drivers.shp.internal.ShapefileHeader
 
getShapeType() - Method in interface org.h2gis.drivers.shp.internal.ShapeHandler
Get the ShapeType of this handler.
getShpChannel() - Method in class org.h2gis.drivers.shp.internal.ShapefileWriter
 
getSQLColumnTypes(DbaseFileHeader, boolean) - Static method in class org.h2gis.drivers.dbf.DBFDriverFunction
Return SQL Columns declaration
getTableType() - Method in class org.h2gis.drivers.file_table.DummyTable
 
getTableType() - Method in class org.h2gis.drivers.file_table.H2Table
 
getTags() - Method in class org.h2gis.drivers.osm.OSMElement
 
getTime() - Method in class org.h2gis.drivers.gpx.model.AbstractGpxParserDefault
Gives the date when this file is created.
getTimeStamp() - Method in class org.h2gis.drivers.osm.OSMElement
 
getTotalNode() - Method in class org.h2gis.drivers.osm.OSMPreParser
 
getTotalRelation() - Method in class org.h2gis.drivers.osm.OSMPreParser
 
getTotalRte() - Method in class org.h2gis.drivers.gpx.model.GpxPreparser
Gives the total number of routes contained in the GPX file.
getTotalRtept() - Method in class org.h2gis.drivers.gpx.model.GpxPreparser
Gives the total number of routepoints contained in the GPX file.
getTotalTrk() - Method in class org.h2gis.drivers.gpx.model.GpxPreparser
Gives the total number of tracks contained in the GPX file.
getTotalTrkpt() - Method in class org.h2gis.drivers.gpx.model.GpxPreparser
Gives the total number of trackpoints contained in the GPX file.
getTotalTrkseg() - Method in class org.h2gis.drivers.gpx.model.GpxPreparser
Gives the total number of track segments contained in the GPX file.
getTotalWay() - Method in class org.h2gis.drivers.osm.OSMPreParser
 
getTotalWpt() - Method in class org.h2gis.drivers.gpx.model.GpxPreparser
Gives the total number of waypoints contained in the GPX file.
getTrkParser() - Method in class org.h2gis.drivers.gpx.model.AbstractGpxParserDefault
Givers the parser used to parse the track
getTrkPointsPreparedStmt() - Method in class org.h2gis.drivers.gpx.model.AbstractGpxParser
Gives the prepared statement used to store the track points.
getTrkPreparedStmt() - Method in class org.h2gis.drivers.gpx.model.AbstractGpxParser
Gives the prepared statement used to store the track.
getTrkSegmentsPreparedStmt() - Method in class org.h2gis.drivers.gpx.model.AbstractGpxParser
Gives the prepared statement used to store the track segments.
getUID() - Method in class org.h2gis.drivers.osm.OSMElement
 
getUniqueColumnName(String, List<Column>) - Static method in class org.h2gis.drivers.file_table.FileEngine
Compute unique column name among the other columns
getUniqueIndex() - Method in class org.h2gis.drivers.file_table.DummyTable
 
getUniqueIndex() - Method in class org.h2gis.drivers.file_table.H2Table
 
getUser() - Method in class org.h2gis.drivers.osm.OSMElement
The user
getValues() - Method in class org.h2gis.drivers.gpx.model.GPXLine
Gives access to the route or track's values
getValues() - Method in class org.h2gis.drivers.gpx.model.GPXPoint
Gives access to the point's values
getVersion() - Method in class org.h2gis.drivers.gpx.model.AbstractGpxParserDefault
Gives the version number of the GPX document.
getVersion() - Method in class org.h2gis.drivers.gpx.model.GpxPreparser
Gives the version of the gpx file.
getVersion() - Method in class org.h2gis.drivers.osm.OSMElement
 
getVersion() - Method in class org.h2gis.drivers.osm.OSMPreParser
 
getVersion() - Method in class org.h2gis.drivers.shp.internal.ShapefileHeader
 
getVisible() - Method in class org.h2gis.drivers.osm.OSMElement
 
getWptParser() - Method in class org.h2gis.drivers.gpx.model.AbstractGpxParserDefault
Gives the parser used to parse waypoint.
getWptPreparedStmt() - Method in class org.h2gis.drivers.gpx.model.AbstractGpxParser
Get the PreparedStatement of the waypoints table.
GPX - Static variable in class org.h2gis.drivers.gpx.model.GPXTags
 
GPXCoordinate - Class in org.h2gis.drivers.gpx.model
This class is used to convert a waypoint to a coordinate
GPXCoordinate() - Constructor for class org.h2gis.drivers.gpx.model.GPXCoordinate
 
GPXDriverFunction - Class in org.h2gis.drivers.gpx
This class is used to read a GPX file
GPXDriverFunction() - Constructor for class org.h2gis.drivers.gpx.GPXDriverFunction
 
GPXLine - Class in org.h2gis.drivers.gpx.model
This class giving is used to manage route and track data
GPXLine(int) - Constructor for class org.h2gis.drivers.gpx.model.GPXLine
 
GpxMetadata - Class in org.h2gis.drivers.gpx.model
This class stores field information for a standard GPX file.
GpxParser - Class in org.h2gis.drivers.gpx.model
Default parser.
GpxParser() - Constructor for class org.h2gis.drivers.gpx.model.GpxParser
Create a new GPX parser and specify what kind of data must be parsed in the GPX file
GpxParserRte - Class in org.h2gis.drivers.gpx.model
Specific parser for routes.
GpxParserRte(XMLReader, GpxParser) - Constructor for class org.h2gis.drivers.gpx.model.GpxParserRte
Create a new specific parser.
GpxParserTrk - Class in org.h2gis.drivers.gpx.model
Specific parser for tracks.
GpxParserTrk(XMLReader, AbstractGpxParserDefault) - Constructor for class org.h2gis.drivers.gpx.model.GpxParserTrk
Create a new specific parser.
GpxParserWpt - Class in org.h2gis.drivers.gpx.model
Specific parser for waypoints.
GpxParserWpt(XMLReader, GpxParser) - Constructor for class org.h2gis.drivers.gpx.model.GpxParserWpt
Create a new specific parser.
GPXPoint - Class in org.h2gis.drivers.gpx.model
This class gives bvalues for every types of points (waypoint, routepoint and trackpoint).
GPXPoint(int) - Constructor for class org.h2gis.drivers.gpx.model.GPXPoint
 
GpxPreparser - Class in org.h2gis.drivers.gpx.model
GpxPreparser class just reads the document.
GpxPreparser() - Constructor for class org.h2gis.drivers.gpx.model.GpxPreparser
Initializing of the pre-parser.
GPXRead - Class in org.h2gis.drivers.gpx
SQL Function to copy GPX File data into a Table.
GPXRead() - Constructor for class org.h2gis.drivers.gpx.GPXRead
 
GPXTablesFactory - Class in org.h2gis.drivers.gpx.model
A factory to create the tables that are used to import GPX data
GPXTags - Class in org.h2gis.drivers.gpx.model
A class to manage all GPXTags used to parse the GPX and create the tables
GX_CLAMPTOSEAFLOOR - Static variable in class org.h2gis.drivers.kml.AltitudeMode
 
GX_RELATIVETOSEAFLOOR - Static variable in class org.h2gis.drivers.kml.AltitudeMode
 

H

H2Table - Class in org.h2gis.drivers.file_table
A table linked with a FileDriver
H2Table(FileDriver, CreateTableData) - Constructor for class org.h2gis.drivers.file_table.H2Table
 
H2TableIndex - Class in org.h2gis.drivers.file_table
ScanIndex of FileDriver, the key is the row index [1-n].
H2TableIndex(FileDriver, Table, int) - Constructor for class org.h2gis.drivers.file_table.H2TableIndex
Constructor for scan index.
H2TableIndex(FileDriver, Table, int, Column, String) - Constructor for class org.h2gis.drivers.file_table.H2TableIndex
Constructor for primary key index.
HDOP - Static variable in class org.h2gis.drivers.gpx.model.GPXTags
 
HREF - Static variable in class org.h2gis.drivers.gpx.model.GPXTags
 
HREFTITLE - Static variable in class org.h2gis.drivers.gpx.model.GPXTags
 

I

ID - Static variable in class org.h2gis.drivers.gpx.model.GPXTags
 
id - Variable in class org.h2gis.drivers.shp.internal.ShapeType
The integer id of this ShapeType.
importFile(Connection, String, File, ProgressVisitor) - Method in class org.h2gis.drivers.csv.CSVDriverFunction
 
importFile(Connection, String, File, ProgressVisitor) - Method in class org.h2gis.drivers.dbf.DBFDriverFunction
 
importFile(Connection, String, File, ProgressVisitor, String) - Method in class org.h2gis.drivers.dbf.DBFDriverFunction
 
importFile(Connection, String, File, ProgressVisitor) - Method in class org.h2gis.drivers.DriverManager
 
importFile(Connection, String, File, ProgressVisitor) - Method in class org.h2gis.drivers.geojson.GeoJsonDriverFunction
 
importFile(Connection, String, File, ProgressVisitor) - Method in class org.h2gis.drivers.gpx.GPXDriverFunction
 
importFile(Connection, String, File, ProgressVisitor) - Method in class org.h2gis.drivers.kml.KMLDriverFunction
 
importFile(Connection, String, File, ProgressVisitor) - Method in class org.h2gis.drivers.osm.OSMDriverFunction
 
importFile(Connection, String, File, ProgressVisitor) - Method in class org.h2gis.drivers.shp.SHPDriverFunction
 
importFile(Connection, String, File, ProgressVisitor, String) - Method in class org.h2gis.drivers.shp.SHPDriverFunction
 
IndexFile - Class in org.h2gis.drivers.shp.internal
IndexFile parser for .shx files.
IndexFile(FileChannel) - Constructor for class org.h2gis.drivers.shp.internal.IndexFile
Load the index file from the given channel.
init(Session) - Method in class org.h2gis.drivers.file_table.H2Table
Create row index
initDriver(File, DbaseFileHeader) - Method in class org.h2gis.drivers.dbf.internal.DBFDriver
 
initDriver(File, ShapeType, DbaseFileHeader) - Method in class org.h2gis.drivers.shp.internal.SHPDriver
Init Driver for Write mode
initDriverFromFile(File) - Method in class org.h2gis.drivers.dbf.internal.DBFDriver
Init file header for DBF File
initDriverFromFile(File, String) - Method in class org.h2gis.drivers.dbf.internal.DBFDriver
Init file header for DBF File
initDriverFromFile(File) - Method in class org.h2gis.drivers.shp.internal.SHPDriver
Init this driver from existing files, then open theses files.
initDriverFromFile(File, String) - Method in class org.h2gis.drivers.shp.internal.SHPDriver
Init this driver from existing files, then open theses files.
initialise(XMLReader, AbstractGpxParserDefault) - Method in class org.h2gis.drivers.gpx.model.AbstractGpxParserRte
Create a new specific parser.
initialise(XMLReader, AbstractGpxParserDefault) - Method in class org.h2gis.drivers.gpx.model.AbstractGpxParserTrk
Create a new specific parser.
initialise(XMLReader, AbstractGpxParserDefault) - Method in class org.h2gis.drivers.gpx.model.AbstractGpxParserWpt
Create a new specific parser.
insertRow(Object[]) - Method in class org.h2gis.drivers.dbf.internal.DBFDriver
Write a row
insertRow(Object[]) - Method in class org.h2gis.drivers.shp.internal.SHPDriver
 
interpolate(Coordinate, Coordinate, Coordinate) - Static method in class org.h2gis.drivers.utility.CoordinatesUtils
Interpolates a z value (linearly) between the two coordinates.
isCCW(CoordinateSequence) - Static method in class org.h2gis.drivers.shp.internal.PolygonHandler
Computes whether a ring defined by an array of Coordinates is oriented counter-clockwise.
isDeterministic() - Method in class org.h2gis.drivers.file_table.DummyTable
 
isDeterministic() - Method in class org.h2gis.drivers.file_table.H2Table
 
isEOF() - Method in class org.h2gis.drivers.utility.ReadBufferManager
If the current position is at the end of the channel
isLineType() - Method in class org.h2gis.drivers.shp.internal.ShapeType
 
isLockedExclusively() - Method in class org.h2gis.drivers.file_table.DummyTable
 
isLockedExclusively() - Method in class org.h2gis.drivers.file_table.H2Table
 
isMultiPoint() - Method in class org.h2gis.drivers.shp.internal.ShapeType
Is this a multipoint shape?
isMultiPointType() - Method in class org.h2gis.drivers.shp.internal.ShapeType
 
isPoint() - Method in class org.h2gis.drivers.gpx.model.AbstractGpxParserRte
Indicates if we are in a point.
isPoint() - Method in class org.h2gis.drivers.gpx.model.AbstractGpxParserTrk
Indicates if we are in a point.
isPointType() - Method in class org.h2gis.drivers.shp.internal.ShapeType
 
isPolygonType() - Method in class org.h2gis.drivers.shp.internal.ShapeType
 
isRowIdIndex() - Method in class org.h2gis.drivers.file_table.H2TableIndex
 
isSpecificElement() - Method in class org.h2gis.drivers.gpx.model.AbstractGpxParser
Indicates if we are in a specific element (waypoint, route or track).
isSupportedPropertyType(int, String) - Method in class org.h2gis.drivers.geojson.GeoJsonWriteDriver
Return true is the SQL type is supported by the GeoJSON driver.

K

KEYWORDS - Static variable in class org.h2gis.drivers.gpx.model.GPXTags
 
KML_ABSOLUTE - Static variable in class org.h2gis.drivers.kml.AltitudeMode
 
KML_CLAMPTOGROUND - Static variable in class org.h2gis.drivers.kml.AltitudeMode
 
KML_RELATIVETOGROUND - Static variable in class org.h2gis.drivers.kml.AltitudeMode
 
KMLDriverFunction - Class in org.h2gis.drivers.kml
A driver to export spatial table to kml 2.2 file.
KMLDriverFunction() - Constructor for class org.h2gis.drivers.kml.KMLDriverFunction
 
KMLGeometry - Class in org.h2gis.drivers.kml
Tools to convert JTS geometry to KML representation
KMLWrite - Class in org.h2gis.drivers.kml
SQL Function to export a spatial table to a KML file.
KMLWrite() - Constructor for class org.h2gis.drivers.kml.KMLWrite
 
KMLWriterDriver - Class in org.h2gis.drivers.kml
 
KMLWriterDriver(Connection, String, File) - Constructor for class org.h2gis.drivers.kml.KMLWriterDriver
 

L

LAT - Static variable in class org.h2gis.drivers.gpx.model.GPXTags
 
length3D(CoordinateSequence) - Static method in class org.h2gis.drivers.utility.CoordinatesUtils
Computes the length of a linestring specified by a sequence of points.
length3D(Geometry) - Static method in class org.h2gis.drivers.utility.CoordinatesUtils
Returns the 3D length of the geometry
length3D(LineString) - Static method in class org.h2gis.drivers.utility.CoordinatesUtils
Returns the 3D perimeter of a line string.
length3D(Polygon) - Static method in class org.h2gis.drivers.utility.CoordinatesUtils
Returns the 3D perimeter of a polygon
LICENSE - Static variable in class org.h2gis.drivers.gpx.model.GPXTags
 
LINECMT - Static variable in class org.h2gis.drivers.gpx.model.GpxMetadata
 
LINEDESC - Static variable in class org.h2gis.drivers.gpx.model.GpxMetadata
 
LINEEXTENSIONS - Static variable in class org.h2gis.drivers.gpx.model.GpxMetadata
 
LINEID - Static variable in class org.h2gis.drivers.gpx.model.GpxMetadata
 
LINELINK_HREF - Static variable in class org.h2gis.drivers.gpx.model.GpxMetadata
 
LINELINK_HREFTITLE - Static variable in class org.h2gis.drivers.gpx.model.GpxMetadata
 
LINENAME - Static variable in class org.h2gis.drivers.gpx.model.GpxMetadata
 
LINENUMBER - Static variable in class org.h2gis.drivers.gpx.model.GpxMetadata
 
LINESRC - Static variable in class org.h2gis.drivers.gpx.model.GpxMetadata
 
LINETYPE - Static variable in class org.h2gis.drivers.gpx.model.GpxMetadata
 
LINK - Static variable in class org.h2gis.drivers.gpx.model.GPXTags
 
lock(Session, boolean, boolean) - Method in class org.h2gis.drivers.file_table.DummyTable
 
lock(Session, boolean, boolean) - Method in class org.h2gis.drivers.file_table.H2Table
 
LON - Static variable in class org.h2gis.drivers.gpx.model.GPXTags
 

M

MAGIC - Static variable in class org.h2gis.drivers.shp.internal.ShapefileHeader
 
MAGVAR - Static variable in class org.h2gis.drivers.gpx.model.GPXTags
 
MAXLAT - Static variable in class org.h2gis.drivers.gpx.model.GPXTags
 
MAXLON - Static variable in class org.h2gis.drivers.gpx.model.GPXTags
 
maxX() - Method in class org.h2gis.drivers.shp.internal.ShapefileHeader
 
maxY() - Method in class org.h2gis.drivers.shp.internal.ShapefileHeader
 
MINLAT - Static variable in class org.h2gis.drivers.gpx.model.GPXTags
 
MINLON - Static variable in class org.h2gis.drivers.gpx.model.GPXTags
 
minX() - Method in class org.h2gis.drivers.shp.internal.ShapefileHeader
 
minY() - Method in class org.h2gis.drivers.shp.internal.ShapefileHeader
 
MultiLineHandler - Class in org.h2gis.drivers.shp.internal
The default JTS handler for shapefile.
MultiLineHandler() - Constructor for class org.h2gis.drivers.shp.internal.MultiLineHandler
Create a MultiLineHandler for ShapeType.ARC
MultiLineHandler(ShapeType) - Constructor for class org.h2gis.drivers.shp.internal.MultiLineHandler
Create a MultiLineHandler for one of:
ShapeType.ARC,ShapeType.ARCM,ShapeType.ARCZ
MULTIPOINT - Static variable in class org.h2gis.drivers.shp.internal.ShapeType
Represents a MultiPoint shape (id = 8).
MultiPointHandler - Class in org.h2gis.drivers.shp.internal
 
MultiPointHandler() - Constructor for class org.h2gis.drivers.shp.internal.MultiPointHandler
Creates new MultiPointHandler
MultiPointHandler(ShapeType) - Constructor for class org.h2gis.drivers.shp.internal.MultiPointHandler
 
MULTIPOINTM - Static variable in class org.h2gis.drivers.shp.internal.ShapeType
Represents a MultiPointZ shape (id = 28).
MULTIPOINTZ - Static variable in class org.h2gis.drivers.shp.internal.ShapeType
Represents a MultiPointZ shape (id = 18).

N

NAME - Static variable in class org.h2gis.drivers.gpx.model.GPXTags
 
name - Variable in class org.h2gis.drivers.shp.internal.ShapeType
The human-readable name for this ShapeType.
needRebuild() - Method in class org.h2gis.drivers.file_table.DummyIndex
 
needRebuild() - Method in class org.h2gis.drivers.file_table.H2TableIndex
 
NODEFIELDCOUNT - Static variable in class org.h2gis.drivers.osm.OSMTags
 
NodeOSMElement - Class in org.h2gis.drivers.osm
A class to manage the node element properties.
NodeOSMElement(double, double) - Constructor for class org.h2gis.drivers.osm.NodeOSMElement
Constructor
NONE - Static variable in class org.h2gis.drivers.kml.AltitudeMode
 
NULL - Static variable in class org.h2gis.drivers.shp.internal.ShapeType
Represents a Null shape (id = 0).
NUMBER - Static variable in class org.h2gis.drivers.gpx.model.GPXTags
 

O

openFile(Connection, String, String) - Static method in class org.h2gis.drivers.DriverManager
Create a new table
order(ByteOrder) - Method in class org.h2gis.drivers.utility.ReadBufferManager
Specifies the byte order.
order(ByteOrder) - Method in class org.h2gis.drivers.utility.WriteBufferManager
Specifies the byte order.
org.h2gis.drivers - package org.h2gis.drivers
 
org.h2gis.drivers.csv - package org.h2gis.drivers.csv
 
org.h2gis.drivers.dbf - package org.h2gis.drivers.dbf
 
org.h2gis.drivers.dbf.internal - package org.h2gis.drivers.dbf.internal
DBF Internal package, DBF utility not related with SQL packages.
org.h2gis.drivers.file_table - package org.h2gis.drivers.file_table
 
org.h2gis.drivers.geojson - package org.h2gis.drivers.geojson
 
org.h2gis.drivers.gpx - package org.h2gis.drivers.gpx
 
org.h2gis.drivers.gpx.model - package org.h2gis.drivers.gpx.model
 
org.h2gis.drivers.kml - package org.h2gis.drivers.kml
 
org.h2gis.drivers.osm - package org.h2gis.drivers.osm
 
org.h2gis.drivers.shp - package org.h2gis.drivers.shp
 
org.h2gis.drivers.shp.internal - package org.h2gis.drivers.shp.internal
 
org.h2gis.drivers.utility - package org.h2gis.drivers.utility
 
OSMDriverFunction - Class in org.h2gis.drivers.osm
 
OSMDriverFunction() - Constructor for class org.h2gis.drivers.osm.OSMDriverFunction
 
OSMElement - Class in org.h2gis.drivers.osm
A class to manage all common element properties.
OSMElement() - Constructor for class org.h2gis.drivers.osm.OSMElement
 
OSMParser - Class in org.h2gis.drivers.osm
Parse an OSM file and store the elements into a database.
OSMParser() - Constructor for class org.h2gis.drivers.osm.OSMParser
 
OSMPreParser - Class in org.h2gis.drivers.osm
OSMPreParser class just reads the document.
OSMPreParser() - Constructor for class org.h2gis.drivers.osm.OSMPreParser
Initializing of the pre-parser.
OSMRead - Class in org.h2gis.drivers.osm
SQL Function to copy OSM File data into a set of tables.
OSMRead() - Constructor for class org.h2gis.drivers.osm.OSMRead
 
OSMTablesFactory - Class in org.h2gis.drivers.osm
Class to create the tables to import osm data An OSM file is stored in 10 tables
OSMTags - Class in org.h2gis.drivers.osm
Commons elments used by the OSM format
OSMTags() - Constructor for class org.h2gis.drivers.osm.OSMTags
 

P

PDOP - Static variable in class org.h2gis.drivers.gpx.model.GPXTags
 
PK_COLUMN_NAME - Static variable in class org.h2gis.drivers.file_table.H2TableIndex
 
POINT - Static variable in class org.h2gis.drivers.shp.internal.ShapeType
Represents a Point shape (id = 1).
PointHandler - Class in org.h2gis.drivers.shp.internal
Wrapper for a Shapefile point.
PointHandler(ShapeType) - Constructor for class org.h2gis.drivers.shp.internal.PointHandler
 
PointHandler() - Constructor for class org.h2gis.drivers.shp.internal.PointHandler
 
POINTM - Static variable in class org.h2gis.drivers.shp.internal.ShapeType
Represents a PointM shape (id = 21).
POINTZ - Static variable in class org.h2gis.drivers.shp.internal.ShapeType
Represents a PointZ shape (id = 11).
POLYGON - Static variable in class org.h2gis.drivers.shp.internal.ShapeType
Represents a Polygon shape (id = 5).
PolygonHandler - Class in org.h2gis.drivers.shp.internal
Wrapper for a Shapefile polygon.
PolygonHandler() - Constructor for class org.h2gis.drivers.shp.internal.PolygonHandler
 
PolygonHandler(ShapeType) - Constructor for class org.h2gis.drivers.shp.internal.PolygonHandler
 
POLYGONM - Static variable in class org.h2gis.drivers.shp.internal.ShapeType
Represents a PolygonM shape (id = 25).
POLYGONZ - Static variable in class org.h2gis.drivers.shp.internal.ShapeType
Represents a PolygonZ shape (id = 15).
pop() - Method in class org.h2gis.drivers.gpx.model.StringStack
Removes the last string of the stack.
position(long) - Method in class org.h2gis.drivers.utility.ReadBufferManager
Moves the current position to the specified one
PTAGEOFDGPSDATA - Static variable in class org.h2gis.drivers.gpx.model.GpxMetadata
 
PTCMT - Static variable in class org.h2gis.drivers.gpx.model.GpxMetadata
 
PTDESC - Static variable in class org.h2gis.drivers.gpx.model.GpxMetadata
 
PTDGPSID - Static variable in class org.h2gis.drivers.gpx.model.GpxMetadata
 
PTELE - Static variable in class org.h2gis.drivers.gpx.model.GpxMetadata
 
PTEXTENSIONS - Static variable in class org.h2gis.drivers.gpx.model.GpxMetadata
 
PTFIX - Static variable in class org.h2gis.drivers.gpx.model.GpxMetadata
 
PTGEOIDWEIGHT - Static variable in class org.h2gis.drivers.gpx.model.GpxMetadata
 
PTHDOP - Static variable in class org.h2gis.drivers.gpx.model.GpxMetadata
 
PTID - Static variable in class org.h2gis.drivers.gpx.model.GpxMetadata
 
PTLAT - Static variable in class org.h2gis.drivers.gpx.model.GpxMetadata
 
PTLINK - Static variable in class org.h2gis.drivers.gpx.model.GpxMetadata
 
PTLINKTEXT - Static variable in class org.h2gis.drivers.gpx.model.GpxMetadata
 
PTLON - Static variable in class org.h2gis.drivers.gpx.model.GpxMetadata
 
PTMAGVAR - Static variable in class org.h2gis.drivers.gpx.model.GpxMetadata
 
PTNAME - Static variable in class org.h2gis.drivers.gpx.model.GpxMetadata
 
PTPDOP - Static variable in class org.h2gis.drivers.gpx.model.GpxMetadata
 
PTSAT - Static variable in class org.h2gis.drivers.gpx.model.GpxMetadata
 
PTSRC - Static variable in class org.h2gis.drivers.gpx.model.GpxMetadata
 
PTSYM - Static variable in class org.h2gis.drivers.gpx.model.GpxMetadata
 
PTTIME - Static variable in class org.h2gis.drivers.gpx.model.GpxMetadata
 
PTTYPE - Static variable in class org.h2gis.drivers.gpx.model.GpxMetadata
 
PTVDOP - Static variable in class org.h2gis.drivers.gpx.model.GpxMetadata
 
push(String) - Method in class org.h2gis.drivers.gpx.model.StringStack
Puts string in the stack.
put(byte) - Method in class org.h2gis.drivers.utility.WriteBufferManager
Puts the specified byte at the current position
put(byte[]) - Method in class org.h2gis.drivers.utility.WriteBufferManager
Puts the specified bytes at the current position
putDouble(double) - Method in class org.h2gis.drivers.utility.WriteBufferManager
Puts the specified double at the current position
putInt(int) - Method in class org.h2gis.drivers.utility.WriteBufferManager
Puts the specified int at the current position

R

read(Connection, String, String) - Static method in class org.h2gis.drivers.dbf.DBFRead
 
read(Connection, String, String, String) - Static method in class org.h2gis.drivers.dbf.DBFRead
 
read(ProgressVisitor) - Method in class org.h2gis.drivers.geojson.GeoJsonReaderDriver
Read the GeoJSON file.
read(File, String, Connection) - Method in class org.h2gis.drivers.gpx.model.AbstractGpxParserDefault
Reads the document and parses it.
read(File) - Method in class org.h2gis.drivers.gpx.model.GpxPreparser
Reads the document and pre-parses it.
read(Connection, String, File, ProgressVisitor) - Method in class org.h2gis.drivers.osm.OSMParser
Read the OSM file and create its corresponding tables.
read(File) - Method in class org.h2gis.drivers.osm.OSMPreParser
Reads the document and pre-parses it.
read(ReadBufferManager, ShapeType) - Method in class org.h2gis.drivers.shp.internal.MultiLineHandler
 
read(ReadBufferManager, ShapeType) - Method in class org.h2gis.drivers.shp.internal.MultiPointHandler
 
read(ReadBufferManager, ShapeType) - Method in class org.h2gis.drivers.shp.internal.PointHandler
 
read(ReadBufferManager, ShapeType) - Method in class org.h2gis.drivers.shp.internal.PolygonHandler
 
read(ByteBuffer) - Method in class org.h2gis.drivers.shp.internal.ShapefileHeader
 
read(ReadBufferManager, ShapeType) - Method in interface org.h2gis.drivers.shp.internal.ShapeHandler
Read a geometry from the ByteBuffer.
ReadBufferManager - Class in org.h2gis.drivers.utility
 
ReadBufferManager(FileChannel) - Constructor for class org.h2gis.drivers.utility.ReadBufferManager
Instantiates a ReadBufferManager to read the specified channel
ReadBufferManager(FileChannel, int) - Constructor for class org.h2gis.drivers.utility.ReadBufferManager
Instantiates a ReadBufferManager to read the specified channel.
readGeoJson(Connection, String, String) - Static method in class org.h2gis.drivers.geojson.GeoJsonRead
Read the GeoJSON file.
readGPX(Connection, String, String) - Static method in class org.h2gis.drivers.gpx.GPXRead
Copy data from GPX File into a new table in specified connection.
readGPX(Connection, String) - Static method in class org.h2gis.drivers.gpx.GPXRead
Copy data from GPX File into a new table in specified connection.
readHeader(FileChannel, String) - Method in class org.h2gis.drivers.dbf.internal.DbaseFileHeader
Read the header data from the DBF file.
readHeader(ReadableByteChannel) - Static method in class org.h2gis.drivers.shp.internal.ShapefileReader
A short cut for reading the header from the given channel.
readOSM(Connection, String, String) - Static method in class org.h2gis.drivers.osm.OSMRead
 
readOSM(Connection, String) - Static method in class org.h2gis.drivers.osm.OSMRead
 
readShape(Connection, String, String, String) - Static method in class org.h2gis.drivers.shp.SHPRead
Copy data from Shape File into a new table in specified connection.
readShape(Connection, String, String) - Static method in class org.h2gis.drivers.shp.SHPRead
Copy data from Shape File into a new table in specified connection.
readShape(Connection, String) - Static method in class org.h2gis.drivers.shp.SHPRead
Copy data from Shape File into a new table in specified connection.
remaining() - Method in class org.h2gis.drivers.utility.ReadBufferManager
Gets the number of remaining bytes in the current file, starting from the current position
remove(Session, Row) - Method in class org.h2gis.drivers.file_table.DummyIndex
 
remove(Session) - Method in class org.h2gis.drivers.file_table.DummyIndex
 
remove(Session, Row) - Method in class org.h2gis.drivers.file_table.H2TableIndex
 
remove(Session) - Method in class org.h2gis.drivers.file_table.H2TableIndex
 
removeColumn(String) - Method in class org.h2gis.drivers.dbf.internal.DbaseFileHeader
Remove a column from this DbaseFileHeader.
removeRow(Session, Row) - Method in class org.h2gis.drivers.file_table.DummyTable
 
removeRow(Session, Row) - Method in class org.h2gis.drivers.file_table.H2Table
 
RTE - Static variable in class org.h2gis.drivers.gpx.model.GPXTags
 
RTEFIELDCOUNT - Static variable in class org.h2gis.drivers.gpx.model.GpxMetadata
 
RTEPT - Static variable in class org.h2gis.drivers.gpx.model.GPXTags
 
RTEPT_RTEID - Static variable in class org.h2gis.drivers.gpx.model.GpxMetadata
 
RTEPTFIELDCOUNT - Static variable in class org.h2gis.drivers.gpx.model.GpxMetadata
 

S

SAT - Static variable in class org.h2gis.drivers.gpx.model.GPXTags
 
setAgeofdgpsdata(StringBuilder) - Method in class org.h2gis.drivers.gpx.model.GPXPoint
Set number of seconds since last DGPS update for a point.
setAttribute(String, StringBuilder) - Method in class org.h2gis.drivers.gpx.model.GPXLine
Set an attribute for a line.
setAttribute(String, StringBuilder) - Method in class org.h2gis.drivers.gpx.model.GPXPoint
Set an attribute for a point.
setAuthorLink(String) - Method in class org.h2gis.drivers.gpx.model.AbstractGpxParserDefault
Set the link related to the author of the ducument.
setAuthorLinkText(String) - Method in class org.h2gis.drivers.gpx.model.AbstractGpxParserDefault
Set the description of the link related to the author.
setAuthorName(String) - Method in class org.h2gis.drivers.gpx.model.AbstractGpxParserDefault
Set the name of the author of the document.
setChangeset(String) - Method in class org.h2gis.drivers.osm.OSMElement
 
setCmt(StringBuilder) - Method in class org.h2gis.drivers.gpx.model.GPXLine
Set the comment of a route or a track.
setCmt(StringBuilder) - Method in class org.h2gis.drivers.gpx.model.GPXPoint
Set the comment of a point.
setContentBuffer(StringBuilder) - Method in class org.h2gis.drivers.gpx.model.AbstractGpxParser
Set the contentBuffer.
setCurrentElement(String) - Method in class org.h2gis.drivers.gpx.model.AbstractGpxParser
Set the string representing the value of the element which is being parsed.
setCurrentLine(GPXLine) - Method in class org.h2gis.drivers.gpx.model.AbstractGpxParser
Set the line which will be parsed.
setCurrentPoint(GPXPoint) - Method in class org.h2gis.drivers.gpx.model.AbstractGpxParser
Set the point which will be parsed.
setCurrentSegment(GPXLine) - Method in class org.h2gis.drivers.gpx.model.AbstractGpxParser
Set the segment which will be parsed.
setDesc(StringBuilder) - Method in class org.h2gis.drivers.gpx.model.GPXLine
Set the description of a route or a track.
setDesc(StringBuilder) - Method in class org.h2gis.drivers.gpx.model.GPXPoint
Set the description of a point.
setDgpsid(StringBuilder) - Method in class org.h2gis.drivers.gpx.model.GPXPoint
Set ID of DGPS station used in differential correction for a point.
setElementNames(StringStack) - Method in class org.h2gis.drivers.gpx.model.AbstractGpxParser
Set the actual StringStack elementNames
setElevation(StringBuilder) - Method in class org.h2gis.drivers.gpx.model.GPXPoint
Set the elevation (in meters) of a point.
setElevation(double) - Method in class org.h2gis.drivers.osm.NodeOSMElement
 
setEmail(String) - Method in class org.h2gis.drivers.gpx.model.AbstractGpxParserDefault
Set the email of the author of the document.
setEncoding(String) - Method in class org.h2gis.drivers.dbf.internal.DbaseFileHeader
Set file encoding
setExtensions() - Method in class org.h2gis.drivers.gpx.model.GPXLine
Set extentions of a route or a track to true.
setExtensions() - Method in class org.h2gis.drivers.gpx.model.GPXPoint
Set extentions of a point to true.
setFix(StringBuilder) - Method in class org.h2gis.drivers.gpx.model.GPXPoint
Set the type of GPX fix used for a point.
setGeoidheight(StringBuilder) - Method in class org.h2gis.drivers.gpx.model.GPXPoint
Set the height (in meters) of geoid (mean sea level) above WGS84 earth ellipsoid of a point.
setGeometry(Geometry) - Method in class org.h2gis.drivers.gpx.model.GPXLine
Set the geometry of a route or a track.
setGeometryFieldIndex(int) - Method in class org.h2gis.drivers.shp.internal.SHPDriver
 
setHandler(ShapeHandler) - Method in class org.h2gis.drivers.shp.internal.ShapefileReader
 
setHdop(StringBuilder) - Method in class org.h2gis.drivers.gpx.model.GPXPoint
Set the horizontal dilution of precision of a point.
setId(String) - Method in class org.h2gis.drivers.osm.OSMElement
Set an id to the element
setLink(String) - Method in class org.h2gis.drivers.gpx.model.AbstractGpxParserDefault
Set the link related to the document.
setLink(Attributes) - Method in class org.h2gis.drivers.gpx.model.GPXLine
Set a link to additional information about the route or the track.
setLink(StringBuilder) - Method in class org.h2gis.drivers.gpx.model.GPXLine
Set a link to additional information about the route or the track.
setLink(Attributes) - Method in class org.h2gis.drivers.gpx.model.GPXPoint
Set a link to additional information about the point.
setLink(StringBuilder) - Method in class org.h2gis.drivers.gpx.model.GPXPoint
Set a link to additional information about the point.
setLinkText(String) - Method in class org.h2gis.drivers.gpx.model.AbstractGpxParserDefault
Set the description of hte document link.
setLinkText(StringBuilder) - Method in class org.h2gis.drivers.gpx.model.GPXLine
Set a text of hyperlink given in link.
setLinkText(StringBuilder) - Method in class org.h2gis.drivers.gpx.model.GPXPoint
Set a text of hyperlink given in link.
setMagvar(StringBuilder) - Method in class org.h2gis.drivers.gpx.model.GPXPoint
Set the Magnetic variation (in degrees) of a point.
setName(String) - Method in class org.h2gis.drivers.gpx.model.AbstractGpxParserDefault
Set the name of the document.
setName(StringBuilder) - Method in class org.h2gis.drivers.gpx.model.GPXLine
Set the name of a route or a track.
setName(StringBuilder) - Method in class org.h2gis.drivers.gpx.model.GPXPoint
Set the name of a point.
setName(String) - Method in class org.h2gis.drivers.osm.OSMElement
 
setNumber(StringBuilder) - Method in class org.h2gis.drivers.gpx.model.GPXLine
Set the GPS number to additional information about the route or the track.
setNumRecords(int) - Method in class org.h2gis.drivers.dbf.internal.DbaseFileHeader
Set the number of records in the file
setParent(AbstractGpxParserDefault) - Method in class org.h2gis.drivers.gpx.model.AbstractGpxParserRte
Set the parent of this specific parser.
setParent(AbstractGpxParserDefault) - Method in class org.h2gis.drivers.gpx.model.AbstractGpxParserTrk
Set the parent of this specific parser.
setParent(AbstractGpxParserDefault) - Method in class org.h2gis.drivers.gpx.model.AbstractGpxParserWpt
Set the parent of this specific parser.
setPdop(StringBuilder) - Method in class org.h2gis.drivers.gpx.model.GPXPoint
Set the position dilution of precision of a point.
setReader(XMLReader) - Method in class org.h2gis.drivers.gpx.model.AbstractGpxParser
Set the XMLReader used to parse the document.
setRteList(List<Coordinate>) - Method in class org.h2gis.drivers.gpx.model.AbstractGpxParserRte
Set the list corresponding to the points' coordinates of the actual route.
setRteParser(AbstractGpxParserRte) - Method in class org.h2gis.drivers.gpx.model.AbstractGpxParserDefault
Set the parser used to parse routes.
setRtePreparedStmt(PreparedStatement) - Method in class org.h2gis.drivers.gpx.model.AbstractGpxParser
Set the PreparedStatement of the route table.
setRteptPreparedStmt(PreparedStatement) - Method in class org.h2gis.drivers.gpx.model.AbstractGpxParser
Set the PreparedStatement of the route points table.
setSat(StringBuilder) - Method in class org.h2gis.drivers.gpx.model.GPXPoint
Set the number of satellites used to calculate the GPX fix for a point.
setSpecificElement(boolean) - Method in class org.h2gis.drivers.gpx.model.AbstractGpxParser
Set the indicator to know if we are in a specific element.
setSrc(StringBuilder) - Method in class org.h2gis.drivers.gpx.model.GPXLine
Set the source of data of a route or a track.
setSrc(StringBuilder) - Method in class org.h2gis.drivers.gpx.model.GPXPoint
Set the source of data of a point.
setSym(StringBuilder) - Method in class org.h2gis.drivers.gpx.model.GPXPoint
Set the GPS symbol name of a point.
setTime(StringBuilder) - Method in class org.h2gis.drivers.gpx.model.GPXPoint
Creation/modification timestamp for element.
setTimestamp(String) - Method in class org.h2gis.drivers.osm.OSMElement
 
setTrkList(List<LineString>) - Method in class org.h2gis.drivers.gpx.model.AbstractGpxParserTrk
Set the list corresponding to the segments' list of coordinates of the actual track.
setTrkParser(AbstractGpxParserTrk) - Method in class org.h2gis.drivers.gpx.model.AbstractGpxParserDefault
Set the parser used to parse the track
setTrkPointsPreparedStmt(PreparedStatement) - Method in class org.h2gis.drivers.gpx.model.AbstractGpxParser
Set the prepared statement used to store the track points.
setTrkPreparedStmt(PreparedStatement) - Method in class org.h2gis.drivers.gpx.model.AbstractGpxParser
Set the prepared statement used to store the track.
setTrksegList(List<Coordinate>) - Method in class org.h2gis.drivers.gpx.model.AbstractGpxParserTrk
Set the list corresponding to the points' coordinates of the actual track segment.
setTrkSegmentsPreparedStmt(PreparedStatement) - Method in class org.h2gis.drivers.gpx.model.AbstractGpxParser
Set the prepared statement used to store the track segments.
setType(StringBuilder) - Method in class org.h2gis.drivers.gpx.model.GPXLine
Set the type (classification) of a route or a track.
setType(StringBuilder) - Method in class org.h2gis.drivers.gpx.model.GPXPoint
Set the type (classification) of a point.
setUid(String) - Method in class org.h2gis.drivers.osm.OSMElement
 
setUser(String) - Method in class org.h2gis.drivers.osm.OSMElement
 
setValue(int, Object) - Method in class org.h2gis.drivers.gpx.model.GPXLine
Set an object in corresponding index.
setValue(int, Object) - Method in class org.h2gis.drivers.gpx.model.GPXPoint
Set a Value in corresponding index.
setVdop(StringBuilder) - Method in class org.h2gis.drivers.gpx.model.GPXPoint
Set the vertical dilution of precision of a point.
setVersion(String) - Method in class org.h2gis.drivers.osm.OSMElement
 
setVisible(String) - Method in class org.h2gis.drivers.osm.OSMElement
 
setWptParser(AbstractGpxParserWpt) - Method in class org.h2gis.drivers.gpx.model.AbstractGpxParserDefault
Set the parser used to parse waypoint.
setWptPreparedStmt(PreparedStatement) - Method in class org.h2gis.drivers.gpx.model.AbstractGpxParser
Set the PreparedStatement of the waypoints table.
ShapefileException - Exception in org.h2gis.drivers.shp.internal
Thrown when an error relating to the shapefile occures
ShapefileException(String) - Constructor for exception org.h2gis.drivers.shp.internal.ShapefileException
 
ShapefileException(String, Throwable) - Constructor for exception org.h2gis.drivers.shp.internal.ShapefileException
 
ShapefileHeader - Class in org.h2gis.drivers.shp.internal
 
ShapefileHeader() - Constructor for class org.h2gis.drivers.shp.internal.ShapefileHeader
 
ShapefileReader - Class in org.h2gis.drivers.shp.internal
The general use of this class is: FileChannel in = new FileInputStream("thefile.dbf").getChannel(); ShapefileReader r = new ShapefileReader( in ) while (r.hasNext()) { Geometry shape = (Geometry) r.nextRecord().shape() // do stuff } r.close(); You don't have to immediately ask for the shape from the record.
ShapefileReader(FileChannel) - Constructor for class org.h2gis.drivers.shp.internal.ShapefileReader
Creates a new instance of ShapeFile.
ShapefileWriter - Class in org.h2gis.drivers.shp.internal
ShapefileWriter allows for the storage of geometries in esris shp format.
ShapefileWriter(FileChannel, FileChannel) - Constructor for class org.h2gis.drivers.shp.internal.ShapefileWriter
Creates a new instance of ShapeFileWriter
ShapeHandler - Interface in org.h2gis.drivers.shp.internal
A ShapeHandler defines what is needed to construct and persist geometries based upon the shapefile specification.
ShapeType - Class in org.h2gis.drivers.shp.internal
Not much but a type safe enumeration of file types as ints and names.
ShapeType(int, String) - Constructor for class org.h2gis.drivers.shp.internal.ShapeType
Creates a new instance of ShapeType.
SHPDriver - Class in org.h2gis.drivers.shp.internal
Merge ShapeFileReader and DBFReader.
SHPDriver() - Constructor for class org.h2gis.drivers.shp.internal.SHPDriver
 
SHPDriverFunction - Class in org.h2gis.drivers.shp
Read/Write Shape files
SHPDriverFunction() - Constructor for class org.h2gis.drivers.shp.SHPDriverFunction
 
SHPEngine - Class in org.h2gis.drivers.shp
SHP Table factory.
SHPEngine() - Constructor for class org.h2gis.drivers.shp.SHPEngine
 
SHPRead - Class in org.h2gis.drivers.shp
SQL Function to copy Shape File data into a Table.
SHPRead() - Constructor for class org.h2gis.drivers.shp.SHPRead
 
SHPWrite - Class in org.h2gis.drivers.shp
SQL Function to read a table and write it into a shape file.
SHPWrite() - Constructor for class org.h2gis.drivers.shp.SHPWrite
 
skip(int) - Method in class org.h2gis.drivers.utility.ReadBufferManager
skips the specified number of bytes from the current position in the channel
SRC - Static variable in class org.h2gis.drivers.gpx.model.GPXTags
 
ST_AsGeoJSON - Class in org.h2gis.drivers.geojson
Transform a JTS geometry to a GeoJSON geometry representation.
ST_AsGeoJSON() - Constructor for class org.h2gis.drivers.geojson.ST_AsGeoJSON
 
ST_AsKml - Class in org.h2gis.drivers.kml
Convert a JTS geometry to a KML geometry representation.
ST_AsKml() - Constructor for class org.h2gis.drivers.kml.ST_AsKml
 
ST_OSMDownloader - Class in org.h2gis.drivers.osm
This function is used to download data from the osm api using a bounding box.
ST_OSMDownloader() - Constructor for class org.h2gis.drivers.osm.ST_OSMDownloader
 
startElement(String, String, String, Attributes) - Method in class org.h2gis.drivers.gpx.model.AbstractGpxParserDefault
Fires whenever an XML start markup is encountered.
startElement(String, String, String, Attributes) - Method in class org.h2gis.drivers.gpx.model.AbstractGpxParserRte
Fires whenever an XML start markup is encountered.
startElement(String, String, String, Attributes) - Method in class org.h2gis.drivers.gpx.model.AbstractGpxParserTrk
Fires whenever an XML start markup is encountered.
startElement(String, String, String, Attributes) - Method in class org.h2gis.drivers.gpx.model.AbstractGpxParserWpt
Fires whenever an XML start markup is encountered.
startElement(String, String, String, Attributes) - Method in class org.h2gis.drivers.gpx.model.GpxParser
Fires whenever an XML start markup is encountered.
startElement(String, String, String, Attributes) - Method in class org.h2gis.drivers.gpx.model.GpxParserRte
Fires whenever an XML start markup is encountered.
startElement(String, String, String, Attributes) - Method in class org.h2gis.drivers.gpx.model.GpxParserTrk
Fires whenever an XML start markup is encountered.
startElement(String, String, String, Attributes) - Method in class org.h2gis.drivers.gpx.model.GpxParserWpt
Fires whenever an XML start markup is encountered.
startElement(String, String, String, Attributes) - Method in class org.h2gis.drivers.gpx.model.GpxPreparser
Fires whenever an XML start markup is encountered.
startElement(String, String, String, Attributes) - Method in class org.h2gis.drivers.osm.OSMParser
 
startElement(String, String, String, Attributes) - Method in class org.h2gis.drivers.osm.OSMPreParser
Fires whenever an XML start markup is encountered.
StringStack - Class in org.h2gis.drivers.gpx.model
This class is a stack to keep in memory the structure of the GPX file.
StringStack(int) - Constructor for class org.h2gis.drivers.gpx.model.StringStack
Instantiates a StringStack with chosen max size.
STRINGSTACK_SIZE - Static variable in class org.h2gis.drivers.gpx.model.AbstractGpxParserDefault
 
SYM - Static variable in class org.h2gis.drivers.gpx.model.GPXTags
 

T

TAG_LOCATION - Enum in org.h2gis.drivers.osm
A class to specify the category of the element.
TEXT - Static variable in class org.h2gis.drivers.gpx.model.GPXTags
 
THE_GEOM - Static variable in class org.h2gis.drivers.gpx.model.GpxMetadata
 
TIME - Static variable in class org.h2gis.drivers.gpx.model.GPXTags
 
TIMESTAMP - Static variable in class org.h2gis.drivers.osm.OSMTags
 
toGeojson(Geometry) - Static method in class org.h2gis.drivers.geojson.ST_AsGeoJSON
Convert the geometry to a GeoJSON representation.
toGeojsonCoordinate(Coordinate, StringBuilder) - Static method in class org.h2gis.drivers.geojson.ST_AsGeoJSON
Convert a JTS coordinate to a GeoJSON representation.
toGeojsonCoordinates(Coordinate[], StringBuilder) - Static method in class org.h2gis.drivers.geojson.ST_AsGeoJSON
Convert a jts array of coordinates to a GeoJSON coordinates representation.
toGeoJsonEnvelope(Envelope) - Method in class org.h2gis.drivers.geojson.ST_AsGeoJSON
Convert a JTS Envelope to a GeoJSON representation.
toGeojsonGeometry(Geometry, StringBuilder) - Static method in class org.h2gis.drivers.geojson.ST_AsGeoJSON
Transform a JTS geometry to a GeoJSON representation.
toGeojsonGeometryCollection(GeometryCollection, StringBuilder) - Static method in class org.h2gis.drivers.geojson.ST_AsGeoJSON
A GeoJSON object with type "GeometryCollection" is a geometry object which represents a collection of geometry objects.
toGeojsonLineString(LineString, StringBuilder) - Static method in class org.h2gis.drivers.geojson.ST_AsGeoJSON
Coordinates of LineString are an array of positions.
toGeojsonMultiLineString(MultiLineString, StringBuilder) - Static method in class org.h2gis.drivers.geojson.ST_AsGeoJSON
Coordinates of a MultiLineString are an array of LineString coordinate arrays.
toGeojsonMultiPoint(MultiPoint, StringBuilder) - Static method in class org.h2gis.drivers.geojson.ST_AsGeoJSON
Coordinates of a MultiPoint are an array of positions.
toGeojsonMultiPolygon(MultiPolygon, StringBuilder) - Static method in class org.h2gis.drivers.geojson.ST_AsGeoJSON
Coordinates of a MultiPolygon are an array of Polygon coordinate arrays.
toGeojsonPoint(Point, StringBuilder) - Static method in class org.h2gis.drivers.geojson.ST_AsGeoJSON
For type "Point", the "coordinates" member must be a single position.
toGeojsonPolygon(Polygon, StringBuilder) - Static method in class org.h2gis.drivers.geojson.ST_AsGeoJSON
Coordinates of a Polygon are an array of LinearRing coordinate arrays.
toKml(Geometry) - Static method in class org.h2gis.drivers.kml.ST_AsKml
Generate a KML geometry
toKml(Geometry, boolean, int) - Static method in class org.h2gis.drivers.kml.ST_AsKml
Generates a KML geometry.
toKMLGeometry(Geometry, StringBuilder) - Static method in class org.h2gis.drivers.kml.KMLGeometry
Convert JTS geometry to a kml geometry representation.
toKMLGeometry(Geometry, ExtrudeMode, int, StringBuilder) - Static method in class org.h2gis.drivers.kml.KMLGeometry
Convert JTS geometry to a kml geometry representation.
toKMLLinearRing(LineString, ExtrudeMode, int, StringBuilder) - Static method in class org.h2gis.drivers.kml.KMLGeometry
Defines a closed line string, typically the outer boundary of a Polygon.
toKMLLineString(LineString, ExtrudeMode, int, StringBuilder) - Static method in class org.h2gis.drivers.kml.KMLGeometry
Defines a connected set of line segments.
toKMLMultiGeometry(GeometryCollection, ExtrudeMode, int, StringBuilder) - Static method in class org.h2gis.drivers.kml.KMLGeometry
A container for zero or more geometry primitives associated with the same feature.
toKMLPoint(Point, ExtrudeMode, int, StringBuilder) - Static method in class org.h2gis.drivers.kml.KMLGeometry
A geographic location defined by longitude, latitude, and (optional) altitude.
toKMLPolygon(Polygon, ExtrudeMode, int, StringBuilder) - Static method in class org.h2gis.drivers.kml.KMLGeometry
A Polygon is defined by an outer boundary and 0 or more inner boundaries.
toString() - Method in class org.h2gis.drivers.dbf.internal.DbaseFileHeader
Get a simple representation of this header.
toString() - Method in class org.h2gis.drivers.shp.internal.ShapefileHeader
 
toString() - Method in class org.h2gis.drivers.shp.internal.ShapeType
Get the name of this ShapeType.
TRK - Static variable in class org.h2gis.drivers.gpx.model.GPXTags
 
TRKFIELDCOUNT - Static variable in class org.h2gis.drivers.gpx.model.GpxMetadata
 
TRKPT - Static variable in class org.h2gis.drivers.gpx.model.GPXTags
 
TRKPT_TRKSEGID - Static variable in class org.h2gis.drivers.gpx.model.GpxMetadata
 
TRKPTFIELDCOUNT - Static variable in class org.h2gis.drivers.gpx.model.GpxMetadata
 
TRKSEG - Static variable in class org.h2gis.drivers.gpx.model.GPXTags
 
TRKSEG_TRKID - Static variable in class org.h2gis.drivers.gpx.model.GpxMetadata
 
TRKSEGEXTENSIONS - Static variable in class org.h2gis.drivers.gpx.model.GpxMetadata
 
TRKSEGFIELDCOUNT - Static variable in class org.h2gis.drivers.gpx.model.GpxMetadata
 
TRKSEGID - Static variable in class org.h2gis.drivers.gpx.model.GpxMetadata
 
truncate(Session) - Method in class org.h2gis.drivers.file_table.DummyIndex
 
truncate(Session) - Method in class org.h2gis.drivers.file_table.DummyTable
 
truncate(Session) - Method in class org.h2gis.drivers.file_table.H2Table
 
truncate(Session) - Method in class org.h2gis.drivers.file_table.H2TableIndex
 
TYPE - Static variable in class org.h2gis.drivers.gpx.model.GPXTags
 

U

UID - Static variable in class org.h2gis.drivers.osm.OSMTags
 
UNDEFINED - Static variable in class org.h2gis.drivers.shp.internal.ShapeType
Represents an Undefined shape (id = -1).
unlock(Session) - Method in class org.h2gis.drivers.file_table.DummyTable
 
unlock(Session) - Method in class org.h2gis.drivers.file_table.H2Table
 
URL - Static variable in class org.h2gis.drivers.gpx.model.GPXTags
 
USER - Static variable in class org.h2gis.drivers.osm.OSMTags
 

V

valueOf(String) - Static method in enum org.h2gis.drivers.kml.ExtrudeMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.h2gis.drivers.osm.TAG_LOCATION
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.h2gis.drivers.kml.ExtrudeMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.h2gis.drivers.osm.TAG_LOCATION
Returns an array containing the constants of this enum type, in the order they are declared.
VDOP - Static variable in class org.h2gis.drivers.gpx.model.GPXTags
 
VERSION - Static variable in class org.h2gis.drivers.gpx.model.GPXTags
 
VERSION - Static variable in class org.h2gis.drivers.osm.OSMTags
 
VERSION - Static variable in class org.h2gis.drivers.shp.internal.ShapefileHeader
 
VISIBLE - Static variable in class org.h2gis.drivers.osm.OSMTags
 

W

WAYFIELDCOUNT - Static variable in class org.h2gis.drivers.osm.OSMTags
 
WayOSMElement - Class in org.h2gis.drivers.osm
A class to manage the way element properties.
WayOSMElement() - Constructor for class org.h2gis.drivers.osm.WayOSMElement
 
WPT - Static variable in class org.h2gis.drivers.gpx.model.GPXTags
 
WPTFIELDCOUNT - Static variable in class org.h2gis.drivers.gpx.model.GpxMetadata
 
write(Object[]) - Method in class org.h2gis.drivers.dbf.internal.DbaseFileWriter
Write a single dbase record.
write(ProgressVisitor) - Method in class org.h2gis.drivers.geojson.GeoJsonWriteDriver
Write the spatial table to GeoJSON format.
write(ProgressVisitor) - Method in class org.h2gis.drivers.kml.KMLWriterDriver
Write spatial table to kml or kmz file format.
write(WriteBufferManager, Object) - Method in class org.h2gis.drivers.shp.internal.MultiLineHandler
 
write(WriteBufferManager, Object) - Method in class org.h2gis.drivers.shp.internal.MultiPointHandler
 
write(WriteBufferManager, Object) - Method in class org.h2gis.drivers.shp.internal.PointHandler
 
write(WriteBufferManager, Object) - Method in class org.h2gis.drivers.shp.internal.PolygonHandler
 
write(WriteBufferManager, ShapeType, int, int, double, double, double, double) - Method in class org.h2gis.drivers.shp.internal.ShapefileHeader
 
write(WriteBufferManager, Object) - Method in interface org.h2gis.drivers.shp.internal.ShapeHandler
Write the geometry into the ByteBuffer.
WriteBufferManager - Class in org.h2gis.drivers.utility
Class to write files using nio.
WriteBufferManager(FileChannel) - Constructor for class org.h2gis.drivers.utility.WriteBufferManager
Creates a new WriteBufferManager that writes to the specified file channel
writeExtendedData(XMLStreamWriter, ResultSet) - Method in class org.h2gis.drivers.kml.KMLWriterDriver
The ExtendedData element offers three techniques for adding custom data to a KML Feature (NetworkLink, Placemark, GroundOverlay, PhotoOverlay, ScreenOverlay, Document, Folder).
writeGeoJson(Connection, String, String) - Static method in class org.h2gis.drivers.geojson.GeoJsonWrite
Write the GeoJSON file.
writeGeometry(Geometry) - Method in class org.h2gis.drivers.shp.internal.ShapefileWriter
Write a single Geometry to this shapefile.
writeHeader(WritableByteChannel) - Method in class org.h2gis.drivers.dbf.internal.DbaseFileHeader
Write the header data to the DBF file.
writeHeaders(ShapeType) - Method in class org.h2gis.drivers.shp.internal.ShapefileWriter
Write the headers for this shapefile.Use this function before inserting the first geometry, then when all geometries are inserted.
writeKML(Connection, String, String) - Static method in class org.h2gis.drivers.kml.KMLWrite
This method is used to write a spatial table into a KML file
writePlacemark(XMLStreamWriter, ResultSet, int, String) - Method in class org.h2gis.drivers.kml.KMLWriterDriver
A Placemark is a Feature with associated Geometry.
writeSimpleData(XMLStreamWriter, String, String) - Method in class org.h2gis.drivers.kml.KMLWriterDriver
 

Y

YEAR - Static variable in class org.h2gis.drivers.gpx.model.GPXTags
 

Z

zMinMax(Coordinate[]) - Static method in class org.h2gis.drivers.utility.CoordinatesUtils
Determine the min and max "z" values in an array of Coordinates.

A B C D E F G H I K L M N O P R S T U V W Y Z

Copyright © 2015 IRSTV CNRS-FR-2488. All Rights Reserved.