MultiPolygon

A MultiPolygon geometry is a collection of Polygon geometries that are disconnected but related.

  • The positions at which the multipolygon is located. Each nested array corresponds to one polygon.

  • The polygon geometries that conceptually form the multipolygon.

  • Initializes a multipolygon defined by the given positions.

  • Determines if the given coordinate falls within any of the polygons. The optional parameter ignoreBoundary will result in the method returning true if the given coordinate lies on the boundary line of the polygon or its interior rings.

    Calls contains function for each contained polygon