is an optional GeometryObject to use for the coordinates property of this MultiPolygon.
is an optional GeometryObject to use for the coordinates property of this MultiPolygon.
is an optional GeometryObject to use for the coordinates property of this MultiPolygon.
Retrieves an array of numbers that represent the bounding box of this MultiPolygon.
The coordinates property is an array of an array of an array of Position.
Construct a Terraformer Primitive from this MultiPolygon.
the Terraformer.Primitive of this MultiPolygon.
Construct a Turf Feature from this MultiPolygon.
the [[turf.Feature]] of this MultiPolygon.
The type property of a geometry as a string ('MultiPolygon').
Buffers the geometry of the MultiPolygon by the GeometryMeasure given as an input parameter.
a new GeometryObject
Buffers the geometry of the MultiPolygon by the GeometryMeasure given as an input parameter.
a new GeometryObject
Buffers the geometry of the MultiPolygon by the GeometryMeasure given as an input parameter.
a new GeometryObject
See if this MultiPolygon contains the GeometryObject given as an input parameter.
a boolean
See if this MultiPolygon contains the GeometryObject given as an input parameter.
a boolean
See if this MultiPolygon contains the GeometryObject given as an input parameter.
a boolean
Convex Hull is the Polygon stretched around this MultiPolygon
a new Polygon
Convex Hull is the Polygon stretched around this MultiPolygon
a new Polygon
Convex Hull is the Polygon stretched around this MultiPolygon
a new Polygon
Get the area as GeometryMeasure in the specified unitType ('feet', 'inches', 'kilometers', 'meters', 'miles', 'yards', 'acres', 'hectares').
a boolean
Get the area as GeometryMeasure in the specified unitType ('feet', 'inches', 'kilometers', 'meters', 'miles', 'yards', 'acres', 'hectares').
a boolean
Get the area as GeometryMeasure in the specified unitType ('feet', 'inches', 'kilometers', 'meters', 'miles', 'yards', 'acres', 'hectares').
a boolean
See if this MultiPolygon intersects the GeometryObject given as an input parameter.
a boolean
See if this MultiPolygon intersects the GeometryObject given as an input parameter.
a boolean
See if this MultiPolygon intersects the GeometryObject given as an input parameter.
a boolean
Convert this MultiPolygon to well-known text representation.
the well-known text representation this MultiPolygon.
Convert this MultiPolygon to well-known text representation.
the well-known text representation this MultiPolygon.
Convert this MultiPolygon to well-known text representation.
the well-known text representation this MultiPolygon.
See if this MultiPolygon is within the GeometryObject given as an input parameter.
a boolean
See if this MultiPolygon is within the GeometryObject given as an input parameter.
a boolean
See if this MultiPolygon is within the GeometryObject given as an input parameter.
a boolean
Static method for creating a MultiPolygon from well-known text.
is a string of well-known text representing a MultiPolygon.
a MultiPolygon parsed from the well-known text.
Static method for creating a MultiPolygon from well-known text.
is a string of well-known text representing a MultiPolygon.
a MultiPolygon parsed from the well-known text.
Static method for creating a MultiPolygon from well-known text.
is a string of well-known text representing a MultiPolygon.
a MultiPolygon parsed from the well-known text.
The MultiPolygon class is a type of GeometryObject representing a MultiPolygon.
var multiPolyGeometryObject = { type: "MultiPolygon", coordinates: [[[[-82.4, 29.2], [-82.4, 29.5], [-82.1, 29.5], [-82.1, 29.2], [-82.4, 29.2]], [[-81.4, 28.2], [-81.4, 28.5], [-81.1, 28.5], [-81.1, 28.2], [-81.4, 28.2]]]] };
var multiPoly=new MultiPolygon(multiPolyGeometryObject);