org.h2gis.*
-
";DB_CLOSE_ON_EXIT=FALSE"
-
-
public static final int
50
-
public static final int
3
public static final int
4
public static final int
10
public static final int
1
public static final int
6
public static final int
7
public static final int
2
public static final int
8
public static final int
5
public static final int
9
public static final int
21
public static final int
9
public static final int
10
public static final int
22
public static final int
4
public static final int
23
public static final int
16
public static final int
7
public static final int
18
public static final int
1
public static final int
2
public static final int
12
public static final int
13
public static final int
3
public static final int
6
public static final int
8
public static final int
20
public static final int
17
public static final int
11
public static final int
14
public static final int
5
public static final int
15
public static final int
19
public static final int
11
public static final int
24
public static final int
25
public static final int
0
public static final int
11
public static final int
24
public static final int
25
public static final int
3
public static final int
2
public static final int
4
public static final int
1
public static final int
24
-
"_route"
"_routepoint"
"_track"
"_trackpoint"
"_tracksegment"
"_waypoint"
-
public static final int
8
public static final int
16
public static final int
4
public static final int
1
public static final int
2
public static final int
0
-
"_node"
"_node_member"
"_node_tag"
"_relation"
"_relation_member"
"_relation_tag"
"_way"
"_way_member"
"_way_node"
"_way_tag"
-
public static final int
8
public static final int
8
-
org.h2gis.functions.spatial.affine_transformations.ST_Translate
"Cannot translate geometries of mixed dimension"
-
"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."
-
"The provided WKT Geometry is not a POINT. Type: "
-
public static final int
2
-
public static final double
1.0E-5
-
public static final double
1.0E-5
-
org.h2gis.functions.spatial.split.ST_Split
public static final double
1.0E-5
-
-
public static final double
1.0E-12
-
org.h2gis.functions.spatial.topology.ST_Graph
"ST_Graph has already been called on table "
"_EDGES"
"_NODES"
"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"
"Only LINESTRINGs and LINESTRING Zs are accepted. Type code: "