Summary:A Point is a geometry that represents a single location in coordinate space.
Line
Summary:A Line is a curve with linear interpolation between points.
Polygon
Summary:A Polygon is a planar surface representing a multisided geometry. It is defined by a single exterior boundary and zero or more interior boundaries, where each interior boundary defines a hole in the Polygon.
Multipoint
Summary:A MultiPoint is a geometry collection composed of Point elements. The points are not connected or ordered in any way.
Multiline
Summary:A MultiLine is a geometry collection composed of Line elements.
Multipolygon
Summary:A MultiPolygon is a object composed of one or more Polygon elements.
GeometryCollection
Summary:A GeometryCollection is a object composed of one or more Shape elements.