Class GeoRuby::SimpleFeatures::MultiPolygon
In: lib/geo_ruby/simple_features/multi_polygon.rb
Parent: GeometryCollection

Represents a group of polygons (see Polygon).

Methods

Public Class methods

Creates a multi polygon from sequences of points : ((((x,y)…(x,y)),((x,y)…(x,y)),((x,y)…(x,y)))

Creates a multi polygon from an array of polygons

[Validate]