Relaciones espaciotemporales
tContains(geometry,tcell) → tbool
tCovers(geometry,tcell) → tbool
tDisjoint({geometry,tcell},{geometry,tcell}) → tbool
tDwithin({geometry,tcell},{geometry,tcell},float) → tbool
tIntersects({geometry,tcell},{geometry,tcell}) → tbool
tTouches({geometry,tcell},{geometry,tcell}) → tbool
La forma temporal responde un tbool que lleva el resultado en cada instante, mientras que las formas siempre y alguna vez de la sección anterior responden un único boolean sobre todo el lapso de tiempo.
SELECT tIntersects(geometry 'SRID=4326;Polygon((4.2 50.7,4.5 50.7,4.5 50.9, 4.2 50.9,4.2 50.7))', th3index '871fa4418ffffff@2001-01-01'); -- t@2001-01-01 SELECT tIntersects(geometry 'SRID=4326;Polygon((4.2 50.7,4.5 50.7,4.5 50.9, 4.2 50.9,4.2 50.7))', tquadbin '48a6227affffffff@2001-01-01'); -- t@2001-01-01 SELECT tIntersects(geometry 'SRID=4326;Polygon((4.2 50.7,4.5 50.7,4.5 50.9, 4.2 50.9,4.2 50.7))', ts2cell '47c3c@2001-01-01'); -- t@2001-01-01