ALKMaps.Geometry.MultiPolygon

MultiPolygon is a geometry with multiple ALKMaps.Geometry.Polygon components.  Create a new instance with the ALKMaps.Geometry.MultiPolygon constructor.

Inherits from

Summary
ALKMaps.Geometry.MultiPolygonMultiPolygon is a geometry with multiple ALKMaps.Geometry.Polygon components.
Properties
componentTypes{Array(String)} An array of class names representing the types of components that the collection can include.
Constructor
ALKMaps.Geometry.MultiPolygonCreate a new MultiPolygon geometry

Properties

componentTypes

{Array(String)} An array of class names representing the types of components that the collection can include.  A null value means the component types are not restricted.

Constructor

ALKMaps.Geometry.MultiPolygon

Create a new MultiPolygon geometry

Parameters

components{Array(ALKMaps.Geometry.Polygon)} An array of polygons used to generate the MultiPolygon
Polygon is a collection of Geometry.LinearRings.
Create a new MultiPolygon geometry
A Collection is exactly what it sounds like: A collection of different Geometries.
Close