Constant Field Values
Contents
org.h2gis.*
-
org.h2gis.functions.factory.H2GISDBFactory Modifier and Type Constant Field Value public static final StringDEFAULT_PASSWORD"sa"public static final StringDEFAULT_USER"sa"public static final StringH2_PARAMETERS";DB_CLOSE_ON_EXIT=FALSE"public static final StringJDBC_DATABASE_NAME"databaseName"public static final StringJDBC_NETWORK_PROTOCOL"networkProtocol"public static final StringJDBC_PASSWORD"password"public static final StringJDBC_PORT_NUMBER"portNumber"public static final StringJDBC_SERVER_NAME"serverName"public static final StringJDBC_URL"url"public static final StringJDBC_USER"user"public static final StringSTART_URL"jdbc:h2:" -
org.h2gis.functions.factory.H2GISFunctions Modifier and Type Constant Field Value public static final StringGEOMETRY_BASE_TYPE"GEOMETRY"
-
org.h2gis.functions.io.file_table.H2TableIndex Modifier and Type Constant Field Value public static final StringPK_COLUMN_NAME"PK"
-
org.h2gis.functions.io.gpx.model.AbstractGpxParserDefault Modifier and Type Constant Field Value public static final intSTRINGSTACK_SIZE50 -
org.h2gis.functions.io.gpx.model.GpxMetadata Modifier and Type Constant Field Value public static final intLINECMT3public static final intLINEDESC4public static final intLINEEXTENSIONS10public static final intLINEID1public static final intLINELINK_HREF6public static final intLINELINK_HREFTITLE7public static final intLINENAME2public static final intLINENUMBER8public static final intLINESRC5public static final intLINETYPE9public static final intPTAGEOFDGPSDATA21public static final intPTCMT9public static final intPTDESC10public static final intPTDGPSID22public static final intPTELE4public static final intPTEXTENSIONS23public static final intPTFIX16public static final intPTGEOIDWEIGHT7public static final intPTHDOP18public static final intPTID1public static final intPTLAT2public static final intPTLINK12public static final intPTLINKTEXT13public static final intPTLON3public static final intPTMAGVAR6public static final intPTNAME8public static final intPTPDOP20public static final intPTSAT17public static final intPTSRC11public static final intPTSYM14public static final intPTTIME5public static final intPTTYPE15public static final intPTVDOP19public static final intRTEFIELDCOUNT11public static final intRTEPT_RTEID24public static final intRTEPTFIELDCOUNT25public static final intTHE_GEOM0public static final intTRKFIELDCOUNT11public static final intTRKPT_TRKSEGID24public static final intTRKPTFIELDCOUNT25public static final intTRKSEG_TRKID3public static final intTRKSEGEXTENSIONS2public static final intTRKSEGFIELDCOUNT4public static final intTRKSEGID1public static final intWPTFIELDCOUNT24 -
org.h2gis.functions.io.gpx.model.GPXTablesFactory Modifier and Type Constant Field Value public static final StringROUTE"_route"public static final StringROUTEPOINT"_routepoint"public static final StringTRACK"_track"public static final StringTRACKPOINT"_trackpoint"public static final StringTRACKSEGMENT"_tracksegment"public static final StringWAYPOINT"_waypoint"
-
org.h2gis.functions.io.kml.AltitudeMode Modifier and Type Constant Field Value public static final intGX_CLAMPTOSEAFLOOR8public static final intGX_RELATIVETOSEAFLOOR16public static final intKML_ABSOLUTE4public static final intKML_CLAMPTOGROUND1public static final intKML_RELATIVETOGROUND2public static final intNONE0
-
org.h2gis.functions.io.osm.OSMTablesFactory Modifier and Type Constant Field Value public static final StringNODE"_node"public static final StringNODE_MEMBER"_node_member"public static final StringNODE_TAG"_node_tag"public static final StringRELATION"_relation"public static final StringRELATION_MEMBER"_relation_member"public static final StringRELATION_TAG"_relation_tag"public static final StringWAY"_way"public static final StringWAY_MEMBER"_way_member"public static final StringWAY_NODE"_way_node"public static final StringWAY_TAG"_way_tag" -
org.h2gis.functions.io.osm.OSMTags Modifier and Type Constant Field Value public static final intNODEFIELDCOUNT8public static final intWAYFIELDCOUNT8
-
org.h2gis.functions.io.shp.internal.ShapefileHeader Modifier and Type Constant Field Value public static final intMAGIC9994public static final intVERSION1000
-
org.h2gis.functions.spatial.affine_transformations.ST_Translate Modifier and Type Constant Field Value public static final StringMIXED_DIM_ERROR"Cannot translate geometries of mixed dimension"
-
org.h2gis.functions.spatial.clean.ST_MakeValid Modifier and Type Constant Field Value public static final StringREMARKS"Repair an invalid geometry.\n If preserveGeomDim is true, makeValid will remove degenerated geometries from\n the result, i.e geometries which dimension is lower than the input geometry\nA multi-geometry will always produce a multi-geometry (eventually empty or made\n of a single component).\nA simple geometry may produce a multi-geometry (ex. polygon with self-intersection\n will generally produce a multi-polygon). In this case, it is up to the client to\n explode multi-geometries if he needs to.\nIf preserveGeomDim is off, it is up to the client to filter degenerate geometries.\n WARNING : for geometries of dimension 1 (linear), duplicate coordinates are\n preserved as much as possible. For geometries of dimension 2 (areal), duplicate\n coordinates are generally removed due to the use of overlay operations."
-
org.h2gis.functions.spatial.convert.ST_PointFromText Modifier and Type Constant Field Value public static final StringTYPE_ERROR"The provided WKT Geometry is not a POINT. Type: "
-
org.h2gis.functions.spatial.create.ST_MakeLine Modifier and Type Constant Field Value public static final intREQUIRED_NUMBER_OF_POINTS2
-
org.h2gis.functions.spatial.edit.ST_AddPoint Modifier and Type Constant Field Value public static final doublePRECISION1.0E-5 -
org.h2gis.functions.spatial.edit.ST_InsertPoint Modifier and Type Constant Field Value public static final doublePRECISION1.0E-5
-
org.h2gis.functions.spatial.properties.ST_Explode Modifier and Type Constant Field Value public static final StringEXPLODE_FIELD"EXPLOD_ID"
-
org.h2gis.functions.spatial.split.ST_Split Modifier and Type Constant Field Value public static final doublePRECISION1.0E-5
-
org.h2gis.functions.spatial.topography.ST_TriangleContouring Modifier and Type Constant Field Value public static final StringISO_FIELD_NAME"IDISO" -
org.h2gis.functions.spatial.topography.TINFeatureFactory Modifier and Type Constant Field Value public static final doubleEPSILON1.0E-12
-
org.h2gis.functions.spatial.topology.ST_Graph Modifier and Type Constant Field Value public static final StringALREADY_RUN_ERROR"ST_Graph has already been called on table "public static final StringEDGES_SUFFIX"_EDGES"public static final StringNODES_SUFFIX"_NODES"public static final StringREMARKS"ST_Graph produces two tables (nodes and edges) from an input table containing\n`LINESTRING`s or `MULTILINESTRING`s in the given column and using the given\ntolerance, and potentially orienting edges by slope. If the input table has\nname `input`, then the output tables are named `input_nodes` and `input_edges`.\nThe nodes table consists of an integer `node_id` and a `POINT` geometry\nrepresenting each node. The edges table is a copy of the input table with three\nextra columns: `edge_id`, `start_node`, and `end_node`. The `start_node` and\n`end_node` correspond to the `node_id`s in the nodes table.\n\nIf the specified geometry column of the input table contains geometries other\nthan `LINESTRING`s, the operation will fail.\n\nA tolerance value may be given to specify the side length of a square envelope\naround each node used to snap together other nodes within the same envelope.\nNote, however, that edge geometries are left untouched. Note also that\ncoordinates within a given tolerance of each other are not necessarily snapped\ntogether. Only the first and last coordinates of a geometry are considered to\nbe potential nodes, and only nodes within a given tolerance of each other are\nsnapped together. The tolerance works only in metric units.\n\nA boolean value may be set to true to specify that edges should be oriented by\nthe z-value of their first and last coordinates (decreasing).\n"public static final StringTYPE_ERROR"Only LINESTRINGs and LINESTRING Zs are accepted. Type code: "