This is the multi-page printable view of this section. Click here to print.
Geometry Accessors
- 1: func.ST_Zmflag
- 2: func.ST_Z
- 3: func.ST_Y
- 4: func.ST_X
- 5: func.ST_Summary
- 6: func.ST_StartPoint
- 7: func.ST_PointN
- 8: func.ST_PatchN
- 9: func.ST_NumPoints
- 10: func.ST_NumPatches
- 11: func.ST_NumInteriorRing
- 12: func.ST_NumInteriorRings
- 13: func.ST_NumGeometries
- 14: func.ST_NRings
- 15: func.ST_NPoints
- 16: func.ST_NDims
- 17: func.ST_MemSize
- 18: func.ST_M
- 19: func.ST_IsSimple
- 20: func.ST_IsRing
- 21: func.ST_IsCollection
- 22: func.ST_IsClosed
- 23: func.ST_InteriorRingN
- 24: func.ST_HasArc
- 25: func.ST_GeometryN
- 26: func.ST_ExteriorRing
- 27: func.ST_Envelope
- 28: func.ST_BoundingDiagonal
- 29: func.ST_EndPoint
- 30: func.ST_DumpRings
- 31: func.ST_DumpPoints
- 32: func.ST_Dump
- 33: func.ST_Dimension
- 34: func.ST_CoordDim
- 35: func.ST_Boundary
- 36: func.ST_GeometryType
- 37: func.ST_IsEmpty
1 - func.ST_Zmflag
Description
PlaidCloud expressions and filters provide use of most non-administrative PostGIS methods. PostGIS methods are accessed by prefixing the standard method name with func.
.
Examples
SQL
ST_Zmflag(geometry geomA);
PlaidCloud
func.ST_Zmflag(geometry geomA)
References
PostGIS Official Documentation for this method can be found here.
Additional capabilities and usage examples can be found in the PostGIS documentation.
2 - func.ST_Z
Description
PlaidCloud expressions and filters provide use of most non-administrative PostGIS methods. PostGIS methods are accessed by prefixing the standard method name with func.
.
Examples
SQL
ST_Z(geometry a_point);
PlaidCloud
func.ST_Z(geometry a_point)
References
PostGIS Official Documentation for this method can be found here.
Additional capabilities and usage examples can be found in the PostGIS documentation.
3 - func.ST_Y
Description
PlaidCloud expressions and filters provide use of most non-administrative PostGIS methods. PostGIS methods are accessed by prefixing the standard method name with func.
.
Examples
SQL
ST_Y(geometry a_point);
PlaidCloud
func.ST_Y(geometry a_point)
References
PostGIS Official Documentation for this method can be found here.
Additional capabilities and usage examples can be found in the PostGIS documentation.
4 - func.ST_X
Description
PlaidCloud expressions and filters provide use of most non-administrative PostGIS methods. PostGIS methods are accessed by prefixing the standard method name with func.
.
Examples
SQL
ST_X(geometry a_point);
PlaidCloud
func.ST_X(geometry a_point)
References
PostGIS Official Documentation for this method can be found here.
Additional capabilities and usage examples can be found in the PostGIS documentation.
5 - func.ST_Summary
Description
PlaidCloud expressions and filters provide use of most non-administrative PostGIS methods. PostGIS methods are accessed by prefixing the standard method name with func.
.
Examples
SQL
ST_Summary(geometry g);
PlaidCloud
func.ST_Summary(geometry g)
References
PostGIS Official Documentation for this method can be found here.
Additional capabilities and usage examples can be found in the PostGIS documentation.
6 - func.ST_StartPoint
Description
PlaidCloud expressions and filters provide use of most non-administrative PostGIS methods. PostGIS methods are accessed by prefixing the standard method name with func.
.
Examples
SQL
ST_StartPoint(geometry geomA);
PlaidCloud
ST_StartPoint(geometry geomA)
References
PostGIS Official Documentation for this method can be found here.
Additional capabilities and usage examples can be found in the PostGIS documentation.
7 - func.ST_PointN
Description
PlaidCloud expressions and filters provide use of most non-administrative PostGIS methods. PostGIS methods are accessed by prefixing the standard method name with func.
.
Examples
SQL
ST_PointN(geometry a_linestring, integer n);
PlaidCloud
func.ST_PointN(geometry a_linestring, integer n)
References
PostGIS Official Documentation for this method can be found here.
Additional capabilities and usage examples can be found in the PostGIS documentation.
8 - func.ST_PatchN
Description
PlaidCloud expressions and filters provide use of most non-administrative PostGIS methods. PostGIS methods are accessed by prefixing the standard method name with func.
.
Examples
SQL
ST_PatchN(geometry geomA, integer n);
PlaidCloud
ST_PatchN(geometry geomA, integer n)
References
PostGIS Official Documentation for this method can be found here.
Additional capabilities and usage examples can be found in the PostGIS documentation.
9 - func.ST_NumPoints
Description
PlaidCloud expressions and filters provide use of most non-administrative PostGIS methods. PostGIS methods are accessed by prefixing the standard method name with func.
.
Examples
SQL
ST_NumPoints(geometry g1);
PlaidCloud
func.ST_NumPoints(geometry g1)
References
PostGIS Official Documentation for this method can be found here.
Additional capabilities and usage examples can be found in the PostGIS documentation.
10 - func.ST_NumPatches
Description
PlaidCloud expressions and filters provide use of most non-administrative PostGIS methods. PostGIS methods are accessed by prefixing the standard method name with func.
.
Examples
SQL
ST_NumPatches(geometry g1);
PlaidCloud
func.ST_NumPatches(geometry g1)
References
PostGIS Official Documentation for this method can be found here.
Additional capabilities and usage examples can be found in the PostGIS documentation.
11 - func.ST_NumInteriorRing
Description
PlaidCloud expressions and filters provide use of most non-administrative PostGIS methods. PostGIS methods are accessed by prefixing the standard method name with func.
.
Examples
SQL
ST_NumInteriorRing(geometry a_polygon);
PlaidCloud
ST_NumInteriorRing(geometry a_polygon)
References
PostGIS Official Documentation for this method can be found here.
Additional capabilities and usage examples can be found in the PostGIS documentation.
12 - func.ST_NumInteriorRings
Description
PlaidCloud expressions and filters provide use of most non-administrative PostGIS methods. PostGIS methods are accessed by prefixing the standard method name with func.
.
Examples
SQL
ST_NumInteriorRings(geometry a_polygon);
PlaidCloud
func.ST_NumInteriorRings(geometry a_polygon)
References
PostGIS Official Documentation for this method can be found here.
Additional capabilities and usage examples can be found in the PostGIS documentation.
13 - func.ST_NumGeometries
Description
PlaidCloud expressions and filters provide use of most non-administrative PostGIS methods. PostGIS methods are accessed by prefixing the standard method name with func.
.
Examples
SQL
ST_NumGeometries(geometry geom);
PlaidCloud
func.ST_NumGeometries(geometry geom)
References
PostGIS Official Documentation for this method can be found here.
Additional capabilities and usage examples can be found in the PostGIS documentation.
14 - func.ST_NRings
Description
PlaidCloud expressions and filters provide use of most non-administrative PostGIS methods. PostGIS methods are accessed by prefixing the standard method name with func.
.
Examples
SQL
ST_NRings(geometry geomA);
PlaidCloud
func.ST_NRings(geometry geomA)
References
PostGIS Official Documentation for this method can be found here.
Additional capabilities and usage examples can be found in the PostGIS documentation.
15 - func.ST_NPoints
Description
PlaidCloud expressions and filters provide use of most non-administrative PostGIS methods. PostGIS methods are accessed by prefixing the standard method name with func.
.
Examples
SQL
ST_NPoints(geometry g1);
PlaidCloud
func.ST_NPoints(geometry g1)
References
PostGIS Official Documentation for this method can be found here.
Additional capabilities and usage examples can be found in the PostGIS documentation.
16 - func.ST_NDims
Description
PlaidCloud expressions and filters provide use of most non-administrative PostGIS methods. PostGIS methods are accessed by prefixing the standard method name with func.
.
Examples
SQL
ST_NDims(geometry g1);
PlaidCloud
func.ST_NDims(geometry g1)
References
PostGIS Official Documentation for this method can be found here.
Additional capabilities and usage examples can be found in the PostGIS documentation.
17 - func.ST_MemSize
Description
PlaidCloud expressions and filters provide use of most non-administrative PostGIS methods. PostGIS methods are accessed by prefixing the standard method name with func.
.
Examples
SQL
ST_MemSize(geometry geomA);
PlaidCloud
func.ST_MemSize(geometry geomA)
References
PostGIS Official Documentation for this method can be found here.
Additional capabilities and usage examples can be found in the PostGIS documentation.
18 - func.ST_M
Description
PlaidCloud expressions and filters provide use of most non-administrative PostGIS methods. PostGIS methods are accessed by prefixing the standard method name with func.
.
Examples
SQL
ST_M(geometry a_point);
PlaidCloud
func.ST_M(geometry a_point)
References
PostGIS Official Documentation for this method can be found here.
Additional capabilities and usage examples can be found in the PostGIS documentation.
19 - func.ST_IsSimple
Description
PlaidCloud expressions and filters provide use of most non-administrative PostGIS methods. PostGIS methods are accessed by prefixing the standard method name with func.
.
Examples
SQL
ST_IsSimple(geometry geomA);
PlaidCloud
func.ST_IsSimple(geometry geomA)
References
PostGIS Official Documentation for this method can be found here.
Additional capabilities and usage examples can be found in the PostGIS documentation.
20 - func.ST_IsRing
Description
PlaidCloud expressions and filters provide use of most non-administrative PostGIS methods. PostGIS methods are accessed by prefixing the standard method name with func.
.
Examples
SQL
ST_IsRing(geometry g);
PlaidCloud
func.ST_IsRing(geometry g)
References
PostGIS Official Documentation for this method can be found here.
Additional capabilities and usage examples can be found in the PostGIS documentation.
21 - func.ST_IsCollection
Description
PlaidCloud expressions and filters provide use of most non-administrative PostGIS methods. PostGIS methods are accessed by prefixing the standard method name with func.
.
Examples
SQL
ST_IsCollection(geometry g);
PlaidCloud
func.ST_IsCollection(geometry g)
References
PostGIS Official Documentation for this method can be found here.
Additional capabilities and usage examples can be found in the PostGIS documentation.
22 - func.ST_IsClosed
Description
PlaidCloud expressions and filters provide use of most non-administrative PostGIS methods. PostGIS methods are accessed by prefixing the standard method name with func.
.
Examples
SQL
ST_IsClosed(geometry g);
PlaidCloud
func.ST_IsClosed(geometry g)
References
PostGIS Official Documentation for this method can be found here.
Additional capabilities and usage examples can be found in the PostGIS documentation.
23 - func.ST_InteriorRingN
Description
PlaidCloud expressions and filters provide use of most non-administrative PostGIS methods. PostGIS methods are accessed by prefixing the standard method name with func.
.
Examples
SQL
ST_InteriorRingN(geometry a_polygon, integer n);
PlaidCloud
func.ST_InteriorRingN(geometry a_polygon, integer n)
References
PostGIS Official Documentation for this method can be found here.
Additional capabilities and usage examples can be found in the PostGIS documentation.
24 - func.ST_HasArc
Description
PlaidCloud expressions and filters provide use of most non-administrative PostGIS methods. PostGIS methods are accessed by prefixing the standard method name with func.
.
Examples
SQL
ST_HasArc(geometry geomA);
PlaidCloud
func.ST_HasArc(geometry geomA)
References
PostGIS Official Documentation for this method can be found here.
Additional capabilities and usage examples can be found in the PostGIS documentation.
25 - func.ST_GeometryN
Description
PlaidCloud expressions and filters provide use of most non-administrative PostGIS methods. PostGIS methods are accessed by prefixing the standard method name with func.
.
Examples
SQL
ST_GeometryN(geometry geomA, integer n);
PlaidCloud
func.ST_GeometryN(geometry geomA, integer n)
References
PostGIS Official Documentation for this method can be found here.
Additional capabilities and usage examples can be found in the PostGIS documentation.
26 - func.ST_ExteriorRing
Description
PlaidCloud expressions and filters provide use of most non-administrative PostGIS methods. PostGIS methods are accessed by prefixing the standard method name with func.
.
Examples
SQL
ST_ExteriorRing(geometry a_polygon);
PlaidCloud
func.ST_ExteriorRing(geometry a_polygon)
References
PostGIS Official Documentation for this method can be found here.
Additional capabilities and usage examples can be found in the PostGIS documentation.
27 - func.ST_Envelope
Description
PlaidCloud expressions and filters provide use of most non-administrative PostGIS methods. PostGIS methods are accessed by prefixing the standard method name with func.
.
Examples
SQL
ST_Envelope(geometry g1);
PlaidCloud
func.ST_Envelope(geometry g1)
References
PostGIS Official Documentation for this method can be found here.
Additional capabilities and usage examples can be found in the PostGIS documentation.
28 - func.ST_BoundingDiagonal
Description
PlaidCloud expressions and filters provide use of most non-administrative PostGIS methods. PostGIS methods are accessed by prefixing the standard method name with func.
.
Examples
SQL
ST_BoundingDiagonal(geometry geom, boolean fits=false);
PlaidCloud
func.ST_BoundingDiagonal(geometry geom, boolean fits=False)
References
PostGIS Official Documentation for this method can be found here.
Additional capabilities and usage examples can be found in the PostGIS documentation.
29 - func.ST_EndPoint
Description
PlaidCloud expressions and filters provide use of most non-administrative PostGIS methods. PostGIS methods are accessed by prefixing the standard method name with func.
.
Examples
SQL
ST_EndPoint(geometry g);
PlaidCloud
func.ST_EndPoint(geometry g)
References
PostGIS Official Documentation for this method can be found here.
Additional capabilities and usage examples can be found in the PostGIS documentation.
30 - func.ST_DumpRings
Description
PlaidCloud expressions and filters provide use of most non-administrative PostGIS methods. PostGIS methods are accessed by prefixing the standard method name with func.
.
Examples
SQL
ST_DumpRings(geometry a_polygon);
PlaidCloud
func.ST_DumpRings(geometry a_polygon)
References
PostGIS Official Documentation for this method can be found here.
Additional capabilities and usage examples can be found in the PostGIS documentation.
31 - func.ST_DumpPoints
Description
PlaidCloud expressions and filters provide use of most non-administrative PostGIS methods. PostGIS methods are accessed by prefixing the standard method name with func.
.
Examples
SQL
ST_DumpPoints(geometry geom);
PlaidCloud
func.ST_DumpPoints(geometry geom)
References
PostGIS Official Documentation for this method can be found here.
Additional capabilities and usage examples can be found in the PostGIS documentation.
32 - func.ST_Dump
Description
PlaidCloud expressions and filters provide use of most non-administrative PostGIS methods. PostGIS methods are accessed by prefixing the standard method name with func.
.
Examples
SQL
ST_Dump(geometry g1);
PlaidCloud
func.ST_Dump(geometry g1)
References
PostGIS Official Documentation for this method can be found here.
Additional capabilities and usage examples can be found in the PostGIS documentation.
33 - func.ST_Dimension
Description
PlaidCloud expressions and filters provide use of most non-administrative PostGIS methods. PostGIS methods are accessed by prefixing the standard method name with func.
.
Examples
SQL
ST_Dimension(geometry g);
PlaidCloud
func.ST_Dimension(geometry g)
References
PostGIS Official Documentation for this method can be found here.
Additional capabilities and usage examples can be found in the PostGIS documentation.
34 - func.ST_CoordDim
Description
PlaidCloud expressions and filters provide use of most non-administrative PostGIS methods. PostGIS methods are accessed by prefixing the standard method name with func.
.
Examples
SQL
ST_CoordDim(geometry geomA);
PlaidCloud
func.ST_CoordDim(geometry geomA)
References
PostGIS Official Documentation for this method can be found here.
Additional capabilities and usage examples can be found in the PostGIS documentation.
35 - func.ST_Boundary
Description
PlaidCloud expressions and filters provide use of most non-administrative PostGIS methods. PostGIS methods are accessed by prefixing the standard method name with func.
.
Examples
SQL
ST_Boundary(geometry geomA);
PlaidCloud
func.ST_Boundary(geometry geomA)
References
PostGIS Official Documentation for this method can be found here.
Additional capabilities and usage examples can be found in the PostGIS documentation.
36 - func.ST_GeometryType
Description
PlaidCloud expressions and filters provide use of most non-administrative PostGIS methods. PostGIS methods are accessed by prefixing the standard method name with func.
.
Examples
SQL
ST_GeometryType(geometry g1);
PlaidCloud
func.ST_GeometryType(geometry g1)
References
PostGIS Official Documentation for this method can be found here.
Additional capabilities and usage examples can be found in the PostGIS documentation.
37 - func.ST_IsEmpty
Description
PlaidCloud expressions and filters provide use of most non-administrative PostGIS methods. PostGIS methods are accessed by prefixing the standard method name with func.
.
Examples
SQL
ST_IsEmpty(geometry geomA);
PlaidCloud
func.ST_IsEmpty(geometry geomA)
References
PostGIS Official Documentation for this method can be found here.
Additional capabilities and usage examples can be found in the PostGIS documentation.