Module epgsql_codec_geometric

Codec for point.

Behaviours: epgsql_codec.

Description

Codec for point. https://www.postgresql.org/docs/current/static/datatype-geometric.html $PG$/src/backend/utils/adt/geo_ops.c XXX: it's not 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