Geo.LineString
Defines the LineString struct. Implements the Ecto.Type behaviour
Summary↑
| blank?() | Callback implementation of |
| cast(line_string) | Callback implementation of |
| dump(line_string) | Callback implementation of |
| load(line_string) | Callback implementation of |
| type() | Callback implementation of |
Types ↑
t :: %Geo.LineString{coordinates: [{number, number}], srid: integer}
Functions
Callback implementation of Ecto.Type.blank?/1.
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.