This is the multi-page printable view of this section. Click here to print.
Geometry Output
1 - func.ST_GeoHash
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_GeoHash(geometry geom, integer maxchars=full_precision_of_point);
PlaidCloud
func.ST_GeoHash(geometry geom, integer maxchars=full_precision_of_point)
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_AsX3D
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_AsX3D(geometry g1, integer maxdecimaldigits=15, integer options=0);
PlaidCloud
func.ST_AsX3D(geometry g1, integer maxdecimaldigits=15, integer options=0)
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_AsSVG
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_AsSVG(geometry geom, integer rel=0, integer maxdecimaldigits=15);
PlaidCloud
func.ST_AsSVG(geometry geom, integer rel=0, integer maxdecimaldigits=15)
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_AsTWKB
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_AsTWKB(geometry g1, integer decimaldigits_xy=0, integer decimaldigits_z=0, integer decimaldigits_m=0, boolean include_sizes=false, boolean include_bounding boxes=false);
PlaidCloud
func.ST_AsTWKB(geometry g1, integer decimaldigits_xy=0, integer decimaldigits_z=0, integer decimaldigits_m=0, boolean include_sizes=false, boolean include_bounding boxes=false)
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_AsLatLonText
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_AsLatLonText(geometry pt, text format='');
PlaidCloud
func.ST_AsLatLonText(geometry pt, text format='')
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_AsKML
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_AsKML(geometry geom, integer maxdecimaldigits=15, text nprefix=NULL);
PlaidCloud
func.ST_AsKML(geometry geom, integer maxdecimaldigits=15, text nprefix=NULL)
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_AsGML
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_AsGML(geometry geom, integer maxdecimaldigits=15, integer options=0);
PlaidCloud
func.ST_AsGML(geometry geom, integer maxdecimaldigits=15, integer options=0)
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_AsGeoJSON
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_AsGeoJSON(geography geog, integer maxdecimaldigits=9, integer options=0);
PlaidCloud
func.ST_AsGeoJSON(geography geog, integer maxdecimaldigits=9, integer options=0)
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_AsEncodedPolyline
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_AsEncodedPolyline(geometry geom, integer precision=5);
PlaidCloud
func.ST_AsEncodedPolyline(geometry geom, integer precision=5)
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_AsHEXEWKB
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_AsHEXEWKB(geometry g1);
PlaidCloud
func.ST_AsHEXEWKB(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_AsEWKB
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_AsEWKB(geometry g1);
PlaidCloud
func.ST_AsEWKB(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
12 - func.ST_AsBinary
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_AsBinary(geometry g1);
PlaidCloud
func.ST_AsBinary(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
13 - func.ST_AsText
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_AsText(geometry g1);
PlaidCloud
func.ST_AsText(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
14 - func.ST_AsEWKT
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_AsEWKT(geometry g1);
PlaidCloud
func.ST_AsEWKT(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