Hermes
|
The implementantion of PointSP. More...
Functions | |
bool | northPointSP_PointSP (const PointSP *pointA, const PointSP *pointB) |
PGDLLEXPORT Datum | northPointSP_PointSPV1 (PG_FUNCTION_ARGS) |
PG_FUNCTION_INFO_V1 (northPointSP_PointSPV1) | |
bool | southPointSP_PointSP (const PointSP *pointA, const PointSP *pointB) |
PGDLLEXPORT Datum | southPointSP_PointSPV1 (PG_FUNCTION_ARGS) |
PG_FUNCTION_INFO_V1 (southPointSP_PointSPV1) | |
bool | eastPointSP_PointSP (const PointSP *pointA, const PointSP *pointB) |
PGDLLEXPORT Datum | eastPointSP_PointSPV1 (PG_FUNCTION_ARGS) |
PG_FUNCTION_INFO_V1 (eastPointSP_PointSPV1) | |
bool | westPointSP_PointSP (const PointSP *pointA, const PointSP *pointB) |
PGDLLEXPORT Datum | westPointSP_PointSPV1 (PG_FUNCTION_ARGS) |
PG_FUNCTION_INFO_V1 (westPointSP_PointSPV1) | |
The implementantion of PointSP.
These functions are documented in the PointSP/RelationalOperators.h
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 | ) |
PG_FUNCTION_INFO_V1 | ( | northPointSP_PointSPV1 | ) |
PG_FUNCTION_INFO_V1 | ( | southPointSP_PointSPV1 | ) |
PG_FUNCTION_INFO_V1 | ( | eastPointSP_PointSPV1 | ) |
PG_FUNCTION_INFO_V1 | ( | westPointSP_PointSPV1 | ) |
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 | ) |