Geo.GeometryCollection
Defines the GeometryCollection struct. Implements the Ecto.Type behaviour
Summary↑
| blank?() | |
| cast(geometry_collection) | Callback implementation of |
| dump(geometry_collection) | Callback implementation of |
| load(geometry_collection) | Callback implementation of |
| type() | Callback implementation of |
Types ↑
t :: %Geo.GeometryCollection{geometries: [Geo.geometry], srid: integer}
Functions
Callback implementation of Ecto.Type.cast/1.
Callback implementation of Ecto.Type.dump/1.
Callback implementation of Ecto.Type.load/1.
Callback implementation of Ecto.Type.type/0.