struct PostGIS::MultiPolygon(Point)

Overview

A collection of polygons. A MultiPolygon's members are always polygons, so the only thing that varies is the point type.

Defined in:

postgis.cr

Constructors

Instance Method Summary

Instance methods inherited from struct PostGIS::Geometry

initialize initialize

Constructor methods inherited from struct PostGIS::Geometry

new new

Constructor Detail

def self.new(polygons : Array(PostGIS::Polygon(Point))) #

[View source]

Instance Method Detail

def polygons : Array(Polygon(Point)) #

[View source]