Geo
▼
Project version
v4.0.1
v4.0.0
v3.6.0
v3.5.1
v3.5.0
v3.4.3
v3.4.2
v3.4.1
v3.4.0
v3.3.8
v3.3.7
v3.3.5
v3.3.4
v3.3.3
v3.3.2
v3.3.1
v3.3.0
v3.2.0
v3.1.0
v3.0.0
v2.1.0
v2.0.0
v1.5.0
v1.4.1
v1.4.0
v1.3.1
v1.3.0
v1.2.1
v1.2.0
v1.1.2
v1.1.1
v1.1.0
v1.0.6
v1.0.5
v1.0.4
v1.0.3
v1.0.2
v1.0.1
v1.0.0
v0.18.0
v0.17.0
v0.16.1
v0.16.0
v0.15.2
v0.15.1
v0.15.0
v0.14.0
v0.13.0
v0.12.0
v0.11.2
v0.11.1
v0.11.0
v0.10.1
v0.10.0
v0.9.3
v0.9.2
Pages
Modules
API Reference
Modules
Changelog
v4.0.0 — 2024-09-17
v3.6.0 — 2023-10-19
v3.5.1 - 2023-06-07
v3.5 - 2023-06-05
v3.4.3 - 2021-12-15
v3.4.2 - 2021-04-11
v3.4.1 - 2021-04-10
v3.4.0 - 2021-04-09
v3.3.8 - 2021-04-02
v3.3.7 - 2020-11-20
v3.3.6 - 2020-11-05
v3.3.5 - 2020-08-26
v3.3.4 - 2020-08-07
v3.3.3 - 2019-12-13
v3.3.2 - 2019-08-26
v3.3.1 - 2019-08-26
v3.3.0 - 2019-08-20
v3.2.0 - 2019-07-23
v3.1.0 - 2019-02-08
v3.0.0 - 2018-04-14
v2.1.0 - 2018-01-28
v2.0.0 - 2017-07-15
v1.5.0 - 2017-06-10
v1.4.1 - 2017-02-17
v1.4.0 - 2017-02-17
v1.3.1 - 2016-12-24
v1.3.0 - 2016-12-19
v1.2.1 - 2016-11-04
v1.2.0 - 2016-10-26
v1.1.2 - 2016-09-14
v1.1.1 - 2016-07-19
v1.1.0 - 2016-07-09
v1.0.6 - 2016-06-26
v1.0.5 - 2016-06-22
v1.0.4 - 2016-05-23
v1.0.3 - 2016-05-14
v1.0.2 - 2016-04-03
v1.0.1 - 2016-01-31
v1.0.0 - 2015-11-29
v0.18.0 - 2015-11-11
v0.17.0 - 2015-10-13
v0.16.1 - 2015-08-27
v0.16.0 - 2015-08-27
v0.15.2 - 2015-08-10
v0.15.1 - 2015-07-27
v0.15.0 - 2015-07-24
v0.14.0 - 2015-07-19
v0.13.0 - 2015-06-08
v0.12.0 - 2015-03-08
v0.11.2 - 2015-02-13
v0.11.1 - 2015-02-12
v0.11.0 - 2015-02-03
Geo
Examples
Copyright and License
Geo
Summary
Types
endian/0
geometry/0
Geo.GeometryCollection
Summary
Types
t/0
Geo.JSON
Sections
Examples
Summary
Functions
decode/1
decode!/1
encode/1
encode/2
encode!/1
encode!/2
Geo.LineString
Summary
Types
t/0
Geo.LineStringZ
Summary
Types
t/0
Geo.LineStringZM
Summary
Types
t/0
Geo.MultiLineString
Summary
Types
t/0
Geo.MultiLineStringZ
Summary
Types
t/0
Geo.MultiPoint
Summary
Types
t/0
Geo.MultiPointZ
Summary
Types
t/0
Geo.MultiPolygon
Summary
Types
t/0
Geo.MultiPolygonZ
Summary
Types
t/0
Geo.Point
Summary
Types
latitude/0
longitude/0
t/0
Geo.PointM
Summary
Types
t/0
Geo.PointZ
Summary
Types
t/0
Geo.PointZM
Summary
Types
t/0
Geo.Polygon
Summary
Types
t/0
Geo.PolygonZ
Summary
Types
t/0
Geo.WKB
Sections
Examples
Summary
Functions
decode/1
decode!/1
encode/2
encode!/2
encode_to_iodata/2
Geo.WKT
Sections
Examples
Summary
Functions
decode/1
decode!/1
encode/1
encode!/1
Exceptions
Geo.JSON.Decoder.DecodeError
Summary
Types
t/0
Geo.JSON.Encoder.EncodeError
Summary
Types
t/0
Search documentation of Geo
Settings
View Source
Geo.JSON.Encoder.EncodeError
exception
(Geo v4.0.0)
Summary
Types
t()
Types
Link to this type
t()
View Source
@type
t() :: %Geo.JSON.Encoder.EncodeError{ __exception__: true, message:
String.t
(), value:
any
() }
×