|
| PGDLLEXPORT Datum | sizeTrajectory (PG_FUNCTION_ARGS) |
| |
| | PG_FUNCTION_INFO_V1 (sizeTrajectory) |
| |
| int32 | NrPointsTrajectory (Datum trajectory) |
| |
| PGDLLEXPORT Datum | NrPointsTrajectoryV1 (PG_FUNCTION_ARGS) |
| |
| | PG_FUNCTION_INFO_V1 (NrPointsTrajectoryV1) |
| |
| PGDLLEXPORT Datum | NrSegmentsTrajectory (PG_FUNCTION_ARGS) |
| |
| | PG_FUNCTION_INFO_V1 (NrSegmentsTrajectory) |
| |
| float8 | samplingPeriodTrajectory (Datum trajectory) |
| |
| PGDLLEXPORT Datum | samplingPeriodTrajectoryV1 (PG_FUNCTION_ARGS) |
| |
| | PG_FUNCTION_INFO_V1 (samplingPeriodTrajectoryV1) |
| |
| PointST * | pointAtTrajectory (Datum trajectory, int32 i, PointST *result) |
| |
| SegmentST * | segmentAtTrajectory (Datum trajectory, int32 i, SegmentST *result) |
| |
| PGDLLEXPORT Datum | pointAtTrajectoryV1 (PG_FUNCTION_ARGS) |
| |
| | PG_FUNCTION_INFO_V1 (pointAtTrajectoryV1) |
| |
| PGDLLEXPORT Datum | segmentAtTrajectoryV1 (PG_FUNCTION_ARGS) |
| |
| | PG_FUNCTION_INFO_V1 (segmentAtTrajectoryV1) |
| |
| PointST * | firstPointTrajectory (Datum trajectory, PointST *result) |
| |
| PointST * | lastPointTrajectory (Datum trajectory, PointST *result) |
| |
| SegmentST * | firstSegmentTrajectory (Datum trajectory, SegmentST *result) |
| |
| SegmentST * | lastSegmentTrajectory (Datum trajectory, SegmentST *result) |
| |
| PGDLLEXPORT Datum | firstPointTrajectoryV1 (PG_FUNCTION_ARGS) |
| |
| | PG_FUNCTION_INFO_V1 (firstPointTrajectoryV1) |
| |
| PGDLLEXPORT Datum | lastPointTrajectoryV1 (PG_FUNCTION_ARGS) |
| |
| | PG_FUNCTION_INFO_V1 (lastPointTrajectoryV1) |
| |
| PGDLLEXPORT Datum | firstSegmentTrajectoryV1 (PG_FUNCTION_ARGS) |
| |
| | PG_FUNCTION_INFO_V1 (firstSegmentTrajectoryV1) |
| |
| PGDLLEXPORT Datum | lastSegmentTrajectoryV1 (PG_FUNCTION_ARGS) |
| |
| | PG_FUNCTION_INFO_V1 (lastSegmentTrajectoryV1) |
| |
| Trajectory * | subTrajectory (Datum trajectory, int32 s, int32 e) |
| |
| PGDLLEXPORT Datum | subTrajectoryV1 (PG_FUNCTION_ARGS) |
| |
| | PG_FUNCTION_INFO_V1 (subTrajectoryV1) |
| |
| PGDLLEXPORT Datum | pointsTrajectory (PG_FUNCTION_ARGS) |
| |
| | PG_FUNCTION_INFO_V1 (pointsTrajectory) |
| |
| PGDLLEXPORT Datum | segmentsTrajectory (PG_FUNCTION_ARGS) |
| |
| | PG_FUNCTION_INFO_V1 (segmentsTrajectory) |
| |
The implementation of Trajectory.
- Author
- Marios Vodas (mvoda.nosp@m.s@gm.nosp@m.ail.c.nosp@m.om).
These functions are documented in the Trajectory/Accessors.h