Geo.MultiPolygon

Defines the MultiPolygon struct. Implements the Ecto.Type behaviour

Source

Summary

blank?()

Callback implementation of Ecto.Type.blank?/1

cast(multi_polygon)

Callback implementation of Ecto.Type.cast/1

dump(multi_polygon)

Callback implementation of Ecto.Type.dump/1

load(multi_polygon)

Callback implementation of Ecto.Type.load/1

type()

Callback implementation of Ecto.Type.type/0

Types

t :: %Geo.MultiPolygon{coordinates: [[[{number, number}]]], srid: integer}

Functions

blank?()

Callback implementation of Ecto.Type.blank?/1.

Source
cast(multi_polygon)

Callback implementation of Ecto.Type.cast/1.

Source
dump(multi_polygon)

Callback implementation of Ecto.Type.dump/1.

Source
load(multi_polygon)

Callback implementation of Ecto.Type.load/1.

Source
type()

Callback implementation of Ecto.Type.type/0.

Source