Skip to main content
Returns the type of the geography object as a string (e.g., ST_Point, ST_Polygon, ST_LineString).

Signatures

Parameters

Geography
required
The geography whose type is returned.

Return type

The geography type as a string.

Example