A B C D E F G H I J K L M N O P Q R S T U V W Y Z
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AbstractGpxParser - Class in org.h2gis.functions.io.gpx.model
-
Abstract class of all Gpx-Parsers.
- AbstractGpxParser() - Constructor for class org.h2gis.functions.io.gpx.model.AbstractGpxParser
- AbstractGpxParserDefault - Class in org.h2gis.functions.io.gpx.model
-
Main class to parse the GPX file
- AbstractGpxParserDefault(Connection, File, String, boolean) - Constructor for class org.h2gis.functions.io.gpx.model.AbstractGpxParserDefault
- AbstractGpxParserRte - Class in org.h2gis.functions.io.gpx.model
-
Abstract class of the parsers dedicated to routes.
- AbstractGpxParserRte() - Constructor for class org.h2gis.functions.io.gpx.model.AbstractGpxParserRte
- AbstractGpxParserTrk - Class in org.h2gis.functions.io.gpx.model
-
Abstract class of the parsers dedicated to tracks.
- AbstractGpxParserTrk() - Constructor for class org.h2gis.functions.io.gpx.model.AbstractGpxParserTrk
- AbstractGpxParserWpt - Class in org.h2gis.functions.io.gpx.model
-
Abstract class of the parsers dedicated to waypoints.
- AbstractGpxParserWpt() - Constructor for class org.h2gis.functions.io.gpx.model.AbstractGpxParserWpt
- add(Object) - Method in class org.h2gis.functions.spatial.aggregate.ST_Accum
- add(Object) - Method in class org.h2gis.functions.spatial.properties.ST_Extent
- add(SessionLocal, Row) - Method in class org.h2gis.functions.io.file_table.DummyIndex
- add(SessionLocal, Row) - Method in class org.h2gis.functions.io.file_table.H2TableIndex
- addColumn(String, char, int, int) - Method in class org.h2gis.functions.io.dbf.internal.DbaseFileHeader
-
Add a column to this DbaseFileHeader.
- addCoordinate(CoordinateSequence, Coordinate, int) - Static method in class org.h2gis.functions.spatial.edit.ST_AddPoint
-
Expand the coordinates array and add a coordinate at the given position
- addDriver(DriverFunction) - Method in class org.h2gis.functions.io.utility.IOMethods
- addGeometryToSegments(Geometry, int, ArrayList<SegmentString>) - Static method in class org.h2gis.functions.spatial.split.ST_LineIntersector
-
Convert the a geometry as a list of segments and mark it with a flag
- addIndex(SessionLocal, String, int, IndexColumn[], int, IndexType, boolean, String) - Method in class org.h2gis.functions.io.file_table.DummyMVTable
- addIndex(SessionLocal, String, int, IndexColumn[], int, IndexType, boolean, String) - Method in class org.h2gis.functions.io.file_table.H2MVTable
- addPoint(Geometry, Point) - Static method in class org.h2gis.functions.spatial.edit.ST_AddPoint
-
Returns a new geometry based on an existing one, with a specific point as a new vertex.
- addPoint(Geometry, Point, int) - Static method in class org.h2gis.functions.spatial.edit.ST_AddPoint
-
Returns a new geometry based on an existing one, with a specific point as a new vertex.
- addRef(String) - Method in class org.h2gis.functions.io.osm.WayOSMElement
-
Add in a list the ref of the node used to describe the way.
- addRow(SessionLocal, Row) - Method in class org.h2gis.functions.io.file_table.DummyMVTable
- addRow(SessionLocal, Row) - Method in class org.h2gis.functions.io.file_table.H2MVTable
- addRowsToIndex(SessionLocal, ArrayList<Row>, Index) - Static method in class org.h2gis.functions.io.file_table.H2MVTable
- addSegments(Coordinate[], GeometryFactory, STRtree) - Static method in class org.h2gis.functions.spatial.earth.ST_Svf
-
Tranform to segments and add then in a STRtree if they intersect a buffer geometry
- addTag(String, String) - Method in class org.h2gis.functions.io.osm.NodeOSMElement
- addTag(String, String) - Method in class org.h2gis.functions.io.osm.OSMElement
- addZ(Geometry, double) - Static method in class org.h2gis.functions.spatial.edit.ST_AddZ
-
Add a z with to the existing value (do the sum).
- AddZCoordinateSequenceFilter(double) - Constructor for class org.h2gis.functions.spatial.edit.ST_AddZ.AddZCoordinateSequenceFilter
- AGEOFDGPSDATA - Static variable in class org.h2gis.functions.io.gpx.model.GPXTags
- ALREADY_RUN_ERROR - Static variable in class org.h2gis.functions.spatial.topology.ST_Graph
- AltitudeMode - Class in org.h2gis.functions.io.kml
-
Specifies how altitude components in the
<coordinates>element are interpreted. - append(int, StringBuilder) - Static method in class org.h2gis.functions.io.kml.AltitudeMode
-
Generate a string value corresponding to the altitude mode.
- appendKMLCoordinates(Coordinate[], StringBuilder) - Static method in class org.h2gis.functions.io.kml.KMLGeometry
-
Build a string represention to kml coordinates Syntax :
<coordinates>...</coordinates> <!-- lon,lat[,alt] tuples --> - ARC - Static variable in class org.h2gis.functions.io.shp.internal.ShapeType
-
Represents an Arc shape (id = 3).
- ARCM - Static variable in class org.h2gis.functions.io.shp.internal.ShapeType
-
Represents an ArcM shape (id = 23).
- ARCZ - Static variable in class org.h2gis.functions.io.shp.internal.ShapeType
-
Represents an ArcZ shape (id = 13).
- AscDriverFunction - Class in org.h2gis.functions.io.asc
-
Asc driver to import ESRI ASCII Raster file as polygons
- AscDriverFunction() - Constructor for class org.h2gis.functions.io.asc.AscDriverFunction
- AscRead - Class in org.h2gis.functions.io.asc
-
SQL function to import ESRI ASCII Raster file as points or polygons table.
- AscRead() - Constructor for class org.h2gis.functions.io.asc.AscRead
- AscReaderDriver - Class in org.h2gis.functions.io.asc
-
Driver to import ESRI ASCII Raster file as polygons This class is written to directly access the ESRI ascii grid format.
- AscReaderDriver() - Constructor for class org.h2gis.functions.io.asc.AscReaderDriver
- asEWKB(Value) - Static method in class org.h2gis.functions.spatial.convert.ST_AsEWKB
-
Convert a Geometry value into an Extended Well-Known Binary.
- asWKT(Geometry) - Static method in class org.h2gis.functions.spatial.convert.ST_AsWKT
-
Convert a Geometry value into a Well Known Text value.
- AUTHOR - Static variable in class org.h2gis.functions.io.gpx.model.GPXTags
- azimuth(Geometry, Geometry) - Static method in class org.h2gis.functions.spatial.trigonometry.ST_Azimuth
-
This code compute the angle in radian as postgis does.
B
- BOUNDS - Static variable in class org.h2gis.functions.io.gpx.model.GPXTags
- buffer(Geometry, Double) - Static method in class org.h2gis.functions.spatial.buffer.ST_Buffer
- buffer(Geometry, Double, Double) - Static method in class org.h2gis.functions.spatial.buffer.ST_VariableBuffer
- buffer(Geometry, Double, Value) - Static method in class org.h2gis.functions.spatial.buffer.ST_Buffer
C
- cacheFeatureAddressFromIndex() - Method in class org.h2gis.functions.io.fgb.fileTable.FGBDriver
-
Using the Spatial index it is possible to quickly cache the file address of all features.
- canDrop() - Method in class org.h2gis.functions.io.file_table.DummyMVTable
- canDrop() - Method in class org.h2gis.functions.io.file_table.H2MVTable
- canGetFirstOrLast() - Method in class org.h2gis.functions.io.file_table.DummyIndex
- canGetFirstOrLast() - Method in class org.h2gis.functions.io.file_table.H2TableIndex
- CHANGE_SET - Static variable in class org.h2gis.functions.io.osm.OSMTags
- changeSRID(Connection, String, String, int) - Static method in class org.h2gis.functions.spatial.crs.UpdateGeometrySRID
-
Method to update the SRID
- changeSRID(Connection, String, String, String, int) - Static method in class org.h2gis.functions.spatial.crs.UpdateGeometrySRID
-
Method to update the SRID
- changeSRID(Connection, String, String, String, String, int) - Static method in class org.h2gis.functions.spatial.crs.UpdateGeometrySRID
-
Method to update the SRID
- characters(char[], int, int) - Method in class org.h2gis.functions.io.gpx.model.AbstractGpxParser
-
Fires one or more times for each text node encountered.
- check(Connection, String, File, ProgressVisitor) - Static method in class org.h2gis.functions.io.DriverManager
-
Method to check the import and export arguments
- checkRename() - Method in class org.h2gis.functions.io.file_table.DummyIndex
- checkRename() - Method in class org.h2gis.functions.io.file_table.DummyMVTable
- checkRename() - Method in class org.h2gis.functions.io.file_table.H2MVTable
- checkRename() - Method in class org.h2gis.functions.io.file_table.H2TableIndex
- checkSupportAlter() - Method in class org.h2gis.functions.io.file_table.DummyMVTable
- checkSupportAlter() - Method in class org.h2gis.functions.io.file_table.H2MVTable
- clear() - Method in class org.h2gis.functions.io.gpx.model.AbstractGpxParserDefault
-
Initialisation of all the indicators used to read the document.
- clear() - Method in class org.h2gis.functions.io.gpx.model.GpxParser
-
Initialisation of all the indicators used to read the document.
- clear() - Method in class org.h2gis.functions.io.utility.WriteBufferManager
- clearValues(int) - Method in class org.h2gis.functions.io.gpx.model.GPXPoint
-
This method is used to create a new array of values
- close() - Method in class org.h2gis.functions.io.dbf.internal.DbaseFileReader
-
Clean up all resources associated with this reader.Highly recomended.
- close() - Method in class org.h2gis.functions.io.dbf.internal.DbaseFileWriter
-
Release resources associated with this writer.
- close() - Method in class org.h2gis.functions.io.dbf.internal.DBFDriver
- close() - Method in class org.h2gis.functions.io.fgb.fileTable.FGBDriver
- close() - Method in class org.h2gis.functions.io.shp.internal.IndexFile
- close() - Method in class org.h2gis.functions.io.shp.internal.ShapefileReader
-
Clean up any resources.
- close() - Method in class org.h2gis.functions.io.shp.internal.ShapefileWriter
-
Close the underlying Channels.
- close() - Method in class org.h2gis.functions.io.shp.internal.SHPDriver
- close() - Method in class org.h2gis.functions.spatial.create.GridRowSet
- close() - Method in class org.h2gis.functions.spatial.create.MinimumBoundingRadiusRowSet
- close() - Method in class org.h2gis.functions.spatial.properties.ST_Explode.ExplodeResultSet
- close(SessionLocal) - Method in class org.h2gis.functions.io.file_table.DummyIndex
- close(SessionLocal) - Method in class org.h2gis.functions.io.file_table.DummyMVTable
- close(SessionLocal) - Method in class org.h2gis.functions.io.file_table.H2MVTable
- close(SessionLocal) - Method in class org.h2gis.functions.io.file_table.H2TableIndex
- closestPoint(Geometry, Geometry) - Static method in class org.h2gis.functions.spatial.distance.ST_ClosestPoint
-
Returns the 2D point on geometry A that is closest to geometry B.
- CMT - Static variable in class org.h2gis.functions.io.gpx.model.GPXTags
- columnCount - Variable in class org.h2gis.functions.spatial.properties.ST_Explode.ExplodeResultSet
- computeAspect(Geometry) - Static method in class org.h2gis.functions.spatial.topography.ST_TriangleAspect
-
Compute the aspect in degree.
- computeBoundingCircle(Geometry) - Static method in class org.h2gis.functions.spatial.create.ST_BoundingCircle
-
Computes the bounding circle
- computeCompacity(Geometry) - Static method in class org.h2gis.functions.spatial.properties.ST_CompactnessRatio
-
Returns the compactness ratio of the given polygon
- computeDirection(Geometry) - Static method in class org.h2gis.functions.spatial.topography.ST_TriangleDirection
-
Compute the main slope direction
- computeEstimatedExtent(Connection, String) - Static method in class org.h2gis.functions.spatial.properties.ST_EstimatedExtent
-
Compute the estimated extent based on the first geometry column
- computeEstimatedExtent(Connection, String, String) - Static method in class org.h2gis.functions.spatial.properties.ST_EstimatedExtent
-
Compute the estimated extent based on a geometry field
- computeMinimumRectangle(Geometry) - Static method in class org.h2gis.functions.spatial.create.ST_MinimumRectangle
-
Gets the minimum rectangular
Polygonwhich encloses the input geometry. - computeNegativeRingBuffer(Geometry, double, int, BufferParameters, boolean) - Static method in class org.h2gis.functions.spatial.create.ST_RingBuffer
-
Compute a ring buffer with a negative offset
- computeOctogonalEnvelope(Geometry) - Static method in class org.h2gis.functions.spatial.create.ST_OctogonalEnvelope
- computeOrientation(CoordinateSequence, int, int, int) - Static method in class org.h2gis.functions.io.shp.internal.PolygonHandler
- computePositiveRingBuffer(Geometry, double, int, BufferParameters, boolean) - Static method in class org.h2gis.functions.spatial.create.ST_RingBuffer
-
Compute a ring buffer with a positive offset
- computeShadow(Geometry, double, double, double) - Static method in class org.h2gis.functions.spatial.earth.ST_GeometryShadow
-
Compute the shadow footprint based on
- computeShadow(Geometry, double, double, double, boolean) - Static method in class org.h2gis.functions.spatial.earth.ST_GeometryShadow
-
Compute the shadow footprint based on
- computeShadow(Geometry, Geometry, double) - Static method in class org.h2gis.functions.spatial.earth.ST_GeometryShadow
-
Compute the shadow footprint based on
- computeSlope(Geometry) - Static method in class org.h2gis.functions.spatial.topography.ST_TriangleSlope
- computeSvf(Point, Geometry, double, int) - Static method in class org.h2gis.functions.spatial.earth.ST_Svf
-
The method to compute the Sky View Factor
- computeSvf(Point, Geometry, double, int, int) - Static method in class org.h2gis.functions.spatial.earth.ST_Svf
-
The method to compute the Sky View Factor
- connection - Variable in class org.h2gis.functions.spatial.properties.ST_Explode.ExplodeResultSet
- CONSTRAINED - org.h2gis.functions.spatial.mesh.DelaunayData.MODE
- contains(Coordinate[], Coordinate) - Static method in class org.h2gis.functions.io.utility.CoordinatesUtils
- contains2D(Coordinate[], Coordinate) - Static method in class org.h2gis.functions.io.utility.CoordinatesUtils
-
Checks if a coordinate array contains a specific coordinate.
- contains3D(Coordinate[], Coordinate) - Static method in class org.h2gis.functions.io.utility.CoordinatesUtils
-
Check if a coordinate array contains a specific coordinate.
- convert(GeometryCollection, double) - Static method in class org.h2gis.functions.spatial.convert.ST_Force3D
-
Force the dimension of the GeometryCollection and update correctly the coordinate dimension
- convert(GeometryCollection, double) - Static method in class org.h2gis.functions.spatial.convert.ST_Force3DM
-
Force the dimension of the GeometryCollection and update correctly the coordinate dimension
- convert(GeometryCollection, double) - Static method in class org.h2gis.functions.spatial.convert.UpdateGeometryZ
-
Force the dimension of the GeometryCollection and update correctly the coordinate dimension
- convert(GeometryCollection, double) - Static method in class org.h2gis.functions.spatial.edit.ST_UpdateZ
-
Force the dimension of the GeometryCollection and update correctly the coordinate dimension
- convert(GeometryCollection, double, double) - Static method in class org.h2gis.functions.spatial.convert.ST_Force4D
-
Force the dimension of the GeometryCollection and update correctly the coordinate dimension
- convert(GeometryCollection, int) - Static method in class org.h2gis.functions.spatial.convert.GeometryCoordinateDimension
-
Force the dimension of the GeometryCollection and update correctly the coordinate dimension
- convert(LinearRing, double) - Static method in class org.h2gis.functions.spatial.convert.ST_Force3D
-
Force the dimension of the LinearRing and update correctly the coordinate dimension
- convert(LinearRing, double) - Static method in class org.h2gis.functions.spatial.convert.ST_Force3DM
-
Force the dimension of the LinearRing and update correctly the coordinate dimension
- convert(LinearRing, double) - Static method in class org.h2gis.functions.spatial.convert.UpdateGeometryZ
-
Force the dimension of the LinearRing and update correctly the coordinate dimension
- convert(LinearRing, double) - Static method in class org.h2gis.functions.spatial.edit.ST_UpdateZ
-
Force the dimension of the LinearRing and update correctly the coordinate dimension
- convert(LinearRing, double, double) - Static method in class org.h2gis.functions.spatial.convert.ST_Force4D
-
Force the dimension of the LinearRing and update correctly the coordinate dimension
- convert(LinearRing, int) - Static method in class org.h2gis.functions.spatial.convert.GeometryCoordinateDimension
-
Force the dimension of the LinearRing and update correctly the coordinate dimension
- convert(LineString, double) - Static method in class org.h2gis.functions.spatial.convert.ST_Force3D
-
Force the dimension of the LineString and update correctly the coordinate dimension
- convert(LineString, double) - Static method in class org.h2gis.functions.spatial.convert.ST_Force3DM
-
Force the dimension of the LineString and update correctly the coordinate dimension
- convert(LineString, double) - Static method in class org.h2gis.functions.spatial.convert.UpdateGeometryZ
-
Force the dimension of the LineString and update correctly the coordinate dimension
- convert(LineString, double) - Static method in class org.h2gis.functions.spatial.edit.ST_UpdateZ
-
Force the dimension of the LineString and update correctly the coordinate dimension
- convert(LineString, double, double) - Static method in class org.h2gis.functions.spatial.convert.ST_Force4D
-
Force the dimension of the LineString and update correctly the coordinate dimension
- convert(LineString, int) - Static method in class org.h2gis.functions.spatial.convert.GeometryCoordinateDimension
-
Force the dimension of the LineString and update correctly the coordinate dimension
- convert(MultiLineString, double) - Static method in class org.h2gis.functions.spatial.convert.ST_Force3D
-
Force the dimension of the MultiLineString and update correctly the coordinate dimension
- convert(MultiLineString, double) - Static method in class org.h2gis.functions.spatial.convert.ST_Force3DM
-
Force the dimension of the MultiLineString and update correctly the coordinate dimension
- convert(MultiLineString, double) - Static method in class org.h2gis.functions.spatial.convert.UpdateGeometryZ
-
Force the dimension of the MultiLineString and update correctly the coordinate dimension
- convert(MultiLineString, double) - Static method in class org.h2gis.functions.spatial.edit.ST_UpdateZ
-
Force the dimension of the MultiLineString and update correctly the coordinate dimension
- convert(MultiLineString, double, double) - Static method in class org.h2gis.functions.spatial.convert.ST_Force4D
-
Force the dimension of the MultiLineString and update correctly the coordinate dimension
- convert(MultiLineString, int) - Static method in class org.h2gis.functions.spatial.convert.GeometryCoordinateDimension
-
Force the dimension of the MultiLineString and update correctly the coordinate dimension
- convert(MultiPoint, double) - Static method in class org.h2gis.functions.spatial.convert.ST_Force3D
-
Force the dimension of the MultiPoint and update correctly the coordinate dimension
- convert(MultiPoint, double) - Static method in class org.h2gis.functions.spatial.edit.ST_UpdateZ
-
Force the dimension of the MultiPoint and update correctly the coordinate dimension
- convert(MultiPoint, double, double) - Static method in class org.h2gis.functions.spatial.convert.ST_Force4D
-
Force the dimension of the MultiPoint and update correctly the coordinate dimension
- convert(MultiPoint, int) - Static method in class org.h2gis.functions.spatial.convert.GeometryCoordinateDimension
-
Force the dimension of the MultiPoint and update correctly the coordinate dimension
- convert(MultiPolygon, double) - Static method in class org.h2gis.functions.spatial.convert.ST_Force3D
-
Force the dimension of the MultiPolygon and update correctly the coordinate dimension
- convert(MultiPolygon, double) - Static method in class org.h2gis.functions.spatial.convert.ST_Force3DM
-
Force the dimension of the MultiPolygon and update correctly the coordinate dimension
- convert(MultiPolygon, double) - Static method in class org.h2gis.functions.spatial.convert.UpdateGeometryZ
-
Force the dimension of the MultiPolygon and update correctly the coordinate dimension
- convert(MultiPolygon, double) - Static method in class org.h2gis.functions.spatial.edit.ST_UpdateZ
-
Force the dimension of the MultiPolygon and update correctly the coordinate dimension
- convert(MultiPolygon, double, double) - Static method in class org.h2gis.functions.spatial.convert.ST_Force4D
-
Force the dimension of the MultiPolygon and update correctly the coordinate dimension
- convert(MultiPolygon, int) - Static method in class org.h2gis.functions.spatial.convert.GeometryCoordinateDimension
-
Force the dimension of the MultiPolygon and update correctly the coordinate dimension
- convert(Polygon, double) - Static method in class org.h2gis.functions.spatial.convert.ST_Force3D
-
Force the dimension of the Polygon and update correctly the coordinate dimension
- convert(Polygon, double) - Static method in class org.h2gis.functions.spatial.convert.ST_Force3DM
-
Force the dimension of the Polygon and update correctly the coordinate dimension
- convert(Polygon, double) - Static method in class org.h2gis.functions.spatial.convert.UpdateGeometryZ
-
Force the dimension of the Polygon and update correctly the coordinate dimension
- convert(Polygon, double) - Static method in class org.h2gis.functions.spatial.edit.ST_UpdateZ
-
Force the dimension of the Polygon and update correctly the coordinate dimension
- convert(Polygon, double, double) - Static method in class org.h2gis.functions.spatial.convert.ST_Force4D
-
Force the dimension of the Polygon and update correctly the coordinate dimension
- convert(Polygon, int) - Static method in class org.h2gis.functions.spatial.convert.GeometryCoordinateDimension
-
Force the dimension of the Polygon and update correctly the coordinate dimension
- convexHull(Geometry) - Static method in class org.h2gis.functions.spatial.operators.ST_ConvexHull
- CoordinatesUtils - Class in org.h2gis.functions.io.utility
-
This utility class provides some useful methods related to JTS
Coordinateobjects. - COORDS_TABLE - Static variable in class org.h2gis.functions.spatial.topology.ST_Graph
- coordsOffset - Variable in class org.h2gis.functions.io.fgb.fileTable.GeometryOffsets
- CopCache(int) - Constructor for class org.h2gis.functions.spatial.crs.ST_Transform.CopCache
- copyFrom(SearchRow) - Method in class org.h2gis.functions.io.file_table.H2TableIndex.DriverRow
- COPYRIGHT - Static variable in class org.h2gis.functions.io.gpx.model.GPXTags
- covers(Geometry, Geometry) - Static method in class org.h2gis.functions.spatial.predicates.ST_Covers
-
Returns true if no point in geometry B is outside geometry A.
- createArray(double, double) - Static method in class org.h2gis.functions.system.DoubleRange
-
Return an array of doubles with a default step of 1.
- createArray(double, double, double) - Static method in class org.h2gis.functions.system.DoubleRange
-
Return an array of doubles
- createArray(int, int) - Static method in class org.h2gis.functions.system.IntegerRange
-
Return an array of integers with a default step of 1.
- createArray(int, int, int) - Static method in class org.h2gis.functions.system.IntegerRange
-
Return an array of integers
- createCDT(Geometry) - Static method in class org.h2gis.functions.spatial.mesh.ST_ConstrainedDelaunay
-
Build a constrained delaunay triangulation based on a geometry (point, line, polygon)
- createCDT(Geometry, int) - Static method in class org.h2gis.functions.spatial.mesh.ST_ConstrainedDelaunay
-
Build a constrained delaunay triangulation based on a geometry (point, line, polygon)
- createCoordinate(Attributes) - Static method in class org.h2gis.functions.io.gpx.model.GPXCoordinate
-
General method to create a coordinate from a gpx point.
- createDataSource(String, boolean) - Static method in class org.h2gis.functions.factory.H2GISDBFactory
-
Create a database and return a DataSource
- createDataSource(String, boolean, String) - Static method in class org.h2gis.functions.factory.H2GISDBFactory
-
Create a database and return a DataSource
- createDataSource(Properties) - Static method in class org.h2gis.functions.factory.H2GISDBFactory
-
Create a database, init spatial funcyion and return a DataSource
- createDataSource(Properties, boolean) - Static method in class org.h2gis.functions.factory.H2GISDBFactory
-
Create a database and return a DataSource
- createDriver(File, List<String>) - Method in class org.h2gis.functions.io.dbf.DBFEngine
- createDriver(File, List<String>) - Method in class org.h2gis.functions.io.fgb.FGBEngine
- createDriver(File, List<String>) - Method in class org.h2gis.functions.io.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.functions.io.shp.SHPEngine
- createDT(Geometry) - Static method in class org.h2gis.functions.spatial.mesh.ST_Delaunay
-
Build a delaunay triangulation based on all coordinates of the geometry
- createDT(Geometry, int) - Static method in class org.h2gis.functions.spatial.mesh.ST_Delaunay
-
Build a delaunay triangulation based on all coordinates of the geometry
- createGraph(Connection, String) - Static method in class org.h2gis.functions.spatial.topology.ST_Graph
-
Create the nodes and edges tables from the input table containing LINESTRINGs.
- createGraph(Connection, String, String, double, boolean) - Static method in class org.h2gis.functions.spatial.topology.ST_Graph
-
Create the nodes and edges tables from the input table containing LINESTRINGs in the given column and using the given tolerance, and potentially orienting edges by slope.
- createGraph(Connection, String, String, double, boolean, boolean) - Static method in class org.h2gis.functions.spatial.topology.ST_Graph
-
Create the nodes and edges tables from the input table containing LINESTRINGs in the given column and using the given tolerance, and potentially orienting edges by slope.
- createGraph(Connection, String, String, double, boolean, boolean, ArrayList<String>) - Static method in class org.h2gis.functions.spatial.topology.ST_Graph
-
Create the nodes and edges tables from the input table containing LINESTRINGs in the given column and using the given tolerance, and potentially orienting edges by slope.
- createGraph(Connection, String, Value) - Static method in class org.h2gis.functions.spatial.topology.ST_Graph
-
Create the nodes and edges tables from the input table containing LINESTRINGs in the given column.
- createGraph(Connection, String, Value, Value) - Static method in class org.h2gis.functions.spatial.topology.ST_Graph
-
Create the nodes and edges tables from the input table containing LINESTRINGs in the given column and using the given tolerance.
- createGrid(Connection, Value, double, double) - Static method in class org.h2gis.functions.spatial.create.ST_MakeGrid
-
Create a regular grid using the first input argument to compute the full extent.
- createGrid(Connection, Value, double, double, boolean) - Static method in class org.h2gis.functions.spatial.create.ST_MakeGrid
-
Create a regular grid using the first input argument to compute the full extent.
- createGridPoints(Connection, Value, double, double) - Static method in class org.h2gis.functions.spatial.create.ST_MakeGridPoints
-
Create a regular grid of points using the first input value to compute the full extent.
- createLine(GeometryCollection) - Static method in class org.h2gis.functions.spatial.create.ST_MakeLine
-
Constructs a LINESTRING from the given collection of POINTs and/or MULTIPOINTs
- createLine(Geometry, Geometry...) - Static method in class org.h2gis.functions.spatial.create.ST_MakeLine
-
Constructs a LINESTRING from the given POINTs or MULTIPOINTs
- createMultiPoint(Geometry) - Static method in class org.h2gis.functions.spatial.convert.ST_ToMultiPoint
-
Constructs a MultiPoint from the given geometry's coordinates.
- createNodeMemberTable(Connection, String) - Static method in class org.h2gis.functions.io.osm.OSMTablesFactory
-
Create the node members table
- createNodeTable(Connection, String) - Static method in class org.h2gis.functions.io.osm.OSMTablesFactory
-
Create the nodes table that will be used to import OSM nodes Example :
<node id="298884269" lat="54.0901746" lon="12.2482632" user="SvenHRO" uid="46882" visible="true" version="1" changeset="676636" timestamp="2008-09-21T21:37:45Z"/> - createNodeTagTable(Connection, String) - Static method in class org.h2gis.functions.io.osm.OSMTablesFactory
-
Create a table to store the node tags.
- createPoint(double, double) - Static method in class org.h2gis.functions.spatial.create.ST_MakePoint
-
Constructs POINT from two doubles.
- createPoint(double, double, double) - Static method in class org.h2gis.functions.spatial.create.ST_MakePoint
-
Constructs POINT from three doubles.
- createRelationMemberTable(Connection, String) - Static method in class org.h2gis.functions.io.osm.OSMTablesFactory
-
Store all relation members
- createRelationTable(Connection, String) - Static method in class org.h2gis.functions.io.osm.OSMTablesFactory
-
Create the relation table.
- createRelationTagTable(Connection, String) - Static method in class org.h2gis.functions.io.osm.OSMTablesFactory
-
Create the relation tags table
- createRoutePointsTable(Connection, String) - Static method in class org.h2gis.functions.io.gpx.model.GPXTablesFactory
-
Createthe route points table to store the route waypoints
- createRouteTable(Connection, String) - Static method in class org.h2gis.functions.io.gpx.model.GPXTablesFactory
-
Create the route table that will be used to import GPX data
- createSegments(Geometry) - Static method in class org.h2gis.functions.spatial.convert.ST_ToMultiSegments
-
Converts a geometry into a set of distinct segments stored in a MultiLineString.
- createSegments(LineString, List<LineString>) - Static method in class org.h2gis.functions.spatial.convert.ST_ToMultiSegments
- createSpatialDataBase(String) - Static method in class org.h2gis.functions.factory.H2GISDBFactory
-
Create a spatial database
- createSpatialDataBase(String, boolean) - Static method in class org.h2gis.functions.factory.H2GISDBFactory
-
Create a spatial database and register all H2GIS functions
- createSpatialDataBase(String, boolean, String) - Static method in class org.h2gis.functions.factory.H2GISDBFactory
-
Create a spatial database
- createTable(CreateTableData) - Method in class org.h2gis.functions.io.file_table.FileEngine
- createTrackPointsTable(Connection, String) - Static method in class org.h2gis.functions.io.gpx.model.GPXTablesFactory
-
Create the track points table to store the track waypoints
- createTrackSegmentsTable(Connection, String) - Static method in class org.h2gis.functions.io.gpx.model.GPXTablesFactory
-
Create the track segments table to store the segments of a track
- createTrackTable(Connection, String) - Static method in class org.h2gis.functions.io.gpx.model.GPXTablesFactory
-
Creat the track table
- createTriangle(Geometry) - Static method in class org.h2gis.functions.spatial.topography.TINFeatureFactory
-
A factory to create a DTriangle from a Geometry
- createWayMemberTable(Connection, String) - Static method in class org.h2gis.functions.io.osm.OSMTablesFactory
-
Create a table to store all way members.
- createWayNodeTable(Connection, String) - Static method in class org.h2gis.functions.io.osm.OSMTablesFactory
-
Create a table to store the list of nodes for each way.
- createWayPointsTable(Connection, String) - Static method in class org.h2gis.functions.io.gpx.model.GPXTablesFactory
-
Create the waypoints table that will be used to import GPX data
- createWayTable(Connection, String) - Static method in class org.h2gis.functions.io.osm.OSMTablesFactory
-
Create the ways table that will be used to import OSM ways Example :
<way id="26659127" user="Masch" uid="55988" visible="true" version="5" changeset="4142606" timestamp="2010-03-16T11:47:08Z"> - createWayTagTable(Connection, String) - Static method in class org.h2gis.functions.io.osm.OSMTablesFactory
-
Create a table to store the way tags.
- CREATOR - Static variable in class org.h2gis.functions.io.gpx.model.GPXTags
- CRSTransformFilter(CoordinateOperation) - Constructor for class org.h2gis.functions.spatial.crs.ST_Transform.CRSTransformFilter
- CSVDriverFunction - Class in org.h2gis.functions.io.csv
-
Basic CSV importer and exporter
- CSVDriverFunction() - Constructor for class org.h2gis.functions.io.csv.CSVDriverFunction
D
- DbaseFileException - Exception in org.h2gis.functions.io.dbf.internal
-
Thrown when an error relating to the shapefile occurs.
- DbaseFileException(String) - Constructor for exception org.h2gis.functions.io.dbf.internal.DbaseFileException
- DbaseFileException(String, Throwable) - Constructor for exception org.h2gis.functions.io.dbf.internal.DbaseFileException
- DbaseFileHeader - Class in org.h2gis.functions.io.dbf.internal
-
Class to represent the header of a Dbase III file.
- DbaseFileHeader() - Constructor for class org.h2gis.functions.io.dbf.internal.DbaseFileHeader
- dbaseFileReader - Variable in class org.h2gis.functions.io.dbf.internal.DBFDriver
- DbaseFileReader - Class in org.h2gis.functions.io.dbf.internal
-
A DbaseFileReader is used to read a dbase III format file.
- DbaseFileReader(FileChannel, String) - Constructor for class org.h2gis.functions.io.dbf.internal.DbaseFileReader
-
Creates a new instance of DBaseFileReader
- dbaseFileWriter - Variable in class org.h2gis.functions.io.dbf.internal.DBFDriver
- DbaseFileWriter - Class in org.h2gis.functions.io.dbf.internal
-
A DbaseFileReader is used to read a dbase III format file.
- DbaseFileWriter(DbaseFileHeader, WritableByteChannel) - Constructor for class org.h2gis.functions.io.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.functions.io.dbf.internal.DbaseFileWriter
-
Create a DbaseFileWriter using the specified header and writing to the given channel.
- DbaseFileWriter.FieldFormatter - Class in org.h2gis.functions.io.dbf.internal
-
Utility for formatting Dbase fields.
- dBaseHeaderFromMetaData(ResultSetMetaData, List<Integer>) - Static method in class org.h2gis.functions.io.dbf.DBFDriverFunction
-
Create a DBF header from the columns specified in parameter.
- DBFDriver - Class in org.h2gis.functions.io.dbf.internal
-
Manage DBFReader and DBFWriter
- DBFDriver() - Constructor for class org.h2gis.functions.io.dbf.internal.DBFDriver
- DBFDriverFunction - Class in org.h2gis.functions.io.dbf
- DBFDriverFunction() - Constructor for class org.h2gis.functions.io.dbf.DBFDriverFunction
- DBFEngine - Class in org.h2gis.functions.io.dbf
-
SHP Table factory.
- DBFEngine() - Constructor for class org.h2gis.functions.io.dbf.DBFEngine
- dbfFile - Variable in class org.h2gis.functions.io.shp.internal.SHPDriver
- DBFRead - Class in org.h2gis.functions.io.dbf
- DBFRead() - Constructor for class org.h2gis.functions.io.dbf.DBFRead
- DBFWrite - Class in org.h2gis.functions.io.dbf
- DBFWrite() - Constructor for class org.h2gis.functions.io.dbf.DBFWrite
- DEFAULT_ENCODING - Static variable in class org.h2gis.functions.io.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.functions.io.dbf.internal.DbaseFileHeader
- DEFAULT_PASSWORD - Static variable in class org.h2gis.functions.factory.H2GISDBFactory
- DEFAULT_USER - Static variable in class org.h2gis.functions.factory.H2GISDBFactory
- DELAUNAY - org.h2gis.functions.spatial.mesh.DelaunayData.MODE
- DelaunayData - Class in org.h2gis.functions.spatial.mesh
-
This class is used to collect all data used to compute a mesh based on a Delaunay triangulation
- DelaunayData() - Constructor for class org.h2gis.functions.spatial.mesh.DelaunayData
-
Create a mesh data structure to collect points and edges that will be used by the Delaunay Triangulation
- DelaunayData.MODE - Enum in org.h2gis.functions.spatial.mesh
- densify(Geometry, double) - Static method in class org.h2gis.functions.spatial.edit.ST_Densify
-
Densify a geometry using the given distance tolerance.
- DESC - Static variable in class org.h2gis.functions.io.gpx.model.GPXTags
- DESCRIPTION - Static variable in class org.h2gis.functions.io.csv.CSVDriverFunction
- DESCRIPTION - Static variable in class org.h2gis.functions.io.dbf.DBFDriverFunction
- DESCRIPTION - Static variable in class org.h2gis.functions.io.fgb.FGBDriverFunction
- DESCRIPTION - Static variable in class org.h2gis.functions.io.gpx.GPXDriverFunction
- DESCRIPTION - Static variable in class org.h2gis.functions.io.osm.OSMDriverFunction
- DESCRIPTION - Static variable in class org.h2gis.functions.io.shp.SHPDriverFunction
- DESCRIPTION - Static variable in class org.h2gis.functions.io.tsv.TSVDriverFunction
- DESCRIPTION_BZ2 - Static variable in class org.h2gis.functions.io.osm.OSMDriverFunction
- DESCRIPTION_GZ - Static variable in class org.h2gis.functions.io.osm.OSMDriverFunction
- deserialize(Geometry, int) - Static method in class org.h2gis.functions.io.fgb.fileTable.GeometryConversions
- DGPSID - Static variable in class org.h2gis.functions.io.gpx.model.GPXTags
- difference(Geometry, Geometry) - Static method in class org.h2gis.functions.spatial.operators.ST_Difference
- difference(Geometry, Geometry, double) - Static method in class org.h2gis.functions.spatial.operators.ST_Difference
- distance(Geometry, Geometry) - Static method in class org.h2gis.functions.spatial.properties.ST_Distance
- distanceSphere(Connection, Geometry, Geometry) - Static method in class org.h2gis.functions.spatial.properties.ST_DistanceSphere
- divide(Geometry) - Static method in class org.h2gis.functions.spatial.split.ST_SubDivide
-
Divide the geometry into quadrants
- divide(Geometry, int) - Static method in class org.h2gis.functions.spatial.split.ST_SubDivide
- DOMAIN - Static variable in class org.h2gis.functions.io.gpx.model.GPXTags
- DoubleRange - Class in org.h2gis.functions.system
- DoubleRange() - Constructor for class org.h2gis.functions.system.DoubleRange
- downloadData(Connection, Geometry, String) - Static method in class org.h2gis.functions.io.osm.ST_OSMDownloader
- downloadData(Connection, Geometry, String, boolean) - Static method in class org.h2gis.functions.io.osm.ST_OSMDownloader
- downloadOSMFile(File, Envelope) - Static method in class org.h2gis.functions.io.osm.ST_OSMDownloader
-
Download OSM file from the official server
- drape(Geometry, Geometry) - Static method in class org.h2gis.functions.spatial.topography.ST_Drape
- drapeLineString(LineString, Geometry, STRtree) - Static method in class org.h2gis.functions.spatial.topography.ST_Drape
-
Drape a linestring to a set of triangles
- drapeMultiLineString(MultiLineString, Geometry, STRtree) - Static method in class org.h2gis.functions.spatial.topography.ST_Drape
-
Drape a multilinestring to a set of triangles
- drapeMultiPolygon(MultiPolygon, Geometry, STRtree) - Static method in class org.h2gis.functions.spatial.topography.ST_Drape
-
Drape a multilinestring to a set of triangles
- drapePoint(Geometry, Geometry, STRtree) - Static method in class org.h2gis.functions.spatial.topography.ST_Drape
-
Drape a point geometry to a set of triangles
- drapePoints(Geometry, Geometry, STRtree) - Static method in class org.h2gis.functions.spatial.topography.ST_Drape
-
Drape a multipoint geometry to a set of triangles
- drapePolygon(Polygon, Geometry, STRtree) - Static method in class org.h2gis.functions.spatial.topography.ST_Drape
-
Drape a polygon on a set of triangles
- DriverManager - Class in org.h2gis.functions.io
-
Manage additional table engines in H2.
- DriverManager() - Constructor for class org.h2gis.functions.io.DriverManager
- DriverRow(FileDriver, long) - Constructor for class org.h2gis.functions.io.file_table.H2TableIndex.DriverRow
- dropOSMTables(Connection, String) - Static method in class org.h2gis.functions.io.osm.OSMTablesFactory
-
Drop the existing OSM tables used to store the imported OSM data
- dropOSMTables(Connection, TableLocation) - Static method in class org.h2gis.functions.io.gpx.model.GPXTablesFactory
-
Drop the existing GPX tables used to store the imported OSM GPX
- DummyIndex - Class in org.h2gis.functions.io.file_table
-
When linked files are not available, this table index defines an empty table
- DummyIndex(Table, int, IndexColumn) - Constructor for class org.h2gis.functions.io.file_table.DummyIndex
- DummyMVTable - Class in org.h2gis.functions.io.file_table
-
When linked files are not available, this table defines an empty MV table
- DummyMVTable(CreateTableData) - Constructor for class org.h2gis.functions.io.file_table.DummyMVTable
E
- EDGES_SUFFIX - Static variable in class org.h2gis.functions.spatial.topology.ST_Graph
- EditUtilities - Class in org.h2gis.functions.spatial.edit
-
Common utilities used by the edit functions
- EditUtilities() - Constructor for class org.h2gis.functions.spatial.edit.EditUtilities
- ELE - Static variable in class org.h2gis.functions.io.gpx.model.GPXTags
- EMAIL - Static variable in class org.h2gis.functions.io.gpx.model.GPXTags
- endDocument() - Method in class org.h2gis.functions.io.osm.OSMParser
- endElement(String, String, String) - Method in class org.h2gis.functions.io.gpx.model.AbstractGpxParserDefault
-
Fires whenever an XML end markup is encountered.
- endElement(String, String, String) - Method in class org.h2gis.functions.io.gpx.model.AbstractGpxParserRte
-
Fires whenever an XML end markup is encountered.
- endElement(String, String, String) - Method in class org.h2gis.functions.io.gpx.model.AbstractGpxParserTrk
-
Fires whenever an XML end markup is encountered.
- endElement(String, String, String) - Method in class org.h2gis.functions.io.gpx.model.AbstractGpxParserWpt
-
Fires whenever an XML end markup is encountered.
- endElement(String, String, String) - Method in class org.h2gis.functions.io.gpx.model.GpxParser
-
Fires whenever an XML end markup is encountered.
- endElement(String, String, String) - Method in class org.h2gis.functions.io.gpx.model.GpxParserRte
-
Fires whenever an XML end markup is encountered.
- endElement(String, String, String) - Method in class org.h2gis.functions.io.gpx.model.GpxParserTrk
-
Fires whenever an XML end markup is encountered.
- endElement(String, String, String) - Method in class org.h2gis.functions.io.gpx.model.GpxParserWpt
-
Fires whenever an XML end markup is encountered.
- endElement(String, String, String) - Method in class org.h2gis.functions.io.osm.OSMParser
- ends - Variable in class org.h2gis.functions.io.fgb.fileTable.GeometryOffsets
- endsOffset - Variable in class org.h2gis.functions.io.fgb.fileTable.GeometryOffsets
- EPSGTuple - Class in org.h2gis.functions.spatial.crs
-
A simple tuple to manage both input and output CRSes used to build a
CoordinateOperation - EPSGTuple(int, int) - Constructor for class org.h2gis.functions.spatial.crs.EPSGTuple
-
Create the tuple with the input and output epsg codes available in the spatial_ref_sys table
- EPSILON - Static variable in class org.h2gis.functions.spatial.topography.TINFeatureFactory
- equals(Object) - Method in class org.h2gis.functions.spatial.crs.EPSGTuple
- execute(Connection, String, String) - Static method in class org.h2gis.functions.io.fgb.FGBRead
-
Read a table and write it into a FlatGeobuf file.
- execute(Connection, String, String) - Static method in class org.h2gis.functions.io.fgb.FGBWrite
-
Read a table and write it into a FlatGeobuf file.
- execute(Connection, String, String, boolean) - Static method in class org.h2gis.functions.io.fgb.FGBRead
-
Read a table and write it into a FlatGeobuf file.
- execute(Connection, String, String, boolean) - Static method in class org.h2gis.functions.io.fgb.FGBWrite
-
Read a table and write it into a FlatGeobuf file.
- execute(Connection, String, String, boolean, String) - Static method in class org.h2gis.functions.io.fgb.FGBWrite
- execute(Connection, Value) - Static method in class org.h2gis.functions.spatial.create.ST_MinimumBoundingRadius
-
Computes the center point and radius of the smallest circle that contains a geometry
- execute(Connection, Geometry) - Static method in class org.h2gis.functions.spatial.crs.ST_IsGeographicCRS
-
Return true if the geometry has a geographic CRS
- execute(Connection, Geometry) - Static method in class org.h2gis.functions.spatial.crs.ST_IsProjectedCRS
-
Return true if the CRS is a projected one
- execute(Geometry) - Static method in class org.h2gis.functions.spatial.convert.ST_Holes
-
Returns the given geometry's holes as a GeometryCollection.
- execute(Geometry) - Static method in class org.h2gis.functions.spatial.convert.ST_ToMultiLine
-
Constructs a MultiLineString from the given geometry's coordinates.
- execute(Geometry) - Static method in class org.h2gis.functions.spatial.create.ST_MaximumInscribedCircle
- execute(Geometry) - Static method in class org.h2gis.functions.spatial.edit.ST_ForcePolygonCCW
-
Forces (Multi)Polygons to use a counter-clockwise orientation for their exterior ring, and a clockwise orientation for their interior rings.
- execute(Geometry) - Static method in class org.h2gis.functions.spatial.edit.ST_ForcePolygonCW
-
Forces (Multi)Polygons to use a clockwise orientation for their exterior ring, and a counter-clockwise orientation for their interior rings.
- execute(Geometry) - Static method in class org.h2gis.functions.spatial.operators.ST_ConcaveHull
-
Compute the concave geometry that encloses the vertices of the input geometry
- execute(Geometry) - Static method in class org.h2gis.functions.spatial.topology.ST_Polygonize
-
Creates a GeometryCollection containing possible polygons formed from the constituent linework of a set of geometries.
- execute(Geometry, double) - Static method in class org.h2gis.functions.spatial.linear_referencing.ST_LineInterpolatePoint
-
Returns a point interpolate along the input LineString or MultiLineString starting at the given fractions.
- execute(Geometry, double, boolean) - Static method in class org.h2gis.functions.spatial.operators.ST_ConcaveHull
-
Compute the concave geometry that encloses the vertices of the input geometry
- execute(Geometry, double, double) - Static method in class org.h2gis.functions.spatial.linear_referencing.ST_LineSubstring
-
Extract a section of the input LineString or MultiLineString starting and ending at the given fractions.
- execute(Geometry, double, double) - Static method in class org.h2gis.functions.spatial.snap.ST_Project
-
Project a point using a given distance and azimuth
- execute(Geometry, int) - Static method in class org.h2gis.functions.spatial.edit.ST_CollectionExtract
-
Given a (multi)geometry, returns a (multi)geometry consisting only of elements of the specified type.
- execute(Geometry, int, int) - Static method in class org.h2gis.functions.spatial.edit.ST_CollectionExtract
-
Given a (multi)geometry, returns a (multi)geometry consisting only of elements of the specified type.
- execute(Geometry, Value) - Static method in class org.h2gis.functions.spatial.operators.ST_ConcaveHull
-
Compute the concave geometry that encloses the vertices of the input geometry
- execute(Geometry, Geometry) - Static method in class org.h2gis.functions.spatial.others.ST_Clip
-
Clip a [Multi]Polygon or [Multi]LineString geometry with another [Multi]Polygon or [Multi]LineString geometry
- execute(Point, double, double, double) - Static method in class org.h2gis.functions.spatial.create.ST_MakeArcLine
-
Creates an elliptical arc, as a LineString centered at the given point with the given start angle and end angle size.
- execute(Point, double, double, double) - Static method in class org.h2gis.functions.spatial.create.ST_MakeArcPolygon
-
Creates an elliptical arc, as a Polygon centered at the given point with the given start angle and end angle size.
- expand(Geometry, double) - Static method in class org.h2gis.functions.spatial.create.ST_Expand
-
Expands a geometry's envelope by the given delta X and delta Y.
- expand(Geometry, double, double) - Static method in class org.h2gis.functions.spatial.create.ST_Expand
-
Expands a geometry's envelope by the given delta X and delta Y.
- explode(Connection, String) - Static method in class org.h2gis.functions.spatial.properties.ST_Explode
-
Explode Geometry Collection into multiple geometries
- explode(Connection, String, String) - Static method in class org.h2gis.functions.spatial.properties.ST_Explode
-
Explode Geometry Collection into multiple geometries
- EXPLODE_FIELD - Static variable in class org.h2gis.functions.spatial.properties.ST_Explode
-
The default field name for explode count, value is [1-n]
- explodeId - Variable in class org.h2gis.functions.spatial.create.MinimumBoundingRadiusRowSet
- explodeId - Variable in class org.h2gis.functions.spatial.properties.ST_Explode.ExplodeResultSet
- ExplodeResultSet(Connection, String, String) - Constructor for class org.h2gis.functions.spatial.properties.ST_Explode.ExplodeResultSet
- ExplodeResultSetQuery(Connection, String, String) - Constructor for class org.h2gis.functions.spatial.properties.ST_Explode.ExplodeResultSetQuery
- exportFromResultSet(Connection, ResultSet, Writer, String, ProgressVisitor) - Method in class org.h2gis.functions.io.tsv.TSVDriverFunction
-
Export a resultset to a TSV file
- exportTable(Connection, String, File, boolean, ProgressVisitor) - Method in class org.h2gis.functions.io.asc.AscDriverFunction
- exportTable(Connection, String, File, boolean, ProgressVisitor) - Method in class org.h2gis.functions.io.csv.CSVDriverFunction
- exportTable(Connection, String, File, boolean, ProgressVisitor) - Method in class org.h2gis.functions.io.dbf.DBFDriverFunction
- exportTable(Connection, String, File, boolean, ProgressVisitor) - Method in class org.h2gis.functions.io.DriverManager
- exportTable(Connection, String, File, boolean, ProgressVisitor) - Method in class org.h2gis.functions.io.fgb.FGBDriverFunction
- exportTable(Connection, String, File, boolean, ProgressVisitor) - Method in class org.h2gis.functions.io.geojson.GeoJsonDriverFunction
- exportTable(Connection, String, File, boolean, ProgressVisitor) - Method in class org.h2gis.functions.io.gpx.GPXDriverFunction
- exportTable(Connection, String, File, boolean, ProgressVisitor) - Method in class org.h2gis.functions.io.json.JsonDriverFunction
- exportTable(Connection, String, File, boolean, ProgressVisitor) - Method in class org.h2gis.functions.io.kml.KMLDriverFunction
- exportTable(Connection, String, File, boolean, ProgressVisitor) - Method in class org.h2gis.functions.io.osm.OSMDriverFunction
- exportTable(Connection, String, File, boolean, ProgressVisitor) - Method in class org.h2gis.functions.io.shp.SHPDriverFunction
- exportTable(Connection, String, File, boolean, ProgressVisitor) - Method in class org.h2gis.functions.io.tsv.TSVDriverFunction
- exportTable(Connection, String, File, String, boolean, ProgressVisitor) - Method in class org.h2gis.functions.io.asc.AscDriverFunction
- exportTable(Connection, String, File, String, boolean, ProgressVisitor) - Method in class org.h2gis.functions.io.csv.CSVDriverFunction
- exportTable(Connection, String, File, String, boolean, ProgressVisitor) - Method in class org.h2gis.functions.io.dbf.DBFDriverFunction
- exportTable(Connection, String, File, String, boolean, ProgressVisitor) - Method in class org.h2gis.functions.io.DriverManager
- exportTable(Connection, String, File, String, boolean, ProgressVisitor) - Method in class org.h2gis.functions.io.fgb.FGBDriverFunction
- exportTable(Connection, String, File, String, boolean, ProgressVisitor) - Method in class org.h2gis.functions.io.geojson.GeoJsonDriverFunction
- exportTable(Connection, String, File, String, boolean, ProgressVisitor) - Method in class org.h2gis.functions.io.gpx.GPXDriverFunction
- exportTable(Connection, String, File, String, boolean, ProgressVisitor) - Method in class org.h2gis.functions.io.json.JsonDriverFunction
- exportTable(Connection, String, File, String, boolean, ProgressVisitor) - Method in class org.h2gis.functions.io.kml.KMLDriverFunction
- exportTable(Connection, String, File, String, boolean, ProgressVisitor) - Method in class org.h2gis.functions.io.osm.OSMDriverFunction
- exportTable(Connection, String, File, String, boolean, ProgressVisitor) - Method in class org.h2gis.functions.io.shp.SHPDriverFunction
- exportTable(Connection, String, File, String, boolean, ProgressVisitor) - Method in class org.h2gis.functions.io.tsv.TSVDriverFunction
- exportTable(Connection, String, File, String, ProgressVisitor) - Method in class org.h2gis.functions.io.asc.AscDriverFunction
- exportTable(Connection, String, File, String, ProgressVisitor) - Method in class org.h2gis.functions.io.csv.CSVDriverFunction
-
Export a table or a query to a CSV file
- exportTable(Connection, String, File, String, ProgressVisitor) - Method in class org.h2gis.functions.io.dbf.DBFDriverFunction
- exportTable(Connection, String, File, String, ProgressVisitor) - Method in class org.h2gis.functions.io.DriverManager
- exportTable(Connection, String, File, String, ProgressVisitor) - Method in class org.h2gis.functions.io.fgb.FGBDriverFunction
- exportTable(Connection, String, File, String, ProgressVisitor) - Method in class org.h2gis.functions.io.geojson.GeoJsonDriverFunction
- exportTable(Connection, String, File, String, ProgressVisitor) - Method in class org.h2gis.functions.io.gpx.GPXDriverFunction
- exportTable(Connection, String, File, String, ProgressVisitor) - Method in class org.h2gis.functions.io.json.JsonDriverFunction
- exportTable(Connection, String, File, String, ProgressVisitor) - Method in class org.h2gis.functions.io.kml.KMLDriverFunction
- exportTable(Connection, String, File, String, ProgressVisitor) - Method in class org.h2gis.functions.io.osm.OSMDriverFunction
- exportTable(Connection, String, File, String, ProgressVisitor) - Method in class org.h2gis.functions.io.shp.SHPDriverFunction
-
Save a table or a query to a shpfile
- exportTable(Connection, String, File, String, ProgressVisitor) - Method in class org.h2gis.functions.io.tsv.TSVDriverFunction
-
Export a table or a query to as TSV file
- exportTable(Connection, String, File, ProgressVisitor) - Method in class org.h2gis.functions.io.asc.AscDriverFunction
- exportTable(Connection, String, File, ProgressVisitor) - Method in class org.h2gis.functions.io.csv.CSVDriverFunction
- exportTable(Connection, String, File, ProgressVisitor) - Method in class org.h2gis.functions.io.dbf.DBFDriverFunction
- exportTable(Connection, String, File, ProgressVisitor) - Method in class org.h2gis.functions.io.DriverManager
- exportTable(Connection, String, File, ProgressVisitor) - Method in class org.h2gis.functions.io.fgb.FGBDriverFunction
- exportTable(Connection, String, File, ProgressVisitor) - Method in class org.h2gis.functions.io.geojson.GeoJsonDriverFunction
- exportTable(Connection, String, File, ProgressVisitor) - Method in class org.h2gis.functions.io.gpx.GPXDriverFunction
- exportTable(Connection, String, File, ProgressVisitor) - Method in class org.h2gis.functions.io.json.JsonDriverFunction
- exportTable(Connection, String, File, ProgressVisitor) - Method in class org.h2gis.functions.io.kml.KMLDriverFunction
- exportTable(Connection, String, File, ProgressVisitor) - Method in class org.h2gis.functions.io.osm.OSMDriverFunction
- exportTable(Connection, String, File, ProgressVisitor) - Method in class org.h2gis.functions.io.shp.SHPDriverFunction
- exportTable(Connection, String, File, ProgressVisitor) - Method in class org.h2gis.functions.io.tsv.TSVDriverFunction
- exportTable(Connection, String, String) - Static method in class org.h2gis.functions.io.dbf.DBFWrite
- exportTable(Connection, String, String) - Static method in class org.h2gis.functions.io.geojson.GeoJsonWrite
-
Write the GeoJSON file.
- exportTable(Connection, String, String) - Static method in class org.h2gis.functions.io.json.JsonWrite
-
Write the JSON file.
- exportTable(Connection, String, String) - Static method in class org.h2gis.functions.io.kml.KMLWrite
-
This method is used to write a spatial table into a KML file
- exportTable(Connection, String, String) - Static method in class org.h2gis.functions.io.shp.SHPWrite
-
Read a table and write it into a shape file.
- exportTable(Connection, String, String) - Static method in class org.h2gis.functions.io.tsv.TSVWrite
-
Export a table into a Tab-separated values file
- exportTable(Connection, String, String, boolean) - Static method in class org.h2gis.functions.io.geojson.GeoJsonWrite
-
Read a table and write it into a GEOJSON file.
- exportTable(Connection, String, String, boolean) - Static method in class org.h2gis.functions.io.json.JsonWrite
- exportTable(Connection, String, String, String, boolean) - Static method in class org.h2gis.functions.io.dbf.DBFWrite
-
Read a table and write it into a dbf file.
- exportTable(Connection, String, String, String, boolean) - Static method in class org.h2gis.functions.io.kml.KMLWrite
- exportTable(Connection, String, String, String, boolean) - Static method in class org.h2gis.functions.io.shp.SHPWrite
-
Read a table and write it into a shape file.
- exportTable(Connection, String, String, String, boolean) - Static method in class org.h2gis.functions.io.tsv.TSVWrite
- exportTable(Connection, String, String, Value) - Static method in class org.h2gis.functions.io.dbf.DBFWrite
-
Read a table and write it into a dbf file.
- exportTable(Connection, String, String, Value) - Static method in class org.h2gis.functions.io.kml.KMLWrite
-
Read a table and write it into a kml file.
- exportTable(Connection, String, String, Value) - Static method in class org.h2gis.functions.io.shp.SHPWrite
-
Read a table and write it into a shape file.
- exportTable(Connection, String, String, Value) - Static method in class org.h2gis.functions.io.tsv.TSVWrite
-
Read a table and write it into a tsv file.
- exportToDataBase(Connection, String, Connection, String, int, int) - Static method in class org.h2gis.functions.io.utility.IOMethods
-
Method to export a table into another database
- exportToFile(Connection, String, String, String, boolean) - Method in class org.h2gis.functions.io.utility.IOMethods
-
Export a table to a file
- EXTENSIONS - Static variable in class org.h2gis.functions.io.gpx.model.GPXTags
- extractMetadata(Connection, String, String, String, String, String, String, String) - Static method in class org.h2gis.functions.spatial.metadata.FindGeometryMetadata
-
Extract the geometry metadata from its OGC signature Examples: POINT POINT Z POINT ZM
- extractRoof(LineString, double) - Static method in class org.h2gis.functions.spatial.volume.GeometryExtrude
-
Extract the linestring "roof".
- extractRoof(Polygon, double) - Static method in class org.h2gis.functions.spatial.volume.GeometryExtrude
-
Extract the roof of a polygon
- extractWalls(LineString, double) - Static method in class org.h2gis.functions.spatial.volume.GeometryExtrude
-
Extrude the LineString as a set of walls.
- extractWalls(Polygon, double) - Static method in class org.h2gis.functions.spatial.volume.GeometryExtrude
-
Extract the walls from a polygon
- extrudeGeometry(Geometry, double) - Static method in class org.h2gis.functions.spatial.create.ST_Extrude
-
Extrudes a POLYGON or a LINESTRING into a GEOMETRYCOLLECTION containing the floor (input geometry), walls and ceiling.
- extrudeGeometry(Geometry, double, int) - Static method in class org.h2gis.functions.spatial.create.ST_Extrude
-
Extrudes a POLYGON or a LINESTRING into a GEOMETRYCOLLECTION containing the floor (input geometry), walls and ceiling.
- extrudeLineStringAsGeometry(LineString, double) - Static method in class org.h2gis.functions.spatial.volume.GeometryExtrude
-
Extrude the linestring as a collection of geometries The output geometryCollection contains the floor, the walls and the roof.
- ExtrudeMode - Enum in org.h2gis.functions.io.kml
-
Extrude mode specifies whether to connect the geometry to the ground.
- extrudePolygonAsGeometry(Polygon, double) - Static method in class org.h2gis.functions.spatial.volume.GeometryExtrude
-
Extrude the polygon as a collection of geometries The output geometryCollection contains the floor, the walls and the roof.
F
- FALSE - org.h2gis.functions.io.kml.ExtrudeMode
- feedCreateTableData(Driver, CreateTableData) - Method in class org.h2gis.functions.io.file_table.FileEngine
-
Add columns definition of the file into the CreateTableData instance.
- feedCreateTableData(DBFDriver, CreateTableData) - Method in class org.h2gis.functions.io.dbf.DBFEngine
- feedCreateTableData(FGBDriver, CreateTableData) - Method in class org.h2gis.functions.io.fgb.FGBEngine
- feedCreateTableData(SHPDriver, CreateTableData) - Method in class org.h2gis.functions.io.shp.SHPEngine
- feedTableDataFromHeader(DbaseFileHeader, CreateTableData) - Static method in class org.h2gis.functions.io.dbf.DBFEngine
-
Parse the DBF file then init the provided data structure
- FGBDriver - Class in org.h2gis.functions.io.fgb.fileTable
-
FlatGeobuffer reader driver
- FGBDriver() - Constructor for class org.h2gis.functions.io.fgb.fileTable.FGBDriver
- FGBDriver.FGBDriverCursor - Class in org.h2gis.functions.io.fgb.fileTable
- FGBDriverCursor(PackedRTree.SearchResult, FGBDriver) - Constructor for class org.h2gis.functions.io.fgb.fileTable.FGBDriver.FGBDriverCursor
- FGBDriverFunction - Class in org.h2gis.functions.io.fgb
-
FlatGeobuffer reader/write driver function
- FGBDriverFunction() - Constructor for class org.h2gis.functions.io.fgb.FGBDriverFunction
- FGBEngine - Class in org.h2gis.functions.io.fgb
-
FlatGeobuffer engine for link with file instead of copy
- FGBEngine() - Constructor for class org.h2gis.functions.io.fgb.FGBEngine
- FGBRead - Class in org.h2gis.functions.io.fgb
-
Expose FlatGeobuffer reader function
- FGBRead() - Constructor for class org.h2gis.functions.io.fgb.FGBRead
- FGBWrite - Class in org.h2gis.functions.io.fgb
-
Expose FlatGeobuffer writer function
- FGBWrite() - Constructor for class org.h2gis.functions.io.fgb.FGBWrite
- FGBWriteDriver - Class in org.h2gis.functions.io.fgb
-
FlatGeobuffer write file
- FGBWriteDriver(Connection) - Constructor for class org.h2gis.functions.io.fgb.FGBWriteDriver
- FieldFormatter(Charset) - Constructor for class org.h2gis.functions.io.dbf.internal.DbaseFileWriter.FieldFormatter
- FileEngine<Driver extends org.h2gis.api.FileDriver> - Class in org.h2gis.functions.io.file_table
-
Implement theses abstract methods in order to define a file engine.
- FileEngine() - Constructor for class org.h2gis.functions.io.file_table.FileEngine
- filter(Coordinate) - Method in class org.h2gis.functions.spatial.crs.ST_Transform.CRSTransformFilter
- filter(Coordinate) - Method in class org.h2gis.functions.spatial.distance.MaxDistanceOp.MaxDistanceFilter
- filter(CoordinateSequence, int) - Method in class org.h2gis.functions.spatial.affine_transformations.ZAffineTransformation
- filter(CoordinateSequence, int) - Method in class org.h2gis.functions.spatial.edit.ST_AddZ.AddZCoordinateSequenceFilter
- filter(CoordinateSequence, int) - Method in class org.h2gis.functions.spatial.edit.ST_FlipCoordinates.FlipCoordinateSequenceFilter
- filter(CoordinateSequence, int) - Method in class org.h2gis.functions.spatial.edit.ST_MultiplyZ.MultiplyZCoordinateSequenceFilter
- filter(CoordinateSequence, int) - Method in class org.h2gis.functions.spatial.volume.GeometryExtrude.UpdateZValue
- filterGeom(Geometry, int, Stack, List) - Static method in class org.h2gis.functions.spatial.split.ST_SubDivide
-
Extract unique geometry and check if the geometry must be divided
- find(SessionLocal, SearchRow, SearchRow) - Method in class org.h2gis.functions.io.file_table.DummyIndex
- find(SessionLocal, SearchRow, SearchRow) - Method in class org.h2gis.functions.io.file_table.H2TableIndex
- findFirstOrLast(SessionLocal, boolean) - Method in class org.h2gis.functions.io.file_table.DummyIndex
- findFirstOrLast(SessionLocal, boolean) - Method in class org.h2gis.functions.io.file_table.H2TableIndex
- FindGeometryMetadata - Class in org.h2gis.functions.spatial.metadata
- FindGeometryMetadata() - Constructor for class org.h2gis.functions.spatial.metadata.FindGeometryMetadata
- findSRID(Connection, Geometry) - Static method in class org.h2gis.functions.spatial.crs.ST_FindUTMSRID
-
Find UTM SRID from a geometry
- firstRow - Variable in class org.h2gis.functions.spatial.properties.ST_Explode.ExplodeResultSet
- FIX - Static variable in class org.h2gis.functions.io.gpx.model.GPXTags
- flip() - Method in class org.h2gis.functions.io.utility.WriteBufferManager
- flipCoordinates(Geometry) - Static method in class org.h2gis.functions.spatial.edit.ST_FlipCoordinates
- FlipCoordinateSequenceFilter() - Constructor for class org.h2gis.functions.spatial.edit.ST_FlipCoordinates.FlipCoordinateSequenceFilter
- flush() - Method in class org.h2gis.functions.io.utility.WriteBufferManager
-
flushes the cached contents into the channel.
- force(Geometry, double) - Static method in class org.h2gis.functions.spatial.convert.ST_Force3D
-
Force the dimension of the geometry and update correctly the coordinate dimension
- force(Geometry, double) - Static method in class org.h2gis.functions.spatial.convert.UpdateGeometryZ
-
Force the dimension of the geometry to 3, update correctly the coordinate dimension and change the z value
- force(Geometry, double) - Static method in class org.h2gis.functions.spatial.edit.ST_UpdateZ
-
Force the dimension of the geometry and update correctly the coordinate dimension
- force(Geometry, double, double) - Static method in class org.h2gis.functions.spatial.convert.ST_Force4D
-
Force the dimension of the geometry and update correctly the coordinate dimension
- force(Geometry, int) - Static method in class org.h2gis.functions.spatial.convert.GeometryCoordinateDimension
-
Force the dimension of the geometry and update correctly the coordinate dimension
- force2D(Geometry) - Static method in class org.h2gis.functions.spatial.convert.ST_Force2D
-
Converts a XYZ geometry to XY.
- force3D(Geometry) - Static method in class org.h2gis.functions.spatial.convert.ST_Force3D
-
Converts a XY geometry to XYZ.
- force3D(Geometry, double) - Static method in class org.h2gis.functions.spatial.convert.ST_Force3D
-
Converts a XY geometry to XYZ.
- force3DM(Geometry) - Static method in class org.h2gis.functions.spatial.convert.ST_Force3DM
-
Converts a XY, XYZ geometry to XYM.
- force3DM(Geometry, double) - Static method in class org.h2gis.functions.spatial.convert.ST_Force3DM
-
Converts a XY, XYZ geometry to XYM.
- force4D(Geometry) - Static method in class org.h2gis.functions.spatial.convert.ST_Force4D
-
Converts a geometry to XYZM.
- force4D(Geometry, double, double) - Static method in class org.h2gis.functions.spatial.convert.ST_Force4D
-
Converts a geometry to XYZM.
- forceXYM(Geometry, double) - Static method in class org.h2gis.functions.spatial.convert.ST_Force3DM
-
Force the dimension of the geometry and update correctly the coordinate dimension
- forID(int) - Static method in class org.h2gis.functions.io.shp.internal.ShapeType
-
Determine the ShapeType for the id.
- FullConvexHull - Class in org.h2gis.functions.spatial.mesh
-
Computes the convex hull of a
Geometry. - FullConvexHull(Coordinate[], GeometryFactory) - Constructor for class org.h2gis.functions.spatial.mesh.FullConvexHull
-
Create a new convex hull construction for the input
Coordinatearray. - FullConvexHull(Geometry) - Constructor for class org.h2gis.functions.spatial.mesh.FullConvexHull
-
Create a new convex hull construction for the input
Geometry.
G
- generateGMLink(Geometry) - Static method in class org.h2gis.functions.spatial.convert.ST_GoogleMapLink
-
Generate a Google Map link URL based on the center of the bounding box of the input geometry
- generateGMLink(Geometry, String) - Static method in class org.h2gis.functions.spatial.convert.ST_GoogleMapLink
-
Generate a Google Map link URL based on the center of the bounding box of the input geometry and set the layer type
- generateGMLink(Geometry, String, int) - Static method in class org.h2gis.functions.spatial.convert.ST_GoogleMapLink
-
Generate a Google Map link URL based on the center of the bounding box of the input geometry.
- generateLink(Geometry) - Static method in class org.h2gis.functions.spatial.convert.ST_OSMMapLink
-
Create the OSM map link based on the bounding box of the geometry.
- generateLink(Geometry, boolean) - Static method in class org.h2gis.functions.spatial.convert.ST_OSMMapLink
-
Create the OSM map link based on the bounding box of the geometry.
- generatePoints(Geometry, int) - Static method in class org.h2gis.functions.spatial.create.ST_GeneratePoints
-
Make the random points
- generatePointsInGrid(Geometry, int, int) - Static method in class org.h2gis.functions.spatial.create.ST_GeneratePointsInGrid
- generatePointsInGrid(Geometry, int, int, boolean) - Static method in class org.h2gis.functions.spatial.create.ST_GeneratePointsInGrid
-
Make a regular distribution of points
- GEOIDHEIGHT - Static variable in class org.h2gis.functions.io.gpx.model.GPXTags
- GeoJsonDriverFunction - Class in org.h2gis.functions.io.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.functions.io.geojson.GeoJsonDriverFunction
- GeoJsonField - Class in org.h2gis.functions.io.geojson
-
GeoJson fields used by the standard.
- GeoJsonField() - Constructor for class org.h2gis.functions.io.geojson.GeoJsonField
- GeoJsonRead - Class in org.h2gis.functions.io.geojson
-
SQL function to read a GeoJSON file an creates the corresponding spatial table.
- GeoJsonRead() - Constructor for class org.h2gis.functions.io.geojson.GeoJsonRead
- GeoJsonReaderDriver - Class in org.h2gis.functions.io.geojson
-
Driver to import a GeoJSON file into a spatial table.
- GeoJsonReaderDriver(Connection, File, String, boolean) - Constructor for class org.h2gis.functions.io.geojson.GeoJsonReaderDriver
-
Driver to import a GeoJSON file into a spatial table.
- GeoJsonWrite - Class in org.h2gis.functions.io.geojson
-
SQL function to write a spatial table to a GeoJSON file.
- GeoJsonWrite() - Constructor for class org.h2gis.functions.io.geojson.GeoJsonWrite
- GeoJsonWriteDriver - Class in org.h2gis.functions.io.geojson
-
A simple GeoJSON driver to write a spatial table to a GeoJSON file.
- GeoJsonWriteDriver(Connection) - Constructor for class org.h2gis.functions.io.geojson.GeoJsonWriteDriver
-
A simple GeoJSON driver to write a spatial table to a GeoJSON file.
- geomAt(int) - Method in class org.h2gis.functions.io.shp.internal.ShapefileReader
-
Fetch the next record information.
- geomCrosses(Geometry, Geometry) - Static method in class org.h2gis.functions.spatial.predicates.ST_Crosses
- geomDisjoint(Geometry, Geometry) - Static method in class org.h2gis.functions.spatial.predicates.ST_Disjoint
-
Return true if the two Geometries are disjoint
- geomEquals(Geometry, Geometry) - Static method in class org.h2gis.functions.spatial.predicates.ST_Equals
-
Return true if Geometry A is equal to Geometry B
- GEOMETRY_BASE_TYPE - Static variable in class org.h2gis.functions.factory.H2GISFunctions
-
H2 base type for geometry column
ResultSetMetaData.getColumnTypeName(int) - GeometryConversions - Class in org.h2gis.functions.io.fgb.fileTable
-
Conversion to/from JTS
- GeometryConversions() - Constructor for class org.h2gis.functions.io.fgb.fileTable.GeometryConversions
- GeometryCoordinateDimension - Class in org.h2gis.functions.spatial.convert
-
This class is used to force the coordinate dimension of a geometry
- GeometryCoordinateDimension() - Constructor for class org.h2gis.functions.spatial.convert.GeometryCoordinateDimension
- GeometryExtrude - Class in org.h2gis.functions.spatial.volume
-
This class is used to extrude a polygon or a linestring to a set of walls, roof, or floor using a height.
- GeometryExtrude.UpdateZValue - Class in org.h2gis.functions.spatial.volume
-
Update the z value.
- GeometryOffsets - Class in org.h2gis.functions.io.fgb.fileTable
- GeometryOffsets() - Constructor for class org.h2gis.functions.io.fgb.fileTable.GeometryOffsets
- geomFromGeoJSON(String) - Static method in class org.h2gis.functions.io.geojson.ST_GeomFromGeoJSON
-
Convert a geojson geometry to geometry.
- geomTouches(Geometry, Geometry) - Static method in class org.h2gis.functions.spatial.predicates.ST_Touches
-
Return true if the geometry A touches the geometry B
- get() - Method in class org.h2gis.functions.io.fgb.fileTable.FGBDriver.FGBDriverCursor
- get() - Method in class org.h2gis.functions.io.utility.ReadBufferManager
-
Gets the byte value at the current position
- get(byte[]) - Method in class org.h2gis.functions.io.utility.ReadBufferManager
-
Gets the byte[] value at the current position
- get(long, byte[]) - Method in class org.h2gis.functions.io.utility.ReadBufferManager
-
Gets the byte[] value at the specified position
- get3DArea() - Method in class org.h2gis.functions.spatial.mesh.DelaunayData
-
Return the 3D area of all triangles
- getAlias(Function) - Static method in class org.h2gis.functions.factory.H2GISFunctions
-
Return the alias name of the function
- getAllExportDriverSupportedExtensions() - Method in class org.h2gis.functions.io.utility.IOMethods
- getAllImportDriverSupportedExtensions() - Method in class org.h2gis.functions.io.utility.IOMethods
- getArea(Geometry) - Static method in class org.h2gis.functions.spatial.properties.ST_Area
- getBoundary(Geometry) - Static method in class org.h2gis.functions.spatial.properties.ST_Boundary
- getBoundary(Geometry, int) - Static method in class org.h2gis.functions.spatial.properties.ST_Boundary
- getBuffer() - Method in class org.h2gis.functions.io.utility.WriteBufferManager
- getBuiltInsFunctions() - Static method in class org.h2gis.functions.factory.H2GISFunctions
- getByte(long) - Method in class org.h2gis.functions.io.utility.ReadBufferManager
-
Gets the byte value at the specified position
- getCentroid(Geometry) - Static method in class org.h2gis.functions.spatial.properties.ST_Centroid
- getChangeSet() - Method in class org.h2gis.functions.io.osm.OSMElement
- getCircumCenter(Geometry) - Static method in class org.h2gis.functions.spatial.create.ST_BoundingCircleCenter
-
Compute the minimum bounding circle center of a geometry
- getColumnCount() - Method in class org.h2gis.functions.io.file_table.H2TableIndex.DriverRow
- getContentBuffer() - Method in class org.h2gis.functions.io.gpx.model.AbstractGpxParser
-
Gives the actual contentBuffer
- getContentLength(int) - Method in class org.h2gis.functions.io.shp.internal.IndexFile
-
Get the content length of the given record in bytes, not 16 bit words.
- getConvexHull() - Method in class org.h2gis.functions.spatial.mesh.FullConvexHull
-
Returns a
Geometrythat represents the convex hull of the input geometry. - getCoordinateDimension(Geometry) - Static method in class org.h2gis.functions.spatial.properties.ST_CoordDim
-
Returns the dimension of the coordinates of the given geometry.
- getCoordinatesDistance() - Method in class org.h2gis.functions.spatial.distance.MaxDistanceOp
-
Return the two coordinates to build the max distance line
- getCoordinatesDistance() - Method in class org.h2gis.functions.spatial.distance.MaxDistanceOp.MaxDistanceFilter
-
Return the maximum distance as two coordinates.
- getCopyright() - Method in class org.h2gis.functions.io.gpx.model.GpxParser
-
Gives copyright and license information governing use of the file.
- getCost(SessionLocal, int[], TableFilter[], int, SortOrder, AllColumnsForPlan) - Method in class org.h2gis.functions.io.file_table.DummyIndex
- getCost(SessionLocal, int[], TableFilter[], int, SortOrder, AllColumnsForPlan) - Method in class org.h2gis.functions.io.file_table.H2TableIndex
- getCreator() - Method in class org.h2gis.functions.io.gpx.model.AbstractGpxParserDefault
-
Gives the name or URL of the software that created the GPX document.
- getCurrentElement() - Method in class org.h2gis.functions.io.gpx.model.AbstractGpxParser
-
Gives a string representing the value of the element which is being parsed.
- getCurrentLine() - Method in class org.h2gis.functions.io.gpx.model.AbstractGpxParser
-
Gives the line which is being parsed.
- getCurrentPoint() - Method in class org.h2gis.functions.io.gpx.model.AbstractGpxParser
-
Gives the point which is being parsed.
- getCurrentSegment() - Method in class org.h2gis.functions.io.gpx.model.AbstractGpxParser
-
Gives the segment which is being parsed.
- getDbaseFileHeader() - Method in class org.h2gis.functions.io.dbf.internal.DBFDriver
- getDbaseFileHeader() - Method in class org.h2gis.functions.io.shp.internal.SHPDriver
- getDbaseFileReader() - Method in class org.h2gis.functions.io.dbf.internal.DBFDriver
-
Get the file reader
- getDbfFile() - Method in class org.h2gis.functions.io.dbf.internal.DBFDriver
- getDesc() - Method in class org.h2gis.functions.io.gpx.model.AbstractGpxParserDefault
-
Gives a description of the contents of the GPX file.
- getDimension(Geometry) - Static method in class org.h2gis.functions.spatial.properties.ST_Dimension
- getDiskSpaceUsed() - Method in class org.h2gis.functions.io.file_table.DummyIndex
- getDiskSpaceUsed() - Method in class org.h2gis.functions.io.file_table.DummyMVTable
- getDiskSpaceUsed() - Method in class org.h2gis.functions.io.file_table.H2MVTable
- getDiskSpaceUsed() - Method in class org.h2gis.functions.io.file_table.H2TableIndex
- getDistance() - Method in class org.h2gis.functions.spatial.distance.MaxDistanceOp
-
Return the max distance
- getDistance() - Method in class org.h2gis.functions.spatial.distance.MaxDistanceOp.MaxDistanceFilter
-
Return the maximum distance
- getDouble() - Method in class org.h2gis.functions.io.utility.ReadBufferManager
-
Gets the double value at the specified position
- getDouble(long) - Method in class org.h2gis.functions.io.utility.ReadBufferManager
-
Gets the double value at the specified position
- getDownScale() - Method in class org.h2gis.functions.io.asc.AscReaderDriver
- getDriver() - Method in class org.h2gis.functions.io.file_table.H2TableIndex
- getDriverFunctionList() - Method in class org.h2gis.functions.io.utility.IOMethods
- getElementNames() - Method in class org.h2gis.functions.io.gpx.model.AbstractGpxParser
-
Gives the actual StringStack elementNames
- getElevation() - Method in class org.h2gis.functions.io.osm.NodeOSMElement
- getEndPoint(Geometry) - Static method in class org.h2gis.functions.spatial.properties.ST_EndPoint
- getEnvelope(Geometry) - Static method in class org.h2gis.functions.spatial.properties.ST_Envelope
- getEnvelope(Geometry, int) - Static method in class org.h2gis.functions.spatial.properties.ST_Envelope
- getEstimatedRowSize(long) - Method in class org.h2gis.functions.io.dbf.internal.DBFDriver
- getEstimatedRowSize(long) - Method in class org.h2gis.functions.io.fgb.fileTable.FGBDriver
- getEstimatedRowSize(long) - Method in class org.h2gis.functions.io.shp.internal.SHPDriver
- getExportDriverFromFile(File) - Method in class org.h2gis.functions.io.utility.IOMethods
- getExportFormats() - Method in class org.h2gis.functions.io.asc.AscDriverFunction
- getExportFormats() - Method in class org.h2gis.functions.io.csv.CSVDriverFunction
- getExportFormats() - Method in class org.h2gis.functions.io.dbf.DBFDriverFunction
- getExportFormats() - Method in class org.h2gis.functions.io.DriverManager
- getExportFormats() - Method in class org.h2gis.functions.io.fgb.FGBDriverFunction
- getExportFormats() - Method in class org.h2gis.functions.io.geojson.GeoJsonDriverFunction
- getExportFormats() - Method in class org.h2gis.functions.io.gpx.GPXDriverFunction
- getExportFormats() - Method in class org.h2gis.functions.io.json.JsonDriverFunction
- getExportFormats() - Method in class org.h2gis.functions.io.kml.KMLDriverFunction
- getExportFormats() - Method in class org.h2gis.functions.io.osm.OSMDriverFunction
- getExportFormats() - Method in class org.h2gis.functions.io.shp.SHPDriverFunction
- getExportFormats() - Method in class org.h2gis.functions.io.tsv.TSVDriverFunction
- getExteriorRing(Geometry) - Static method in class org.h2gis.functions.spatial.properties.ST_ExteriorRing
- getExtractEnvelope() - Method in class org.h2gis.functions.io.asc.AscReaderDriver
- getFeaturesOffset() - Method in class org.h2gis.functions.io.fgb.fileTable.FGBDriver
- getField(long, int) - Method in class org.h2gis.functions.io.dbf.internal.DBFDriver
- getField(long, int) - Method in class org.h2gis.functions.io.fgb.fileTable.FGBDriver
- getField(long, int) - Method in class org.h2gis.functions.io.shp.internal.SHPDriver
- getFieldCount() - Method in class org.h2gis.functions.io.dbf.internal.DbaseFileReader
- getFieldCount() - Method in class org.h2gis.functions.io.dbf.internal.DBFDriver
- getFieldCount() - Method in class org.h2gis.functions.io.fgb.fileTable.FGBDriver
- getFieldCount() - Method in class org.h2gis.functions.io.shp.internal.SHPDriver
- getFieldDecimalCount(int) - Method in class org.h2gis.functions.io.dbf.internal.DbaseFileHeader
-
Get the decimal count of this field.
- getFieldLength(int) - Method in class org.h2gis.functions.io.dbf.internal.DbaseFileHeader
-
Returns the field length in bytes.
- getFieldName(int) - Method in class org.h2gis.functions.io.dbf.internal.DbaseFileHeader
-
Get the field name.
- getFieldsFromFileLocation(FileChannel, long, long, HeaderMeta, int) - Static method in class org.h2gis.functions.io.fgb.fileTable.FGBDriver
- getFieldString(int, int, Number) - Method in class org.h2gis.functions.io.dbf.internal.DbaseFileWriter.FieldFormatter
- getFieldString(int, String) - Method in class org.h2gis.functions.io.dbf.internal.DbaseFileWriter.FieldFormatter
- getFieldString(Date) - Method in class org.h2gis.functions.io.dbf.internal.DbaseFileWriter.FieldFormatter
- getFieldType(int) - Method in class org.h2gis.functions.io.dbf.internal.DbaseFileHeader
-
Get the character class of the field.
- getFieldValue(int, int) - Method in class org.h2gis.functions.io.dbf.internal.DbaseFileReader
- getFileEncoding() - Method in class org.h2gis.functions.io.dbf.internal.DbaseFileHeader
- getFileLength() - Method in class org.h2gis.functions.io.shp.internal.ShapefileHeader
- getFormatDescription(String) - Method in class org.h2gis.functions.io.asc.AscDriverFunction
- getFormatDescription(String) - Method in class org.h2gis.functions.io.csv.CSVDriverFunction
- getFormatDescription(String) - Method in class org.h2gis.functions.io.dbf.DBFDriverFunction
- getFormatDescription(String) - Method in class org.h2gis.functions.io.DriverManager
- getFormatDescription(String) - Method in class org.h2gis.functions.io.fgb.FGBDriverFunction
- getFormatDescription(String) - Method in class org.h2gis.functions.io.geojson.GeoJsonDriverFunction
- getFormatDescription(String) - Method in class org.h2gis.functions.io.gpx.GPXDriverFunction
- getFormatDescription(String) - Method in class org.h2gis.functions.io.json.JsonDriverFunction
- getFormatDescription(String) - Method in class org.h2gis.functions.io.kml.KMLDriverFunction
- getFormatDescription(String) - Method in class org.h2gis.functions.io.osm.OSMDriverFunction
- getFormatDescription(String) - Method in class org.h2gis.functions.io.shp.SHPDriverFunction
- getFormatDescription(String) - Method in class org.h2gis.functions.io.tsv.TSVDriverFunction
- getFullAuthor() - Method in class org.h2gis.functions.io.gpx.model.AbstractGpxParserDefault
-
Gives the name of person or organization who created the GPX file.
- getFullLink() - Method in class org.h2gis.functions.io.gpx.model.AbstractGpxParserDefault
-
Gives URLs associated with the location described in the file.
- getFurthestCoordinate(Coordinate, Coordinate[]) - Static method in class org.h2gis.functions.io.utility.CoordinatesUtils
-
Find the furthest coordinate in a geometry from a base coordinate
- getFurthestCoordinate(Point, Geometry) - Static method in class org.h2gis.functions.spatial.distance.ST_ClosestCoordinate
-
Computes the closest coordinate(s) contained in the given geometry starting from the given point, using the 2D distance.
- getFurthestCoordinate(Point, Geometry) - Static method in class org.h2gis.functions.spatial.distance.ST_FurthestCoordinate
-
Computes the furthest coordinate(s) contained in the given geometry starting from the given point, using the 2D distance.
- getGeometryClass(int) - Static method in class org.h2gis.functions.io.fgb.fileTable.GeometryConversions
- getGeometryFactory() - Method in class org.h2gis.functions.io.gpx.model.AbstractGpxParser
-
Gives a geometryFactory to construct gpx geometries
- getGeometryFieldIndex() - Method in class org.h2gis.functions.io.fgb.fileTable.FGBDriver
- getGeometryFieldIndex() - Method in class org.h2gis.functions.io.shp.internal.SHPDriver
- getGeometryN(Geometry, Integer) - Static method in class org.h2gis.functions.spatial.properties.ST_GeometryN
-
Return Geometry number n from the given GeometryCollection.
- getGeometryType(Geometry) - Static method in class org.h2gis.functions.spatial.properties.ST_GeometryType
- geth2gisVersion() - Static method in class org.h2gis.functions.system.H2GISversion
-
Return the H2GIS version available in the version txt file Otherwise return unknown
- getHeader() - Method in class org.h2gis.functions.io.dbf.internal.DbaseFileReader
-
Get the header from this file.
- getHeader() - Method in class org.h2gis.functions.io.dbf.internal.DbaseFileWriter
- getHeader() - Method in class org.h2gis.functions.io.fgb.fileTable.FGBDriver
- getHeader() - Method in class org.h2gis.functions.io.shp.internal.IndexFile
-
Get the header of this index file.
- getHeader() - Method in class org.h2gis.functions.io.shp.internal.ShapefileReader
-
Get the header.
- getHeaderLength() - Method in class org.h2gis.functions.io.dbf.internal.DbaseFileHeader
-
Get the length of the header
- getHoles(Geometry) - Static method in class org.h2gis.functions.spatial.properties.ST_NumInteriorRings
-
Return the number of holes in a Polygon or MultiPolygon
- getID() - Method in class org.h2gis.functions.io.osm.OSMElement
-
The id of the element
- getImportDriverFromFile(File) - Method in class org.h2gis.functions.io.utility.IOMethods
- getImportDriverType() - Method in class org.h2gis.functions.io.asc.AscDriverFunction
- getImportDriverType() - Method in class org.h2gis.functions.io.csv.CSVDriverFunction
- getImportDriverType() - Method in class org.h2gis.functions.io.dbf.DBFDriverFunction
- getImportDriverType() - Method in class org.h2gis.functions.io.DriverManager
- getImportDriverType() - Method in class org.h2gis.functions.io.fgb.FGBDriverFunction
- getImportDriverType() - Method in class org.h2gis.functions.io.geojson.GeoJsonDriverFunction
- getImportDriverType() - Method in class org.h2gis.functions.io.gpx.GPXDriverFunction
- getImportDriverType() - Method in class org.h2gis.functions.io.json.JsonDriverFunction
- getImportDriverType() - Method in class org.h2gis.functions.io.kml.KMLDriverFunction
- getImportDriverType() - Method in class org.h2gis.functions.io.osm.OSMDriverFunction
- getImportDriverType() - Method in class org.h2gis.functions.io.shp.SHPDriverFunction
- getImportDriverType() - Method in class org.h2gis.functions.io.tsv.TSVDriverFunction
- getImportFormats() - Method in class org.h2gis.functions.io.asc.AscDriverFunction
- getImportFormats() - Method in class org.h2gis.functions.io.csv.CSVDriverFunction
- getImportFormats() - Method in class org.h2gis.functions.io.dbf.DBFDriverFunction
- getImportFormats() - Method in class org.h2gis.functions.io.DriverManager
- getImportFormats() - Method in class org.h2gis.functions.io.fgb.FGBDriverFunction
- getImportFormats() - Method in class org.h2gis.functions.io.geojson.GeoJsonDriverFunction
- getImportFormats() - Method in class org.h2gis.functions.io.gpx.GPXDriverFunction
- getImportFormats() - Method in class org.h2gis.functions.io.json.JsonDriverFunction
- getImportFormats() - Method in class org.h2gis.functions.io.kml.KMLDriverFunction
- getImportFormats() - Method in class org.h2gis.functions.io.osm.OSMDriverFunction
- getImportFormats() - Method in class org.h2gis.functions.io.shp.SHPDriverFunction
- getImportFormats() - Method in class org.h2gis.functions.io.tsv.TSVDriverFunction
- getIndexes() - Method in class org.h2gis.functions.io.file_table.DummyMVTable
- getIndexes() - Method in class org.h2gis.functions.io.file_table.H2MVTable
- getInt() - Method in class org.h2gis.functions.io.utility.ReadBufferManager
-
Gets the int value at the current position
- getInt(long) - Method in class org.h2gis.functions.io.utility.ReadBufferManager
-
Gets the int value at the specified position
- getInteriorPoint(Geometry) - Static method in class org.h2gis.functions.spatial.properties.ST_PointOnSurface
- getInteriorRing(Geometry, Integer) - Static method in class org.h2gis.functions.spatial.properties.ST_InteriorRingN
- getInternalType(int[]) - Method in class org.h2gis.functions.spatial.aggregate.ST_Accum
- getInternalType(int[]) - Method in class org.h2gis.functions.spatial.properties.ST_Extent
- getJavaStaticMethod() - Method in class org.h2gis.functions.io.asc.AscRead
- getJavaStaticMethod() - Method in class org.h2gis.functions.io.dbf.DBFRead
- getJavaStaticMethod() - Method in class org.h2gis.functions.io.dbf.DBFWrite
- getJavaStaticMethod() - Method in class org.h2gis.functions.io.DriverManager
- getJavaStaticMethod() - Method in class org.h2gis.functions.io.fgb.FGBRead
- getJavaStaticMethod() - Method in class org.h2gis.functions.io.fgb.FGBWrite
- getJavaStaticMethod() - Method in class org.h2gis.functions.io.geojson.GeoJsonRead
- getJavaStaticMethod() - Method in class org.h2gis.functions.io.geojson.GeoJsonWrite
- getJavaStaticMethod() - Method in class org.h2gis.functions.io.geojson.ST_AsGeoJSON
- getJavaStaticMethod() - Method in class org.h2gis.functions.io.geojson.ST_GeomFromGeoJSON
- getJavaStaticMethod() - Method in class org.h2gis.functions.io.gpx.GPXRead
- getJavaStaticMethod() - Method in class org.h2gis.functions.io.json.JsonWrite
- getJavaStaticMethod() - Method in class org.h2gis.functions.io.kml.KMLWrite
- getJavaStaticMethod() - Method in class org.h2gis.functions.io.kml.ST_AsKml
- getJavaStaticMethod() - Method in class org.h2gis.functions.io.osm.OSMRead
- getJavaStaticMethod() - Method in class org.h2gis.functions.io.osm.ST_OSMDownloader
- getJavaStaticMethod() - Method in class org.h2gis.functions.io.shp.SHPRead
- getJavaStaticMethod() - Method in class org.h2gis.functions.io.shp.SHPWrite
- getJavaStaticMethod() - Method in class org.h2gis.functions.io.tsv.TSVRead
- getJavaStaticMethod() - Method in class org.h2gis.functions.io.tsv.TSVWrite
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.affine_transformations.ST_Rotate
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.affine_transformations.ST_Scale
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.affine_transformations.ST_Translate
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.aggregate.ST_LineMerge
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.buffer.ST_Buffer
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.buffer.ST_OffSetCurve
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.buffer.ST_RingSideBuffer
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.buffer.ST_SideBuffer
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.buffer.ST_VariableBuffer
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.clean.ST_MakeValid
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.convert.ST_AsBinary
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.convert.ST_AsEWKB
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.convert.ST_AsGML
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.convert.ST_AsWKT
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.convert.ST_Force2D
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.convert.ST_Force3D
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.convert.ST_Force3DM
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.convert.ST_Force4D
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.convert.ST_GeomFromGML
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.convert.ST_GeomFromText
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.convert.ST_GeomFromWKB
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.convert.ST_GoogleMapLink
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.convert.ST_Holes
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.convert.ST_LineFromText
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.convert.ST_LineFromWKB
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.convert.ST_MLineFromText
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.convert.ST_MPointFromText
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.convert.ST_MPolyFromText
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.convert.ST_Multi
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.convert.ST_OSMMapLink
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.convert.ST_PointFromText
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.convert.ST_PointFromWKB
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.convert.ST_PolyFromText
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.convert.ST_PolyFromWKB
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.convert.ST_ToMultiLine
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.convert.ST_ToMultiPoint
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.convert.ST_ToMultiSegments
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.create.ST_BoundingCircle
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.create.ST_BoundingCircleCenter
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.create.ST_Expand
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.create.ST_Extrude
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.create.ST_GeneratePoints
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.create.ST_GeneratePointsInGrid
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.create.ST_MakeArcLine
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.create.ST_MakeArcPolygon
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.create.ST_MakeEllipse
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.create.ST_MakeEnvelope
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.create.ST_MakeGrid
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.create.ST_MakeGridPoints
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.create.ST_MakeLine
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.create.ST_MakePoint
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.create.ST_MakePolygon
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.create.ST_MaximumInscribedCircle
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.create.ST_MinimumBoundingRadius
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.create.ST_MinimumRectangle
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.create.ST_OctogonalEnvelope
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.create.ST_RingBuffer
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.crs.ST_FindUTMSRID
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.crs.ST_IsGeographicCRS
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.crs.ST_IsProjectedCRS
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.crs.ST_SetSRID
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.crs.ST_Transform
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.crs.UpdateGeometrySRID
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.distance.ST_ClosestCoordinate
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.distance.ST_ClosestPoint
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.distance.ST_FurthestCoordinate
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.distance.ST_LocateAlong
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.distance.ST_LongestLine
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.distance.ST_MaxDistance
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.distance.ST_ProjectPoint
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.distance.ST_ShortestLine
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.earth.ST_GeometryShadow
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.earth.ST_Isovist
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.earth.ST_SunPosition
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.earth.ST_Svf
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.edit.ST_AddPoint
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.edit.ST_AddZ
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.edit.ST_CollectionExtract
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.edit.ST_Densify
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.edit.ST_FlipCoordinates
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.edit.ST_ForcePolygonCCW
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.edit.ST_ForcePolygonCW
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.edit.ST_InsertPoint
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.edit.ST_Interpolate3DLine
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.edit.ST_MultiplyZ
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.edit.ST_Normalize
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.edit.ST_RemoveDuplicatedCoordinates
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.edit.ST_RemoveHoles
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.edit.ST_RemovePoints
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.edit.ST_RemoveRepeatedPoints
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.edit.ST_Reverse
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.edit.ST_Reverse3DLine
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.edit.ST_UpdateZ
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.edit.ST_ZUpdateLineExtremities
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.generalize.ST_PrecisionReducer
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.generalize.ST_Simplify
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.generalize.ST_SimplifyPreserveTopology
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.linear_referencing.ST_LineInterpolatePoint
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.linear_referencing.ST_LineSubstring
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.mesh.ST_ConstrainedDelaunay
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.mesh.ST_Delaunay
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.mesh.ST_Tessellate
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.mesh.ST_Voronoi
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.metadata.FindGeometryMetadata
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.operators.ST_ConcaveHull
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.operators.ST_ConvexHull
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.operators.ST_Difference
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.operators.ST_Intersection
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.operators.ST_SymDifference
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.operators.ST_Union
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.others.ST_Clip
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.predicates.ST_Contains
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.predicates.ST_Covers
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.predicates.ST_Crosses
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.predicates.ST_Disjoint
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.predicates.ST_DWithin
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.predicates.ST_EnvelopesIntersect
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.predicates.ST_Equals
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.predicates.ST_Intersects
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.predicates.ST_OrderingEquals
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.predicates.ST_Overlaps
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.predicates.ST_Relate
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.predicates.ST_Touches
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.predicates.ST_Within
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.properties.ST_3DArea
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.properties.ST_3DLength
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.properties.ST_3DPerimeter
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.properties.ST_Area
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.properties.ST_Boundary
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.properties.ST_Centroid
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.properties.ST_CompactnessRatio
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.properties.ST_CoordDim
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.properties.ST_Dimension
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.properties.ST_Distance
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.properties.ST_DistanceSphere
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.properties.ST_EndPoint
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.properties.ST_Envelope
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.properties.ST_EstimatedExtent
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.properties.ST_Explode
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.properties.ST_ExteriorRing
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.properties.ST_GeometryN
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.properties.ST_GeometryType
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.properties.ST_GeometryTypeCode
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.properties.ST_InteriorRingN
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.properties.ST_Is3D
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.properties.ST_IsClosed
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.properties.ST_IsEmpty
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.properties.ST_IsRectangle
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.properties.ST_IsRing
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.properties.ST_IsSimple
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.properties.ST_IsValid
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.properties.ST_IsValidDetail
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.properties.ST_IsValidReason
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.properties.ST_Length
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.properties.ST_MemSize
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.properties.ST_MinimumDiameter
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.properties.ST_NPoints
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.properties.ST_NumGeometries
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.properties.ST_NumInteriorRings
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.properties.ST_NumPoints
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.properties.ST_Perimeter
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.properties.ST_PointN
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.properties.ST_PointOnSurface
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.properties.ST_SRID
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.properties.ST_StartPoint
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.properties.ST_X
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.properties.ST_XMax
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.properties.ST_XMin
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.properties.ST_Y
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.properties.ST_YMax
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.properties.ST_YMin
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.properties.ST_Z
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.properties.ST_ZMax
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.properties.ST_ZMin
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.snap.ST_Project
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.snap.ST_Snap
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.split.ST_LineIntersector
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.split.ST_Split
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.split.ST_SubDivide
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.topography.ST_Drape
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.topography.ST_TriangleAspect
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.topography.ST_TriangleContouring
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.topography.ST_TriangleDirection
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.topography.ST_TriangleSlope
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.topology.ST_Graph
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.topology.ST_Node
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.topology.ST_Polygonize
- getJavaStaticMethod() - Method in class org.h2gis.functions.spatial.trigonometry.ST_Azimuth
- getJavaStaticMethod() - Method in class org.h2gis.functions.string.HexToVarBinary
- getJavaStaticMethod() - Method in class org.h2gis.functions.system.DoubleRange
- getJavaStaticMethod() - Method in class org.h2gis.functions.system.H2GISversion
- getJavaStaticMethod() - Method in class org.h2gis.functions.system.IntegerRange
- getJavaStaticMethod() - Method in class org.h2gis.functions.system.JTSVersion
- getjtsVersion() - Static method in class org.h2gis.functions.system.JTSVersion
-
Return the JTS version
- getKeywords() - Method in class org.h2gis.functions.io.gpx.model.AbstractGpxParserDefault
-
Gives keywords associated with the file.
- getLargestFieldSize() - Method in class org.h2gis.functions.io.dbf.internal.DbaseFileHeader
-
Get the largest field size of this table.
- getLastUpdateDate() - Method in class org.h2gis.functions.io.dbf.internal.DbaseFileHeader
-
Get the date this file was last updated.
- getLength() - Method in class org.h2gis.functions.io.utility.ReadBufferManager
-
Gets the size of the channel
- getLength(Geometry) - Method in class org.h2gis.functions.io.shp.internal.MultiLineHandler
- getLength(Geometry) - Method in class org.h2gis.functions.io.shp.internal.MultiPointHandler
-
Calcuates the record length of this object.
- getLength(Geometry) - Method in class org.h2gis.functions.io.shp.internal.PointHandler
- getLength(Geometry) - Method in class org.h2gis.functions.io.shp.internal.PolygonHandler
- getLength(Geometry) - Method in interface org.h2gis.functions.io.shp.internal.ShapeHandler
-
Get the length of the given geometry Object in bytes not 16-bit words.
- getLength(Geometry) - Static method in class org.h2gis.functions.spatial.properties.ST_Length
- getLengthFor(int) - Method in class org.h2gis.functions.io.dbf.internal.DbaseFileReader
- getLong() - Method in class org.h2gis.functions.io.utility.ReadBufferManager
-
Gets the long value at the current position
- getLong(long) - Method in class org.h2gis.functions.io.utility.ReadBufferManager
-
Gets the long value at the specified position
- getMaxDataModificationId() - Method in class org.h2gis.functions.io.file_table.DummyMVTable
- getMaxDataModificationId() - Method in class org.h2gis.functions.io.file_table.H2MVTable
- getMaxLat() - Method in class org.h2gis.functions.io.gpx.model.AbstractGpxParserDefault
-
Gives the maximum latitude given by
<bounds>element. - getMaxLon() - Method in class org.h2gis.functions.io.gpx.model.AbstractGpxParserDefault
-
Gives the maximum longitude given by
<bounds>element. - getMaxX(Geometry) - Static method in class org.h2gis.functions.spatial.properties.ST_XMax
-
Returns the maximal x-value of the given geometry.
- getMaxY(Geometry) - Static method in class org.h2gis.functions.spatial.properties.ST_YMax
-
Returns the maximal y-value of the given geometry.
- getMaxZ(Geometry) - Static method in class org.h2gis.functions.spatial.properties.ST_ZMax
-
Returns the maximal z-value of the given geometry.
- getMemory() - Method in class org.h2gis.functions.io.file_table.H2TableIndex.DriverRow
- getMinLat() - Method in class org.h2gis.functions.io.gpx.model.AbstractGpxParserDefault
-
Gives the minimum latitude given by
<bounds>element. - getMinLon() - Method in class org.h2gis.functions.io.gpx.model.AbstractGpxParserDefault
-
Gives the minimum longitude given by
<bounds>element. - getMinX(Geometry) - Static method in class org.h2gis.functions.spatial.properties.ST_XMin
-
Returns the minimal x-value of the given geometry.
- getMinY(Geometry) - Static method in class org.h2gis.functions.spatial.properties.ST_YMin
-
Returns the minimal y-value of the given geometry.
- getMinZ(Geometry) - Static method in class org.h2gis.functions.spatial.properties.ST_ZMin
-
Returns the minimal z-value of the given geometry.
- getName() - Method in class org.h2gis.functions.io.gpx.model.AbstractGpxParserDefault
-
Gives the name of the document.
- getName() - Method in class org.h2gis.functions.io.osm.OSMElement
- getNodesRef() - Method in class org.h2gis.functions.io.osm.WayOSMElement
-
Return the list of nodes
- getNPoints(Geometry) - Static method in class org.h2gis.functions.spatial.properties.ST_NPoints
- getNumFields() - Method in class org.h2gis.functions.io.dbf.internal.DbaseFileHeader
-
Return the number of fields in the records.
- getNumGeometries(Geometry) - Static method in class org.h2gis.functions.spatial.properties.ST_NumGeometries
- getNumPoints(Geometry) - Static method in class org.h2gis.functions.spatial.properties.ST_NumPoints
- getNumRecords() - Method in class org.h2gis.functions.io.dbf.internal.DbaseFileHeader
-
Return the number of records in the file
- getOffset(int) - Method in class org.h2gis.functions.io.shp.internal.IndexFile
-
Get the offset of the record (in 16-bit words).
- getOffsetInBytes(int) - Method in class org.h2gis.functions.io.shp.internal.IndexFile
-
Get the offset of the record (in real bytes, not 16-bit words).
- getPackedRTreeNodeSize() - Method in class org.h2gis.functions.io.fgb.FGBWriteDriver
- getParameters(String) - Method in class org.h2gis.functions.spatial.crs.SpatialRefRegistry
- getPoint(GeometryFactory) - Method in class org.h2gis.functions.io.osm.NodeOSMElement
-
The geometry of the node
- getPointN(Geometry, int) - Static method in class org.h2gis.functions.spatial.properties.ST_PointN
- getPosition() - Method in class org.h2gis.functions.io.utility.ReadBufferManager
-
Gets the positionf of this buffer in the file it's reading.
- getPosition(Date, double, double) - Static method in class org.h2gis.functions.spatial.earth.SunCalc
-
Returns the sun position as a coordinate with the following properties x: sun azimuth in radians (direction along the horizon, measured from south to west), e.g.
- getPositionFor(int, int) - Method in class org.h2gis.functions.io.dbf.internal.DbaseFileReader
- getQuestionMark(int) - Static method in class org.h2gis.functions.io.dbf.DBFDriverFunction
-
Generate the concatenation of ? characters.
- getReader() - Method in class org.h2gis.functions.io.gpx.model.AbstractGpxParser
-
Gives the XMLReader used to parse the document.
- getRecordCount() - Method in class org.h2gis.functions.io.dbf.internal.DbaseFileReader
- getRecordCount() - Method in class org.h2gis.functions.io.shp.internal.IndexFile
-
Get the number of records in this index.
- getRecordLength() - Method in class org.h2gis.functions.io.dbf.internal.DbaseFileHeader
-
Get the length of the records in bytes.
- getRegistryName() - Method in class org.h2gis.functions.spatial.crs.SpatialRefRegistry
- getResult() - Method in class org.h2gis.functions.spatial.aggregate.ST_Accum
- getResult() - Method in class org.h2gis.functions.spatial.properties.ST_Extent
- getResultSet() - Method in class org.h2gis.functions.spatial.create.GridRowSet
-
Give the regular grid
- getResultSet() - Method in class org.h2gis.functions.spatial.create.MinimumBoundingRadiusRowSet
- getResultSet() - Method in class org.h2gis.functions.spatial.properties.ST_Explode.ExplodeResultSet
-
Return the exploded geometries as multiple rows
- getResultSet() - Method in class org.h2gis.functions.spatial.properties.ST_Explode.ExplodeResultSetQuery
- getRow(SessionLocal, long) - Method in class org.h2gis.functions.io.file_table.H2MVTable
- getRow(SessionLocal, long) - Method in class org.h2gis.functions.io.file_table.H2TableIndex
- getRowCount() - Method in class org.h2gis.functions.io.dbf.internal.DBFDriver
- getRowCount() - Method in class org.h2gis.functions.io.fgb.fileTable.FGBDriver
- getRowCount() - Method in class org.h2gis.functions.io.shp.internal.SHPDriver
- getRowCount(SessionLocal) - Method in class org.h2gis.functions.io.file_table.DummyIndex
- getRowCount(SessionLocal) - Method in class org.h2gis.functions.io.file_table.DummyMVTable
- getRowCount(SessionLocal) - Method in class org.h2gis.functions.io.file_table.H2MVTable
- getRowCount(SessionLocal) - Method in class org.h2gis.functions.io.file_table.H2TableIndex
- getRowCountApproximation(SessionLocal) - Method in class org.h2gis.functions.io.file_table.DummyIndex
- getRowCountApproximation(SessionLocal) - Method in class org.h2gis.functions.io.file_table.DummyMVTable
- getRowCountApproximation(SessionLocal) - Method in class org.h2gis.functions.io.file_table.H2MVTable
- getRowCountApproximation(SessionLocal) - Method in class org.h2gis.functions.io.file_table.H2TableIndex
- getRowIdColumn() - Method in class org.h2gis.functions.io.file_table.H2MVTable
- getRteParser() - Method in class org.h2gis.functions.io.gpx.model.AbstractGpxParserDefault
-
Gives the parser used to parse routes.
- getRtePreparedStmt() - Method in class org.h2gis.functions.io.gpx.model.AbstractGpxParser
-
Gives the preparedstatement used to store route data
- getRteptPreparedStmt() - Method in class org.h2gis.functions.io.gpx.model.AbstractGpxParser
-
Gives the prepared statement used to store the route points.
- getScanIndex(SessionLocal) - Method in class org.h2gis.functions.io.file_table.DummyMVTable
- getScanIndex(SessionLocal) - Method in class org.h2gis.functions.io.file_table.H2MVTable
- getSearchRow() - Method in class org.h2gis.functions.io.fgb.fileTable.FGBDriver.FGBDriverCursor
- getSegments(Geometry, Geometry) - Static method in class org.h2gis.functions.spatial.split.ST_LineIntersector
-
Convert the input geometries as a list of segments and mark them with a flag to identify input and output geometries.
- getShapeFileHeader() - Method in class org.h2gis.functions.io.shp.internal.SHPDriver
- getShapeHandler() - Method in class org.h2gis.functions.io.shp.internal.ShapeType
-
Each ShapeType corresponds to a handler.
- getShapeType() - Method in class org.h2gis.functions.io.shp.internal.MultiLineHandler
-
Get the type of shape stored (ShapeType.ARC,ShapeType.ARCM,ShapeType.ARCZ)
- getShapeType() - Method in class org.h2gis.functions.io.shp.internal.MultiPointHandler
-
Returns the shapefile shape type value for a point
- getShapeType() - Method in class org.h2gis.functions.io.shp.internal.PointHandler
-
Returns the shapefile shape type value for a point
- getShapeType() - Method in class org.h2gis.functions.io.shp.internal.PolygonHandler
- getShapeType() - Method in class org.h2gis.functions.io.shp.internal.ShapefileHeader
- getShapeType() - Method in interface org.h2gis.functions.io.shp.internal.ShapeHandler
-
Get the ShapeType of this handler.
- getShpChannel() - Method in class org.h2gis.functions.io.shp.internal.ShapefileWriter
- getSQLColumnTypes(DbaseFileHeader, DBTypes, List<Column>) - Static method in class org.h2gis.functions.io.dbf.DBFDriverFunction
-
Return SQL Columns declaration
- getSrid() - Method in class org.h2gis.functions.io.shp.internal.SHPDriver
-
Get the SRID code
- getSRID(File) - Static method in class org.h2gis.functions.io.utility.PRJUtil
-
Return the SRID value stored in a prj file If the the prj file - is null, - is empty then a default srid equals to 0 is added.
- getSRID(Geometry) - Static method in class org.h2gis.functions.spatial.properties.ST_SRID
- getStartPoint(Geometry) - Static method in class org.h2gis.functions.spatial.properties.ST_StartPoint
- getSupportedCodes() - Method in class org.h2gis.functions.spatial.crs.SpatialRefRegistry
- getTableType() - Method in class org.h2gis.functions.io.file_table.DummyMVTable
- getTableType() - Method in class org.h2gis.functions.io.file_table.H2MVTable
- getTags() - Method in class org.h2gis.functions.io.osm.OSMElement
- getTime() - Method in class org.h2gis.functions.io.gpx.model.AbstractGpxParserDefault
-
Gives the date when this file is created.
- getTimeStamp() - Method in class org.h2gis.functions.io.osm.OSMElement
- getTotalNode() - Method in class org.h2gis.functions.io.osm.OSMPreParser
- getTotalRelation() - Method in class org.h2gis.functions.io.osm.OSMPreParser
- getTotalRte() - Method in class org.h2gis.functions.io.gpx.model.GpxPreparser
-
Gives the total number of routes contained in the GPX file.
- getTotalRtept() - Method in class org.h2gis.functions.io.gpx.model.GpxPreparser
-
Gives the total number of routepoints contained in the GPX file.
- getTotalTrk() - Method in class org.h2gis.functions.io.gpx.model.GpxPreparser
-
Gives the total number of tracks contained in the GPX file.
- getTotalTrkpt() - Method in class org.h2gis.functions.io.gpx.model.GpxPreparser
-
Gives the total number of trackpoints contained in the GPX file.
- getTotalTrkseg() - Method in class org.h2gis.functions.io.gpx.model.GpxPreparser
-
Gives the total number of track segments contained in the GPX file.
- getTotalWay() - Method in class org.h2gis.functions.io.osm.OSMPreParser
- getTotalWpt() - Method in class org.h2gis.functions.io.gpx.model.GpxPreparser
-
Gives the total number of waypoints contained in the GPX file.
- getTriangles() - Method in class org.h2gis.functions.spatial.mesh.DelaunayData
- getTrianglesSides() - Method in class org.h2gis.functions.spatial.mesh.DelaunayData
- getTrkParser() - Method in class org.h2gis.functions.io.gpx.model.AbstractGpxParserDefault
-
Givers the parser used to parse the track
- getTrkPointsPreparedStmt() - Method in class org.h2gis.functions.io.gpx.model.AbstractGpxParser
-
Gives the prepared statement used to store the track points.
- getTrkPreparedStmt() - Method in class org.h2gis.functions.io.gpx.model.AbstractGpxParser
-
Gives the prepared statement used to store the track.
- getTrkSegmentsPreparedStmt() - Method in class org.h2gis.functions.io.gpx.model.AbstractGpxParser
-
Gives the prepared statement used to store the track segments.
- getTypeCode(Geometry) - Static method in class org.h2gis.functions.spatial.properties.ST_GeometryTypeCode
- getUID() - Method in class org.h2gis.functions.io.osm.OSMElement
- getUniqueColumnName(String, List<Column>) - Static method in class org.h2gis.functions.io.file_table.FileEngine
-
Compute unique column name among the other columns
- getUser() - Method in class org.h2gis.functions.io.osm.OSMElement
-
The user
- getValidSRID(Connection, File) - Static method in class org.h2gis.functions.io.utility.PRJUtil
-
Get a valid SRID value from a prj file.
- getValue(int) - Method in class org.h2gis.functions.io.file_table.H2TableIndex.DriverRow
- getValueList() - Method in class org.h2gis.functions.io.file_table.H2TableIndex.DriverRow
- getValues() - Method in class org.h2gis.functions.io.gpx.model.GPXLine
-
Gives access to the route or track's values
- getValues() - Method in class org.h2gis.functions.io.gpx.model.GPXPoint
-
Gives access to the point's values
- getVersion() - Method in class org.h2gis.functions.io.gpx.model.AbstractGpxParserDefault
-
Gives the version number of the GPX document.
- getVersion() - Method in class org.h2gis.functions.io.gpx.model.GpxPreparser
-
Gives the version of the gpx file.
- getVersion() - Method in class org.h2gis.functions.io.osm.OSMElement
- getVersion() - Method in class org.h2gis.functions.io.osm.OSMPreParser
- getVersion() - Method in class org.h2gis.functions.io.shp.internal.ShapefileHeader
- getVertexToSnap(Geometry, Point, double) - Static method in class org.h2gis.functions.spatial.edit.EditUtilities
-
Gets the coordinate of a Geometry that is the nearest of a given Point, with a distance tolerance.
- getVisible() - Method in class org.h2gis.functions.io.osm.OSMElement
- getWptParser() - Method in class org.h2gis.functions.io.gpx.model.AbstractGpxParserDefault
-
Gives the parser used to parse waypoint.
- getWptPreparedStmt() - Method in class org.h2gis.functions.io.gpx.model.AbstractGpxParser
-
Get the PreparedStatement of the waypoints table.
- getX(Geometry) - Static method in class org.h2gis.functions.spatial.properties.ST_X
- getY(Geometry) - Static method in class org.h2gis.functions.spatial.properties.ST_Y
- getZ(Geometry) - Static method in class org.h2gis.functions.spatial.properties.ST_Z
- gf - Static variable in class org.h2gis.functions.spatial.convert.ST_GeomFromGML
- GJGeometryReader - Class in org.h2gis.functions.io.geojson
-
This class is used to convert a geojon geometry to a JTS geometry.
- GJGeometryReader(GeometryFactory) - Constructor for class org.h2gis.functions.io.geojson.GJGeometryReader
- gos - Variable in class org.h2gis.functions.io.fgb.fileTable.GeometryOffsets
- GPX - Static variable in class org.h2gis.functions.io.gpx.model.GPXTags
- GPXCoordinate - Class in org.h2gis.functions.io.gpx.model
-
This class is used to convert a waypoint to a coordinate
- GPXCoordinate() - Constructor for class org.h2gis.functions.io.gpx.model.GPXCoordinate
- GPXDriverFunction - Class in org.h2gis.functions.io.gpx
-
This class is used to read a GPX file
- GPXDriverFunction() - Constructor for class org.h2gis.functions.io.gpx.GPXDriverFunction
- GPXLine - Class in org.h2gis.functions.io.gpx.model
-
This class giving is used to manage route and track data
- GPXLine(int) - Constructor for class org.h2gis.functions.io.gpx.model.GPXLine
- GpxMetadata - Class in org.h2gis.functions.io.gpx.model
-
This class stores field information for a standard GPX file.
- GpxParser - Class in org.h2gis.functions.io.gpx.model
-
Default parser.
- GpxParser(Connection, File, String, boolean) - Constructor for class org.h2gis.functions.io.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.functions.io.gpx.model
-
Specific parser for routes.
- GpxParserRte(XMLReader, GpxParser) - Constructor for class org.h2gis.functions.io.gpx.model.GpxParserRte
-
Create a new specific parser.
- GpxParserTrk - Class in org.h2gis.functions.io.gpx.model
-
Specific parser for tracks.
- GpxParserTrk(XMLReader, AbstractGpxParserDefault) - Constructor for class org.h2gis.functions.io.gpx.model.GpxParserTrk
-
Create a new specific parser.
- GpxParserWpt - Class in org.h2gis.functions.io.gpx.model
-
Specific parser for waypoints.
- GpxParserWpt(XMLReader, GpxParser) - Constructor for class org.h2gis.functions.io.gpx.model.GpxParserWpt
-
Create a new specific parser.
- GPXPoint - Class in org.h2gis.functions.io.gpx.model
-
This class gives bvalues for every types of points (waypoint, routepoint and trackpoint).
- GPXPoint(int) - Constructor for class org.h2gis.functions.io.gpx.model.GPXPoint
- GpxPreparser - Class in org.h2gis.functions.io.gpx.model
-
GpxPreparser class just reads the document.
- GpxPreparser() - Constructor for class org.h2gis.functions.io.gpx.model.GpxPreparser
-
Initializing of the pre-parser.
- GPXRead - Class in org.h2gis.functions.io.gpx
-
SQL Function to copy GPX File data into a Table.
- GPXRead() - Constructor for class org.h2gis.functions.io.gpx.GPXRead
- GPXTablesFactory - Class in org.h2gis.functions.io.gpx.model
-
A factory to create the tables that are used to import GPX data
- GPXTags - Class in org.h2gis.functions.io.gpx.model
-
A class to manage all GPXTags used to parse the GPX and create the tables
- GridRowSet - Class in org.h2gis.functions.spatial.create
-
GridRowSet is used to populate a result set with all grid cells.
- GridRowSet(Connection, double, double, String) - Constructor for class org.h2gis.functions.spatial.create.GridRowSet
-
The grid will be computed according a table stored in the database
- GridRowSet(Connection, double, double, Geometry) - Constructor for class org.h2gis.functions.spatial.create.GridRowSet
-
The grid will be computed according the envelope of a geometry
- GX_CLAMPTOSEAFLOOR - Static variable in class org.h2gis.functions.io.kml.AltitudeMode
- GX_RELATIVETOSEAFLOOR - Static variable in class org.h2gis.functions.io.kml.AltitudeMode
H
- h - org.h2gis.functions.spatial.convert.ST_GoogleMapLink.LayerType
- H2_PARAMETERS - Static variable in class org.h2gis.functions.factory.H2GISDBFactory
- H2GISDBFactory - Class in org.h2gis.functions.factory
-
Used to create quickly a database.
- H2GISFunctions - Class in org.h2gis.functions.factory
-
Add H2GIS features to an H2 database Execute the following sql to init spatial features :
- H2GISFunctions() - Constructor for class org.h2gis.functions.factory.H2GISFunctions
- H2GISversion - Class in org.h2gis.functions.system
-
Return the current version of H2GIS stored in the manifest
- H2GISversion() - Constructor for class org.h2gis.functions.system.H2GISversion
- H2MVTable - Class in org.h2gis.functions.io.file_table
-
A MV table linked with a
FileDriver - H2MVTable(FileDriver, CreateTableData) - Constructor for class org.h2gis.functions.io.file_table.H2MVTable
- H2TableIndex - Class in org.h2gis.functions.io.file_table
-
ScanIndex of
FileDriver, the key is the row index [1-n]. - H2TableIndex(FileDriver, Table, int, String, IndexColumn) - Constructor for class org.h2gis.functions.io.file_table.H2TableIndex
-
Constructor for primary key index.
- H2TableIndex(FileDriver, Table, int, IndexColumn) - Constructor for class org.h2gis.functions.io.file_table.H2TableIndex
-
Constructor for scan index.
- H2TableIndex.DriverRow - Class in org.h2gis.functions.io.file_table
-
This class is requiring only field value on demand instead of gathering the full row values from drivers
- hashCode() - Method in class org.h2gis.functions.spatial.crs.EPSGTuple
- HDOP - Static variable in class org.h2gis.functions.io.gpx.model.GPXTags
- HexToVarBinary - Class in org.h2gis.functions.string
-
Convert Hexadecimal string into an array of byte.
- HexToVarBinary() - Constructor for class org.h2gis.functions.string.HexToVarBinary
- HREF - Static variable in class org.h2gis.functions.io.gpx.model.GPXTags
- HREFTITLE - Static variable in class org.h2gis.functions.io.gpx.model.GPXTags
I
- id - Variable in class org.h2gis.functions.io.shp.internal.ShapeType
-
The integer id of this ShapeType.
- ID - Static variable in class org.h2gis.functions.io.gpx.model.GPXTags
- importFile(Connection, String, File, boolean, ProgressVisitor) - Method in class org.h2gis.functions.io.asc.AscDriverFunction
- importFile(Connection, String, File, boolean, ProgressVisitor) - Method in class org.h2gis.functions.io.csv.CSVDriverFunction
- importFile(Connection, String, File, boolean, ProgressVisitor) - Method in class org.h2gis.functions.io.dbf.DBFDriverFunction
- importFile(Connection, String, File, boolean, ProgressVisitor) - Method in class org.h2gis.functions.io.DriverManager
- importFile(Connection, String, File, boolean, ProgressVisitor) - Method in class org.h2gis.functions.io.fgb.FGBDriverFunction
- importFile(Connection, String, File, boolean, ProgressVisitor) - Method in class org.h2gis.functions.io.geojson.GeoJsonDriverFunction
- importFile(Connection, String, File, boolean, ProgressVisitor) - Method in class org.h2gis.functions.io.gpx.GPXDriverFunction
- importFile(Connection, String, File, boolean, ProgressVisitor) - Method in class org.h2gis.functions.io.json.JsonDriverFunction
- importFile(Connection, String, File, boolean, ProgressVisitor) - Method in class org.h2gis.functions.io.kml.KMLDriverFunction
- importFile(Connection, String, File, boolean, ProgressVisitor) - Method in class org.h2gis.functions.io.osm.OSMDriverFunction
- importFile(Connection, String, File, boolean, ProgressVisitor) - Method in class org.h2gis.functions.io.shp.SHPDriverFunction
- importFile(Connection, String, File, boolean, ProgressVisitor) - Method in class org.h2gis.functions.io.tsv.TSVDriverFunction
- importFile(Connection, String, File, String, boolean, ProgressVisitor) - Method in class org.h2gis.functions.io.asc.AscDriverFunction
- importFile(Connection, String, File, String, boolean, ProgressVisitor) - Method in class org.h2gis.functions.io.csv.CSVDriverFunction
- importFile(Connection, String, File, String, boolean, ProgressVisitor) - Method in class org.h2gis.functions.io.dbf.DBFDriverFunction
- importFile(Connection, String, File, String, boolean, ProgressVisitor) - Method in class org.h2gis.functions.io.DriverManager
- importFile(Connection, String, File, String, boolean, ProgressVisitor) - Method in class org.h2gis.functions.io.fgb.FGBDriverFunction
- importFile(Connection, String, File, String, boolean, ProgressVisitor) - Method in class org.h2gis.functions.io.geojson.GeoJsonDriverFunction
- importFile(Connection, String, File, String, boolean, ProgressVisitor) - Method in class org.h2gis.functions.io.gpx.GPXDriverFunction
- importFile(Connection, String, File, String, boolean, ProgressVisitor) - Method in class org.h2gis.functions.io.json.JsonDriverFunction
- importFile(Connection, String, File, String, boolean, ProgressVisitor) - Method in class org.h2gis.functions.io.kml.KMLDriverFunction
- importFile(Connection, String, File, String, boolean, ProgressVisitor) - Method in class org.h2gis.functions.io.osm.OSMDriverFunction
- importFile(Connection, String, File, String, boolean, ProgressVisitor) - Method in class org.h2gis.functions.io.shp.SHPDriverFunction
- importFile(Connection, String, File, String, boolean, ProgressVisitor) - Method in class org.h2gis.functions.io.tsv.TSVDriverFunction
- importFile(Connection, String, File, String, ProgressVisitor) - Method in class org.h2gis.functions.io.asc.AscDriverFunction
- importFile(Connection, String, File, String, ProgressVisitor) - Method in class org.h2gis.functions.io.csv.CSVDriverFunction
- importFile(Connection, String, File, String, ProgressVisitor) - Method in class org.h2gis.functions.io.dbf.DBFDriverFunction
- importFile(Connection, String, File, String, ProgressVisitor) - Method in class org.h2gis.functions.io.DriverManager
- importFile(Connection, String, File, String, ProgressVisitor) - Method in class org.h2gis.functions.io.fgb.FGBDriverFunction
- importFile(Connection, String, File, String, ProgressVisitor) - Method in class org.h2gis.functions.io.geojson.GeoJsonDriverFunction
- importFile(Connection, String, File, String, ProgressVisitor) - Method in class org.h2gis.functions.io.gpx.GPXDriverFunction
- importFile(Connection, String, File, String, ProgressVisitor) - Method in class org.h2gis.functions.io.json.JsonDriverFunction
- importFile(Connection, String, File, String, ProgressVisitor) - Method in class org.h2gis.functions.io.kml.KMLDriverFunction
- importFile(Connection, String, File, String, ProgressVisitor) - Method in class org.h2gis.functions.io.osm.OSMDriverFunction
- importFile(Connection, String, File, String, ProgressVisitor) - Method in class org.h2gis.functions.io.shp.SHPDriverFunction
- importFile(Connection, String, File, String, ProgressVisitor) - Method in class org.h2gis.functions.io.tsv.TSVDriverFunction
- importFile(Connection, String, File, ProgressVisitor) - Method in class org.h2gis.functions.io.asc.AscDriverFunction
- importFile(Connection, String, File, ProgressVisitor) - Method in class org.h2gis.functions.io.csv.CSVDriverFunction
- importFile(Connection, String, File, ProgressVisitor) - Method in class org.h2gis.functions.io.dbf.DBFDriverFunction
- importFile(Connection, String, File, ProgressVisitor) - Method in class org.h2gis.functions.io.DriverManager
- importFile(Connection, String, File, ProgressVisitor) - Method in class org.h2gis.functions.io.fgb.FGBDriverFunction
- importFile(Connection, String, File, ProgressVisitor) - Method in class org.h2gis.functions.io.geojson.GeoJsonDriverFunction
- importFile(Connection, String, File, ProgressVisitor) - Method in class org.h2gis.functions.io.gpx.GPXDriverFunction
- importFile(Connection, String, File, ProgressVisitor) - Method in class org.h2gis.functions.io.json.JsonDriverFunction
- importFile(Connection, String, File, ProgressVisitor) - Method in class org.h2gis.functions.io.kml.KMLDriverFunction
- importFile(Connection, String, File, ProgressVisitor) - Method in class org.h2gis.functions.io.osm.OSMDriverFunction
- importFile(Connection, String, File, ProgressVisitor) - Method in class org.h2gis.functions.io.shp.SHPDriverFunction
- importFile(Connection, String, File, ProgressVisitor) - Method in class org.h2gis.functions.io.tsv.TSVDriverFunction
- importFile(Connection, String, String, String, boolean) - Method in class org.h2gis.functions.io.utility.IOMethods
-
Import a file to a database
- importTable(Connection, String) - Static method in class org.h2gis.functions.io.dbf.DBFRead
- importTable(Connection, String) - Static method in class org.h2gis.functions.io.geojson.GeoJsonRead
- importTable(Connection, String) - Static method in class org.h2gis.functions.io.gpx.GPXRead
-
Copy data from GPX File into a new table in specified connection.
- importTable(Connection, String) - Static method in class org.h2gis.functions.io.osm.OSMRead
- importTable(Connection, String) - Static method in class org.h2gis.functions.io.shp.SHPRead
-
Copy data from Shape File into a new table in specified connection.
- importTable(Connection, String) - Static method in class org.h2gis.functions.io.tsv.TSVRead
-
Copy data from TSV File into a new table in specified connection.
- importTable(Connection, String, String, String, boolean) - Static method in class org.h2gis.functions.io.dbf.DBFRead
- importTable(Connection, String, String, String, boolean) - Static method in class org.h2gis.functions.io.geojson.GeoJsonRead
- importTable(Connection, String, String, String, boolean) - Static method in class org.h2gis.functions.io.gpx.GPXRead
-
Copy data from GPX File into a new table in specified connection.
- importTable(Connection, String, String, String, boolean) - Static method in class org.h2gis.functions.io.osm.OSMRead
- importTable(Connection, String, String, String, boolean) - Static method in class org.h2gis.functions.io.shp.SHPRead
-
Copy data from Shape File into a new table in specified connection.
- importTable(Connection, String, String, String, boolean) - Static method in class org.h2gis.functions.io.tsv.TSVRead
- importTable(Connection, String, String, Value) - Static method in class org.h2gis.functions.io.dbf.DBFRead
- importTable(Connection, String, String, Value) - Static method in class org.h2gis.functions.io.geojson.GeoJsonRead
- importTable(Connection, String, String, Value) - Static method in class org.h2gis.functions.io.gpx.GPXRead
- importTable(Connection, String, String, Value) - Static method in class org.h2gis.functions.io.osm.OSMRead
- importTable(Connection, String, String, Value) - Static method in class org.h2gis.functions.io.shp.SHPRead
-
Copy data from Shape File into a new table in specified connection.
- importTable(Connection, String, String, Value) - Static method in class org.h2gis.functions.io.tsv.TSVRead
- importTable(Connection, String, Value) - Static method in class org.h2gis.functions.io.dbf.DBFRead
- importTable(Connection, String, Value) - Static method in class org.h2gis.functions.io.geojson.GeoJsonRead
-
Read the GeoJSON file.
- importTable(Connection, String, Value) - Static method in class org.h2gis.functions.io.gpx.GPXRead
- importTable(Connection, String, Value) - Static method in class org.h2gis.functions.io.osm.OSMRead
- importTable(Connection, String, Value) - Static method in class org.h2gis.functions.io.shp.SHPRead
-
Copy data from Shape File into a new table in specified connection.
- importTable(Connection, String, Value) - Static method in class org.h2gis.functions.io.tsv.TSVRead
-
Copy data from TSV File into a new table in specified connection.
- IndexFile - Class in org.h2gis.functions.io.shp.internal
-
IndexFile parser for .shx files.
For now, the creation of index files is done in the ShapefileWriter. - IndexFile(FileChannel) - Constructor for class org.h2gis.functions.io.shp.internal.IndexFile
-
Load the index file from the given channel.
- init(Connection) - Method in class org.h2gis.functions.spatial.aggregate.ST_Accum
- init(Connection) - Method in class org.h2gis.functions.spatial.properties.ST_Extent
- init(Session) - Method in class org.h2gis.functions.io.file_table.H2MVTable
-
Create row index
- initDriver(File, DbaseFileHeader) - Method in class org.h2gis.functions.io.dbf.internal.DBFDriver
- initDriver(File, ShapeType, DbaseFileHeader) - Method in class org.h2gis.functions.io.shp.internal.SHPDriver
-
Init Driver for Write mode
- initDriverFromFile(File) - Method in class org.h2gis.functions.io.dbf.internal.DBFDriver
-
Init file header for DBF File
- initDriverFromFile(File) - Method in class org.h2gis.functions.io.fgb.fileTable.FGBDriver
-
Init file header for DBF File
- initDriverFromFile(File) - Method in class org.h2gis.functions.io.shp.internal.SHPDriver
-
Init this driver from existing files, then open theses files.
- initDriverFromFile(File, String) - Method in class org.h2gis.functions.io.dbf.internal.DBFDriver
-
Init file header for DBF File
- initDriverFromFile(File, String) - Method in class org.h2gis.functions.io.shp.internal.SHPDriver
-
Init this driver from existing files, then open theses files.
- initialise(XMLReader, AbstractGpxParserDefault) - Method in class org.h2gis.functions.io.gpx.model.AbstractGpxParserRte
-
Create a new specific parser.
- initialise(XMLReader, AbstractGpxParserDefault) - Method in class org.h2gis.functions.io.gpx.model.AbstractGpxParserTrk
-
Create a new specific parser.
- initialise(XMLReader, AbstractGpxParserDefault) - Method in class org.h2gis.functions.io.gpx.model.AbstractGpxParserWpt
-
Create a new specific parser.
- insertPoint(Geometry, Point) - Static method in class org.h2gis.functions.spatial.edit.ST_InsertPoint
-
Returns a new geometry based on an existing one, with a specific point as a new vertex.
- insertPoint(Geometry, Point, double) - Static method in class org.h2gis.functions.spatial.edit.ST_InsertPoint
-
Returns a new geometry based on an existing one, with a specific point as a new vertex.
- insertRow(Object[]) - Method in class org.h2gis.functions.io.dbf.internal.DBFDriver
-
Write a row
- insertRow(Object[]) - Method in class org.h2gis.functions.io.fgb.fileTable.FGBDriver
- insertRow(Object[]) - Method in class org.h2gis.functions.io.shp.internal.SHPDriver
-
Insert values in the row
- IntegerRange - Class in org.h2gis.functions.system
- IntegerRange() - Constructor for class org.h2gis.functions.system.IntegerRange
- interpolate(Coordinate, Coordinate, Coordinate) - Static method in class org.h2gis.functions.io.utility.CoordinatesUtils
-
Interpolates a z value (linearly) between the two coordinates.
- interpolateLine(Geometry) - Static method in class org.h2gis.functions.spatial.edit.ST_Interpolate3DLine
- intersection(Geometry, Geometry) - Static method in class org.h2gis.functions.spatial.operators.ST_Intersection
- intersection(Geometry, Geometry, double) - Static method in class org.h2gis.functions.spatial.operators.ST_Intersection
- intersects(Geometry, Geometry) - Static method in class org.h2gis.functions.spatial.predicates.ST_EnvelopesIntersect
- IOMethods - Class in org.h2gis.functions.io.utility
-
Utility methods to : - import, export a file in a database (H2GIS, POSTGIS) - export a table from another database (H2GIS, POSTGIS) - link a file or table (H2GIS only)
- IOMethods() - Constructor for class org.h2gis.functions.io.utility.IOMethods
-
Create a new instance of IOMethods in order to be able to use custom file drivers Add built-in supported drivers
- is3D(Geometry) - Static method in class org.h2gis.functions.spatial.properties.ST_Is3D
-
Returns 1 if a geometry has a z-coordinate, otherwise 0.
- isAs3DPoint() - Method in class org.h2gis.functions.io.asc.AscReaderDriver
- isCacheRowAddress() - Method in class org.h2gis.functions.io.fgb.fileTable.FGBDriver
- isCCW(CoordinateSequence) - Static method in class org.h2gis.functions.io.shp.internal.PolygonHandler
-
Computes whether a ring defined by an array of
Coordinates is oriented counter-clockwise. - isCenterCell() - Method in class org.h2gis.functions.spatial.create.GridRowSet
-
Return true is cell is represented as point, false as a polygon
- isClosed(Geometry) - Static method in class org.h2gis.functions.spatial.properties.ST_IsClosed
- isContains(Geometry, Geometry) - Static method in class org.h2gis.functions.spatial.predicates.ST_Contains
- isCreateIndex() - Method in class org.h2gis.functions.io.fgb.FGBWriteDriver
- isDeterministic() - Method in class org.h2gis.functions.io.file_table.DummyMVTable
- isDeterministic() - Method in class org.h2gis.functions.io.file_table.H2MVTable
- isDone() - Method in class org.h2gis.functions.spatial.affine_transformations.ZAffineTransformation
- isDone() - Method in class org.h2gis.functions.spatial.edit.ST_AddZ.AddZCoordinateSequenceFilter
- isDone() - Method in class org.h2gis.functions.spatial.edit.ST_FlipCoordinates.FlipCoordinateSequenceFilter
- isDone() - Method in class org.h2gis.functions.spatial.edit.ST_MultiplyZ.MultiplyZCoordinateSequenceFilter
- isDone() - Method in class org.h2gis.functions.spatial.volume.GeometryExtrude.UpdateZValue
- isEmpty(Geometry) - Static method in class org.h2gis.functions.spatial.properties.ST_IsEmpty
- isEOF() - Method in class org.h2gis.functions.io.utility.ReadBufferManager
-
If the current position is at the end of the channel
- isGeographic(double, double) - Static method in class org.h2gis.functions.spatial.earth.SunCalc
-
Test if the point has valid latitude and longitude coordinates.
- isGeometryChanged() - Method in class org.h2gis.functions.spatial.affine_transformations.ZAffineTransformation
- isGeometryChanged() - Method in class org.h2gis.functions.spatial.edit.ST_AddZ.AddZCoordinateSequenceFilter
- isGeometryChanged() - Method in class org.h2gis.functions.spatial.edit.ST_FlipCoordinates.FlipCoordinateSequenceFilter
- isGeometryChanged() - Method in class org.h2gis.functions.spatial.edit.ST_MultiplyZ.MultiplyZCoordinateSequenceFilter
- isGeometryChanged() - Method in class org.h2gis.functions.spatial.volume.GeometryExtrude.UpdateZValue
- isIntersects(Geometry, Geometry) - Static method in class org.h2gis.functions.spatial.predicates.ST_Intersects
- isLineType() - Method in class org.h2gis.functions.io.shp.internal.ShapeType
- isLockedExclusively() - Method in class org.h2gis.functions.io.file_table.DummyMVTable
- isLockedExclusively() - Method in class org.h2gis.functions.io.file_table.H2MVTable
- isMultiPoint() - Method in class org.h2gis.functions.io.shp.internal.ShapeType
-
Is this a multipoint shape? Hint- all shapes are multipoint except NULL, UNDEFINED, and the POINTs.
- isMultiPointType() - Method in class org.h2gis.functions.io.shp.internal.ShapeType
- ISO_FIELD_NAME - Static variable in class org.h2gis.functions.spatial.topography.ST_TriangleContouring
-
The default field name for explode count, value is [1-n]
- isOverlaps(Geometry, Geometry) - Static method in class org.h2gis.functions.spatial.predicates.ST_Overlaps
- isovist(Geometry, Geometry, double) - Static method in class org.h2gis.functions.spatial.earth.ST_Isovist
-
This function compute the visibility polygon
- isovist(Geometry, Geometry, double, double, double) - Static method in class org.h2gis.functions.spatial.earth.ST_Isovist
-
This function compute the visibility polygon
- isPoint() - Method in class org.h2gis.functions.io.gpx.model.AbstractGpxParserRte
-
Indicates if we are in a point.
- isPoint() - Method in class org.h2gis.functions.io.gpx.model.AbstractGpxParserTrk
-
Indicates if we are in a point.
- isPointType() - Method in class org.h2gis.functions.io.shp.internal.ShapeType
- isPolygonType() - Method in class org.h2gis.functions.io.shp.internal.ShapeType
- isRectangle(Geometry) - Static method in class org.h2gis.functions.spatial.properties.ST_IsRectangle
-
Returns true if the given geometry is a rectangle.
- isRing(Geometry) - Static method in class org.h2gis.functions.spatial.properties.ST_IsRing
- isRowColumnNumber() - Method in class org.h2gis.functions.spatial.create.GridRowSet
-
Return if the delta x and y must be expressed as number of columns and rows
- isRowIdIndex() - Method in class org.h2gis.functions.io.file_table.H2TableIndex
- isSimple(Geometry) - Static method in class org.h2gis.functions.spatial.properties.ST_IsSimple
- isSpatialFormat(String) - Method in class org.h2gis.functions.io.asc.AscDriverFunction
- isSpatialFormat(String) - Method in class org.h2gis.functions.io.csv.CSVDriverFunction
- isSpatialFormat(String) - Method in class org.h2gis.functions.io.dbf.DBFDriverFunction
- isSpatialFormat(String) - Method in class org.h2gis.functions.io.DriverManager
- isSpatialFormat(String) - Method in class org.h2gis.functions.io.fgb.FGBDriverFunction
- isSpatialFormat(String) - Method in class org.h2gis.functions.io.geojson.GeoJsonDriverFunction
- isSpatialFormat(String) - Method in class org.h2gis.functions.io.gpx.GPXDriverFunction
- isSpatialFormat(String) - Method in class org.h2gis.functions.io.json.JsonDriverFunction
- isSpatialFormat(String) - Method in class org.h2gis.functions.io.kml.KMLDriverFunction
- isSpatialFormat(String) - Method in class org.h2gis.functions.io.osm.OSMDriverFunction
- isSpatialFormat(String) - Method in class org.h2gis.functions.io.shp.SHPDriverFunction
- isSpatialFormat(String) - Method in class org.h2gis.functions.io.tsv.TSVDriverFunction
- isSpecificElement() - Method in class org.h2gis.functions.io.gpx.model.AbstractGpxParser
-
Indicates if we are in a specific element (waypoint, route or track).
- isSRIDValid(int, Connection) - Static method in class org.h2gis.functions.io.utility.PRJUtil
-
This method checks if a SRID value is valid according a list of SRID's avalaible on spatial_ref table of the datababase.
- isSupportedPropertyType(String, int, String) - Method in class org.h2gis.functions.io.geojson.GeoJsonWriteDriver
-
Return true is the SQL type is supported by the GeoJSON driver.
- isValid(Geometry) - Static method in class org.h2gis.functions.spatial.properties.ST_IsValid
-
Returns true if the given geometry is valid.
- isValidDetail(Geometry) - Static method in class org.h2gis.functions.spatial.properties.ST_IsValidDetail
-
Returns a valid_detail as an array of objects [0] = isvalid,[1] = reason, [2] = error location
- isValidDetail(Geometry, int) - Static method in class org.h2gis.functions.spatial.properties.ST_IsValidDetail
-
Returns a valid_detail as an array of objects [0] = isvalid,[1] = reason, [2] = error location isValid equals true if the geometry is valid.
- isValidReason(Geometry) - Static method in class org.h2gis.functions.spatial.properties.ST_IsValidReason
-
Returns text stating whether a geometry is valid.
- isValidReason(Geometry, int) - Static method in class org.h2gis.functions.spatial.properties.ST_IsValidReason
-
Returns text stating whether a geometry is valid.
- isWithin(Geometry, Geometry) - Static method in class org.h2gis.functions.spatial.predicates.ST_Within
- isWithinDistance(Geometry, Geometry, Double) - Static method in class org.h2gis.functions.spatial.predicates.ST_DWithin
-
Returns true if the geometries are within the specified distance of one another.
J
- JDBC_DATABASE_NAME - Static variable in class org.h2gis.functions.factory.H2GISDBFactory
- JDBC_NETWORK_PROTOCOL - Static variable in class org.h2gis.functions.factory.H2GISDBFactory
- JDBC_PASSWORD - Static variable in class org.h2gis.functions.factory.H2GISDBFactory
- JDBC_PORT_NUMBER - Static variable in class org.h2gis.functions.factory.H2GISDBFactory
- JDBC_SERVER_NAME - Static variable in class org.h2gis.functions.factory.H2GISDBFactory
- JDBC_URL - Static variable in class org.h2gis.functions.factory.H2GISDBFactory
- JDBC_USER - Static variable in class org.h2gis.functions.factory.H2GISDBFactory
- JsonDriverFunction - Class in org.h2gis.functions.io.json
- JsonDriverFunction() - Constructor for class org.h2gis.functions.io.json.JsonDriverFunction
- JsonWrite - Class in org.h2gis.functions.io.json
-
SQL function to write a table to a JSON file.
- JsonWrite() - Constructor for class org.h2gis.functions.io.json.JsonWrite
- JsonWriteDriver - Class in org.h2gis.functions.io.json
-
JSON class to write a table or a resultset to a file
- JsonWriteDriver(Connection) - Constructor for class org.h2gis.functions.io.json.JsonWriteDriver
-
A simple GeoJSON driver to write a spatial table to a GeoJSON file.
- JTSVersion - Class in org.h2gis.functions.system
-
Return the current version of JTS
- JTSVersion() - Constructor for class org.h2gis.functions.system.JTSVersion
K
- k - org.h2gis.functions.spatial.convert.ST_GoogleMapLink.LayerType
- KEYWORDS - Static variable in class org.h2gis.functions.io.gpx.model.GPXTags
- KML_ABSOLUTE - Static variable in class org.h2gis.functions.io.kml.AltitudeMode
- KML_CLAMPTOGROUND - Static variable in class org.h2gis.functions.io.kml.AltitudeMode
- KML_RELATIVETOGROUND - Static variable in class org.h2gis.functions.io.kml.AltitudeMode
- KMLDriverFunction - Class in org.h2gis.functions.io.kml
-
A driver to export spatial table to kml 2.2 file.
- KMLDriverFunction() - Constructor for class org.h2gis.functions.io.kml.KMLDriverFunction
- KMLGeometry - Class in org.h2gis.functions.io.kml
-
Tools to convert JTS geometry to KML representation
- KMLWrite - Class in org.h2gis.functions.io.kml
-
SQL Function to export a spatial table to a KML file.
- KMLWrite() - Constructor for class org.h2gis.functions.io.kml.KMLWrite
- KMLWriterDriver - Class in org.h2gis.functions.io.kml
-
KML writer
- KMLWriterDriver(Connection, File, String, boolean) - Constructor for class org.h2gis.functions.io.kml.KMLWriterDriver
L
- LAT - Static variable in class org.h2gis.functions.io.gpx.model.GPXTags
- length3D(CoordinateSequence) - Static method in class org.h2gis.functions.io.utility.CoordinatesUtils
-
Computes the length of a linestring specified by a sequence of points.
- length3D(CoordinateSequence) - Static method in class org.h2gis.functions.spatial.properties.ST_3DLength
-
Computes the length of a LineString specified by a sequence of coordinates.
- length3D(Geometry) - Static method in class org.h2gis.functions.io.utility.CoordinatesUtils
-
Returns the 3D length of the geometry
- length3D(Geometry) - Static method in class org.h2gis.functions.spatial.properties.ST_3DLength
-
Returns the 3D length of the given geometry.
- length3D(LineString) - Static method in class org.h2gis.functions.io.utility.CoordinatesUtils
-
Returns the 3D perimeter of a line string.
- length3D(LineString) - Static method in class org.h2gis.functions.spatial.properties.ST_3DLength
-
Returns the 3D perimeter of the given LineString.
- length3D(Polygon) - Static method in class org.h2gis.functions.io.utility.CoordinatesUtils
-
Returns the 3D perimeter of a polygon
- length3D(Polygon) - Static method in class org.h2gis.functions.spatial.properties.ST_3DLength
-
Returns the 3D perimeter of the given polygon.
- lengths - Variable in class org.h2gis.functions.io.fgb.fileTable.GeometryOffsets
- lengthsOffset - Variable in class org.h2gis.functions.io.fgb.fileTable.GeometryOffsets
- LICENSE - Static variable in class org.h2gis.functions.io.gpx.model.GPXTags
- LINECMT - Static variable in class org.h2gis.functions.io.gpx.model.GpxMetadata
- LINEDESC - Static variable in class org.h2gis.functions.io.gpx.model.GpxMetadata
- LINEEXTENSIONS - Static variable in class org.h2gis.functions.io.gpx.model.GpxMetadata
- LINEID - Static variable in class org.h2gis.functions.io.gpx.model.GpxMetadata
- lineIntersector(Geometry, Geometry) - Static method in class org.h2gis.functions.spatial.split.ST_LineIntersector
-
Split a lineal geometry by a another geometry
- LINELINK_HREF - Static variable in class org.h2gis.functions.io.gpx.model.GpxMetadata
- LINELINK_HREFTITLE - Static variable in class org.h2gis.functions.io.gpx.model.GpxMetadata
- lineMerge(Geometry, GeometryFactory) - Static method in class org.h2gis.functions.spatial.topography.ST_Drape
-
A method to merge a geometry to a set of linestring
- LINENAME - Static variable in class org.h2gis.functions.io.gpx.model.GpxMetadata
- LINENUMBER - Static variable in class org.h2gis.functions.io.gpx.model.GpxMetadata
- LINESRC - Static variable in class org.h2gis.functions.io.gpx.model.GpxMetadata
- LINETYPE - Static variable in class org.h2gis.functions.io.gpx.model.GpxMetadata
- LINK - Static variable in class org.h2gis.functions.io.gpx.model.GPXTags
- linkedFile(Connection, String, String, boolean) - Static method in class org.h2gis.functions.io.utility.IOMethods
-
Create a dynamic link from a file to a H2GIS database
- linkedTable(Connection, Map<String, String>, String, String, boolean) - Static method in class org.h2gis.functions.io.utility.IOMethods
-
Link a table from another database to an H2GIS database
- linkedTable(Connection, Map<String, String>, String, String, boolean, int) - Static method in class org.h2gis.functions.io.utility.IOMethods
-
Link a table from another database to an H2GIS database
- linkedTable(Connection, Properties, String, String, boolean) - Static method in class org.h2gis.functions.io.utility.IOMethods
-
Link a table from another database to an H2GIS database
- linkedTable(Connection, Properties, String, String, boolean, int) - Static method in class org.h2gis.functions.io.utility.IOMethods
-
Link a table from another database to an H2GIS database
- load(Connection) - Static method in class org.h2gis.functions.factory.H2GISFunctions
-
Register GEOMETRY type and register H2GIS functions
- load(Connection, String, String) - Static method in class org.h2gis.functions.factory.H2GISFunctions
-
Register GEOMETRY type and register H2GIS functions
- locateAlong(Geometry, double, double) - Static method in class org.h2gis.functions.spatial.distance.ST_LocateAlong
-
Returns a MULTIPOINT containing points along the line segments of the given geometry matching the specified segment length fraction and offset distance.
- lock(SessionLocal, int) - Method in class org.h2gis.functions.io.file_table.DummyMVTable
- lock(SessionLocal, int) - Method in class org.h2gis.functions.io.file_table.H2MVTable
- LON - Static variable in class org.h2gis.functions.io.gpx.model.GPXTags
- longestLine(Geometry, Geometry) - Static method in class org.h2gis.functions.spatial.distance.ST_LongestLine
-
Return the longest line between the points of two geometries.
M
- m - org.h2gis.functions.spatial.convert.ST_GoogleMapLink.LayerType
- MAGIC - Static variable in class org.h2gis.functions.io.shp.internal.ShapefileHeader
- MAGVAR - Static variable in class org.h2gis.functions.io.gpx.model.GPXTags
- makeEllipse(Point, double, double) - Static method in class org.h2gis.functions.spatial.create.ST_MakeEllipse
-
Make an ellipse centered at the given point with the given width and height.
- makeEnvelope(double, double, double, double) - Static method in class org.h2gis.functions.spatial.create.ST_MakeEnvelope
-
Creates a rectangular Polygon formed from the minima and maxima by the given shell.
- makeEnvelope(double, double, double, double, int) - Static method in class org.h2gis.functions.spatial.create.ST_MakeEnvelope
-
Creates a rectangular Polygon formed from the minima and maxima by the given shell.
- makePolygon(Geometry) - Static method in class org.h2gis.functions.spatial.create.ST_MakePolygon
-
Creates a Polygon formed by the given shell.
- makePolygon(Geometry, Geometry) - Static method in class org.h2gis.functions.spatial.create.ST_MakePolygon
-
Creates a Polygon formed by the given shell and holes.
- makeValid(Geometry) - Method in class org.h2gis.functions.spatial.clean.MakeValidOp
-
Repair an invalid geometry.
- MakeValidOp - Class in org.h2gis.functions.spatial.clean
-
Operator to make a geometry valid.
- MakeValidOp() - Constructor for class org.h2gis.functions.spatial.clean.MakeValidOp
- maxDistance(Geometry, Geometry) - Static method in class org.h2gis.functions.spatial.distance.ST_MaxDistance
-
Return the maximum distance
- MaxDistanceFilter(HashSet<Coordinate>) - Constructor for class org.h2gis.functions.spatial.distance.MaxDistanceOp.MaxDistanceFilter
-
Compute the max distance between two geometries
- MaxDistanceOp - Class in org.h2gis.functions.spatial.distance
-
An operation to compute the maximum distance between two geometries.
- MaxDistanceOp(Geometry, Geometry) - Constructor for class org.h2gis.functions.spatial.distance.MaxDistanceOp
- MaxDistanceOp.MaxDistanceFilter - Class in org.h2gis.functions.spatial.distance
- MAXLAT - Static variable in class org.h2gis.functions.io.gpx.model.GPXTags
- MAXLON - Static variable in class org.h2gis.functions.io.gpx.model.GPXTags
- maxX() - Method in class org.h2gis.functions.io.shp.internal.ShapefileHeader
- maxY() - Method in class org.h2gis.functions.io.shp.internal.ShapefileHeader
- measureFromNorth(double) - Static method in class org.h2gis.functions.spatial.topography.ST_TriangleAspect
-
Transforms an angle measured in degrees counterclockwise from the x-axis (mathematicians) to an angle measured in degrees clockwise from the y-axis (geographers).
- memsize(Value) - Static method in class org.h2gis.functions.spatial.properties.ST_MemSize
- merge(Geometry) - Static method in class org.h2gis.functions.spatial.aggregate.ST_LineMerge
- MinimumBoundingRadiusRowSet - Class in org.h2gis.functions.spatial.create
-
This class is used to compute the center and the radius of multiple geometries stored in a table.
- MinimumBoundingRadiusRowSet(Connection, String) - Constructor for class org.h2gis.functions.spatial.create.MinimumBoundingRadiusRowSet
- minimumDiameter(Geometry) - Static method in class org.h2gis.functions.spatial.properties.ST_MinimumDiameter
- MINLAT - Static variable in class org.h2gis.functions.io.gpx.model.GPXTags
- MINLON - Static variable in class org.h2gis.functions.io.gpx.model.GPXTags
- minX() - Method in class org.h2gis.functions.io.shp.internal.ShapefileHeader
- minY() - Method in class org.h2gis.functions.io.shp.internal.ShapefileHeader
- MIXED_DIM_ERROR - Static variable in class org.h2gis.functions.spatial.affine_transformations.ST_Translate
- mOffset - Variable in class org.h2gis.functions.io.fgb.fileTable.GeometryOffsets
- MultiLineHandler - Class in org.h2gis.functions.io.shp.internal
-
The default JTS handler for shapefile.
- MultiLineHandler() - Constructor for class org.h2gis.functions.io.shp.internal.MultiLineHandler
-
Create a MultiLineHandler for ShapeType.ARC
- MultiLineHandler(ShapeType) - Constructor for class org.h2gis.functions.io.shp.internal.MultiLineHandler
-
Create a MultiLineHandler for one of:
ShapeType.ARC,ShapeType.ARCM,ShapeType.ARCZ - multiplyZ(Geometry, double) - Static method in class org.h2gis.functions.spatial.edit.ST_MultiplyZ
-
Multiply the z values of the geometry by another double value.
- MultiplyZCoordinateSequenceFilter(double) - Constructor for class org.h2gis.functions.spatial.edit.ST_MultiplyZ.MultiplyZCoordinateSequenceFilter
- MULTIPOINT - Static variable in class org.h2gis.functions.io.shp.internal.ShapeType
-
Represents a MultiPoint shape (id = 8).
- MultiPointHandler - Class in org.h2gis.functions.io.shp.internal
- MultiPointHandler() - Constructor for class org.h2gis.functions.io.shp.internal.MultiPointHandler
-
Creates new MultiPointHandler
- MultiPointHandler(ShapeType) - Constructor for class org.h2gis.functions.io.shp.internal.MultiPointHandler
- MULTIPOINTM - Static variable in class org.h2gis.functions.io.shp.internal.ShapeType
-
Represents a MultiPointZ shape (id = 28).
- MULTIPOINTZ - Static variable in class org.h2gis.functions.io.shp.internal.ShapeType
-
Represents a MultiPointZ shape (id = 18).
N
- name - Variable in class org.h2gis.functions.io.shp.internal.ShapeType
-
The human-readable name for this ShapeType.
Could easily use ResourceBundle for internationialization. - NAME - Static variable in class org.h2gis.functions.io.gpx.model.GPXTags
- ND - org.h2gis.functions.io.osm.TAG_LOCATION
- needRebuild() - Method in class org.h2gis.functions.io.file_table.DummyIndex
- needRebuild() - Method in class org.h2gis.functions.io.file_table.H2TableIndex
- next() - Method in class org.h2gis.functions.io.fgb.fileTable.FGBDriver.FGBDriverCursor
- node(Geometry) - Static method in class org.h2gis.functions.spatial.topology.ST_Node
-
Nodes a geometry using a monotone chain and a spatial index
- NODE - org.h2gis.functions.io.osm.TAG_LOCATION
- NODE - Static variable in class org.h2gis.functions.io.osm.OSMTablesFactory
- NODE_MEMBER - Static variable in class org.h2gis.functions.io.osm.OSMTablesFactory
- NODE_TAG - Static variable in class org.h2gis.functions.io.osm.OSMTablesFactory
- NODEFIELDCOUNT - Static variable in class org.h2gis.functions.io.osm.OSMTags
- NodeOSMElement - Class in org.h2gis.functions.io.osm
-
A class to manage the node element properties.
- NodeOSMElement(double, double) - Constructor for class org.h2gis.functions.io.osm.NodeOSMElement
-
Constructor
- NODES_SUFFIX - Static variable in class org.h2gis.functions.spatial.topology.ST_Graph
- NONE - org.h2gis.functions.io.kml.ExtrudeMode
- NONE - Static variable in class org.h2gis.functions.io.kml.AltitudeMode
- normalize(Geometry) - Static method in class org.h2gis.functions.spatial.edit.ST_Normalize
-
Converts this Geometry to normal form (canonical form).
- NULL - Static variable in class org.h2gis.functions.io.shp.internal.ShapeType
-
Represents a Null shape (id = 0).
- NUMBER - Static variable in class org.h2gis.functions.io.gpx.model.GPXTags
O
- offsetCurve(Geometry, double) - Static method in class org.h2gis.functions.spatial.buffer.ST_OffSetCurve
-
Return an offset line at a given distance and side from an input geometry without buffer parameters
- offsetCurve(Geometry, double, String) - Static method in class org.h2gis.functions.spatial.buffer.ST_OffSetCurve
-
Return an offset line at a given distance and side from an input geometry
- openFile(Connection, String, String) - Static method in class org.h2gis.functions.io.DriverManager
-
Create a new table
- openSpatialDataBase(String) - Static method in class org.h2gis.functions.factory.H2GISDBFactory
-
Open the connection to an existing database
- order(ByteOrder) - Method in class org.h2gis.functions.io.utility.ReadBufferManager
-
Specifies the byte order.
- order(ByteOrder) - Method in class org.h2gis.functions.io.utility.WriteBufferManager
-
Specifies the byte order.
- orderingEquals(Value, Value) - Static method in class org.h2gis.functions.spatial.predicates.ST_OrderingEquals
-
Returns true if the given geometries represent the same geometry and points are in the same directional order.
- org.h2gis.functions.factory - package org.h2gis.functions.factory
- org.h2gis.functions.io - package org.h2gis.functions.io
- org.h2gis.functions.io.asc - package org.h2gis.functions.io.asc
- org.h2gis.functions.io.csv - package org.h2gis.functions.io.csv
- org.h2gis.functions.io.dbf - package org.h2gis.functions.io.dbf
- org.h2gis.functions.io.dbf.internal - package org.h2gis.functions.io.dbf.internal
- org.h2gis.functions.io.fgb - package org.h2gis.functions.io.fgb
- org.h2gis.functions.io.fgb.fileTable - package org.h2gis.functions.io.fgb.fileTable
- org.h2gis.functions.io.file_table - package org.h2gis.functions.io.file_table
- org.h2gis.functions.io.geojson - package org.h2gis.functions.io.geojson
- org.h2gis.functions.io.gpx - package org.h2gis.functions.io.gpx
- org.h2gis.functions.io.gpx.model - package org.h2gis.functions.io.gpx.model
- org.h2gis.functions.io.json - package org.h2gis.functions.io.json
- org.h2gis.functions.io.kml - package org.h2gis.functions.io.kml
- org.h2gis.functions.io.osm - package org.h2gis.functions.io.osm
- org.h2gis.functions.io.shp - package org.h2gis.functions.io.shp
- org.h2gis.functions.io.shp.internal - package org.h2gis.functions.io.shp.internal
- org.h2gis.functions.io.tsv - package org.h2gis.functions.io.tsv
- org.h2gis.functions.io.utility - package org.h2gis.functions.io.utility
- org.h2gis.functions.spatial.affine_transformations - package org.h2gis.functions.spatial.affine_transformations
- org.h2gis.functions.spatial.aggregate - package org.h2gis.functions.spatial.aggregate
- org.h2gis.functions.spatial.buffer - package org.h2gis.functions.spatial.buffer
- org.h2gis.functions.spatial.clean - package org.h2gis.functions.spatial.clean
- org.h2gis.functions.spatial.convert - package org.h2gis.functions.spatial.convert
- org.h2gis.functions.spatial.create - package org.h2gis.functions.spatial.create
- org.h2gis.functions.spatial.crs - package org.h2gis.functions.spatial.crs
- org.h2gis.functions.spatial.distance - package org.h2gis.functions.spatial.distance
- org.h2gis.functions.spatial.earth - package org.h2gis.functions.spatial.earth
- org.h2gis.functions.spatial.edit - package org.h2gis.functions.spatial.edit
- org.h2gis.functions.spatial.generalize - package org.h2gis.functions.spatial.generalize
- org.h2gis.functions.spatial.linear_referencing - package org.h2gis.functions.spatial.linear_referencing
- org.h2gis.functions.spatial.mesh - package org.h2gis.functions.spatial.mesh
- org.h2gis.functions.spatial.metadata - package org.h2gis.functions.spatial.metadata
- org.h2gis.functions.spatial.operators - package org.h2gis.functions.spatial.operators
- org.h2gis.functions.spatial.others - package org.h2gis.functions.spatial.others
- org.h2gis.functions.spatial.predicates - package org.h2gis.functions.spatial.predicates
- org.h2gis.functions.spatial.properties - package org.h2gis.functions.spatial.properties
- org.h2gis.functions.spatial.snap - package org.h2gis.functions.spatial.snap
- org.h2gis.functions.spatial.split - package org.h2gis.functions.spatial.split
- org.h2gis.functions.spatial.topography - package org.h2gis.functions.spatial.topography
- org.h2gis.functions.spatial.topology - package org.h2gis.functions.spatial.topology
- org.h2gis.functions.spatial.trigonometry - package org.h2gis.functions.spatial.trigonometry
- org.h2gis.functions.spatial.volume - package org.h2gis.functions.spatial.volume
- org.h2gis.functions.string - package org.h2gis.functions.string
- org.h2gis.functions.system - package org.h2gis.functions.system
- OSMDriverFunction - Class in org.h2gis.functions.io.osm
- OSMDriverFunction() - Constructor for class org.h2gis.functions.io.osm.OSMDriverFunction
- OSMElement - Class in org.h2gis.functions.io.osm
-
A class to manage all common element properties.
- OSMElement() - Constructor for class org.h2gis.functions.io.osm.OSMElement
- OSMParser - Class in org.h2gis.functions.io.osm
-
Parse an OSM file and store the elements into a database.
- OSMParser(Connection, File, String, boolean) - Constructor for class org.h2gis.functions.io.osm.OSMParser
- OSMPreParser - Class in org.h2gis.functions.io.osm
-
OSMPreParser class just reads the document.
- OSMPreParser() - Constructor for class org.h2gis.functions.io.osm.OSMPreParser
-
Initializing of the pre-parser.
- OSMRead - Class in org.h2gis.functions.io.osm
-
SQL Function to copy OSM File data into a set of tables.
- OSMRead() - Constructor for class org.h2gis.functions.io.osm.OSMRead
- OSMTablesFactory - Class in org.h2gis.functions.io.osm
-
Class to create the tables to import osm data An OSM file is stored in 10 tables.
- OSMTags - Class in org.h2gis.functions.io.osm
-
Commons elments used by the OSM format
- OSMTags() - Constructor for class org.h2gis.functions.io.osm.OSMTags
- OTHER - org.h2gis.functions.io.osm.TAG_LOCATION
P
- p - org.h2gis.functions.spatial.convert.ST_GoogleMapLink.LayerType
- parseGeometry(JsonParser) - Method in class org.h2gis.functions.io.geojson.GJGeometryReader
-
Parses a GeoJSON geometry and returns its JTS representation.
- PDOP - Static variable in class org.h2gis.functions.io.gpx.model.GPXTags
- perimeter(Geometry) - Static method in class org.h2gis.functions.spatial.properties.ST_Perimeter
-
Compute the perimeter of a polygon or a multipolygon.
- PK_COLUMN_NAME - Static variable in class org.h2gis.functions.io.file_table.H2TableIndex
- POINT - Static variable in class org.h2gis.functions.io.shp.internal.ShapeType
-
Represents a Point shape (id = 1).
- PointHandler - Class in org.h2gis.functions.io.shp.internal
-
Wrapper for a Shapefile point.
- PointHandler() - Constructor for class org.h2gis.functions.io.shp.internal.PointHandler
- PointHandler(ShapeType) - Constructor for class org.h2gis.functions.io.shp.internal.PointHandler
- POINTM - Static variable in class org.h2gis.functions.io.shp.internal.ShapeType
-
Represents a PointM shape (id = 21).
- POINTZ - Static variable in class org.h2gis.functions.io.shp.internal.ShapeType
-
Represents a PointZ shape (id = 11).
- POLYGON - Static variable in class org.h2gis.functions.io.shp.internal.ShapeType
-
Represents a Polygon shape (id = 5).
- PolygonHandler - Class in org.h2gis.functions.io.shp.internal
-
Wrapper for a Shapefile polygon.
- PolygonHandler() - Constructor for class org.h2gis.functions.io.shp.internal.PolygonHandler
- PolygonHandler(ShapeType) - Constructor for class org.h2gis.functions.io.shp.internal.PolygonHandler
- POLYGONM - Static variable in class org.h2gis.functions.io.shp.internal.ShapeType
-
Represents a PolygonM shape (id = 25).
- POLYGONZ - Static variable in class org.h2gis.functions.io.shp.internal.ShapeType
-
Represents a PolygonZ shape (id = 15).
- pop() - Method in class org.h2gis.functions.io.gpx.model.StringStack
-
Removes the last string of the stack.
- position() - Method in class org.h2gis.functions.io.utility.WriteBufferManager
- position(long) - Method in class org.h2gis.functions.io.utility.ReadBufferManager
-
Moves the current position to the specified one
- PRECISION - Static variable in class org.h2gis.functions.spatial.edit.ST_AddPoint
- PRECISION - Static variable in class org.h2gis.functions.spatial.edit.ST_InsertPoint
- PRECISION - Static variable in class org.h2gis.functions.spatial.split.ST_Split
- precisionReducer(Geometry, int) - Static method in class org.h2gis.functions.spatial.generalize.ST_PrecisionReducer
-
Reduce the geometry precision.
- previous() - Method in class org.h2gis.functions.io.fgb.fileTable.FGBDriver.FGBDriverCursor
- prjFile - Variable in class org.h2gis.functions.io.shp.internal.SHPDriver
- PRJUtil - Class in org.h2gis.functions.io.utility
-
A class to manage PRJ file
- PRJUtil() - Constructor for class org.h2gis.functions.io.utility.PRJUtil
- projectPoint(Geometry, Geometry) - Static method in class org.h2gis.functions.spatial.distance.ST_ProjectPoint
-
Project a point on a linestring or multilinestring
- PTAGEOFDGPSDATA - Static variable in class org.h2gis.functions.io.gpx.model.GpxMetadata
- PTCMT - Static variable in class org.h2gis.functions.io.gpx.model.GpxMetadata
- PTDESC - Static variable in class org.h2gis.functions.io.gpx.model.GpxMetadata
- PTDGPSID - Static variable in class org.h2gis.functions.io.gpx.model.GpxMetadata
- PTELE - Static variable in class org.h2gis.functions.io.gpx.model.GpxMetadata
- PTEXTENSIONS - Static variable in class org.h2gis.functions.io.gpx.model.GpxMetadata
- PTFIX - Static variable in class org.h2gis.functions.io.gpx.model.GpxMetadata
- PTGEOIDWEIGHT - Static variable in class org.h2gis.functions.io.gpx.model.GpxMetadata
- PTHDOP - Static variable in class org.h2gis.functions.io.gpx.model.GpxMetadata
- PTID - Static variable in class org.h2gis.functions.io.gpx.model.GpxMetadata
- PTLAT - Static variable in class org.h2gis.functions.io.gpx.model.GpxMetadata
- PTLINK - Static variable in class org.h2gis.functions.io.gpx.model.GpxMetadata
- PTLINKTEXT - Static variable in class org.h2gis.functions.io.gpx.model.GpxMetadata
- PTLON - Static variable in class org.h2gis.functions.io.gpx.model.GpxMetadata
- PTMAGVAR - Static variable in class org.h2gis.functions.io.gpx.model.GpxMetadata
- PTNAME - Static variable in class org.h2gis.functions.io.gpx.model.GpxMetadata
- PTPDOP - Static variable in class org.h2gis.functions.io.gpx.model.GpxMetadata
- PTS_TABLE - Static variable in class org.h2gis.functions.spatial.topology.ST_Graph
- PTSAT - Static variable in class org.h2gis.functions.io.gpx.model.GpxMetadata
- PTSRC - Static variable in class org.h2gis.functions.io.gpx.model.GpxMetadata
- PTSYM - Static variable in class org.h2gis.functions.io.gpx.model.GpxMetadata
- PTTIME - Static variable in class org.h2gis.functions.io.gpx.model.GpxMetadata
- PTTYPE - Static variable in class org.h2gis.functions.io.gpx.model.GpxMetadata
- PTVDOP - Static variable in class org.h2gis.functions.io.gpx.model.GpxMetadata
- push(String) - Method in class org.h2gis.functions.io.gpx.model.StringStack
-
Puts string in the stack.
- put(Geometry, DelaunayData.MODE) - Method in class org.h2gis.functions.spatial.mesh.DelaunayData
-
Put a geometry into the data array.
- putBytes(byte[]) - Method in class org.h2gis.functions.io.utility.WriteBufferManager
- putBytes(byte[], int, int) - Method in class org.h2gis.functions.io.utility.WriteBufferManager
- putDouble(double) - Method in class org.h2gis.functions.io.utility.WriteBufferManager
-
Puts the specified double at the current position
- putFloat(float) - Method in class org.h2gis.functions.io.utility.WriteBufferManager
- putInt(int) - Method in class org.h2gis.functions.io.utility.WriteBufferManager
-
Puts the specified int at the current position
- putLong(long) - Method in class org.h2gis.functions.io.utility.WriteBufferManager
- putShort(byte) - Method in class org.h2gis.functions.io.utility.WriteBufferManager
-
Puts the specified byte at the current position
- putShort(byte[]) - Method in class org.h2gis.functions.io.utility.WriteBufferManager
-
Puts the specified bytes at the current position
- putShort(short) - Method in class org.h2gis.functions.io.utility.WriteBufferManager
Q
- queryIndex(Envelope) - Method in class org.h2gis.functions.io.fgb.fileTable.FGBDriver
R
- read(File) - Method in class org.h2gis.functions.io.osm.OSMPreParser
-
Reads the document and pre-parses it.
- read(File, String) - Method in class org.h2gis.functions.io.gpx.model.GpxPreparser
-
Reads the document and pre-parses it.
- read(String, ProgressVisitor) - Method in class org.h2gis.functions.io.gpx.model.AbstractGpxParserDefault
-
Reads the document and parses it.The other methods are called automatically when corresponding markup is found.
- read(String, ProgressVisitor) - Method in class org.h2gis.functions.io.osm.OSMParser
-
Read the OSM file and create its corresponding tables.
- read(ByteBuffer) - Method in class org.h2gis.functions.io.shp.internal.ShapefileHeader
- read(Connection, File, ProgressVisitor, String, int) - Method in class org.h2gis.functions.io.asc.AscReaderDriver
-
Read asc file
- read(ProgressVisitor, String) - Method in class org.h2gis.functions.io.geojson.GeoJsonReaderDriver
-
Read the GeoJSON file.
- read(ReadBufferManager, ShapeType) - Method in class org.h2gis.functions.io.shp.internal.MultiLineHandler
- read(ReadBufferManager, ShapeType) - Method in class org.h2gis.functions.io.shp.internal.MultiPointHandler
- read(ReadBufferManager, ShapeType) - Method in class org.h2gis.functions.io.shp.internal.PointHandler
- read(ReadBufferManager, ShapeType) - Method in class org.h2gis.functions.io.shp.internal.PolygonHandler
- read(ReadBufferManager, ShapeType) - Method in interface org.h2gis.functions.io.shp.internal.ShapeHandler
-
Read a geometry from the ByteBuffer.The buffer's position, byteOrder, and limit are set to that which is needed.
- readAscii(Connection, String) - Static method in class org.h2gis.functions.io.asc.AscRead
-
Read the ASCII file.
- readAscii(Connection, String, String, Value) - Static method in class org.h2gis.functions.io.asc.AscRead
-
Read the ASCII file.
- readAscii(Connection, String, String, Geometry, int, boolean) - Static method in class org.h2gis.functions.io.asc.AscRead
-
Import a small subset of ASC file.
- readAscii(Connection, String, String, Geometry, int, boolean, boolean) - Static method in class org.h2gis.functions.io.asc.AscRead
-
Import a small subset of ASC file.
- readAscii(Connection, String, String, Geometry, int, boolean, boolean, String, int) - Static method in class org.h2gis.functions.io.asc.AscRead
-
Import a small subset of ASC file.
- readAscii(Connection, String, Value) - Static method in class org.h2gis.functions.io.asc.AscRead
-
Read the ASCII file.
- ReadBufferManager - Class in org.h2gis.functions.io.utility
- ReadBufferManager(FileChannel) - Constructor for class org.h2gis.functions.io.utility.ReadBufferManager
-
Instantiates a ReadBufferManager to read the specified channel
- ReadBufferManager(FileChannel, int) - Constructor for class org.h2gis.functions.io.utility.ReadBufferManager
-
Instantiates a ReadBufferManager to read the specified channel.
- readHeader(FileChannel, String) - Method in class org.h2gis.functions.io.dbf.internal.DbaseFileHeader
-
Read the header data from the DBF file.
- readHeader(ReadableByteChannel) - Static method in class org.h2gis.functions.io.shp.internal.ShapefileReader
-
A short cut for reading the header from the given channel.
- readRow() - Method in class org.h2gis.functions.spatial.create.GridRowSet
- readRow() - Method in class org.h2gis.functions.spatial.create.MinimumBoundingRadiusRowSet
- readRow() - Method in class org.h2gis.functions.spatial.properties.ST_Explode.ExplodeResultSet
- registerFunction(Statement, Function, String) - Static method in class org.h2gis.functions.factory.H2GISFunctions
-
Register a H2GIS java code function
- registerFunction(Statement, Function, String, boolean) - Static method in class org.h2gis.functions.factory.H2GISFunctions
-
Register a H2GIS java code function
- registerSpatialTables(Connection) - Static method in class org.h2gis.functions.factory.H2GISFunctions
-
Register view in order to create GEOMETRY_COLUMNS standard table.
- relate(Geometry, Geometry) - Static method in class org.h2gis.functions.spatial.predicates.ST_Relate
- relate(Geometry, Geometry, String) - Static method in class org.h2gis.functions.spatial.predicates.ST_Relate
- RELATION - org.h2gis.functions.io.osm.TAG_LOCATION
- RELATION - Static variable in class org.h2gis.functions.io.osm.OSMTablesFactory
- RELATION_MEMBER - Static variable in class org.h2gis.functions.io.osm.OSMTablesFactory
- RELATION_TAG - Static variable in class org.h2gis.functions.io.osm.OSMTablesFactory
- remaining() - Method in class org.h2gis.functions.io.utility.ReadBufferManager
-
Gets the number of remaining bytes in the current file, starting from the current position
- REMARKS - Static variable in class org.h2gis.functions.spatial.clean.ST_MakeValid
- REMARKS - Static variable in class org.h2gis.functions.spatial.topology.ST_Graph
- remove(SessionLocal) - Method in class org.h2gis.functions.io.file_table.DummyIndex
- remove(SessionLocal) - Method in class org.h2gis.functions.io.file_table.H2TableIndex
- remove(SessionLocal, Row) - Method in class org.h2gis.functions.io.file_table.DummyIndex
- remove(SessionLocal, Row) - Method in class org.h2gis.functions.io.file_table.H2TableIndex
- removeChildrenAndResources(SessionLocal) - Method in class org.h2gis.functions.io.file_table.DummyMVTable
- removeChildrenAndResources(SessionLocal) - Method in class org.h2gis.functions.io.file_table.H2MVTable
- removeColumn(String) - Method in class org.h2gis.functions.io.dbf.internal.DbaseFileHeader
-
Remove a column from this DbaseFileHeader.
- removeCoordinates(Geometry) - Static method in class org.h2gis.functions.spatial.edit.ST_RemoveDuplicatedCoordinates
-
Removes duplicated coordinates within a geometry.
- removeCoordinates(GeometryCollection) - Static method in class org.h2gis.functions.spatial.edit.ST_RemoveDuplicatedCoordinates
-
Removes duplicated coordinates within a GeometryCollection
- removeCoordinates(LinearRing) - Static method in class org.h2gis.functions.spatial.edit.ST_RemoveDuplicatedCoordinates
-
Removes duplicated coordinates within a linearRing.
- removeCoordinates(LineString) - Static method in class org.h2gis.functions.spatial.edit.ST_RemoveDuplicatedCoordinates
-
Removes duplicated coordinates within a LineString.
- removeCoordinates(MultiLineString) - Static method in class org.h2gis.functions.spatial.edit.ST_RemoveDuplicatedCoordinates
-
Removes duplicated coordinates in a MultiLineString.
- removeCoordinates(MultiPoint) - Static method in class org.h2gis.functions.spatial.edit.ST_RemoveDuplicatedCoordinates
-
Removes duplicated coordinates within a MultiPoint.
- removeCoordinates(MultiPolygon) - Static method in class org.h2gis.functions.spatial.edit.ST_RemoveDuplicatedCoordinates
-
Removes duplicated coordinates within a MultiPolygon.
- removeCoordinates(Polygon) - Static method in class org.h2gis.functions.spatial.edit.ST_RemoveDuplicatedCoordinates
-
Removes duplicated coordinates within a Polygon.
- removeDriver(DriverFunction) - Method in class org.h2gis.functions.io.utility.IOMethods
- removeDuplicateCoordinates(GeometryCollection, double) - Static method in class org.h2gis.functions.spatial.edit.ST_RemoveRepeatedPoints
-
Removes duplicated coordinates within a GeometryCollection
- removeDuplicateCoordinates(Geometry, double) - Static method in class org.h2gis.functions.spatial.edit.ST_RemoveRepeatedPoints
-
Removes duplicated points within a geometry.
- removeDuplicateCoordinates(LinearRing, double) - Static method in class org.h2gis.functions.spatial.edit.ST_RemoveRepeatedPoints
-
Removes duplicated coordinates within a linearRing.
- removeDuplicateCoordinates(LineString, double) - Static method in class org.h2gis.functions.spatial.edit.ST_RemoveRepeatedPoints
-
Removes duplicated coordinates within a LineString.
- removeDuplicateCoordinates(MultiLineString, double) - Static method in class org.h2gis.functions.spatial.edit.ST_RemoveRepeatedPoints
-
Removes duplicated coordinates in a MultiLineString.
- removeDuplicateCoordinates(MultiPolygon, double) - Static method in class org.h2gis.functions.spatial.edit.ST_RemoveRepeatedPoints
-
Removes duplicated coordinates within a MultiPolygon.
- removeDuplicateCoordinates(Polygon, double) - Static method in class org.h2gis.functions.spatial.edit.ST_RemoveRepeatedPoints
-
Removes duplicated coordinates within a Polygon.
- removeDuplicatedCoordinates(Geometry) - Static method in class org.h2gis.functions.spatial.edit.ST_RemoveDuplicatedCoordinates
-
Returns a version of the given geometry with duplicated coordinates removed.
- removeEldestEntry(Map.Entry<EPSGTuple, CoordinateOperation>) - Method in class org.h2gis.functions.spatial.crs.ST_Transform.CopCache
- removeHoles(Geometry) - Static method in class org.h2gis.functions.spatial.edit.ST_RemoveHoles
-
Remove any holes from the geometry.
- removeHolesMultiPolygon(MultiPolygon) - Static method in class org.h2gis.functions.spatial.edit.ST_RemoveHoles
-
Create a new multiPolygon without hole.
- removeHolesPolygon(Polygon) - Static method in class org.h2gis.functions.spatial.edit.ST_RemoveHoles
-
Create a new polygon without hole.
- removePoint(Geometry, Polygon) - Static method in class org.h2gis.functions.spatial.edit.ST_RemovePoints
-
Remove all vertices that are located within a polygon
- removeRepeatedPoints(Geometry) - Static method in class org.h2gis.functions.spatial.edit.ST_RemoveRepeatedPoints
-
Returns a version of the given geometry with duplicated points removed.
- removeRepeatedPoints(Geometry, double) - Static method in class org.h2gis.functions.spatial.edit.ST_RemoveRepeatedPoints
-
Returns a version of the given geometry with duplicated points removed.
- removeRow(SessionLocal, Row) - Method in class org.h2gis.functions.io.file_table.DummyMVTable
- removeRow(SessionLocal, Row) - Method in class org.h2gis.functions.io.file_table.H2MVTable
- REQUIRED_NUMBER_OF_POINTS - Static variable in class org.h2gis.functions.spatial.create.ST_MakeLine
- reset() - Method in class org.h2gis.functions.spatial.create.GridRowSet
- reset() - Method in class org.h2gis.functions.spatial.create.MinimumBoundingRadiusRowSet
- reset() - Method in class org.h2gis.functions.spatial.properties.ST_Explode.ExplodeResultSet
- reset() - Method in class org.h2gis.functions.spatial.properties.ST_Explode.ExplodeResultSetQuery
- reverse(Geometry) - Static method in class org.h2gis.functions.spatial.edit.ST_Reverse
-
Returns the geometry with vertex order reversed.
- reverse3D(MultiLineString, String) - Static method in class org.h2gis.functions.spatial.edit.ST_Reverse3DLine
-
Reverses a multilinestring according to z value.If asc : the z first point must be lower than the z end point if desc : the z first point must be greater than the z end point
- reverse3DLine(Geometry) - Static method in class org.h2gis.functions.spatial.edit.ST_Reverse3DLine
-
Returns a 1 dimension geometry with vertex order reversed using the ascending value.
- reverse3DLine(Geometry, String) - Static method in class org.h2gis.functions.spatial.edit.ST_Reverse3DLine
-
Returns a 1 dimension geometry with vertex order reversed according values ascending (asc) or descending (desc)
- reverseMultiPoint(MultiPoint) - Static method in class org.h2gis.functions.spatial.edit.ST_Reverse
-
Returns the MultiPoint with vertex order reversed.
- ringBuffer(Geometry, double, int) - Static method in class org.h2gis.functions.spatial.create.ST_RingBuffer
-
Compute a ring buffer around a geometry
- ringBuffer(Geometry, double, int, String) - Static method in class org.h2gis.functions.spatial.create.ST_RingBuffer
- ringBuffer(Geometry, double, int, String, boolean) - Static method in class org.h2gis.functions.spatial.create.ST_RingBuffer
-
Compute a ring buffer around a geometry
- ringSideBuffer(Geometry, double, int) - Static method in class org.h2gis.functions.spatial.buffer.ST_RingSideBuffer
-
Compute a ring buffer on one side of the geometry
- ringSideBuffer(Geometry, double, int, String) - Static method in class org.h2gis.functions.spatial.buffer.ST_RingSideBuffer
- ringSideBuffer(Geometry, double, int, String, boolean) - Static method in class org.h2gis.functions.spatial.buffer.ST_RingSideBuffer
-
Compute a ring buffer on one side of the geometry
- rotate(Geometry, double) - Static method in class org.h2gis.functions.spatial.affine_transformations.ST_Rotate
-
Rotates a geometry by a given angle (in radians) about the center of the geometry's envelope.
- rotate(Geometry, double, double, double) - Static method in class org.h2gis.functions.spatial.affine_transformations.ST_Rotate
-
Rotates a geometry by a given angle (in radians) about the specified point at (x0, y0).
- rotate(Geometry, double, Point) - Static method in class org.h2gis.functions.spatial.affine_transformations.ST_Rotate
-
Rotates a geometry by a given angle (in radians) about the specified point.
- ROUTE - Static variable in class org.h2gis.functions.io.gpx.model.GPXTablesFactory
- ROUTEPOINT - Static variable in class org.h2gis.functions.io.gpx.model.GPXTablesFactory
- RTE - Static variable in class org.h2gis.functions.io.gpx.model.GPXTags
- RTEFIELDCOUNT - Static variable in class org.h2gis.functions.io.gpx.model.GpxMetadata
- RTEPT - Static variable in class org.h2gis.functions.io.gpx.model.GPXTags
- RTEPT_RTEID - Static variable in class org.h2gis.functions.io.gpx.model.GpxMetadata
- RTEPTFIELDCOUNT - Static variable in class org.h2gis.functions.io.gpx.model.GpxMetadata
- runBuffer(Geometry, double, BufferParameters) - Static method in class org.h2gis.functions.spatial.create.ST_RingBuffer
-
Calculate the ring buffer
S
- SAT - Static variable in class org.h2gis.functions.io.gpx.model.GPXTags
- scale(Geometry, double, double) - Static method in class org.h2gis.functions.spatial.affine_transformations.ST_Scale
-
Scales the given geometry by multiplying the coordinates by the indicated x and y scale factors, leaving the z-coordinate untouched.
- scale(Geometry, double, double, double) - Static method in class org.h2gis.functions.spatial.affine_transformations.ST_Scale
-
Scales the given geometry by multiplying the coordinates by the indicated x, y and z scale factors.
- scaleFactorForDecimalPlaces(int) - Static method in class org.h2gis.functions.spatial.generalize.ST_PrecisionReducer
-
Computes the scale factor for a given number of decimal places.
- serialize(FlatBufferBuilder, Geometry, byte) - Static method in class org.h2gis.functions.io.fgb.fileTable.GeometryConversions
- serializePart(FlatBufferBuilder, Geometry, int) - Static method in class org.h2gis.functions.io.fgb.fileTable.GeometryConversions
- setAgeofdgpsdata(StringBuilder) - Method in class org.h2gis.functions.io.gpx.model.GPXPoint
-
Set number of seconds since last DGPS update for a point.
- setAs3DPoint(boolean) - Method in class org.h2gis.functions.io.asc.AscReaderDriver
- setAttribute(String, StringBuilder) - Method in class org.h2gis.functions.io.gpx.model.GPXLine
-
Set an attribute for a line.
- setAttribute(String, StringBuilder) - Method in class org.h2gis.functions.io.gpx.model.GPXPoint
-
Set an attribute for a point.
- setAuthorLink(String) - Method in class org.h2gis.functions.io.gpx.model.AbstractGpxParserDefault
-
Set the link related to the author of the ducument.
- setAuthorLinkText(String) - Method in class org.h2gis.functions.io.gpx.model.AbstractGpxParserDefault
-
Set the description of the link related to the author.
- setAuthorName(String) - Method in class org.h2gis.functions.io.gpx.model.AbstractGpxParserDefault
-
Set the name of the author of the document.
- setCacheRowAddress(boolean) - Method in class org.h2gis.functions.io.fgb.fileTable.FGBDriver
- setCenterCell(boolean) - Method in class org.h2gis.functions.spatial.create.GridRowSet
-
Set if the cell must be represented as a point or a polygon
- setChangeset(String) - Method in class org.h2gis.functions.io.osm.OSMElement
- setCmt(StringBuilder) - Method in class org.h2gis.functions.io.gpx.model.GPXLine
-
Set the comment of a route or a track.
- setCmt(StringBuilder) - Method in class org.h2gis.functions.io.gpx.model.GPXPoint
-
Set the comment of a point.
- setConnection(Connection) - Method in class org.h2gis.functions.spatial.crs.SpatialRefRegistry
-
Set the database connection
- setContentBuffer(StringBuilder) - Method in class org.h2gis.functions.io.gpx.model.AbstractGpxParser
-
Set the contentBuffer.
- setCreateIndex(boolean) - Method in class org.h2gis.functions.io.fgb.FGBWriteDriver
- setCurrentElement(String) - Method in class org.h2gis.functions.io.gpx.model.AbstractGpxParser
-
Set the string representing the value of the element which is being parsed.
- setCurrentLine(GPXLine) - Method in class org.h2gis.functions.io.gpx.model.AbstractGpxParser
-
Set the line which will be parsed.
- setCurrentPoint(GPXPoint) - Method in class org.h2gis.functions.io.gpx.model.AbstractGpxParser
-
Set the point which will be parsed.
- setCurrentSegment(GPXLine) - Method in class org.h2gis.functions.io.gpx.model.AbstractGpxParser
-
Set the segment which will be parsed.
- setDeleteTable(boolean) - Method in class org.h2gis.functions.io.asc.AscReaderDriver
-
Set true to delete the input table if exists
- setDesc(StringBuilder) - Method in class org.h2gis.functions.io.gpx.model.GPXLine
-
Set the description of a route or a track.
- setDesc(StringBuilder) - Method in class org.h2gis.functions.io.gpx.model.GPXPoint
-
Set the description of a point.
- setDgpsid(StringBuilder) - Method in class org.h2gis.functions.io.gpx.model.GPXPoint
-
Set ID of DGPS station used in differential correction for a point.
- setDownScale(int) - Method in class org.h2gis.functions.io.asc.AscReaderDriver
- setElementNames(StringStack) - Method in class org.h2gis.functions.io.gpx.model.AbstractGpxParser
-
Set the actual StringStack elementNames
- setElevation(double) - Method in class org.h2gis.functions.io.osm.NodeOSMElement
- setElevation(StringBuilder) - Method in class org.h2gis.functions.io.gpx.model.GPXPoint
-
Set the elevation (in meters) of a point.
- setEmail(String) - Method in class org.h2gis.functions.io.gpx.model.AbstractGpxParserDefault
-
Set the email of the author of the document.
- setEncoding(String) - Method in class org.h2gis.functions.io.asc.AscReaderDriver
-
Set encoding
- setEncoding(String) - Method in class org.h2gis.functions.io.dbf.internal.DbaseFileHeader
-
Set file encoding
- setExtensions() - Method in class org.h2gis.functions.io.gpx.model.GPXLine
-
Set extentions of a route or a track to true.
- setExtensions() - Method in class org.h2gis.functions.io.gpx.model.GPXPoint
-
Set extentions of a point to true.
- setExtractEnvelope(Envelope) - Method in class org.h2gis.functions.io.asc.AscReaderDriver
- setFix(StringBuilder) - Method in class org.h2gis.functions.io.gpx.model.GPXPoint
-
Set the type of GPX fix used for a point.
- setGeoidheight(StringBuilder) - Method in class org.h2gis.functions.io.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.functions.io.gpx.model.GPXLine
-
Set the geometry of a route or a track.
- setGeometryFieldIndex(int) - Method in class org.h2gis.functions.io.shp.internal.SHPDriver
- setHandler(ShapeHandler) - Method in class org.h2gis.functions.io.shp.internal.ShapefileReader
- setHdop(StringBuilder) - Method in class org.h2gis.functions.io.gpx.model.GPXPoint
-
Set the horizontal dilution of precision of a point.
- setId(String) - Method in class org.h2gis.functions.io.osm.OSMElement
-
Set an id to the element
- setImportNodata(boolean) - Method in class org.h2gis.functions.io.asc.AscReaderDriver
-
Set to true if nodata must be imported.
- setIsRowColumnNumber(boolean) - Method in class org.h2gis.functions.spatial.create.GridRowSet
-
Set true to define the delta x and y as number of columns and rows
- setLink(String) - Method in class org.h2gis.functions.io.gpx.model.AbstractGpxParserDefault
-
Set the link related to the document.
- setLink(StringBuilder) - Method in class org.h2gis.functions.io.gpx.model.GPXLine
-
Set a link to additional information about the route or the track.
- setLink(StringBuilder) - Method in class org.h2gis.functions.io.gpx.model.GPXPoint
-
Set a link to additional information about the point.
- setLink(Attributes) - Method in class org.h2gis.functions.io.gpx.model.GPXLine
-
Set a link to additional information about the route or the track.
- setLink(Attributes) - Method in class org.h2gis.functions.io.gpx.model.GPXPoint
-
Set a link to additional information about the point.
- setLinkText(String) - Method in class org.h2gis.functions.io.gpx.model.AbstractGpxParserDefault
-
Set the description of hte document link.
- setLinkText(StringBuilder) - Method in class org.h2gis.functions.io.gpx.model.GPXLine
-
Set a text of hyperlink given in link.
- setLinkText(StringBuilder) - Method in class org.h2gis.functions.io.gpx.model.GPXPoint
-
Set a text of hyperlink given in link.
- setMagvar(StringBuilder) - Method in class org.h2gis.functions.io.gpx.model.GPXPoint
-
Set the Magnetic variation (in degrees) of a point.
- setName(String) - Method in class org.h2gis.functions.io.gpx.model.AbstractGpxParserDefault
-
Set the name of the document.
- setName(String) - Method in class org.h2gis.functions.io.osm.OSMElement
- setName(StringBuilder) - Method in class org.h2gis.functions.io.gpx.model.GPXLine
-
Set the name of a route or a track.
- setName(StringBuilder) - Method in class org.h2gis.functions.io.gpx.model.GPXPoint
-
Set the name of a point.
- setNumber(StringBuilder) - Method in class org.h2gis.functions.io.gpx.model.GPXLine
-
Set the GPS number to additional information about the route or the track.
- setNumRecords(int) - Method in class org.h2gis.functions.io.dbf.internal.DbaseFileHeader
-
Set the number of records in the file
- setPackedRTreeNodeSize(short) - Method in class org.h2gis.functions.io.fgb.FGBWriteDriver
- setParent(AbstractGpxParserDefault) - Method in class org.h2gis.functions.io.gpx.model.AbstractGpxParserRte
-
Set the parent of this specific parser.
- setParent(AbstractGpxParserDefault) - Method in class org.h2gis.functions.io.gpx.model.AbstractGpxParserTrk
-
Set the parent of this specific parser.
- setParent(AbstractGpxParserDefault) - Method in class org.h2gis.functions.io.gpx.model.AbstractGpxParserWpt
-
Set the parent of this specific parser.
- setPdop(StringBuilder) - Method in class org.h2gis.functions.io.gpx.model.GPXPoint
-
Set the position dilution of precision of a point.
- setPreserveCoordDim(boolean) - Method in class org.h2gis.functions.spatial.clean.MakeValidOp
- setPreserveDuplicateCoord(boolean) - Method in class org.h2gis.functions.spatial.clean.MakeValidOp
- setPreserveGeomDim(boolean) - Method in class org.h2gis.functions.spatial.clean.MakeValidOp
- setReader(XMLReader) - Method in class org.h2gis.functions.io.gpx.model.AbstractGpxParser
-
Set the XMLReader used to parse the document.
- setRteList(List<Coordinate>) - Method in class org.h2gis.functions.io.gpx.model.AbstractGpxParserRte
-
Set the list corresponding to the points' coordinates of the actual route.
- setRteParser(AbstractGpxParserRte) - Method in class org.h2gis.functions.io.gpx.model.AbstractGpxParserDefault
-
Set the parser used to parse routes.
- setRtePreparedStmt(PreparedStatement) - Method in class org.h2gis.functions.io.gpx.model.AbstractGpxParser
-
Set the PreparedStatement of the route table.
- setRteptPreparedStmt(PreparedStatement) - Method in class org.h2gis.functions.io.gpx.model.AbstractGpxParser
-
Set the PreparedStatement of the route points table.
- setSat(StringBuilder) - Method in class org.h2gis.functions.io.gpx.model.GPXPoint
-
Set the number of satellites used to calculate the GPX fix for a point.
- setSpecificElement(boolean) - Method in class org.h2gis.functions.io.gpx.model.AbstractGpxParser
-
Set the indicator to know if we are in a specific element.
- setSrc(StringBuilder) - Method in class org.h2gis.functions.io.gpx.model.GPXLine
-
Set the source of data of a route or a track.
- setSrc(StringBuilder) - Method in class org.h2gis.functions.io.gpx.model.GPXPoint
-
Set the source of data of a point.
- setSRID(int) - Method in class org.h2gis.functions.io.shp.internal.SHPDriver
-
Set a SRID code that will be used for geometries.
- setSRID(Geometry, Integer) - Static method in class org.h2gis.functions.spatial.crs.ST_SetSRID
-
Set a new SRID to the geometry
- setSym(StringBuilder) - Method in class org.h2gis.functions.io.gpx.model.GPXPoint
-
Set the GPS symbol name of a point.
- setTime(StringBuilder) - Method in class org.h2gis.functions.io.gpx.model.GPXPoint
-
Creation/modification timestamp for element.
- setTimestamp(String) - Method in class org.h2gis.functions.io.osm.OSMElement
- setTrkList(List<LineString>) - Method in class org.h2gis.functions.io.gpx.model.AbstractGpxParserTrk
-
Set the list corresponding to the segments' list of coordinates of the actual track.
- setTrkParser(AbstractGpxParserTrk) - Method in class org.h2gis.functions.io.gpx.model.AbstractGpxParserDefault
-
Set the parser used to parse the track
- setTrkPointsPreparedStmt(PreparedStatement) - Method in class org.h2gis.functions.io.gpx.model.AbstractGpxParser
-
Set the prepared statement used to store the track points.
- setTrkPreparedStmt(PreparedStatement) - Method in class org.h2gis.functions.io.gpx.model.AbstractGpxParser
-
Set the prepared statement used to store the track.
- setTrksegList(List<Coordinate>) - Method in class org.h2gis.functions.io.gpx.model.AbstractGpxParserTrk
-
Set the list corresponding to the points' coordinates of the actual track segment.
- setTrkSegmentsPreparedStmt(PreparedStatement) - Method in class org.h2gis.functions.io.gpx.model.AbstractGpxParser
-
Set the prepared statement used to store the track segments.
- setType(StringBuilder) - Method in class org.h2gis.functions.io.gpx.model.GPXLine
-
Set the type (classification) of a route or a track.
- setType(StringBuilder) - Method in class org.h2gis.functions.io.gpx.model.GPXPoint
-
Set the type (classification) of a point.
- setUid(String) - Method in class org.h2gis.functions.io.osm.OSMElement
- setUser(String) - Method in class org.h2gis.functions.io.osm.OSMElement
- setValue(int, Object) - Method in class org.h2gis.functions.io.gpx.model.GPXLine
-
Set an object in corresponding index.
- setValue(int, Object) - Method in class org.h2gis.functions.io.gpx.model.GPXPoint
-
Set a Value in corresponding index.
- setValue(int, Value) - Method in class org.h2gis.functions.io.file_table.H2TableIndex.DriverRow
- setVdop(StringBuilder) - Method in class org.h2gis.functions.io.gpx.model.GPXPoint
-
Set the vertical dilution of precision of a point.
- setVersion(String) - Method in class org.h2gis.functions.io.osm.OSMElement
- setVisible(String) - Method in class org.h2gis.functions.io.osm.OSMElement
- setWptParser(AbstractGpxParserWpt) - Method in class org.h2gis.functions.io.gpx.model.AbstractGpxParserDefault
-
Set the parser used to parse waypoint.
- setWptPreparedStmt(PreparedStatement) - Method in class org.h2gis.functions.io.gpx.model.AbstractGpxParser
-
Set the PreparedStatement of the waypoints table.
- setZType(int) - Method in class org.h2gis.functions.io.asc.AscReaderDriver
-
Use to set the z conversion type 1 = integer 2 = double
- shadowOffset(double, double, double) - Static method in class org.h2gis.functions.spatial.earth.ST_GeometryShadow
-
Return the shadow offset in X and Y directions
- ShapefileException - Exception in org.h2gis.functions.io.shp.internal
-
Thrown when an error relating to the shapefile occures
- ShapefileException(String) - Constructor for exception org.h2gis.functions.io.shp.internal.ShapefileException
- ShapefileException(String, Throwable) - Constructor for exception org.h2gis.functions.io.shp.internal.ShapefileException
- ShapefileHeader - Class in org.h2gis.functions.io.shp.internal
- ShapefileHeader() - Constructor for class org.h2gis.functions.io.shp.internal.ShapefileHeader
- ShapefileReader - Class in org.h2gis.functions.io.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.functions.io.shp.internal.ShapefileReader
-
Creates a new instance of ShapeFile.
- ShapefileWriter - Class in org.h2gis.functions.io.shp.internal
-
ShapefileWriter allows for the storage of geometries in esris shp format.
- ShapefileWriter(FileChannel, FileChannel) - Constructor for class org.h2gis.functions.io.shp.internal.ShapefileWriter
-
Creates a new instance of ShapeFileWriter
- ShapeHandler - Interface in org.h2gis.functions.io.shp.internal
-
A ShapeHandler defines what is needed to construct and persist geometries based upon the shapefile specification.
- ShapeType - Class in org.h2gis.functions.io.shp.internal
-
Not much but a type safe enumeration of file types as ints and names.
- ShapeType(int, String) - Constructor for class org.h2gis.functions.io.shp.internal.ShapeType
-
Creates a new instance of ShapeType.
- shortestLine(Geometry, Geometry) - Static method in class org.h2gis.functions.spatial.distance.ST_ShortestLine
-
Compute the shortest line between two geometries.
- SHPDriver - Class in org.h2gis.functions.io.shp.internal
-
Merge ShapeFileReader and DBFReader.
- SHPDriver() - Constructor for class org.h2gis.functions.io.shp.internal.SHPDriver
- SHPDriverFunction - Class in org.h2gis.functions.io.shp
-
Read/Write Shape files
- SHPDriverFunction() - Constructor for class org.h2gis.functions.io.shp.SHPDriverFunction
- SHPEngine - Class in org.h2gis.functions.io.shp
-
SHP Table factory.
- SHPEngine() - Constructor for class org.h2gis.functions.io.shp.SHPEngine
- shpFile - Variable in class org.h2gis.functions.io.shp.internal.SHPDriver
- SHPRead - Class in org.h2gis.functions.io.shp
-
SQL Function to copy Shape File data into a Table.
- SHPRead() - Constructor for class org.h2gis.functions.io.shp.SHPRead
- SHPWrite - Class in org.h2gis.functions.io.shp
-
SQL Function to read a table and write it into a shape file.
- SHPWrite() - Constructor for class org.h2gis.functions.io.shp.SHPWrite
- shxFile - Variable in class org.h2gis.functions.io.shp.internal.SHPDriver
- simplify(Geometry, double) - Static method in class org.h2gis.functions.spatial.generalize.ST_Simplify
-
Simplify the geometry using the douglad peucker algorithm.
- simplyPreserve(Geometry, double) - Static method in class org.h2gis.functions.spatial.generalize.ST_SimplifyPreserveTopology
-
Simplifies a geometry and ensures that the result is a valid geometry having the same dimension and number of components as the input, and with the components having the same topological relationship.
- singleSideBuffer(Geometry, double) - Static method in class org.h2gis.functions.spatial.buffer.ST_SideBuffer
-
Compute a single side buffer with default parameters
- singleSideBuffer(Geometry, double, String) - Static method in class org.h2gis.functions.spatial.buffer.ST_SideBuffer
-
Compute a single side buffer with join and mitre parameters Note : The End Cap Style for single-sided buffers is always ignored, and forced to the equivalent of flat.
- skip(int) - Method in class org.h2gis.functions.io.utility.ReadBufferManager
-
skips the specified number of bytes from the current position in the channel
- snap(Geometry, Geometry, double) - Static method in class org.h2gis.functions.spatial.snap.ST_Snap
-
Snaps two geometries together with a given tolerance
- sourceRowGeometries - Variable in class org.h2gis.functions.spatial.properties.ST_Explode.ExplodeResultSet
- spatialFieldIndex - Variable in class org.h2gis.functions.spatial.create.MinimumBoundingRadiusRowSet
- spatialFieldIndex - Variable in class org.h2gis.functions.spatial.properties.ST_Explode.ExplodeResultSet
- spatialFieldName - Variable in class org.h2gis.functions.spatial.properties.ST_Explode.ExplodeResultSet
- SpatialRefRegistry - Class in org.h2gis.functions.spatial.crs
-
This class builds a registry based on a spatial_ref_sys table stored in the H2 database.
- SpatialRefRegistry() - Constructor for class org.h2gis.functions.spatial.crs.SpatialRefRegistry
- split(Geometry, Geometry) - Static method in class org.h2gis.functions.spatial.split.ST_Split
-
Split a geometry a according a geometry b.
- split(Geometry, Geometry, double) - Static method in class org.h2gis.functions.spatial.split.ST_Split
-
Split a geometry a according a geometry b using a snapping tolerance.
- SRC - Static variable in class org.h2gis.functions.io.gpx.model.GPXTags
- ST_3DArea - Class in org.h2gis.functions.spatial.properties
-
Compute the 3D area of a polygon or a multiolygon.
- ST_3DArea() - Constructor for class org.h2gis.functions.spatial.properties.ST_3DArea
- ST_3DLength - Class in org.h2gis.functions.spatial.properties
-
ST_3DLength returns the 3D length (of a LineString) or the 3D perimeter (of a Polygon).
- ST_3DLength() - Constructor for class org.h2gis.functions.spatial.properties.ST_3DLength
- ST_3DPerimeter - Class in org.h2gis.functions.spatial.properties
-
ST_3DPerimeter returns the 3D perimeter of a polygon or a multipolygon.
- ST_3DPerimeter() - Constructor for class org.h2gis.functions.spatial.properties.ST_3DPerimeter
- ST_Accum - Class in org.h2gis.functions.spatial.aggregate
-
Construct an array of Geometries.
- ST_Accum() - Constructor for class org.h2gis.functions.spatial.aggregate.ST_Accum
- ST_AddPoint - Class in org.h2gis.functions.spatial.edit
- ST_AddPoint() - Constructor for class org.h2gis.functions.spatial.edit.ST_AddPoint
- ST_AddZ - Class in org.h2gis.functions.spatial.edit
-
This function add a z value to the z component of (each vertex of) the geometric parameter to the corresponding value given by a field.
- ST_AddZ() - Constructor for class org.h2gis.functions.spatial.edit.ST_AddZ
- ST_AddZ.AddZCoordinateSequenceFilter - Class in org.h2gis.functions.spatial.edit
-
Add a z value to each vertex of the Geometry.
- ST_Area - Class in org.h2gis.functions.spatial.properties
-
Compute geometry area
- ST_Area() - Constructor for class org.h2gis.functions.spatial.properties.ST_Area
-
Default constructor
- ST_AsBinary - Class in org.h2gis.functions.spatial.convert
-
Convert a geometry into Well Known Binary..
- ST_AsBinary() - Constructor for class org.h2gis.functions.spatial.convert.ST_AsBinary
- ST_AsEWKB - Class in org.h2gis.functions.spatial.convert
-
Convert a Geometry value into an Extended Well-Known Binary.
- ST_AsEWKB() - Constructor for class org.h2gis.functions.spatial.convert.ST_AsEWKB
-
Default constructor
- ST_AsGeoJSON - Class in org.h2gis.functions.io.geojson
-
Transform a JTS geometry to a GeoJSON geometry representation.
- ST_AsGeoJSON() - Constructor for class org.h2gis.functions.io.geojson.ST_AsGeoJSON
- ST_AsGML - Class in org.h2gis.functions.spatial.convert
-
Store a geometry as a GML representation
- ST_AsGML() - Constructor for class org.h2gis.functions.spatial.convert.ST_AsGML
- ST_AsKml - Class in org.h2gis.functions.io.kml
-
Convert a JTS geometry to a KML geometry representation.
- ST_AsKml() - Constructor for class org.h2gis.functions.io.kml.ST_AsKml
- ST_AsText - Class in org.h2gis.functions.spatial.convert
-
Alias for
ST_AsWKT - ST_AsText() - Constructor for class org.h2gis.functions.spatial.convert.ST_AsText
- ST_AsWKT - Class in org.h2gis.functions.spatial.convert
-
Convert a Geometry value into a Well Known Text value.
- ST_AsWKT() - Constructor for class org.h2gis.functions.spatial.convert.ST_AsWKT
-
Default constructor
- ST_Azimuth - Class in org.h2gis.functions.spatial.trigonometry
-
Returns the azimuth of the segment defined by the given Point geometries.
- ST_Azimuth() - Constructor for class org.h2gis.functions.spatial.trigonometry.ST_Azimuth
- ST_Boundary - Class in org.h2gis.functions.spatial.properties
-
Get geometry boundary as geometry.
- ST_Boundary() - Constructor for class org.h2gis.functions.spatial.properties.ST_Boundary
-
Default constructor
- ST_BoundingCircle - Class in org.h2gis.functions.spatial.create
-
Compute the minimum bounding circle of a geometry.
- ST_BoundingCircle() - Constructor for class org.h2gis.functions.spatial.create.ST_BoundingCircle
- ST_BoundingCircleCenter - Class in org.h2gis.functions.spatial.create
-
Compute the minimum bounding circle center of a geometry
- ST_BoundingCircleCenter() - Constructor for class org.h2gis.functions.spatial.create.ST_BoundingCircleCenter
-
Constructor
- ST_Buffer - Class in org.h2gis.functions.spatial.buffer
-
ST_Buffer computes a buffer around a Geometry.
- ST_Buffer() - Constructor for class org.h2gis.functions.spatial.buffer.ST_Buffer
-
Default constructor
- ST_Centroid - Class in org.h2gis.functions.spatial.properties
-
Computes the centroid of this Geometry.
- ST_Centroid() - Constructor for class org.h2gis.functions.spatial.properties.ST_Centroid
-
Default constructor
- ST_Clip - Class in org.h2gis.functions.spatial.others
-
Function to clip a [Multi]Polygon or [Multi]LineString geometry with another [Multi]Polygon or [Multi]LineString geometry.
- ST_Clip() - Constructor for class org.h2gis.functions.spatial.others.ST_Clip
- ST_ClosestCoordinate - Class in org.h2gis.functions.spatial.distance
-
ST_ClosestCoordinate computes the closest coordinate(s) contained in the given geometry starting from the given point, using the 2D distance.
- ST_ClosestCoordinate() - Constructor for class org.h2gis.functions.spatial.distance.ST_ClosestCoordinate
- ST_ClosestPoint - Class in org.h2gis.functions.spatial.distance
-
ST_ClosestPoint returns the 2D point on geometry A that is closest to geometry B.
- ST_ClosestPoint() - Constructor for class org.h2gis.functions.spatial.distance.ST_ClosestPoint
- ST_Collect - Class in org.h2gis.functions.spatial.aggregate
-
Construct an array of Geometries.
- ST_Collect() - Constructor for class org.h2gis.functions.spatial.aggregate.ST_Collect
- ST_CollectionExtract - Class in org.h2gis.functions.spatial.edit
- ST_CollectionExtract() - Constructor for class org.h2gis.functions.spatial.edit.ST_CollectionExtract
- ST_CompactnessRatio - Class in org.h2gis.functions.spatial.properties
-
ST_CompactnessRatio computes the perimeter of a circle whose area is equal to the given polygon's area, and returns the ratio of this computed perimeter to the given polygon's perimeter.
- ST_CompactnessRatio() - Constructor for class org.h2gis.functions.spatial.properties.ST_CompactnessRatio
- ST_ConcaveHull - Class in org.h2gis.functions.spatial.operators
-
Compute the concave geometry that encloses the vertices of the input geometry
- ST_ConcaveHull() - Constructor for class org.h2gis.functions.spatial.operators.ST_ConcaveHull
-
Default constructor
- ST_ConstrainedDelaunay - Class in org.h2gis.functions.spatial.mesh
-
Returns polygons or lines that represent a Delaunay triangulation constructed from a geometry.
- ST_ConstrainedDelaunay() - Constructor for class org.h2gis.functions.spatial.mesh.ST_ConstrainedDelaunay
- ST_Contains - Class in org.h2gis.functions.spatial.predicates
-
Return true if Geometry A contains Geometry B.
- ST_Contains() - Constructor for class org.h2gis.functions.spatial.predicates.ST_Contains
-
Default constructor
- ST_ConvexHull - Class in org.h2gis.functions.spatial.operators
-
Computes the smallest convex POLYGON that contains all the points in the Geometry.
- ST_ConvexHull() - Constructor for class org.h2gis.functions.spatial.operators.ST_ConvexHull
-
Default constructor
- ST_CoordDim - Class in org.h2gis.functions.spatial.properties
-
ST_CoordDim returns the dimension of the coordinates of the given geometry.
- ST_CoordDim() - Constructor for class org.h2gis.functions.spatial.properties.ST_CoordDim
- ST_Covers - Class in org.h2gis.functions.spatial.predicates
-
ST_Covers returns true if no point in geometry B is outside geometry A.
- ST_Covers() - Constructor for class org.h2gis.functions.spatial.predicates.ST_Covers
- ST_Crosses - Class in org.h2gis.functions.spatial.predicates
-
Return true if Geometry A crosses Geometry B.
- ST_Crosses() - Constructor for class org.h2gis.functions.spatial.predicates.ST_Crosses
-
Default constructor
- ST_Delaunay - Class in org.h2gis.functions.spatial.mesh
-
Returns polygons that represent a Delaunay triangulation constructed from a collection of points.
- ST_Delaunay() - Constructor for class org.h2gis.functions.spatial.mesh.ST_Delaunay
- ST_Densify - Class in org.h2gis.functions.spatial.edit
-
Densifies a geometry using the given distance tolerance.
- ST_Densify() - Constructor for class org.h2gis.functions.spatial.edit.ST_Densify
- ST_Difference - Class in org.h2gis.functions.spatial.operators
-
Compute the difference between two Geometries.
- ST_Difference() - Constructor for class org.h2gis.functions.spatial.operators.ST_Difference
-
Default constructor
- ST_Dimension - Class in org.h2gis.functions.spatial.properties
-
Get dimension of a geometry 0 for a Point, 1 for a line and 2 for a polygon.
- ST_Dimension() - Constructor for class org.h2gis.functions.spatial.properties.ST_Dimension
-
Default constructor
- ST_Disjoint - Class in org.h2gis.functions.spatial.predicates
-
Return true if the two Geometries are disjoint.
- ST_Disjoint() - Constructor for class org.h2gis.functions.spatial.predicates.ST_Disjoint
-
Default constructor
- ST_Distance - Class in org.h2gis.functions.spatial.properties
-
For geometry type returns the 2-dimensional minimum Cartesian distance between two geometries in projected units (spatial ref units)
- ST_Distance() - Constructor for class org.h2gis.functions.spatial.properties.ST_Distance
-
Default constructor
- ST_DistanceSphere - Class in org.h2gis.functions.spatial.properties
-
For geometry type returns minimum distance in meters between two geometries
- ST_DistanceSphere() - Constructor for class org.h2gis.functions.spatial.properties.ST_DistanceSphere
-
Default constructor
- ST_Drape - Class in org.h2gis.functions.spatial.topography
-
This function could be used to drape a geometry to a set of triangles
- ST_Drape() - Constructor for class org.h2gis.functions.spatial.topography.ST_Drape
- ST_DWithin - Class in org.h2gis.functions.spatial.predicates
-
ST_DWithin returns true if the geometries are within the specified distance of one another.
- ST_DWithin() - Constructor for class org.h2gis.functions.spatial.predicates.ST_DWithin
- ST_EndPoint - Class in org.h2gis.functions.spatial.properties
-
Returns the last coordinate of a Geometry as a POINT, given that the Geometry is a LINESTRING or a MULTILINESTRING containing only one LINESTRING; Returns NULL for all other Geometries.
- ST_EndPoint() - Constructor for class org.h2gis.functions.spatial.properties.ST_EndPoint
-
Default constructor
- ST_Envelope - Class in org.h2gis.functions.spatial.properties
-
Get geometry envelope as geometry.
- ST_Envelope() - Constructor for class org.h2gis.functions.spatial.properties.ST_Envelope
-
Default constructor
- ST_EnvelopesIntersect - Class in org.h2gis.functions.spatial.predicates
-
Return true if the envelope of Geometry A intersects the envelope of Geometry B.
- ST_EnvelopesIntersect() - Constructor for class org.h2gis.functions.spatial.predicates.ST_EnvelopesIntersect
-
Default constructor
- ST_Equals - Class in org.h2gis.functions.spatial.predicates
-
Return true if Geometry A is equal to Geometry B.
- ST_Equals() - Constructor for class org.h2gis.functions.spatial.predicates.ST_Equals
-
Default constructor
- ST_EstimatedExtent - Class in org.h2gis.functions.spatial.properties
-
Estimated extent function based on the internal H2 ESTIMATED_ENVELOPE
- ST_EstimatedExtent() - Constructor for class org.h2gis.functions.spatial.properties.ST_EstimatedExtent
- ST_Expand - Class in org.h2gis.functions.spatial.create
-
Expands a geometry's envelope by the given delta X and delta Y.
- ST_Expand() - Constructor for class org.h2gis.functions.spatial.create.ST_Expand
- ST_Explode - Class in org.h2gis.functions.spatial.properties
-
This table function explode Geometry Collection into multiple geometries
- ST_Explode() - Constructor for class org.h2gis.functions.spatial.properties.ST_Explode
- ST_Explode.ExplodeResultSet - Class in org.h2gis.functions.spatial.properties
-
Explode fields only on request
- ST_Explode.ExplodeResultSetQuery - Class in org.h2gis.functions.spatial.properties
-
Explode fields only on request The input data must be a SELECT expression that contains a geometry column
- ST_Extent - Class in org.h2gis.functions.spatial.properties
-
ST_Extent returns an
Envelopethat cover all aggregated geometries. - ST_Extent() - Constructor for class org.h2gis.functions.spatial.properties.ST_Extent
- ST_ExteriorRing - Class in org.h2gis.functions.spatial.properties
-
Returns a LinearRing instance or Null if parameter is not a Polygon.
- ST_ExteriorRing() - Constructor for class org.h2gis.functions.spatial.properties.ST_ExteriorRing
-
Default constructor
- ST_Extrude - Class in org.h2gis.functions.spatial.create
-
ST_Extrude takes a LINESTRING or POLYGON as input and extends it to a 3D representation, returning a geometry collection containing floor, ceiling and wall geometries.
- ST_Extrude() - Constructor for class org.h2gis.functions.spatial.create.ST_Extrude
- ST_FindUTMSRID - Class in org.h2gis.functions.spatial.crs
-
Find the UTM SRID code
- ST_FindUTMSRID() - Constructor for class org.h2gis.functions.spatial.crs.ST_FindUTMSRID
- ST_FlipCoordinates - Class in org.h2gis.functions.spatial.edit
-
Flip the X and Y coordinates of the geometry
- ST_FlipCoordinates() - Constructor for class org.h2gis.functions.spatial.edit.ST_FlipCoordinates
- ST_FlipCoordinates.FlipCoordinateSequenceFilter - Class in org.h2gis.functions.spatial.edit
-
Returns a version of the given geometry with X and Y axis flipped.
- ST_Force2D - Class in org.h2gis.functions.spatial.convert
-
Forces a Geometry into 2D mode by returning a copy with its z-coordinate set to NaN.
- ST_Force2D() - Constructor for class org.h2gis.functions.spatial.convert.ST_Force2D
- ST_Force3D - Class in org.h2gis.functions.spatial.convert
-
Forces a Geometry into 3D mode.
- ST_Force3D() - Constructor for class org.h2gis.functions.spatial.convert.ST_Force3D
- ST_Force3DM - Class in org.h2gis.functions.spatial.convert
-
Forces a Geometry into 3DM mode by returning a copy with If a geometry has no M component, then a 0 M coordinate is tacked on.
- ST_Force3DM() - Constructor for class org.h2gis.functions.spatial.convert.ST_Force3DM
- ST_Force4D - Class in org.h2gis.functions.spatial.convert
-
Forces a Geometry into 4D mode by returning a copy with z set to 0 (other z-measure are left untouched).
- ST_Force4D() - Constructor for class org.h2gis.functions.spatial.convert.ST_Force4D
- ST_ForcePolygonCCW - Class in org.h2gis.functions.spatial.edit
- ST_ForcePolygonCCW() - Constructor for class org.h2gis.functions.spatial.edit.ST_ForcePolygonCCW
- ST_ForcePolygonCW - Class in org.h2gis.functions.spatial.edit
- ST_ForcePolygonCW() - Constructor for class org.h2gis.functions.spatial.edit.ST_ForcePolygonCW
- ST_FurthestCoordinate - Class in org.h2gis.functions.spatial.distance
-
ST_FurthestCoordinate computes the furthest coordinate(s) contained in the given geometry starting from the given point, using the 2D distance.
- ST_FurthestCoordinate() - Constructor for class org.h2gis.functions.spatial.distance.ST_FurthestCoordinate
- ST_GeneratePoints - Class in org.h2gis.functions.spatial.create
-
This function is used to generate pseudo-random points until the requested number are found within the input area (polygon or multipolygon)
- ST_GeneratePoints() - Constructor for class org.h2gis.functions.spatial.create.ST_GeneratePoints
- ST_GeneratePointsInGrid - Class in org.h2gis.functions.spatial.create
-
This function is used to generate pseudo-random points until the requested number are found within the input area (polygon or multipolygon)
- ST_GeneratePointsInGrid() - Constructor for class org.h2gis.functions.spatial.create.ST_GeneratePointsInGrid
- ST_GeometryN - Class in org.h2gis.functions.spatial.properties
-
Return Geometry number n from the given GeometryCollection.
- ST_GeometryN() - Constructor for class org.h2gis.functions.spatial.properties.ST_GeometryN
-
Default constructor
- ST_GeometryShadow - Class in org.h2gis.functions.spatial.earth
-
Compute the shadow footprint for a single geometry.
- ST_GeometryShadow() - Constructor for class org.h2gis.functions.spatial.earth.ST_GeometryShadow
- ST_GeometryType - Class in org.h2gis.functions.spatial.properties
-
Return the type of geometry : ST_POINT, ST_LINESTRING, ST_POLYGON...
- ST_GeometryType() - Constructor for class org.h2gis.functions.spatial.properties.ST_GeometryType
-
Default constructor
- ST_GeometryTypeCode - Class in org.h2gis.functions.spatial.properties
-
Returns the OGC SFS
GeometryTypeCodesof a Geometry. - ST_GeometryTypeCode() - Constructor for class org.h2gis.functions.spatial.properties.ST_GeometryTypeCode
- ST_GeomFromGeoJSON - Class in org.h2gis.functions.io.geojson
- ST_GeomFromGeoJSON() - Constructor for class org.h2gis.functions.io.geojson.ST_GeomFromGeoJSON
- ST_GeomFromGML - Class in org.h2gis.functions.spatial.convert
-
Read a GML representation and convert it to a geometry.
- ST_GeomFromGML() - Constructor for class org.h2gis.functions.spatial.convert.ST_GeomFromGML
- ST_GeomFromText - Class in org.h2gis.functions.spatial.convert
-
Convert a Well Known Text String into a Geometry instance.
- ST_GeomFromText() - Constructor for class org.h2gis.functions.spatial.convert.ST_GeomFromText
-
Default constructor
- ST_GeomFromWKB - Class in org.h2gis.functions.spatial.convert
-
Convert a WKB object to a geometry
- ST_GeomFromWKB() - Constructor for class org.h2gis.functions.spatial.convert.ST_GeomFromWKB
- ST_GoogleMapLink - Class in org.h2gis.functions.spatial.convert
- ST_GoogleMapLink() - Constructor for class org.h2gis.functions.spatial.convert.ST_GoogleMapLink
- ST_GoogleMapLink.LayerType - Enum in org.h2gis.functions.spatial.convert
-
List of supported layers for Google Map
- ST_Graph - Class in org.h2gis.functions.spatial.topology
-
Assigns integer node and edge ids to LINESTRING or MULTILINESTRING geometries from a table named input, resulting in two new tables: input_nodes and input_edges.
- ST_Graph() - Constructor for class org.h2gis.functions.spatial.topology.ST_Graph
-
Constructor
- ST_Holes - Class in org.h2gis.functions.spatial.convert
-
ST_Holes returns the given geometry or geometry collection's holes as a GeometryCollection.
- ST_Holes() - Constructor for class org.h2gis.functions.spatial.convert.ST_Holes
- ST_InsertPoint - Class in org.h2gis.functions.spatial.edit
-
This function insert a point on geometry looking for the nearest coordinate segment
- ST_InsertPoint() - Constructor for class org.h2gis.functions.spatial.edit.ST_InsertPoint
- ST_InteriorRingN - Class in org.h2gis.functions.spatial.properties
-
Returns a LinearRing instance or Null if parameter is not a Polygon.
- ST_InteriorRingN() - Constructor for class org.h2gis.functions.spatial.properties.ST_InteriorRingN
-
Default constructor
- ST_Interpolate3DLine - Class in org.h2gis.functions.spatial.edit
-
Interpolate a 1 dimension geometry according its start and end z values.
- ST_Interpolate3DLine() - Constructor for class org.h2gis.functions.spatial.edit.ST_Interpolate3DLine
- ST_Intersection - Class in org.h2gis.functions.spatial.operators
-
Compute the intersection of two Geometries.
- ST_Intersection() - Constructor for class org.h2gis.functions.spatial.operators.ST_Intersection
-
Default constructor
- ST_Intersects - Class in org.h2gis.functions.spatial.predicates
-
Return true if the geometry A intersects the geometry B
- ST_Intersects() - Constructor for class org.h2gis.functions.spatial.predicates.ST_Intersects
-
Default constructor
- ST_Is3D - Class in org.h2gis.functions.spatial.properties
-
Returns 1 if a geometry has a z-coordinate, otherwise 0.
- ST_Is3D() - Constructor for class org.h2gis.functions.spatial.properties.ST_Is3D
- ST_IsClosed - Class in org.h2gis.functions.spatial.properties
-
Return TRUE if the provided geometry is a closed LINESTRING or MULTILINESTRING, null otherwise.
- ST_IsClosed() - Constructor for class org.h2gis.functions.spatial.properties.ST_IsClosed
-
Default constructor
- ST_IsEmpty - Class in org.h2gis.functions.spatial.properties
-
Test if the provided geometry is empty.
- ST_IsEmpty() - Constructor for class org.h2gis.functions.spatial.properties.ST_IsEmpty
-
Default constructor
- ST_IsGeographicCRS - Class in org.h2gis.functions.spatial.crs
-
Method to check if the CRS of the geometry is geographic
- ST_IsGeographicCRS() - Constructor for class org.h2gis.functions.spatial.crs.ST_IsGeographicCRS
- ST_Isovist - Class in org.h2gis.functions.spatial.earth
-
ST_Isovist ST_Isovist takes LINESTRING(S) or POLYGON(S) as input and a maximum distance (spatial ref units).
- ST_Isovist() - Constructor for class org.h2gis.functions.spatial.earth.ST_Isovist
- ST_IsProjectedCRS - Class in org.h2gis.functions.spatial.crs
-
Method to check if the CRS of the geometry is projected
- ST_IsProjectedCRS() - Constructor for class org.h2gis.functions.spatial.crs.ST_IsProjectedCRS
- ST_IsRectangle - Class in org.h2gis.functions.spatial.properties
-
ST_IsRectangle returns true if the given geometry is a rectangle.
- ST_IsRectangle() - Constructor for class org.h2gis.functions.spatial.properties.ST_IsRectangle
- ST_IsRing - Class in org.h2gis.functions.spatial.properties
-
Return TRUE if the provided geometry is a closed and simple LINESTRING or MULTILINESTRING; NULL otherwise.
- ST_IsRing() - Constructor for class org.h2gis.functions.spatial.properties.ST_IsRing
-
Default constructor
- ST_IsSimple - Class in org.h2gis.functions.spatial.properties
-
Test if the provided geometry is simple.
- ST_IsSimple() - Constructor for class org.h2gis.functions.spatial.properties.ST_IsSimple
-
Default constructor
- ST_IsValid - Class in org.h2gis.functions.spatial.properties
-
ST_IsValid returns true if the given geometry is valid.
- ST_IsValid() - Constructor for class org.h2gis.functions.spatial.properties.ST_IsValid
- ST_IsValidDetail - Class in org.h2gis.functions.spatial.properties
-
Returns a valid_detail (valid,reason,location) as an array of objects.
- ST_IsValidDetail() - Constructor for class org.h2gis.functions.spatial.properties.ST_IsValidDetail
- ST_IsValidReason - Class in org.h2gis.functions.spatial.properties
-
Returns text stating if a geometry is valid or not an if not valid, a reason why
- ST_IsValidReason() - Constructor for class org.h2gis.functions.spatial.properties.ST_IsValidReason
- ST_Length - Class in org.h2gis.functions.spatial.properties
-
Compute the geometry length.
- ST_Length() - Constructor for class org.h2gis.functions.spatial.properties.ST_Length
-
Default constructor
- ST_LineFromText - Class in org.h2gis.functions.spatial.convert
-
Convert a WKT String into a LINESTRING.
- ST_LineFromText() - Constructor for class org.h2gis.functions.spatial.convert.ST_LineFromText
-
Default constructor
- ST_LineFromWKB - Class in org.h2gis.functions.spatial.convert
-
Convert Well Known Binary into a LINESTRING.
- ST_LineFromWKB() - Constructor for class org.h2gis.functions.spatial.convert.ST_LineFromWKB
-
Default constructor
- ST_LineInterpolatePoint - Class in org.h2gis.functions.spatial.linear_referencing
-
Returns a point interpolate along the input LineString or MultiLineString starting at the given fraction.
- ST_LineInterpolatePoint() - Constructor for class org.h2gis.functions.spatial.linear_referencing.ST_LineInterpolatePoint
- ST_LineIntersector - Class in org.h2gis.functions.spatial.split
-
LineIntersector is used to split an input geometry (LineString or MultiLineString) by a set of geometries.
- ST_LineIntersector() - Constructor for class org.h2gis.functions.spatial.split.ST_LineIntersector
- ST_LineMerge - Class in org.h2gis.functions.spatial.aggregate
-
Merges a collection of linear components to form maximal-length linestrings.
- ST_LineMerge() - Constructor for class org.h2gis.functions.spatial.aggregate.ST_LineMerge
- ST_LineSubstring - Class in org.h2gis.functions.spatial.linear_referencing
- ST_LineSubstring() - Constructor for class org.h2gis.functions.spatial.linear_referencing.ST_LineSubstring
- ST_LocateAlong - Class in org.h2gis.functions.spatial.distance
-
ST_LocateAlong returns a MULTIPOINT containing points along the line segments of the given geometry matching the specified segment length fraction and offset distance.
- ST_LocateAlong() - Constructor for class org.h2gis.functions.spatial.distance.ST_LocateAlong
- ST_LongestLine - Class in org.h2gis.functions.spatial.distance
-
Returns the 2-dimensional longest line between the points of two geometries.
- ST_LongestLine() - Constructor for class org.h2gis.functions.spatial.distance.ST_LongestLine
- ST_M - Class in org.h2gis.functions.spatial.properties
-
Get the first M(easure) coordinate
- ST_M() - Constructor for class org.h2gis.functions.spatial.properties.ST_M
- ST_MakeArcLine - Class in org.h2gis.functions.spatial.create
-
ST_MakeArcLine constructs an elliptical arc, as a LineString centered at the given point.
- ST_MakeArcLine() - Constructor for class org.h2gis.functions.spatial.create.ST_MakeArcLine
- ST_MakeArcPolygon - Class in org.h2gis.functions.spatial.create
-
ST_MakeArcPolygon constructs an elliptical arc, as a Polygon centered at the given point.
- ST_MakeArcPolygon() - Constructor for class org.h2gis.functions.spatial.create.ST_MakeArcPolygon
- ST_MakeEllipse - Class in org.h2gis.functions.spatial.create
-
ST_MakeEllipse constructs an elliptical POLYGON with the given width and height centered at the given point.
- ST_MakeEllipse() - Constructor for class org.h2gis.functions.spatial.create.ST_MakeEllipse
- ST_MakeEnvelope - Class in org.h2gis.functions.spatial.create
-
Creates a rectangular POLYGON formed from the given x and y minima.
- ST_MakeEnvelope() - Constructor for class org.h2gis.functions.spatial.create.ST_MakeEnvelope
- ST_MakeGrid - Class in org.h2gis.functions.spatial.create
-
Create a regular grid based on a table or a geometry envelope.
- ST_MakeGrid() - Constructor for class org.h2gis.functions.spatial.create.ST_MakeGrid
- ST_MakeGridPoints - Class in org.h2gis.functions.spatial.create
-
Create a regular grid of points based on a table or a geometry envelope.
- ST_MakeGridPoints() - Constructor for class org.h2gis.functions.spatial.create.ST_MakeGridPoints
- ST_MakeLine - Class in org.h2gis.functions.spatial.create
-
ST_MakeLine constructs a LINESTRING from POINT and MULTIPOINT geometries.
- ST_MakeLine() - Constructor for class org.h2gis.functions.spatial.create.ST_MakeLine
- ST_MakePoint - Class in org.h2gis.functions.spatial.create
-
ST_MakePoint constructs POINT from two or three doubles.
- ST_MakePoint() - Constructor for class org.h2gis.functions.spatial.create.ST_MakePoint
- ST_MakePolygon - Class in org.h2gis.functions.spatial.create
-
Class to create a polygon
- ST_MakePolygon() - Constructor for class org.h2gis.functions.spatial.create.ST_MakePolygon
- ST_MakeValid - Class in org.h2gis.functions.spatial.clean
-
Function to make a geometry valid.
- ST_MakeValid() - Constructor for class org.h2gis.functions.spatial.clean.ST_MakeValid
- ST_MaxDistance - Class in org.h2gis.functions.spatial.distance
-
Compute the maximum distance between two geometries.
- ST_MaxDistance() - Constructor for class org.h2gis.functions.spatial.distance.ST_MaxDistance
- ST_MaximumInscribedCircle - Class in org.h2gis.functions.spatial.create
-
Compute the largest circle that is contained within a (multi)polygon.
- ST_MaximumInscribedCircle() - Constructor for class org.h2gis.functions.spatial.create.ST_MaximumInscribedCircle
- ST_MemSize - Class in org.h2gis.functions.spatial.properties
-
Compute the amount of memory space (in bytes) for the input value
- ST_MemSize() - Constructor for class org.h2gis.functions.spatial.properties.ST_MemSize
- ST_MinimumBoundingCircle - Class in org.h2gis.functions.spatial.create
-
PostGIS compatibility function alias.
- ST_MinimumBoundingCircle() - Constructor for class org.h2gis.functions.spatial.create.ST_MinimumBoundingCircle
- ST_MinimumBoundingRadius - Class in org.h2gis.functions.spatial.create
-
Computes the center point and radius of the smallest circle that contains a geometry
- ST_MinimumBoundingRadius() - Constructor for class org.h2gis.functions.spatial.create.ST_MinimumBoundingRadius
-
Constructor
- ST_MinimumDiameter - Class in org.h2gis.functions.spatial.properties
-
Compute a minimum diameter for a given geometry
- ST_MinimumDiameter() - Constructor for class org.h2gis.functions.spatial.properties.ST_MinimumDiameter
- ST_MinimumRectangle - Class in org.h2gis.functions.spatial.create
-
Gets the minimum rectangular POLYGON which encloses the input geometry.
- ST_MinimumRectangle() - Constructor for class org.h2gis.functions.spatial.create.ST_MinimumRectangle
- ST_MLineFromText - Class in org.h2gis.functions.spatial.convert
-
Convert a WKT String into a MULTILINESTRING.
- ST_MLineFromText() - Constructor for class org.h2gis.functions.spatial.convert.ST_MLineFromText
-
Default constructor
- ST_MPointFromText - Class in org.h2gis.functions.spatial.convert
-
Convert a WKT String into a MULTIPOINT.
- ST_MPointFromText() - Constructor for class org.h2gis.functions.spatial.convert.ST_MPointFromText
-
Default constructor
- ST_MPolyFromText - Class in org.h2gis.functions.spatial.convert
-
Convert a WKT String into a MULTIPOLYGON.
- ST_MPolyFromText() - Constructor for class org.h2gis.functions.spatial.convert.ST_MPolyFromText
-
Default constructor
- ST_Multi - Class in org.h2gis.functions.spatial.convert
-
Construct a geometry collection from a geometry
- ST_Multi() - Constructor for class org.h2gis.functions.spatial.convert.ST_Multi
- ST_MultiplyZ - Class in org.h2gis.functions.spatial.edit
- ST_MultiplyZ() - Constructor for class org.h2gis.functions.spatial.edit.ST_MultiplyZ
- ST_MultiplyZ.MultiplyZCoordinateSequenceFilter - Class in org.h2gis.functions.spatial.edit
-
Multiply the z value of each vertex of the Geometry by a double value.
- ST_Node - Class in org.h2gis.functions.spatial.topology
- ST_Node() - Constructor for class org.h2gis.functions.spatial.topology.ST_Node
- ST_Normalize - Class in org.h2gis.functions.spatial.edit
-
Converts this Geometry to normal form (canonical form)
- ST_Normalize() - Constructor for class org.h2gis.functions.spatial.edit.ST_Normalize
- ST_NPoints - Class in org.h2gis.functions.spatial.properties
- ST_NPoints() - Constructor for class org.h2gis.functions.spatial.properties.ST_NPoints
-
Default constructor
- ST_NumGeometries - Class in org.h2gis.functions.spatial.properties
-
Get the number of geometries inside a geometry collection
- ST_NumGeometries() - Constructor for class org.h2gis.functions.spatial.properties.ST_NumGeometries
-
Default constructor
- ST_NumInteriorRing - Class in org.h2gis.functions.spatial.properties
-
Alias for ST_NumInteriorRings.
- ST_NumInteriorRing() - Constructor for class org.h2gis.functions.spatial.properties.ST_NumInteriorRing
- ST_NumInteriorRings - Class in org.h2gis.functions.spatial.properties
-
Return the number of holes in a geometry
- ST_NumInteriorRings() - Constructor for class org.h2gis.functions.spatial.properties.ST_NumInteriorRings
-
Default constructor
- ST_NumPoints - Class in org.h2gis.functions.spatial.properties
-
Get the number of points inside a geometry
- ST_NumPoints() - Constructor for class org.h2gis.functions.spatial.properties.ST_NumPoints
-
Default constructor
- ST_OctogonalEnvelope - Class in org.h2gis.functions.spatial.create
-
Computes the octogonal envelope of a geometry.
- ST_OctogonalEnvelope() - Constructor for class org.h2gis.functions.spatial.create.ST_OctogonalEnvelope
- ST_OffSetCurve - Class in org.h2gis.functions.spatial.buffer
-
Return an offset line at a given distance and side from an input geometry.
- ST_OffSetCurve() - Constructor for class org.h2gis.functions.spatial.buffer.ST_OffSetCurve
- ST_OrderingEquals - Class in org.h2gis.functions.spatial.predicates
-
ST_OrderingEquals compares two geometries and t (TRUE) if the geometries are equal and the coordinates are in the same order; otherwise it returns f (FALSE).
- ST_OrderingEquals() - Constructor for class org.h2gis.functions.spatial.predicates.ST_OrderingEquals
- ST_OrientedEnvelope - Class in org.h2gis.functions.spatial.create
-
Alias for PostGIS
- ST_OrientedEnvelope() - Constructor for class org.h2gis.functions.spatial.create.ST_OrientedEnvelope
- ST_OSMDownloader - Class in org.h2gis.functions.io.osm
-
This function is used to download data from the osm api using a bounding box.
- ST_OSMDownloader() - Constructor for class org.h2gis.functions.io.osm.ST_OSMDownloader
- ST_OSMMapLink - Class in org.h2gis.functions.spatial.convert
-
This class is used to generate an OSM map link URL from a geometry.
- ST_OSMMapLink() - Constructor for class org.h2gis.functions.spatial.convert.ST_OSMMapLink
- ST_Overlaps - Class in org.h2gis.functions.spatial.predicates
-
Return true if the geometry A overlaps the geometry B
- ST_Overlaps() - Constructor for class org.h2gis.functions.spatial.predicates.ST_Overlaps
-
Default constructor
- ST_Perimeter - Class in org.h2gis.functions.spatial.properties
-
ST_Perimeter returns the perimeter of a polygon or a multipolygon.
- ST_Perimeter() - Constructor for class org.h2gis.functions.spatial.properties.ST_Perimeter
- ST_Point - Class in org.h2gis.functions.spatial.create
-
ST_Point constructs POINT from two or three doubles.
- ST_Point() - Constructor for class org.h2gis.functions.spatial.create.ST_Point
- ST_PointFromText - Class in org.h2gis.functions.spatial.convert
-
Convert a WKT String into a Point.
- ST_PointFromText() - Constructor for class org.h2gis.functions.spatial.convert.ST_PointFromText
-
Default constructor
- ST_PointFromWKB - Class in org.h2gis.functions.spatial.convert
-
Convert Well Known Binary into a POINT.
- ST_PointFromWKB() - Constructor for class org.h2gis.functions.spatial.convert.ST_PointFromWKB
- ST_PointN - Class in org.h2gis.functions.spatial.properties
-
Returns the nth point of a LINESTRING or a MULTILINESTRING containing exactly one LINESTRING; NULL otherwise.
- ST_PointN() - Constructor for class org.h2gis.functions.spatial.properties.ST_PointN
-
Default constructor
- ST_PointOnSurface - Class in org.h2gis.functions.spatial.properties
-
Get a Point that lie on the surface of a Surface Geometry.
- ST_PointOnSurface() - Constructor for class org.h2gis.functions.spatial.properties.ST_PointOnSurface
-
Default constructor
- ST_PolyFromText - Class in org.h2gis.functions.spatial.convert
-
Convert a WKT String into a POLYGON.
- ST_PolyFromText() - Constructor for class org.h2gis.functions.spatial.convert.ST_PolyFromText
-
Default constructor
- ST_PolyFromWKB - Class in org.h2gis.functions.spatial.convert
-
Convert Well Known Binary into Geometry then check that it is a Polygon
- ST_PolyFromWKB() - Constructor for class org.h2gis.functions.spatial.convert.ST_PolyFromWKB
-
Default constructor
- ST_Polygonize - Class in org.h2gis.functions.spatial.topology
- ST_Polygonize() - Constructor for class org.h2gis.functions.spatial.topology.ST_Polygonize
- ST_PrecisionReducer - Class in org.h2gis.functions.spatial.generalize
- ST_PrecisionReducer() - Constructor for class org.h2gis.functions.spatial.generalize.ST_PrecisionReducer
- ST_Project - Class in org.h2gis.functions.spatial.snap
-
Function to project a point
- ST_Project() - Constructor for class org.h2gis.functions.spatial.snap.ST_Project
- ST_ProjectPoint - Class in org.h2gis.functions.spatial.distance
- ST_ProjectPoint() - Constructor for class org.h2gis.functions.spatial.distance.ST_ProjectPoint
- ST_Relate - Class in org.h2gis.functions.spatial.predicates
-
This function is used to compute the relation between two geometries, as described in the SFS specification.
- ST_Relate() - Constructor for class org.h2gis.functions.spatial.predicates.ST_Relate
-
Default constructor
- ST_RemoveDuplicatedCoordinates - Class in org.h2gis.functions.spatial.edit
-
Remove duplicate coordinates in a geometry
- ST_RemoveDuplicatedCoordinates() - Constructor for class org.h2gis.functions.spatial.edit.ST_RemoveDuplicatedCoordinates
- ST_RemoveHoles - Class in org.h2gis.functions.spatial.edit
-
Removes any holes from a polygon or multipolygon
- ST_RemoveHoles() - Constructor for class org.h2gis.functions.spatial.edit.ST_RemoveHoles
- ST_RemovePoints - Class in org.h2gis.functions.spatial.edit
-
Remove all points on a geometry that are located within a polygon.
- ST_RemovePoints() - Constructor for class org.h2gis.functions.spatial.edit.ST_RemovePoints
- ST_RemoveRepeatedPoints - Class in org.h2gis.functions.spatial.edit
-
Remove duplicated points on a geometry
- ST_RemoveRepeatedPoints() - Constructor for class org.h2gis.functions.spatial.edit.ST_RemoveRepeatedPoints
- ST_Reverse - Class in org.h2gis.functions.spatial.edit
-
Returns the geometry with vertex order reversed.
- ST_Reverse() - Constructor for class org.h2gis.functions.spatial.edit.ST_Reverse
- ST_Reverse3DLine - Class in org.h2gis.functions.spatial.edit
-
Returns a 1 dimension geometry with vertex order reversed according the start and the end z values.
- ST_Reverse3DLine() - Constructor for class org.h2gis.functions.spatial.edit.ST_Reverse3DLine
- ST_RingBuffer - Class in org.h2gis.functions.spatial.create
-
Compute a ring buffer around a geometry.
- ST_RingBuffer() - Constructor for class org.h2gis.functions.spatial.create.ST_RingBuffer
- ST_RingSideBuffer - Class in org.h2gis.functions.spatial.buffer
-
Compute a ring buffer on one side
- ST_RingSideBuffer() - Constructor for class org.h2gis.functions.spatial.buffer.ST_RingSideBuffer
- ST_Rotate - Class in org.h2gis.functions.spatial.affine_transformations
-
ST_Rotate rotates a geometry by a given angle (in radians) about the geometry's center.
- ST_Rotate() - Constructor for class org.h2gis.functions.spatial.affine_transformations.ST_Rotate
- ST_Scale - Class in org.h2gis.functions.spatial.affine_transformations
-
ST_Scale scales the given geometry by multiplying the coordinates by the indicated scale factors.
- ST_Scale() - Constructor for class org.h2gis.functions.spatial.affine_transformations.ST_Scale
- ST_SetSRID - Class in org.h2gis.functions.spatial.crs
-
Return a new geometry with a replaced spatial reference id.
- ST_SetSRID() - Constructor for class org.h2gis.functions.spatial.crs.ST_SetSRID
- ST_ShortestLine - Class in org.h2gis.functions.spatial.distance
-
Returns the 2-dimensional shortest line between two geometries.
- ST_ShortestLine() - Constructor for class org.h2gis.functions.spatial.distance.ST_ShortestLine
- ST_SideBuffer - Class in org.h2gis.functions.spatial.buffer
-
Compute a single buffer on one side.
- ST_SideBuffer() - Constructor for class org.h2gis.functions.spatial.buffer.ST_SideBuffer
- ST_Simplify - Class in org.h2gis.functions.spatial.generalize
-
Returns a simplified version of the given geometry using the Douglas-Peuker algorithm.
- ST_Simplify() - Constructor for class org.h2gis.functions.spatial.generalize.ST_Simplify
- ST_SimplifyPreserveTopology - Class in org.h2gis.functions.spatial.generalize
- ST_SimplifyPreserveTopology() - Constructor for class org.h2gis.functions.spatial.generalize.ST_SimplifyPreserveTopology
- ST_Snap - Class in org.h2gis.functions.spatial.snap
-
Snaps two geometries together with a given tolerance
- ST_Snap() - Constructor for class org.h2gis.functions.spatial.snap.ST_Snap
- ST_Split - Class in org.h2gis.functions.spatial.split
-
This function split a line by a line a line by a point a polygon by a line
- ST_Split() - Constructor for class org.h2gis.functions.spatial.split.ST_Split
- ST_SRID - Class in org.h2gis.functions.spatial.properties
-
Retrieve the SRID from an EWKB encoded geometry.
- ST_SRID() - Constructor for class org.h2gis.functions.spatial.properties.ST_SRID
-
Default constructor
- ST_StartPoint - Class in org.h2gis.functions.spatial.properties
-
Returns the first coordinate of a Geometry as a POINT, given that the Geometry is a LINESTRING or a MULTILINESTRING containing only one LINESTRING; Returns NULL for all other Geometries.
- ST_StartPoint() - Constructor for class org.h2gis.functions.spatial.properties.ST_StartPoint
-
Default constructor
- ST_SubDivide - Class in org.h2gis.functions.spatial.split
- ST_SubDivide() - Constructor for class org.h2gis.functions.spatial.split.ST_SubDivide
- ST_SunPosition - Class in org.h2gis.functions.spatial.earth
-
Compute the sun position and return a new coordinate with x = azimuth and y = altitude
- ST_SunPosition() - Constructor for class org.h2gis.functions.spatial.earth.ST_SunPosition
- ST_Svf - Class in org.h2gis.functions.spatial.earth
-
This function will be used to compute the Sky View Factor based on geometries
- ST_Svf() - Constructor for class org.h2gis.functions.spatial.earth.ST_Svf
- ST_SymDifference - Class in org.h2gis.functions.spatial.operators
-
Compute the symmetric difference between two Geometries.
- ST_SymDifference() - Constructor for class org.h2gis.functions.spatial.operators.ST_SymDifference
-
Default constructor
- ST_Tessellate - Class in org.h2gis.functions.spatial.mesh
-
Tessellate a set of Polygon with adaptive triangles.
- ST_Tessellate() - Constructor for class org.h2gis.functions.spatial.mesh.ST_Tessellate
- ST_ToMultiLine - Class in org.h2gis.functions.spatial.convert
-
ST_ToMultiLine constructs a MultiLineString from the given geometry's coordinates.
- ST_ToMultiLine() - Constructor for class org.h2gis.functions.spatial.convert.ST_ToMultiLine
- ST_ToMultiPoint - Class in org.h2gis.functions.spatial.convert
-
ST_ToMultiPoint constructs a MultiPoint from the given geometry's coordinates.
- ST_ToMultiPoint() - Constructor for class org.h2gis.functions.spatial.convert.ST_ToMultiPoint
- ST_ToMultiSegments - Class in org.h2gis.functions.spatial.convert
-
ST_ToMultiSegments converts a geometry into a set of distinct segments stored in a MultiLineString.
- ST_ToMultiSegments() - Constructor for class org.h2gis.functions.spatial.convert.ST_ToMultiSegments
- ST_Touches - Class in org.h2gis.functions.spatial.predicates
-
Return true if the geometry A touches the geometry B
- ST_Touches() - Constructor for class org.h2gis.functions.spatial.predicates.ST_Touches
-
Default constructor
- ST_Transform - Class in org.h2gis.functions.spatial.crs
-
This class is used to transform a geometry from one CRS to another.
- ST_Transform() - Constructor for class org.h2gis.functions.spatial.crs.ST_Transform
-
Constructor
- ST_Transform(Connection, Geometry, Integer) - Static method in class org.h2gis.functions.spatial.crs.ST_Transform
-
Returns a new geometry transformed to the SRID referenced by the integer parameter available in the spatial_ref_sys table
- ST_Transform.CopCache - Class in org.h2gis.functions.spatial.crs
-
A simple cache to manage
CoordinateOperation - ST_Transform.CRSTransformFilter - Class in org.h2gis.functions.spatial.crs
-
This method is used to apply a
CoordinateOperationto a geometry. - ST_Translate - Class in org.h2gis.functions.spatial.affine_transformations
-
Translates a geometry using X, Y (and possibly Z) offsets.
- ST_Translate() - Constructor for class org.h2gis.functions.spatial.affine_transformations.ST_Translate
- ST_TriangleAspect - Class in org.h2gis.functions.spatial.topography
-
This function is used to compute the aspect of a triangle.
- ST_TriangleAspect() - Constructor for class org.h2gis.functions.spatial.topography.ST_TriangleAspect
- ST_TriangleContouring - Class in org.h2gis.functions.spatial.topography
-
Split triangle into area within the specified range values.
- ST_TriangleContouring() - Constructor for class org.h2gis.functions.spatial.topography.ST_TriangleContouring
- ST_TriangleDirection - Class in org.h2gis.functions.spatial.topography
-
This function is used to compute the main slope direction on a triangle.
- ST_TriangleDirection() - Constructor for class org.h2gis.functions.spatial.topography.ST_TriangleDirection
- ST_TriangleSlope - Class in org.h2gis.functions.spatial.topography
-
This function is used to compute the slope direction of a triangle.
- ST_TriangleSlope() - Constructor for class org.h2gis.functions.spatial.topography.ST_TriangleSlope
- ST_Union - Class in org.h2gis.functions.spatial.operators
-
Compute the union of two or more Geometries.
- ST_Union() - Constructor for class org.h2gis.functions.spatial.operators.ST_Union
-
Default constructor
- ST_UpdateZ - Class in org.h2gis.functions.spatial.edit
-
This function replace the z component of (each vertex of) the geometric parameter to the corresponding value given by a field.
- ST_UpdateZ() - Constructor for class org.h2gis.functions.spatial.edit.ST_UpdateZ
- ST_VariableBuffer - Class in org.h2gis.functions.spatial.buffer
-
ST_VariableBuffer computes a buffer around a Geometry with a start and end distance
- ST_VariableBuffer() - Constructor for class org.h2gis.functions.spatial.buffer.ST_VariableBuffer
-
Default constructor
- ST_Voronoi - Class in org.h2gis.functions.spatial.mesh
- ST_Voronoi() - Constructor for class org.h2gis.functions.spatial.mesh.ST_Voronoi
- ST_Within - Class in org.h2gis.functions.spatial.predicates
-
Return true if the geometry A is within the geometry B
- ST_Within() - Constructor for class org.h2gis.functions.spatial.predicates.ST_Within
-
Default constructor
- ST_X - Class in org.h2gis.functions.spatial.properties
-
Get the first X coordinate
- ST_X() - Constructor for class org.h2gis.functions.spatial.properties.ST_X
-
Default constructor
- ST_XMax - Class in org.h2gis.functions.spatial.properties
-
ST_XMax returns the maximal x-value of the given geometry.
- ST_XMax() - Constructor for class org.h2gis.functions.spatial.properties.ST_XMax
- ST_XMin - Class in org.h2gis.functions.spatial.properties
-
ST_XMin returns the minimal x-value of the given geometry.
- ST_XMin() - Constructor for class org.h2gis.functions.spatial.properties.ST_XMin
- ST_Y - Class in org.h2gis.functions.spatial.properties
-
Get the first Y coordinate
- ST_Y() - Constructor for class org.h2gis.functions.spatial.properties.ST_Y
-
Default constructor
- ST_YMax - Class in org.h2gis.functions.spatial.properties
-
ST_YMax returns the maximal y-value of the given geometry.
- ST_YMax() - Constructor for class org.h2gis.functions.spatial.properties.ST_YMax
- ST_YMin - Class in org.h2gis.functions.spatial.properties
-
ST_YMin returns the minimal y-value of the given geometry.
- ST_YMin() - Constructor for class org.h2gis.functions.spatial.properties.ST_YMin
- ST_Z - Class in org.h2gis.functions.spatial.properties
-
Get the first Z coordinate
- ST_Z() - Constructor for class org.h2gis.functions.spatial.properties.ST_Z
-
Default constructor
- ST_ZMax - Class in org.h2gis.functions.spatial.properties
-
ST_ZMax returns the maximal z-value of the given geometry.
- ST_ZMax() - Constructor for class org.h2gis.functions.spatial.properties.ST_ZMax
- ST_ZMin - Class in org.h2gis.functions.spatial.properties
-
ST_ZMin returns the minimal z-value of the given geometry.
- ST_ZMin() - Constructor for class org.h2gis.functions.spatial.properties.ST_ZMin
- ST_ZUpdateLineExtremities - Class in org.h2gis.functions.spatial.edit
- ST_ZUpdateLineExtremities() - Constructor for class org.h2gis.functions.spatial.edit.ST_ZUpdateLineExtremities
- st3darea(Geometry) - Static method in class org.h2gis.functions.spatial.properties.ST_3DArea
-
Compute the 3D area of a polygon a geometrycollection that contains polygons
- st3Dperimeter(Geometry) - Static method in class org.h2gis.functions.spatial.properties.ST_3DPerimeter
-
Compute the 3D perimeter of a polygon or a multipolygon.
- START_URL - Static variable in class org.h2gis.functions.factory.H2GISDBFactory
- startElement(String, String, String, Attributes) - Method in class org.h2gis.functions.io.gpx.model.AbstractGpxParserDefault
-
Fires whenever an XML start markup is encountered.
- startElement(String, String, String, Attributes) - Method in class org.h2gis.functions.io.gpx.model.AbstractGpxParserRte
-
Fires whenever an XML start markup is encountered.
- startElement(String, String, String, Attributes) - Method in class org.h2gis.functions.io.gpx.model.AbstractGpxParserTrk
-
Fires whenever an XML start markup is encountered.
- startElement(String, String, String, Attributes) - Method in class org.h2gis.functions.io.gpx.model.AbstractGpxParserWpt
-
Fires whenever an XML start markup is encountered.
- startElement(String, String, String, Attributes) - Method in class org.h2gis.functions.io.gpx.model.GpxParser
-
Fires whenever an XML start markup is encountered.
- startElement(String, String, String, Attributes) - Method in class org.h2gis.functions.io.gpx.model.GpxParserRte
-
Fires whenever an XML start markup is encountered.
- startElement(String, String, String, Attributes) - Method in class org.h2gis.functions.io.gpx.model.GpxParserTrk
-
Fires whenever an XML start markup is encountered.
- startElement(String, String, String, Attributes) - Method in class org.h2gis.functions.io.gpx.model.GpxParserWpt
-
Fires whenever an XML start markup is encountered.
- startElement(String, String, String, Attributes) - Method in class org.h2gis.functions.io.gpx.model.GpxPreparser
-
Fires whenever an XML start markup is encountered.
- startElement(String, String, String, Attributes) - Method in class org.h2gis.functions.io.osm.OSMParser
- startElement(String, String, String, Attributes) - Method in class org.h2gis.functions.io.osm.OSMPreParser
-
Fires whenever an XML start markup is encountered.
- stLength3D(Geometry) - Static method in class org.h2gis.functions.spatial.properties.ST_3DLength
-
Returns the 3D length (of a LineString or MultiLineString) ortherwise 0.
- StringStack - Class in org.h2gis.functions.io.gpx.model
-
This class is a stack to keep in memory the structure of the GPX file.
- StringStack(int) - Constructor for class org.h2gis.functions.io.gpx.model.StringStack
-
Instantiates a StringStack with chosen max size.
- STRINGSTACK_SIZE - Static variable in class org.h2gis.functions.io.gpx.model.AbstractGpxParserDefault
- subdivide_recursive(Geometry, int) - Static method in class org.h2gis.functions.spatial.split.ST_SubDivide
-
Divide a geometry in quadrant recursively
- SunCalc - Class in org.h2gis.functions.spatial.earth
-
This class is a partial Java port of SunCalc.
- sunPosition(Geometry) - Static method in class org.h2gis.functions.spatial.earth.ST_SunPosition
-
Return the current sun position
- sunPosition(Geometry, Timestamp) - Static method in class org.h2gis.functions.spatial.earth.ST_SunPosition
-
Return the sun position for a given date
- SYM - Static variable in class org.h2gis.functions.io.gpx.model.GPXTags
- symDifference(Geometry, Geometry) - Static method in class org.h2gis.functions.spatial.operators.ST_SymDifference
- symDifference(Geometry, Geometry, double) - Static method in class org.h2gis.functions.spatial.operators.ST_SymDifference
T
- tableName - Variable in class org.h2gis.functions.spatial.properties.ST_Explode.ExplodeResultSet
- tableQuery - Variable in class org.h2gis.functions.spatial.create.MinimumBoundingRadiusRowSet
- tableQuery - Variable in class org.h2gis.functions.spatial.properties.ST_Explode.ExplodeResultSet
- TAG_LOCATION - Enum in org.h2gis.functions.io.osm
-
A class to specify the category of the element.
- tessellate(Geometry) - Static method in class org.h2gis.functions.spatial.mesh.ST_Tessellate
- TESSELLATION - org.h2gis.functions.spatial.mesh.DelaunayData.MODE
- TEXT - Static variable in class org.h2gis.functions.io.gpx.model.GPXTags
- THE_GEOM - Static variable in class org.h2gis.functions.io.gpx.model.GpxMetadata
- TIME - Static variable in class org.h2gis.functions.io.gpx.model.GPXTags
- TIMESTAMP - Static variable in class org.h2gis.functions.io.osm.OSMTags
- TINFeatureFactory - Class in org.h2gis.functions.spatial.topography
-
A factory used to create triangles from JTS geometries.
- toBytes(Value) - Static method in class org.h2gis.functions.spatial.convert.ST_AsBinary
-
Convert a geometry into a binary value.
- toCollection(Geometry) - Static method in class org.h2gis.functions.spatial.convert.ST_Multi
-
Construct a geometry collection from a geometry
- toCoordinateArray(Stack) - Method in class org.h2gis.functions.spatial.mesh.FullConvexHull
-
An alternative to Stack.toArray, which is not present in earlier versions of Java.
- toGeojson(Geometry) - Static method in class org.h2gis.functions.io.geojson.ST_AsGeoJSON
-
Convert the geometry to a GeoJSON representation.
- toGeojson(Geometry, int) - Static method in class org.h2gis.functions.io.geojson.ST_AsGeoJSON
-
Convert the geometry to a GeoJSON representation.
- toGeojsonCoordinate(Coordinate, int, StringBuilder) - Static method in class org.h2gis.functions.io.geojson.ST_AsGeoJSON
-
Convert a JTS coordinate to a GeoJSON representation.
- toGeojsonCoordinates(Coordinate[], int, StringBuilder) - Static method in class org.h2gis.functions.io.geojson.ST_AsGeoJSON
-
Convert a jts array of coordinates to a GeoJSON coordinates representation.
- toGeoJsonEnvelope(Envelope, int) - Method in class org.h2gis.functions.io.geojson.ST_AsGeoJSON
-
Convert a JTS Envelope to a GeoJSON representation.
- toGeojsonGeometry(Geometry, int, StringBuilder) - Static method in class org.h2gis.functions.io.geojson.ST_AsGeoJSON
-
Transform a JTS geometry to a GeoJSON representation.
- toGeojsonGeometryCollection(GeometryCollection, int, StringBuilder) - Static method in class org.h2gis.functions.io.geojson.ST_AsGeoJSON
-
A GeoJSON object with type "GeometryCollection" is a geometry object which represents a collection of geometry objects.
- toGeojsonLineString(LineString, int, StringBuilder) - Static method in class org.h2gis.functions.io.geojson.ST_AsGeoJSON
-
Coordinates of LineString are an array of positions.
- toGeojsonMultiLineString(MultiLineString, int, StringBuilder) - Static method in class org.h2gis.functions.io.geojson.ST_AsGeoJSON
-
Coordinates of a MultiLineString are an array of LineString coordinate arrays.
- toGeojsonMultiPoint(MultiPoint, int, StringBuilder) - Static method in class org.h2gis.functions.io.geojson.ST_AsGeoJSON
-
Coordinates of a MultiPoint are an array of positions.
- toGeojsonMultiPolygon(MultiPolygon, int, StringBuilder) - Static method in class org.h2gis.functions.io.geojson.ST_AsGeoJSON
-
Coordinates of a MultiPolygon are an array of Polygon coordinate arrays.
- toGeojsonPoint(Point, int, StringBuilder) - Static method in class org.h2gis.functions.io.geojson.ST_AsGeoJSON
-
For type "Point", the "coordinates" member must be a single position.
- toGeojsonPolygon(Polygon, int, StringBuilder) - Static method in class org.h2gis.functions.io.geojson.ST_AsGeoJSON
-
Coordinates of a Polygon are an array of LinearRing coordinate arrays.
- toGeometry(byte[]) - Static method in class org.h2gis.functions.spatial.convert.ST_GeomFromWKB
-
Convert a WKB representation to a geometry without specify a SRID.
- toGeometry(byte[], int) - Static method in class org.h2gis.functions.spatial.convert.ST_GeomFromWKB
-
Convert a WKB representation to a geometry
- toGeometry(String) - Static method in class org.h2gis.functions.spatial.convert.ST_GeomFromGML
-
Read the GML representation
- toGeometry(String) - Static method in class org.h2gis.functions.spatial.convert.ST_GeomFromText
-
Convert well known text parameter into a Geometry
- toGeometry(String) - Static method in class org.h2gis.functions.spatial.convert.ST_LineFromText
- toGeometry(String) - Static method in class org.h2gis.functions.spatial.convert.ST_MLineFromText
- toGeometry(String) - Static method in class org.h2gis.functions.spatial.convert.ST_MPointFromText
- toGeometry(String) - Static method in class org.h2gis.functions.spatial.convert.ST_MPolyFromText
- toGeometry(String) - Static method in class org.h2gis.functions.spatial.convert.ST_PointFromText
-
Convert the WKT String to a Geometry with the given SRID.
- toGeometry(String) - Static method in class org.h2gis.functions.spatial.convert.ST_PolyFromText
- toGeometry(String, int) - Static method in class org.h2gis.functions.spatial.convert.ST_GeomFromGML
-
Read the GML representation with a specified SRID
- toGeometry(String, int) - Static method in class org.h2gis.functions.spatial.convert.ST_GeomFromText
-
Convert well known text parameter into a Geometry
- toGeometry(String, int) - Static method in class org.h2gis.functions.spatial.convert.ST_LineFromText
- toGeometry(String, int) - Static method in class org.h2gis.functions.spatial.convert.ST_MLineFromText
- toGeometry(String, int) - Static method in class org.h2gis.functions.spatial.convert.ST_MPointFromText
- toGeometry(String, int) - Static method in class org.h2gis.functions.spatial.convert.ST_MPolyFromText
- toGeometry(String, int) - Static method in class org.h2gis.functions.spatial.convert.ST_PointFromText
-
Convert the WKT String to a Geometry with the given SRID.
- toGeometry(String, int) - Static method in class org.h2gis.functions.spatial.convert.ST_PolyFromText
- toGeometryType(Class<?>) - Static method in class org.h2gis.functions.io.fgb.fileTable.GeometryConversions
- toGML(Geometry) - Static method in class org.h2gis.functions.spatial.convert.ST_AsGML
-
Write the GML
- toKml(Geometry) - Static method in class org.h2gis.functions.io.kml.ST_AsKml
-
Generate a KML geometry
- toKml(Geometry, boolean, int) - Static method in class org.h2gis.functions.io.kml.ST_AsKml
-
Generates a KML geometry.
- toKMLGeometry(Geometry, StringBuilder) - Static method in class org.h2gis.functions.io.kml.KMLGeometry
-
Convert JTS geometry to a kml geometry representation.
- toKMLGeometry(Geometry, ExtrudeMode, int, StringBuilder) - Static method in class org.h2gis.functions.io.kml.KMLGeometry
-
Convert JTS geometry to a kml geometry representation.
- toKMLLinearRing(LineString, ExtrudeMode, int, StringBuilder) - Static method in class org.h2gis.functions.io.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.functions.io.kml.KMLGeometry
-
Defines a connected set of line segments.
- toKMLMultiGeometry(GeometryCollection, ExtrudeMode, int, StringBuilder) - Static method in class org.h2gis.functions.io.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.functions.io.kml.KMLGeometry
-
A geographic location defined by longitude, latitude, and (optional) altitude.
- toKMLPolygon(Polygon, ExtrudeMode, int, StringBuilder) - Static method in class org.h2gis.functions.io.kml.KMLGeometry
-
A Polygon is defined by an outer boundary and 0 or more inner boundaries.
- toLineString(byte[]) - Static method in class org.h2gis.functions.spatial.convert.ST_LineFromWKB
-
Convert WKT into a LinearRing
- toLineString(byte[], int) - Static method in class org.h2gis.functions.spatial.convert.ST_LineFromWKB
-
Convert WKT into a LinearRing
- toPoint(byte[]) - Static method in class org.h2gis.functions.spatial.convert.ST_PointFromWKB
-
Convert WKT into a Point
- toPoint(byte[], int) - Static method in class org.h2gis.functions.spatial.convert.ST_PointFromWKB
-
Convert WKT into a Point
- toPolygon(byte[]) - Static method in class org.h2gis.functions.spatial.convert.ST_PolyFromWKB
- toPolygon(byte[], int) - Static method in class org.h2gis.functions.spatial.convert.ST_PolyFromWKB
- toString() - Method in class org.h2gis.functions.io.dbf.internal.DbaseFileHeader
-
Get a simple representation of this header.
- toString() - Method in class org.h2gis.functions.io.file_table.H2TableIndex.DriverRow
- toString() - Method in class org.h2gis.functions.io.shp.internal.ShapefileHeader
- toString() - Method in class org.h2gis.functions.io.shp.internal.ShapeType
-
Get the name of this ShapeType.
- toVarBinary(String) - Static method in class org.h2gis.functions.string.HexToVarBinary
- TRACK - Static variable in class org.h2gis.functions.io.gpx.model.GPXTablesFactory
- TRACKPOINT - Static variable in class org.h2gis.functions.io.gpx.model.GPXTablesFactory
- TRACKSEGMENT - Static variable in class org.h2gis.functions.io.gpx.model.GPXTablesFactory
- translate(Geometry, double, double) - Static method in class org.h2gis.functions.spatial.affine_transformations.ST_Translate
-
Translates a geometry using X and Y offsets.
- translate(Geometry, double, double, double) - Static method in class org.h2gis.functions.spatial.affine_transformations.ST_Translate
-
Translates a geometry using X, Y and Z offsets.
- triangleContouring(Connection, String, Value...) - Static method in class org.h2gis.functions.spatial.topography.ST_TriangleContouring
-
Iso contouring using Z,M attributes of geometries
- triangulate() - Method in class org.h2gis.functions.spatial.mesh.DelaunayData
- TRK - Static variable in class org.h2gis.functions.io.gpx.model.GPXTags
- TRKFIELDCOUNT - Static variable in class org.h2gis.functions.io.gpx.model.GpxMetadata
- TRKPT - Static variable in class org.h2gis.functions.io.gpx.model.GPXTags
- TRKPT_TRKSEGID - Static variable in class org.h2gis.functions.io.gpx.model.GpxMetadata
- TRKPTFIELDCOUNT - Static variable in class org.h2gis.functions.io.gpx.model.GpxMetadata
- TRKSEG - Static variable in class org.h2gis.functions.io.gpx.model.GPXTags
- TRKSEG_TRKID - Static variable in class org.h2gis.functions.io.gpx.model.GpxMetadata
- TRKSEGEXTENSIONS - Static variable in class org.h2gis.functions.io.gpx.model.GpxMetadata
- TRKSEGFIELDCOUNT - Static variable in class org.h2gis.functions.io.gpx.model.GpxMetadata
- TRKSEGID - Static variable in class org.h2gis.functions.io.gpx.model.GpxMetadata
- TRUE - org.h2gis.functions.io.kml.ExtrudeMode
- truncate(SessionLocal) - Method in class org.h2gis.functions.io.file_table.DummyIndex
- truncate(SessionLocal) - Method in class org.h2gis.functions.io.file_table.DummyMVTable
- truncate(SessionLocal) - Method in class org.h2gis.functions.io.file_table.H2MVTable
- truncate(SessionLocal) - Method in class org.h2gis.functions.io.file_table.H2TableIndex
- TSVDriverFunction - Class in org.h2gis.functions.io.tsv
-
This driver allow to import and export the Tab Separated Values (TSV): a format for tabular data exchange A file in TSV format consists of lines.
- TSVDriverFunction() - Constructor for class org.h2gis.functions.io.tsv.TSVDriverFunction
- TSVRead - Class in org.h2gis.functions.io.tsv
-
Read a Tab-separated values file
- TSVRead() - Constructor for class org.h2gis.functions.io.tsv.TSVRead
- TSVWrite - Class in org.h2gis.functions.io.tsv
-
Write a Tab-separated values file
- TSVWrite() - Constructor for class org.h2gis.functions.io.tsv.TSVWrite
- type - Variable in class org.h2gis.functions.io.fgb.fileTable.GeometryOffsets
- TYPE - Static variable in class org.h2gis.functions.io.gpx.model.GPXTags
- TYPE_ERROR - Static variable in class org.h2gis.functions.spatial.convert.ST_PointFromText
- TYPE_ERROR - Static variable in class org.h2gis.functions.spatial.topology.ST_Graph
U
- UID - Static variable in class org.h2gis.functions.io.osm.OSMTags
- UNDEFINED - Static variable in class org.h2gis.functions.io.shp.internal.ShapeType
-
Represents an Undefined shape (id = -1).
- union(Geometry) - Static method in class org.h2gis.functions.spatial.operators.ST_Union
- union(Geometry, Geometry) - Static method in class org.h2gis.functions.spatial.operators.ST_Union
- unlock(SessionLocal) - Method in class org.h2gis.functions.io.file_table.DummyMVTable
- unlock(SessionLocal) - Method in class org.h2gis.functions.io.file_table.H2MVTable
- unRegisterFunction(Statement, Function) - Static method in class org.h2gis.functions.factory.H2GISFunctions
-
Remove the specified function from the provided DataBase connection
- unRegisterH2GISFunctions(Connection) - Static method in class org.h2gis.functions.factory.H2GISFunctions
-
Unregister spatial type and H2GIS functions from the current connection.
- UpdateGeometrySRID - Class in org.h2gis.functions.spatial.crs
-
Function to update the SRID of a geometry column
- UpdateGeometrySRID() - Constructor for class org.h2gis.functions.spatial.crs.UpdateGeometrySRID
- UpdateGeometryZ - Class in org.h2gis.functions.spatial.convert
-
This class is used to force the coordinate dimension of a geometry to 3 and update the z value
- UpdateGeometryZ() - Constructor for class org.h2gis.functions.spatial.convert.UpdateGeometryZ
- updateZ(Geometry, double) - Static method in class org.h2gis.functions.spatial.edit.ST_UpdateZ
-
Replace the z with same value.
- updateZExtremities(Geometry, double, double) - Static method in class org.h2gis.functions.spatial.edit.ST_ZUpdateLineExtremities
- updateZExtremities(Geometry, double, double, boolean) - Static method in class org.h2gis.functions.spatial.edit.ST_ZUpdateLineExtremities
-
Update the start and end Z values.
- UpdateZValue(double) - Constructor for class org.h2gis.functions.spatial.volume.GeometryExtrude.UpdateZValue
- URL - Static variable in class org.h2gis.functions.io.gpx.model.GPXTags
- USER - Static variable in class org.h2gis.functions.io.osm.OSMTags
V
- validGeom(Geometry) - Static method in class org.h2gis.functions.spatial.clean.ST_MakeValid
- validGeom(Geometry, boolean) - Static method in class org.h2gis.functions.spatial.clean.ST_MakeValid
- validGeom(Geometry, boolean, boolean) - Static method in class org.h2gis.functions.spatial.clean.ST_MakeValid
- validGeom(Geometry, boolean, boolean, boolean) - Static method in class org.h2gis.functions.spatial.clean.ST_MakeValid
- valueOf(String) - Static method in enum org.h2gis.functions.io.kml.ExtrudeMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.h2gis.functions.io.osm.TAG_LOCATION
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.h2gis.functions.spatial.convert.ST_GoogleMapLink.LayerType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.h2gis.functions.spatial.mesh.DelaunayData.MODE
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.h2gis.functions.io.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.functions.io.osm.TAG_LOCATION
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.h2gis.functions.spatial.convert.ST_GoogleMapLink.LayerType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.h2gis.functions.spatial.mesh.DelaunayData.MODE
-
Returns an array containing the constants of this enum type, in the order they are declared.
- VDOP - Static variable in class org.h2gis.functions.io.gpx.model.GPXTags
- VERSION - Static variable in class org.h2gis.functions.io.gpx.model.GPXTags
- VERSION - Static variable in class org.h2gis.functions.io.osm.OSMTags
- VERSION - Static variable in class org.h2gis.functions.io.shp.internal.ShapefileHeader
- VISIBLE - Static variable in class org.h2gis.functions.io.osm.OSMTags
- voronoi(Geometry) - Static method in class org.h2gis.functions.spatial.mesh.ST_Voronoi
- voronoi(Geometry, int) - Static method in class org.h2gis.functions.spatial.mesh.ST_Voronoi
- voronoi(Geometry, int, Geometry) - Static method in class org.h2gis.functions.spatial.mesh.ST_Voronoi
W
- WAY - org.h2gis.functions.io.osm.TAG_LOCATION
- WAY - Static variable in class org.h2gis.functions.io.osm.OSMTablesFactory
- WAY_MEMBER - Static variable in class org.h2gis.functions.io.osm.OSMTablesFactory
- WAY_NODE - Static variable in class org.h2gis.functions.io.osm.OSMTablesFactory
- WAY_TAG - Static variable in class org.h2gis.functions.io.osm.OSMTablesFactory
- WAYFIELDCOUNT - Static variable in class org.h2gis.functions.io.osm.OSMTags
- WayOSMElement - Class in org.h2gis.functions.io.osm
-
A class to manage the way element properties.
- WayOSMElement() - Constructor for class org.h2gis.functions.io.osm.WayOSMElement
- WAYPOINT - Static variable in class org.h2gis.functions.io.gpx.model.GPXTablesFactory
- WPT - Static variable in class org.h2gis.functions.io.gpx.model.GPXTags
- WPTFIELDCOUNT - Static variable in class org.h2gis.functions.io.gpx.model.GpxMetadata
- write(Object[]) - Method in class org.h2gis.functions.io.dbf.internal.DbaseFileWriter
-
Write a single dbase record.
- write(String, ProgressVisitor) - Method in class org.h2gis.functions.io.kml.KMLWriterDriver
-
Write spatial table or sql query to kml or kmz file format.
- write(ProgressVisitor, String, File, boolean) - Method in class org.h2gis.functions.io.fgb.FGBWriteDriver
-
Write the spatial table to a FlatGeobuf file
- write(ProgressVisitor, String, File, boolean, String) - Method in class org.h2gis.functions.io.json.JsonWriteDriver
-
Write the table to JSON format.
- write(ProgressVisitor, String, File, String, boolean) - Method in class org.h2gis.functions.io.geojson.GeoJsonWriteDriver
-
Write the spatial table to GeoJSON format.
- write(ProgressVisitor, ResultSet, File, boolean) - Method in class org.h2gis.functions.io.json.JsonWriteDriver
-
Write a resulset to a json file
- write(ProgressVisitor, ResultSet, File, boolean, String) - Method in class org.h2gis.functions.io.json.JsonWriteDriver
-
Write a resulset to a json file
- write(ProgressVisitor, ResultSet, File, String, boolean) - Method in class org.h2gis.functions.io.geojson.GeoJsonWriteDriver
-
Write a resulset to a geojson file
- write(WriteBufferManager, ShapeType, int, int, double, double, double, double) - Method in class org.h2gis.functions.io.shp.internal.ShapefileHeader
- write(WriteBufferManager, Geometry) - Method in class org.h2gis.functions.io.shp.internal.MultiLineHandler
- write(WriteBufferManager, Geometry) - Method in class org.h2gis.functions.io.shp.internal.MultiPointHandler
- write(WriteBufferManager, Geometry) - Method in class org.h2gis.functions.io.shp.internal.PointHandler
- write(WriteBufferManager, Geometry) - Method in class org.h2gis.functions.io.shp.internal.PolygonHandler
- write(WriteBufferManager, Geometry) - Method in interface org.h2gis.functions.io.shp.internal.ShapeHandler
-
Write the geometry into the ByteBuffer.
- WriteBufferManager - Class in org.h2gis.functions.io.utility
-
Class to write files using nio.
- WriteBufferManager(FileChannel) - Constructor for class org.h2gis.functions.io.utility.WriteBufferManager
-
Creates a new WriteBufferManager that writes to the specified file channel
- writeExtendedData(XMLStreamWriter, ResultSet) - Method in class org.h2gis.functions.io.kml.KMLWriterDriver
-
The ExtendedData element offers three techniques for adding custom data to a KML Feature (NetworkLink, Placemark, GroundOverlay, PhotoOverlay, ScreenOverlay, Document, Folder).
- writeGeometry(Geometry) - Method in class org.h2gis.functions.io.shp.internal.ShapefileWriter
-
Write a single Geometry to this shapefile.
- writeHeader(WritableByteChannel) - Method in class org.h2gis.functions.io.dbf.internal.DbaseFileHeader
-
Write the header data to the DBF file.
- writeHeaders(ShapeType) - Method in class org.h2gis.functions.io.shp.internal.ShapefileWriter
-
Write the headers for this shapefile.Use this function before inserting the first geometry, then when all geometries are inserted.
- writePlacemark(XMLStreamWriter, ResultSet, String) - Method in class org.h2gis.functions.io.kml.KMLWriterDriver
-
A Placemark is a Feature with associated Geometry.Syntax :
<Placemark id="ID"> <!-- inherited from Feature element --> <name>...</name> <!-- string --> <visibility>1</visibility> <!-- boolean --> <open>0</open> <!-- boolean --> <atom:author>...<atom:author> <!-- xmlns:atom --> <atom:link href=" "/> <!-- xmlns:atom --> <address>...</address> <!-- string --> <xal:AddressDetails>...</xal:AddressDetails> <!-- xmlns:xal --> <phoneNumber>...</phoneNumber> <!-- string --> <Snippet maxLines="2">...</Snippet> <!-- string --> <description>...</description> <!-- string --> <AbstractView>...</AbstractView> <!-- Camera or LookAt --> <TimePrimitive>...</TimePrimitive> <styleUrl>...</styleUrl> <!-- anyURI --> <StyleSelector>...</StyleSelector> <Region>...</Region> <Metadata>...</Metadata> <!-- deprecated in KML 2.2 --> <ExtendedData>...</ExtendedData> <!-- new in KML 2.2 --> <!-- specific to Placemark element --> <Geometry>...</Geometry> </Placemark> - writePRJ(Connection, int, File) - Static method in class org.h2gis.functions.io.utility.PRJUtil
-
Write a prj file according a given SRID code.
- writePRJ(Connection, TableLocation, String, File) - Static method in class org.h2gis.functions.io.utility.PRJUtil
-
Write a prj file according the SRID code of an input table
- writeSimpleData(XMLStreamWriter, String, String) - Method in class org.h2gis.functions.io.kml.KMLWriterDriver
Y
Z
- ZAffineTransformation - Class in org.h2gis.functions.spatial.affine_transformations
-
Applies a 3D affine transformation to a geometry.
- ZAffineTransformation(double, double, double) - Constructor for class org.h2gis.functions.spatial.affine_transformations.ZAffineTransformation
-
Populate the matrix element of the linear transformation used to rotate, scale, translate or shear in 3D a geometry.
- ZAffineTransformation(double, double, double, double, double, double, double, double, double, double, double, double) - Constructor for class org.h2gis.functions.spatial.affine_transformations.ZAffineTransformation
-
Constructs a new transformation whose matrix has the specified values.
- zMinMax(Coordinate[]) - Static method in class org.h2gis.functions.io.utility.CoordinatesUtils
-
Determine the min and max "z" values in an array of Coordinates.
- zOffset - Variable in class org.h2gis.functions.io.fgb.fileTable.GeometryOffsets
All Classes All Packages