Package org.h2gis.functions.spatial.convert
package org.h2gis.functions.spatial.convert
-
ClassDescriptionThis class is used to force the coordinate dimension of a geometryConvert a geometry into Well Known Binary..Store a geometry as a GML representationAlias for
ST_AsWKTConvert a Geometry value into a Well Known Text value.Forces a Geometry into 2D mode by returning a copy with its z-coordinate set to NaN.Forces a Geometry into 3D mode. z-coordinates set to 0 when z value is NaN, other z-coordinates are left untouched.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.Forces a Geometry into 4D mode by returning a copy with z set to 0 (other z-measure are left untouched).Read a GML representation and convert it to a geometry.Convert a Well Known Text String into a Geometry instance.Convert a WKB object to a geometryList of supported layers for Google MapST_Holes returns the given geometry or geometry collection's holes as a GeometryCollection.Convert a WKT String into a LINESTRING.Convert Well Known Binary into a LINESTRING.Convert a WKT String into a MULTILINESTRING.Convert a WKT String into a MULTIPOINT.Convert a WKT String into a MULTIPOLYGON.This class is used to generate an OSM map link URL from a geometry.Convert a WKT String into a Point.Convert Well Known Binary into a POINT.Convert a WKT String into a POLYGON.Convert Well Known Binary into Geometry then check that it is a PolygonST_ToMultiLine constructs a MultiLineString from the given geometry's coordinates.ST_ToMultiPoint constructs a MultiPoint from the given geometry's coordinates.ST_ToMultiSegments converts a geometry into a set of distinct segments stored in a MultiLineString.This class is used to force the coordinate dimension of a geometry to 3 and update the z value