Geo.MultiPolygon
Defines the MultiPolygon struct. Implements the Ecto.Type behaviour
Summary↑
blank?() | |
cast(multi_polygon) | Callback implementation for |
dump(multi_polygon) | Callback implementation for |
load(multi_polygon) | Callback implementation for |
type() | Callback implementation for |
Types ↑
t :: %Geo.MultiPolygon{coordinates: [[[{number, number}]]], srid: integer}
Functions
Callback implementation for c:Ecto.Type.cast/1
.
Callback implementation for c:Ecto.Type.dump/1
.
Callback implementation for c:Ecto.Type.load/1
.
Callback implementation for c:Ecto.Type.type/0
.