MobilityDB 1.1
|
◆ Tpoint_in()
Generic input function for temporal points. Examples of input for the various temporal types: // Instant
Point(0 0) @ 2012-01-01 08:00:00
// Discrete sequence
{ Point(0 0) @ 2012-01-01 08:00:00 , Point(1 1) @ 2012-01-01 08:10:00 }
// Continuous sequence
[ Point(0 0) @ 2012-01-01 08:00:00 , Point(1 1) @ 2012-01-01 08:10:00 )
// Sequence set
{ [ Point(0 0) @ 2012-01-01 08:00:00 , Point(1 1) @ 2012-01-01 08:10:00 ) ,
[ Point(1 1) @ 2012-01-01 08:20:00 , Point(0 0) @ 2012-01-01 08:30:00 ] }
|