Skip to main content
Returns the type of the geometry as a string. Eg: ‘LINESTRING’, ‘POLYGON’, ‘MULTIPOINT’, etc. This function also indicates if the geometry is measured, by returning a string of the form ‘POINTM’. GeometryType

Signatures

Parameters

A
Geometry
required
The input geometry.

Return type

A string representation.

Examples