Properties
The following property functions are available:
Function |
Description |
|---|---|
Return a Geometry’s boundary |
|
Return the centroid of a Geometry |
|
Return the square root of a POLYGON’s area divided by the area of the circle with circumference equal to its perimeter |
|
Return the dimension of the coordinates of a Geometry |
|
Return the dimension of a Geometry |
|
Return the distance between two Geometries |
|
Return the minimum distance between two points |
|
Return the last coordinate of a LINESTRING |
|
Return a Geometry’s envelope as a Geometry |
|
Return a Geometry’s envelope as a string |
|
Return the estimated extent of a table |
|
Explode GEOMETRYCOLLECTIONs into multiple Geometries |
|
Return the minimum bounding box of a GEOMETRYCOLLECTION |
|
Return the exterior ring of a POLYGON |
|
Return the nth Geometry of a GEOMETRYCOLLECTION |
|
Return the type of a Geometry |
|
Return the nth interior ring of a POLYGON |
|
Return true if a Geometry is a closed LINESTRING or MULTILINESTRING |
|
Return true if a Geometry is empty |
|
Return true if the Geometry is a rectangle |
|
Return true if a LINESTRING is ring |
|
Return true if a Geometry is simple |
|
Return true if the Geometry is valid |
|
Return a valid detail as an array of objects |
|
Return text stating if a geometry is valid or not and if not valid, a reason why |
|
Returns the amount of memory space (in bytes) taken by the geometry |
|
Return the number of points in a Geometry |
|
Return the number of Geometries in a GEOMETRYCOLLECTION |
|
Alias for ST_NumInteriorRings |
|
Return the number of interior rings of a Geometry |
|
Return the number of points in a Linestring |
|
Return the nth point of a LINESTRING |
|
Return an interior or boundary point of a Geometry |
|
Return a SRID value |
|
Return the first coordinate of a LINESTRING |
|
Return the x-value of the first coordinate of a Geometry |
|
Return the maximum x-value of a Geometry |
|
Return the minimum x-value of a Geometry |
|
Return the y-value of the first coordinate of a Geometry |
|
Return the maximum y-value of a Geometry |
|
Return the minimum y-value of a Geometry |
- ST_Boundary
- ST_Centroid
- ST_CompactnessRatio
- ST_CoordDim
- ST_Dimension
- ST_Distance
- ST_DistanceSphere
- ST_EndPoint
- ST_Envelope
- ST_EnvelopeAsText
- ST_EstimatedExtent
- ST_Explode
- ST_Extent
- ST_ExteriorRing
- ST_GeometryN
- ST_GeometryType
- ST_InteriorRingN
- ST_IsClosed
- ST_IsEmpty
- ST_IsRectangle
- ST_IsRing
- ST_IsSimple
- ST_IsValid
- ST_IsValidDetail
- ST_IsValidReason
- ST_MemSize
- ST_NPoints
- ST_NumGeometries
- ST_NumInteriorRing
- ST_NumInteriorRings
- ST_NumPoints
- ST_PointN
- ST_PointOnSurface
- ST_SRID
- ST_StartPoint
- ST_X
- ST_XMax
- ST_XMin
- ST_Y
- ST_YMax
- ST_YMin