Constant Field Values


Contents
org.h2gis.*

org.h2gis.h2spatialext.function.spatial.affine_transformations.ST_Translate
public static final String MIXED_DIM_ERROR "Cannot translate geometries of mixed dimension"

org.h2gis.h2spatialext.function.spatial.create.ST_MakeLine
public static final int REQUIRED_NUMBER_OF_POINTS 2

org.h2gis.h2spatialext.function.spatial.edit.ST_AddPoint
public static final double PRECISION 1.0E-5

org.h2gis.h2spatialext.function.spatial.graph.ST_Graph
public static final String ALREADY_RUN_ERROR "ST_Graph has already been called on table "
public static final String REMARKS "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 or `MULTILINESTRING`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 String TYPE_ERROR "Only LINESTRINGs and MULTILINESTRINGs are accepted. Type code: "

org.h2gis.h2spatialext.function.spatial.processing.ST_Split
public static final double PRECISION 1.0E-5

org.h2gis.h2spatialext.function.spatial.properties.ST_Explode
public static final String EXPLODE_FIELD "EXPLOD_ID"

org.h2gis.h2spatialext.function.spatial.topography.ST_TriangleContouring
public static final String ISO_FIELD_NAME "IDISO"



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