Hermes
|
#include "Definition.h"
Functions | |
bool | intersectsBoxSP_BoxSP (const BoxSP *boxA, const BoxSP *boxB) |
PGDLLEXPORT Datum | intersectsBoxSP_BoxSPV1 (PG_FUNCTION_ARGS) |
bool | containsBoxSP_PointSP (const BoxSP *box, const PointSP *point) |
bool | containsBoxSP_BoxSP (const BoxSP *boxA, const BoxSP *boxB) |
PGDLLEXPORT Datum | containsBoxSP_PointSPV1 (PG_FUNCTION_ARGS) |
PGDLLEXPORT Datum | containsBoxSP_BoxSPV1 (PG_FUNCTION_ARGS) |
bool | containsProperlyBoxSP_PointSP (const BoxSP *box, const PointSP *point) |
bool | containsProperlyBoxSP_BoxSP (const BoxSP *boxA, const BoxSP *boxB) |
PGDLLEXPORT Datum | containsProperlyBoxSP_PointSPV1 (PG_FUNCTION_ARGS) |
PGDLLEXPORT Datum | containsProperlyBoxSP_BoxSPV1 (PG_FUNCTION_ARGS) |
bool | northBoxSP_PointSP (const BoxSP *box, const PointSP *point) |
bool | northBoxSP_BoxSP (const BoxSP *boxA, const BoxSP *boxB) |
PGDLLEXPORT Datum | northBoxSP_PointSPV1 (PG_FUNCTION_ARGS) |
PGDLLEXPORT Datum | northBoxSP_BoxSPV1 (PG_FUNCTION_ARGS) |
bool | southBoxSP_PointSP (const BoxSP *box, const PointSP *point) |
bool | southBoxSP_BoxSP (const BoxSP *boxA, const BoxSP *boxB) |
PGDLLEXPORT Datum | southBoxSP_PointSPV1 (PG_FUNCTION_ARGS) |
PGDLLEXPORT Datum | southBoxSP_BoxSPV1 (PG_FUNCTION_ARGS) |
bool | eastBoxSP_PointSP (const BoxSP *box, const PointSP *point) |
bool | eastBoxSP_BoxSP (const BoxSP *boxA, const BoxSP *boxB) |
PGDLLEXPORT Datum | eastBoxSP_PointSPV1 (PG_FUNCTION_ARGS) |
PGDLLEXPORT Datum | eastBoxSP_BoxSPV1 (PG_FUNCTION_ARGS) |
bool | westBoxSP_PointSP (const BoxSP *box, const PointSP *point) |
bool | westBoxSP_BoxSP (const BoxSP *boxA, const BoxSP *boxB) |
PGDLLEXPORT Datum | westBoxSP_PointSPV1 (PG_FUNCTION_ARGS) |
PGDLLEXPORT Datum | westBoxSP_BoxSPV1 (PG_FUNCTION_ARGS) |
References BoxSP::h, BoxSP::l, PointSP::x, and PointSP::y.
Referenced by consistentGiSTSegmentST(), containsBoxSP_BoxSPV1(), and containsBoxST_BoxST().
PGDLLEXPORT Datum containsBoxSP_BoxSPV1 | ( | PG_FUNCTION_ARGS | ) |
References BoxSP::h, BoxSP::l, PointSP::x, and PointSP::y.
Referenced by atBoxTrajectory(), consistentGiSTSegmentST(), containsBoxSP_PointSPV1(), and containsBoxST_PointST().
PGDLLEXPORT Datum containsBoxSP_PointSPV1 | ( | PG_FUNCTION_ARGS | ) |
References BoxSP::h, BoxSP::l, PointSP::x, and PointSP::y.
Referenced by containsProperlyBoxSP_BoxSPV1(), and containsProperlyBoxST_BoxST().
PGDLLEXPORT Datum containsProperlyBoxSP_BoxSPV1 | ( | PG_FUNCTION_ARGS | ) |
References BoxSP::h, BoxSP::l, PointSP::x, and PointSP::y.
Referenced by containsProperlyBoxSP_PointSPV1(), and containsProperlyBoxST_PointST().
PGDLLEXPORT Datum containsProperlyBoxSP_PointSPV1 | ( | PG_FUNCTION_ARGS | ) |
References BoxSP::h, BoxSP::l, and PointSP::x.
Referenced by distanceBoxSP_BoxSP(), and eastBoxSP_BoxSPV1().
PGDLLEXPORT Datum eastBoxSP_BoxSPV1 | ( | PG_FUNCTION_ARGS | ) |
References BoxSP::l, and PointSP::x.
Referenced by eastBoxSP_PointSPV1().
PGDLLEXPORT Datum eastBoxSP_PointSPV1 | ( | PG_FUNCTION_ARGS | ) |
References BoxSP::h, BoxSP::l, PointSP::x, and PointSP::y.
Referenced by consistentGiSTBoxST(), consistentGiSTSegmentST(), intersectsBoxSP_BoxSPV1(), intersectsBoxST_BoxSPV1(), and intersectsBoxST_BoxST().
PGDLLEXPORT Datum intersectsBoxSP_BoxSPV1 | ( | PG_FUNCTION_ARGS | ) |
References BoxSP::h, BoxSP::l, and PointSP::y.
Referenced by distanceBoxSP_BoxSP(), and northBoxSP_BoxSPV1().
PGDLLEXPORT Datum northBoxSP_BoxSPV1 | ( | PG_FUNCTION_ARGS | ) |
References BoxSP::l, and PointSP::y.
Referenced by northBoxSP_PointSPV1().
PGDLLEXPORT Datum northBoxSP_PointSPV1 | ( | PG_FUNCTION_ARGS | ) |
References BoxSP::h, BoxSP::l, and PointSP::y.
Referenced by distanceBoxSP_BoxSP(), and southBoxSP_BoxSPV1().
PGDLLEXPORT Datum southBoxSP_BoxSPV1 | ( | PG_FUNCTION_ARGS | ) |
References BoxSP::h, and PointSP::y.
Referenced by southBoxSP_PointSPV1().
PGDLLEXPORT Datum southBoxSP_PointSPV1 | ( | PG_FUNCTION_ARGS | ) |
References BoxSP::h, BoxSP::l, and PointSP::x.
Referenced by distanceBoxSP_BoxSP(), and westBoxSP_BoxSPV1().
PGDLLEXPORT Datum westBoxSP_BoxSPV1 | ( | PG_FUNCTION_ARGS | ) |
References BoxSP::h, and PointSP::x.
Referenced by westBoxSP_PointSPV1().
PGDLLEXPORT Datum westBoxSP_PointSPV1 | ( | PG_FUNCTION_ARGS | ) |