Hermes
|
The implementantion of PointSP. More...
Functions | |
float8 | sqDistancePointSP_PointSP (const PointSP *pointA, const PointSP *pointB) |
float8 | distancePointSP_PointSP (const PointSP *pointA, const PointSP *pointB) |
PGDLLEXPORT Datum | distancePointSP_PointSPV1 (PG_FUNCTION_ARGS) |
PG_FUNCTION_INFO_V1 (distancePointSP_PointSPV1) | |
float8 | distanceManhattanPointSP_PointSP (const PointSP *pointA, const PointSP *pointB) |
PGDLLEXPORT Datum | distanceManhattanPointSP_PointSPV1 (PG_FUNCTION_ARGS) |
PG_FUNCTION_INFO_V1 (distanceManhattanPointSP_PointSPV1) | |
float8 | distanceChebyshevPointSP_PointSP (const PointSP *pointA, const PointSP *pointB) |
PGDLLEXPORT Datum | distanceChebyshevPointSP_PointSPV1 (PG_FUNCTION_ARGS) |
PG_FUNCTION_INFO_V1 (distanceChebyshevPointSP_PointSPV1) | |
The implementantion of PointSP.
This function is documented in the PointSP/Distance.h
References PointSP::x, and PointSP::y.
Referenced by Chebyshev(), and distanceChebyshevPointSP_PointSPV1().
PGDLLEXPORT Datum distanceChebyshevPointSP_PointSPV1 | ( | PG_FUNCTION_ARGS | ) |
References PointSP::x, and PointSP::y.
Referenced by distanceManhattanPointSP_PointSPV1(), DTW(), ERP(), and Manhattan().
PGDLLEXPORT Datum distanceManhattanPointSP_PointSPV1 | ( | PG_FUNCTION_ARGS | ) |
References PointSP::x, and PointSP::y.
Referenced by atBoxTrajectory(), atInstantTrajectory(), atPointTrajectory(), atPointTSegmentST(), BoxSP2RangeSP(), compute_segment_dissim(), containsSegmentST_PointST(), displacementTrajectory(), distanceBoxSP_BoxSP(), distancePointSP_PointSPV1(), ERP(), EuclideanEnd(), EuclideanStart(), EuclideanStartEnd(), gyradiusTrajectory(), lengthTrajectory(), parallelDistanceTraclus(), perpendicularDistanceTraclus(), speedAtTrajectory(), TrapezoidalSegmentST(), and withinDistanceSegmentST_RangeST().
PGDLLEXPORT Datum distancePointSP_PointSPV1 | ( | PG_FUNCTION_ARGS | ) |
PG_FUNCTION_INFO_V1 | ( | distancePointSP_PointSPV1 | ) |
PG_FUNCTION_INFO_V1 | ( | distanceManhattanPointSP_PointSPV1 | ) |
PG_FUNCTION_INFO_V1 | ( | distanceChebyshevPointSP_PointSPV1 | ) |
References PointSP::x, and PointSP::y.
Referenced by DTW(), and Euclidean().