Geo.MultiLineString

Defines the MultiLineString struct. Implements the Ecto.Type behaviour

Summary

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

Types

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

Functions

blank?()
cast(multi_line_string)

Callback implementation for c:Ecto.Type.cast/1.

dump(multi_line_string)

Callback implementation for c:Ecto.Type.dump/1.

load(multi_line_string)

Callback implementation for c:Ecto.Type.load/1.

type()

Callback implementation for c:Ecto.Type.type/0.