In the Postgis 2.3 documentation in part 4.2 PostGIS Geography Type, it is mentioned that the following types are supported.
-
POINT
-
LINESTRING
-
POLYGON
-
MULTIPOINT
-
MULTILINESTRING
-
MULTIPOLYGON
-
GEOMETRYCOLLECTION
But in other places I see written on ST_CircularString
, POLYHEDRALSURFACE
and etc, what values are these?