Hermes
|
#include "Definition.h"
Functions | |
bool | northPointSP_PointSP (const PointSP *pointA, const PointSP *pointB) |
PGDLLEXPORT Datum | northPointSP_PointSPV1 (PG_FUNCTION_ARGS) |
bool | southPointSP_PointSP (const PointSP *pointA, const PointSP *pointB) |
PGDLLEXPORT Datum | southPointSP_PointSPV1 (PG_FUNCTION_ARGS) |
bool | eastPointSP_PointSP (const PointSP *pointA, const PointSP *pointB) |
PGDLLEXPORT Datum | eastPointSP_PointSPV1 (PG_FUNCTION_ARGS) |
bool | westPointSP_PointSP (const PointSP *pointA, const PointSP *pointB) |
PGDLLEXPORT Datum | westPointSP_PointSPV1 (PG_FUNCTION_ARGS) |
References PointSP::x.
Referenced by eastPointSP_PointSPV1().
PGDLLEXPORT Datum eastPointSP_PointSPV1 | ( | PG_FUNCTION_ARGS | ) |
References PointSP::y.
Referenced by northPointSP_PointSPV1().
PGDLLEXPORT Datum northPointSP_PointSPV1 | ( | PG_FUNCTION_ARGS | ) |
References PointSP::y.
Referenced by southPointSP_PointSPV1().
PGDLLEXPORT Datum southPointSP_PointSPV1 | ( | PG_FUNCTION_ARGS | ) |
References PointSP::x.
Referenced by westPointSP_PointSPV1().
PGDLLEXPORT Datum westPointSP_PointSPV1 | ( | PG_FUNCTION_ARGS | ) |