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

◆ Trgeometry_in()

Datum Trgeometry_in ( PG_FUNCTION_ARGS  )

Generic input function for temporal rigid geometries.

Examples of input for the various temporal types:

  • Instant
    Polygon((0 0, 1 0, 0 1, 0 0)); Pose(0, 0, 0) @ 2012-01-01 08:00:00
    Basic functions for static pose objects.
    Definition: pose.h:56
  • Instant set
    Polygon((0 0, 1 0, 0 1, 0 0));{ Pose(0, 0, 0) @ 2012-01-01 08:00:00 ,
    Pose(1, 1, 0) @ 2012-01-01 08:10:00 }
  • Sequence
    Polygon((0 0, 1 0, 0 1, 0 0));[ Pose(0, 0, 0) @ 2012-01-01 08:00:00 ,
    Pose(1, 1, 0) @ 2012-01-01 08:10:00 )
  • Sequence set
    Polygon((0 0, 1 0, 0 1, 0 0));{ [ 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 ] }