A geometry represented by exactly one of bounding_box, polygon and polyline which, respectively, represents a BoundingBox, Polygon and PolyLine.
bounding_box
polygon
polyline
Optional
A plain rectangle
A closed polygon represented by n vertices. In other words, we assume that the first and last vertex are connected.
A polygonal chain consisting of n vertices
A geometry represented by exactly one of
bounding_box,polygonandpolylinewhich, respectively, represents a BoundingBox, Polygon and PolyLine.