- How to Returns Z Coordinate of given Point, null otherwise ?
- female circumcision, female genital mutilation
- How to Returns Z minima of the given geometry or null if there is no Z coordinate ?
- How to Returns the minimum X coordinate of a geometry ?
- How to Simplifies a geometry and ensures that the result is a valid geometry having the same dimension and number of components as the input, and with the components having the same topological relationship ?
- How to Returns the input geometry in its normalized form ?
- How to Reduce the decimals places in the coordinates of the geometry to the given number of decimal places. The last decimal place will be rounded ?
- How to Returns a point interpolated along a line. First argument must be a LINESTRING. Second argument is a Double between 0 and 1 representing fraction of total linestring length the point has to be located ?
- How to Sets the spatial refence system identifier (SRID) of the geometry ?
- How to Transform the Spatial Reference System / Coordinate Reference System of A, from SourceCRS to TargetCRS. For SourceCRS and TargetCRS, WKT format is also available since v1.3.1 ?
- How to Returns the Nth interior linestring ring of the polygon geometry. Returns NULL if the geometry is not a polygon or the given N is out of range ?
- How to Returns the type of the geometry as a string. EG: 'ST_Linestring', 'ST_Polygon' etc ?
- How to Return the spatial refence system identifier (SRID) of the geometry ?
- How to Return the geometry with vertex order reversed ?
- How to Returns the maximum X coordinate of a geometry ?
- How to It works the same as ST_SubDivide but returns new rows with geometries instead of list ?
- How to Returns a struct containing the center point and radius of the smallest circle that contains a geometry ?
- How to RETURNS true if the LINESTRING start and end point are the same ?
- How to Replace Nth point of linestring with given point. Index is 0-based. Negative index are counted backwards, e.g., -1 is last point. ?
- How to Returns X Coordinate of given Point null otherwise ?