Hermes
|
#include "../../../h/Spatial/CRS/PointPLH/Definition.h"
#include "../../../h/Utilities/Utilities.h"
#include <libpq/pqformat.h>
#include <access/hash.h>
Referenced by clonePointPLHV1().
PGDLLEXPORT Datum clonePointPLHV1 | ( | PG_FUNCTION_ARGS | ) |
References PointPLH::h, PointPLH::lambda, and PointPLH::phi.
Referenced by constructorPointPLHV1().
PGDLLEXPORT Datum constructorPointPLHV1 | ( | PG_FUNCTION_ARGS | ) |
References PointPLH::h, PointPLH::lambda, and PointPLH::phi.
Referenced by equalsPointPLHV1().
PGDLLEXPORT Datum equalsPointPLHV1 | ( | PG_FUNCTION_ARGS | ) |
PGDLLEXPORT Datum getHPointPLH | ( | PG_FUNCTION_ARGS | ) |
PGDLLEXPORT Datum getLambdaPointPLH | ( | PG_FUNCTION_ARGS | ) |
PGDLLEXPORT Datum getPhiPointPLH | ( | PG_FUNCTION_ARGS | ) |
PGDLLEXPORT Datum hashPointPLH | ( | PG_FUNCTION_ARGS | ) |
References asprintfHermes(), PointPLH::h, PointPLH::lambda, and PointPLH::phi.
Referenced by inPointPLHV1().
PGDLLEXPORT Datum inPointPLHV1 | ( | PG_FUNCTION_ARGS | ) |
char* outPointPLH | ( | const PointPLH * | point | ) |
References asprintfHermes(), PointPLH::h, PointPLH::lambda, and PointPLH::phi.
Referenced by outPointPLHV1().
PGDLLEXPORT Datum outPointPLHV1 | ( | PG_FUNCTION_ARGS | ) |
PG_FUNCTION_INFO_V1 | ( | clonePointPLHV1 | ) |
PG_FUNCTION_INFO_V1 | ( | constructorPointPLHV1 | ) |
PG_FUNCTION_INFO_V1 | ( | inPointPLHV1 | ) |
PG_FUNCTION_INFO_V1 | ( | outPointPLHV1 | ) |
PG_FUNCTION_INFO_V1 | ( | recvPointPLH | ) |
PG_FUNCTION_INFO_V1 | ( | sendPointPLH | ) |
PG_FUNCTION_INFO_V1 | ( | hashPointPLH | ) |
PG_FUNCTION_INFO_V1 | ( | equalsPointPLHV1 | ) |
PG_FUNCTION_INFO_V1 | ( | getPhiPointPLH | ) |
PG_FUNCTION_INFO_V1 | ( | getLambdaPointPLH | ) |
PG_FUNCTION_INFO_V1 | ( | getHPointPLH | ) |
bytea* PointPLH2Bytea | ( | const PointPLH * | point | ) |
References ELIMINATE_MINUS_ZERO, PointPLH::h, PointPLH::lambda, and PointPLH::phi.
Referenced by hashPointPLH(), and sendPointPLH().
PGDLLEXPORT Datum recvPointPLH | ( | PG_FUNCTION_ARGS | ) |
References PointPLH::h, PointPLH::lambda, and PointPLH::phi.
PGDLLEXPORT Datum sendPointPLH | ( | PG_FUNCTION_ARGS | ) |