a character scalar of the target geometry type. Must be one of
"point", "multipoint", "polygon", "multipolygon", "linestring",
or "multilinestring".
Details
The below conversions are made available. The left hand column indicates
the originating vector class and the right hand column indicates the
class that it will can be cast to.
Note that correctness of conversions will not be checked or verified. If you
cast an rs_MULTIPOINT to an rs_POLYGON, the validity of the polygon
cannot be guaranteed.
Conversions from an rs_POLYGON into an rs_LINESTRING will result in only
the exterior ring of the polygon ignoring any interior rings if there are any.