func.ST_SwapOrdinates
Returns a version of the given geometry with given ordinates swapped
Returns a version of the given geometry with given ordinates swapped
Snaps the vertices and segments of a geometry to another Geometry's vertices
Snap all points of the input geometry to the grid defined by its origin and cell size
Reads every point/vertex in a geometry, and if the longitude coordinate is <0, adds 360 to it
Replace point N of linestring with given point
Returns a modified geometry having no segment longer than the given max_segment_length
Can be used on any geometry and reverses the order of the vertexes
Returns a version of the given geometry with duplicated points removed
Remove a point from a linestring, given its 0-based index
Returns the geometry as a MULTI* geometry
Converts plain LINESTRING/POLYGON to CIRCULAR STRINGs and Curved Polygons
Returns a (set of) LineString(s) formed by sewing together the constituent line work of a MULTILINESTRING
Turns a geometry into its curved representation
Forces the orientation of the vertices in a polygon to follow the area that is bounded by the polygon is to the right of the boundary
This function supports Polyhedral surfaces, Triangles and Triangulated Irregular Network Surfaces
Converts the geometry into a GEOMETRYCOLLECTION
Forces the geometries into XYZM mode
Forces the geometries into XYM mode
This function forces the geoms into XYZ mode. If a geom has no 'Z' compenent, then a 'Z coordinate' is automatically added
Forces the geometries into XYZ mode
Forces the geometries into a "2-dimensional mode" so that all output representations will only have the X and Y coordinates
Returns a version of the given geometry with X and Y axis flipped
Converts a CIRCULAR STRING to LINESTRING or CURVEPOLYGON to POLYGON or MULTISURFACE to MULTIPOLYGON
Given a geometry collection, returns the "simplest" representation of the contents
Given a geometry collection, return a homogeneous multi-geometry
Adds a point to a LineString before point