Geometry
Point
Curve
LineString
Surface
Polygon
GeometryCollection
MultiPoint
MultiCurve
MultiLineString
MultiSurface
MultiPolygon
GeometryCollection
A GeometryCollection
is a geometry that is a collection of one or more
geometries of any class.
All the elements in a GeometryCollection
must be in
the same Spatial Reference System (that is, in the same coordinate system).
GeometryCollection
places no other constraints on its elements,
although the
subclasses of GeometryCollection
described in the following sections
may restrict membership. Retrictions may be based on:
MultiPoint
may contain only Point
elements)