ST_GeometryType¶
Introduction: Returns the type of the geometry as a string. EG: 'ST_LineString', 'ST_Polygon' etc.
Format: ST_GeometryType (A:geometry)
Return type: String
SQL example:
SELECT ST_GeometryType(polygondf.countyshape)
FROM polygondf
Introduction: Returns the type of the geometry as a string. EG: 'ST_LineString', 'ST_Polygon' etc.
Format: ST_GeometryType (A:geometry)
Return type: String
SQL example:
SELECT ST_GeometryType(polygondf.countyshape)
FROM polygondf