Hermes
|
Functions | |
bool | intersectsSegmentSP_BoxSP (const SegmentSP *segment, const BoxSP *box) |
bool | intersectsSegmentSP_SegmentSP (const SegmentSP *segmentA, const SegmentSP *segmentB) |
PGDLLEXPORT Datum | intersectsSegmentSP_BoxSPV1 (PG_FUNCTION_ARGS) |
PGDLLEXPORT Datum | intersectsSegmentSP_SegmentSPV1 (PG_FUNCTION_ARGS) |
bool | containsSegmentSP_PointSP (const SegmentSP *segment, const PointSP *point) |
PGDLLEXPORT Datum | containsSegmentSP_PointSPV1 (PG_FUNCTION_ARGS) |
bool | containedSegmentSP_BoxSP (const SegmentSP *segment, const BoxSP *box) |
bool | containedProperlySegmentSP_BoxSP (const SegmentSP *segment, const BoxSP *box) |
PGDLLEXPORT Datum | containedSegmentSP_BoxSPV1 (PG_FUNCTION_ARGS) |
PGDLLEXPORT Datum | containedProperlySegmentSP_BoxSPV1 (PG_FUNCTION_ARGS) |
bool | withinDistanceSegmentSP_RangeSP (const SegmentSP *segment, const RangeSP *range) |
PGDLLEXPORT Datum | withinDistanceSegmentSP_RangeSPV1 (PG_FUNCTION_ARGS) |
References SegmentSP::e, BoxSP::h, SegmentSP::i, BoxSP::l, PointSP::x, and PointSP::y.
Referenced by containedProperlySegmentSP_BoxSPV1(), and containedProperlySegmentST_BoxST().
PGDLLEXPORT Datum containedProperlySegmentSP_BoxSPV1 | ( | PG_FUNCTION_ARGS | ) |
References SegmentSP::e, BoxSP::h, SegmentSP::i, BoxSP::l, PointSP::x, and PointSP::y.
Referenced by atBoxSegmentST(), atBoxTrajectory(), atBoxTSegmentST(), containedSegmentSP_BoxSPV1(), containedSegmentST_BoxSPV1(), and containedSegmentST_BoxST().
PGDLLEXPORT Datum containedSegmentSP_BoxSPV1 | ( | PG_FUNCTION_ARGS | ) |
References distanceSegmentSP_PointSP(), and spatialTolerance.
Referenced by atPointTSegmentST(), consistentGiSTSegmentST(), containsSegmentSP_PointSPV1(), and containsSegmentST_PointSPV1().
PGDLLEXPORT Datum containsSegmentSP_PointSPV1 | ( | PG_FUNCTION_ARGS | ) |
References intersectionSegmentSP_BoxSP().
Referenced by consistentGiSTSegmentST(), distanceBoxSP_SegmentSP(), intersectsSegmentSP_BoxSPV1(), intersectsSegmentST_BoxSPV1(), and intersectsTrajectory_BoxSP().
PGDLLEXPORT Datum intersectsSegmentSP_BoxSPV1 | ( | PG_FUNCTION_ARGS | ) |
References intersectionSegmentSP_SegmentSP().
Referenced by consistentGiSTSegmentST(), intersectsSegmentSP_SegmentSPV1(), and intersectsSegmentST_SegmentSPV1().
PGDLLEXPORT Datum intersectsSegmentSP_SegmentSPV1 | ( | PG_FUNCTION_ARGS | ) |
References RangeSP::c, distanceSegmentSP_PointSP(), and RangeSP::r.
Referenced by consistentGiSTSegmentST(), withinDistanceSegmentSP_RangeSPV1(), withinDistanceSegmentST_RangeSPV1(), and withinDistanceSegmentST_RangeST().
PGDLLEXPORT Datum withinDistanceSegmentSP_RangeSPV1 | ( | PG_FUNCTION_ARGS | ) |