This is the multi-page printable view of this section. Click here to print.
Geometry Input
- 1: func.ST_PointFromGeoHash
- 2: func.ST_LineFromEncodedPolyline
- 3: func.ST_GMLToSQL
- 4: func.ST_GeomFromKML
- 5: func.ST_GeomFromGeoJSON
- 6: func.ST_GeomFromGML
- 7: func.ST_GeomFromGeoHash
- 8: func.ST_Box2dFromGeoHash
- 9: func.ST_WKBToSQL
- 10: func.ST_PointFromWKB
- 11: func.ST_LinestringFromWKB
- 12: func.ST_LineFromWKB
- 13: func.ST_GeomFromWKB
- 14: func.ST_GeomFromEWKB
- 15: func.ST_GeogFromWKB
- 16: func.ST_WKTToSQL
- 17: func.ST_PolygonFromText
- 18: func.ST_PointFromText
- 19: func.ST_MPolyFromText
- 20: func.ST_MPointFromText
- 21: func.ST_MLineFromText
- 22: func.ST_LineFromText
- 23: func.ST_GeomFromText
- 24: func.ST_GeometryFromText
- 25: func.ST_GeomFromEWKT
- 26: func.ST_GeomCollFromText
- 27: func.ST_GeographyFromText
- 28: func.ST_GeogFromText
- 29: func.ST_BdMPolyFromText
- 30: func.ST_BdPolyFromText
- 31: func.GeometryType
1 - func.ST_PointFromGeoHash
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_PointFromGeoHash(text geohash, integer precision=full_precision_of_geohash);
PlaidCloud
func.ST_PointFromGeoHash(text geohash, integer precision=full_precision_of_geohash)
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_LineFromEncodedPolyline
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_LineFromEncodedPolyline(text polyline, integer precision=5);
PlaidCloud
func.ST_LineFromEncodedPolyline(text polyline, 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
3 - func.ST_GMLToSQL
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_GMLToSQL(text geomgml);
PlaidCloud
func.ST_GMLToSQL(text geomgml)
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_GeomFromKML
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_GeomFromKML(text geomkml);
PlaidCloud
func.ST_GeomFromKML(text geomkml)
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_GeomFromGeoJSON
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_GeomFromGeoJSON(text geomjson);
PlaidCloud
func.ST_GeomFromGeoJSON(text geomjson)
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_GeomFromGML
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_GeomFromGML(text geomgml);
PlaidCloud
func.ST_GeomFromGML(text geomgml)
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_GeomFromGeoHash
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_GeomFromGeoHash(text geohash, integer precision=full_precision_of_geohash);
PlaidCloud
func.ST_GeomFromGeoHash(text geohash, integer precision=full_precision_of_geohash)
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_Box2dFromGeoHash
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_Box2dFromGeoHash(text geohash, integer precision=full_precision_of_geohash);
PlaidCloud
func.ST_Box2dFromGeoHash(text geohash, integer precision=full_precision_of_geohash)
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_WKBToSQL
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_WKBToSQL(bytea WKB);
PlaidCloud
func.ST_WKBToSQL(bytea WKB)
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_PointFromWKB
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_PointFromWKB(bytea wkb);
PlaidCloud
func.ST_PointFromWKB(bytea wkb);
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_LinestringFromWKB
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_LinestringFromWKB(bytea WKB);
PlaidCloud
func.ST_LinestringFromWKB(bytea WKB);
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_LineFromWKB
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_LineFromWKB(bytea WKB)
PlaidCloud
func.ST_LineFromWKB(bytea WKB)
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_GeomFromWKB
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_GeomFromWKB(bytea geom);
PlaidCloud
func.ST_GeomFromWKB(bytea 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_GeomFromEWKB
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_GeomFromEWKB(bytea EWKB);
PlaidCloud
func.ST_GeomFromEWKB(bytea EWKB)
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_GeogFromWKB
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_GeogFromWKB(bytea wkb);
PlaidCloud
func.ST_GeogFromWKB(bytea wkb)
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_WKTToSQL
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_WKTToSQL(text WKT);
PlaidCloud
func.ST_WKTToSQL(text WKT)
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_PolygonFromText
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_PolygonFromText(text WKT);
PlaidCloud
func.ST_PolygonFromText(text WKT)
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_PointFromText
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_PointFromText(text WKT);
PlaidCloud
func.ST_PointFromText(text WKT)
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_MPolyFromText
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_MPolyFromText(text WKT);
PlaidCloud
func.ST_MPolyFromText(text WKT)
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_MPointFromText
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_MPointFromText(text WKT);
PlaidCloud
func.ST_MPointFromText(text WKT)
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_MLineFromText
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_MLineFromText(text WKT);
PlaidCloud
func.ST_MLineFromText(text WKT)
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_LineFromText
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_LineFromText(text WKT);
PlaidCloud
func.ST_LineFromText(text WKT)
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_GeomFromText
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_GeomFromText(text WKT);
PlaidCloud
func.ST_GeomFromText(text WKT)
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_GeometryFromText
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_GeometryFromText(text WKT);
PlaidCloud
func.ST_GeometryFromText(text WKT)
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_GeomFromEWKT
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_GeomFromEWKT(text EWKT);
PlaidCloud
func.ST_GeomFromEWKT(text EWKT)
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_GeomCollFromText
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_GeomCollFromText(text WKT, integer srid);
PlaidCloud
func.ST_GeomCollFromText(text WKT, integer srid)
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_GeographyFromText
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_GeographyFromText(text EWKT);
PlaidCloud
func.ST_GeographyFromText(text EWKT)
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_GeogFromText
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_GeogFromText(text EWKT);
PlaidCloud
func.ST_GeogFromText(text EWKT)
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_BdMPolyFromText
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_BdMPolyFromText(text WKT, integer srid);
PlaidCloud
func.ST_BdMPolyFromText(text WKT, integer srid)
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_BdPolyFromText
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_BdPolyFromText(text WKT, integer srid);
PlaidCloud
func.ST_BdPolyFromText(text WKT, integer srid)
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.GeometryType
Syntax
func.GeometryType()
Examples
Documentation for func.GeometryType is coming soon.