MobilityDB 1.3
Loading...
Searching...
No Matches

◆ Tpose_in()

Datum Tpose_in ( PG_FUNCTION_ARGS  )

Generic input function for temporal pose objects.

Note
Examples of input for the various temporal types:
  • Instant
    Pose(0, 0, 0) @ 2012-01-01 08:00:00
    Basic functions for static pose objects.
    Definition: pose.h:56
  • Discrete sequence
    { Pose(0, 0, 0) @ 2012-01-01 08:00:00 , Pose(1, 1, 0) @ 2012-01-01 08:10:00 }
  • Continuous sequence
    [ Pose(0, 0, 0) @ 2012-01-01 08:00:00 , Pose(1, 1, 0) @ 2012-01-01 08:10:00 )
  • Sequence set
    { [ Pose(0, 0, 0) @ 2012-01-01 08:00:00 , Pose(1, 1, 0) @ 2012-01-01 08:10:00 ) ,
    [ Pose(1, 1, 0) @ 2012-01-01 08:20:00 , Pose(0, 0, 0) @ 2012-01-01 08:30:00 ] }