GeometryType — Returns the type of the geometry as a string. Eg: 'LINESTRING', 'POLYGON', 'MULTIPOINT', etc.
text GeometryType(
geometry geomA)
;
Returns the type of the geometry as a string. Eg: 'LINESTRING', 'POLYGON', 'MULTIPOINT', etc.
OGC SPEC s2.1.1.1 - Returns the name of the instantiable subtype of Geometry of which this Geometry instance is a member. The name of the instantiable subtype of Geometry is returned as a string.
This function also indicates if the geometry is measured, by returning a string of the form 'POINTM'. |
This method implements the OpenGIS Simple Features Implementation Specification for SQL.
This method supports Circular Strings and Curves