This is the multi-page printable view of this section. Click here to print.
Bounding Box Functions
1 - func.ST_ZMin
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_ZMin(box3d aGeomorBox2DorBox3D);
PlaidCloud
func.ST_ZMin(box3d aGeomorBox2DorBox3D)
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_ZMax
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_ZMax(box3d aGeomorBox2DorBox3D);
PlaidCloud
func.ST_ZMax(box3d aGeomorBox2DorBox3D)
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_YMin
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_YMin(box3d aGeomorBox2DorBox3D);
PlaidCloud
func.ST_YMin(box3d aGeomorBox2DorBox3D)
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_YMax
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_YMax(box3d aGeomorBox2DorBox3D);
PlaidCloud
func.ST_YMax(box3d aGeomorBox2DorBox3D)
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_XMin
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_XMin(box3d aGeomorBox2DorBox3D);
PlaidCloud
func.ST_XMin(box3d aGeomorBox2DorBox3D)
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_XMax
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_XMax(box3d aGeomorBox2DorBox3D);
PlaidCloud
func.ST_XMax(box3d aGeomorBox2DorBox3D)
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_3DMakeBox
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_3DMakeBox(geometry point3DLowLeftBottom, geometry point3DUpRightTop);
PlaidCloud
func.ST_3DMakeBox(geometry point3DLowLeftBottom, geometry point3DUpRightTop)
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_MakeBox2D
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_MakeBox2D(geometry pointLowLeft, geometry pointUpRight);
PlaidCloud
func.ST_MakeBox2D(geometry pointLowLeft, geometry pointUpRight)
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_3DExtent
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_3DExtent(geometry set geomfield);
PlaidCloud
func.ST_3DExtent(geometry set geomfield)
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_Extent
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_Extent(geometry set geomfield);
PlaidCloud
func.ST_Extent(geometry set geomfield)
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_Expand
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_Expand(geometry geom, float units_to_expand);
PlaidCloud
func.ST_Expand(geometry geom, float units_to_expand)
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_EstimatedExtent
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_EstimatedExtent(text table_name, text geocolumn_name);
PlaidCloud
func.ST_EstimatedExtent(text table_name, text geocolumn_name)
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.Box3D
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
Box3D(geometry geomA);
PlaidCloud
func.Box3D(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.
14 - func.Box2D
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
Box2D(geometry geomA);
PlaidCloud
func.Box2D(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.