Module epgsql_codec_geometric

Codec for point.

Behaviours: epgsql_codec.

Description

Codec for point.

Codecs for other geometric datatypes (line, box, path, polygon, circle) can be added later.

XXX: it's not PostGIS! For PostGIS see epgsql_codec_postgis.

Data Types

data()

data() = point()

point()

point() = {float(), float()}

Function Index

decode/3
decode_text/3
encode/3
init/2
names/0

Function Details

decode/3

decode(X1, X2, X3) -> any()

decode_text/3

decode_text(V, X2, X3) -> any()

encode/3

encode(X1, X2, X3) -> any()

init/2

init(X1, X2) -> any()

names/0

names() -> any()


Generated by EDoc