A MultiPolygon geometry contains a number of Data.Polygon
s.
Returns an array of the contained Data.Polygon
s. A new array
is returned each time getArray()
is called.
Returns the n
-th contained Data.Polygon
.
Returns the number of contained Data.Polygon
s.
Returns the string "MultiPolygon"
.
Generated using TypeDoc
A MultiPolygon geometry contains a number of
Data.Polygon
s.