func.ST_Zmflag
Returns a code indicating the ZM coordinate dimension of a geometry
Returns a code indicating the ZM coordinate dimension of a geometry
Return the Z coordinate of the point, or NULL if not available. Input must be a point
Return the Y coordinate of the point, or NULL if not available. Input must be a point
Return the X coordinate of the point, or NULL if not available. Input must be a point
Returns a text summary of the contents of the geometry
Returns the first point of a LINESTRING or CIRCULARLINESTRING geometry as a POINT
Return the Nth point in a single linestring or circular linestring in the geometry
Returns the 1-based Nth geometry (face) if the geometry is a POLYHEDRALSURFACE or POLYHEDRALSURFACEM
Return the number of points in an ST_LineString or ST_CircularString value
Return the number of faces on a Polyhedral Surface
This function returns the number of interior rings of a polygon geom. It returns NULL if the geom is not a polygon.
Return the number of interior rings of a polygon geometry
Returns the number of Geometries
If the geometry is a polygon or multi-polygon returns the number of rings
Return the number of points in a geometry
Returns the coordinate dimension of the geometry
Returns the amount of memory space (in bytes) the geometry takes
Return the M coordinate of a Point, or NULL if not available. Input must be a Point
Returns true if this Geometry has no anomalous geometric points
Returns TRUE if this LINESTRING is both ST_IsClosed and ST_IsSimple (does not self intersect)
Returns TRUE if the geometry type of the argument is a geometry collection type
Returns TRUE if the LINESTRING's start and end points are coincident
Returns the Nth interior linestring ring of the polygon geometry
Returns true if a geometry or geometry collection contains a circular string
This section describes functions and operators for examining and manipulating string values
Returns a line string representing the exterior ring of the POLYGON geometry
Returns the double-precision (float8) minimum bounding box for the supplied geometry, as a geometry
Returns the diagonal of the supplied geometry's bounding box as a LineString
Returns the last point of a LINESTRING as a POINT. Returns NULL if the input is not a LINESTRING
This is a set-returning function (SRF). It returns a set of geometry_dump rows, as an integer and a geometry, aliased "path" and "geom"
This set-returning function (SRF) returns a set of geometry_dump rows formed by a geometry (geom) and an array of integers (path)
This is a set-returning function (SRF). It returns a set of geometry_dump rows, formed by a geometry (geom) and an array of integers (path)
Return the topological dimension of this Geometry object, which must be less than or equal to the coordinate dimension
Return the coordinate dimension of the ST_Geometry value
Returns the closure of the combinatorial boundary of this Geometry
Returns the type of the geometry as a string. 'ST_LineString', 'ST_Polygon','ST_MultiPolygon'
Returns true if this Geometry is an empty geometry