![]() |
MobilityDB 1.3
|
Ever and always spatial relationship functions for temporal geometries. More...
Functions | |
Datum | Acontains_geo_tgeo (PG_FUNCTION_ARGS) |
Return true if a geometry always contains a temporal geometry @sqlfn aContains() More... | |
Datum | Acontains_geo_trgeo (PG_FUNCTION_ARGS) |
Return true if a geometry always contains a temporal rigid geometry @sqlfn aContains() More... | |
Datum | Acontains_tgeo_geo (PG_FUNCTION_ARGS) |
Return true if a temporal geometry always contains a geometry @sqlfn aContains() More... | |
Datum | Acontains_tgeo_tgeo (PG_FUNCTION_ARGS) |
Return true if a temporal geometry always contains another one @sqlfn aContains() More... | |
Datum | Acovers_geo_tgeo (PG_FUNCTION_ARGS) |
Return true if a geometry always covers a temporal geometry @sqlfn aCovers() More... | |
Datum | Acovers_geo_trgeo (PG_FUNCTION_ARGS) |
Return true if a geometry always covers a temporal rigid geometry @sqlfn aCovers() More... | |
Datum | Acovers_tgeo_geo (PG_FUNCTION_ARGS) |
Return true if a temporal geometry always covers a geometry @sqlfn aCovers() More... | |
Datum | Acovers_tgeo_tgeo (PG_FUNCTION_ARGS) |
Return true if a temporal geometry always covers another one @sqlfn eCovers() More... | |
Datum | Acovers_trgeo_geo (PG_FUNCTION_ARGS) |
Return true if a geometry always covers a temporal rigid geometry @sqlfn aCovers() More... | |
Datum | Adisjoint_geo_tgeo (PG_FUNCTION_ARGS) |
Return true if a geometry/geography and a temporal geometry are always disjoint @sqlfn aDisjoint() More... | |
Datum | Adisjoint_geo_trgeo (PG_FUNCTION_ARGS) |
Return true if a geometry and a temporal rigid geometry are always disjoint @sqlfn aDisjoint() More... | |
Datum | Adisjoint_tgeo_geo (PG_FUNCTION_ARGS) |
Return true if a temporal geometry and a geometry/geography are always disjoint @sqlfn aDisjoint() More... | |
Datum | Adisjoint_tgeo_tgeo (PG_FUNCTION_ARGS) |
Return true if two temporal geometrys are ever disjoint @sqlfn aDisjoint() More... | |
Datum | Adisjoint_trgeo_geo (PG_FUNCTION_ARGS) |
Return true if a temporal rigid geometry and a geometry are always disjoint @sqlfn aDisjoint() More... | |
Datum | Adisjoint_trgeo_trgeo (PG_FUNCTION_ARGS) |
Return true if two temporal rigid geometries are ever disjoint @sqlfn aDisjoint() More... | |
Datum | Adwithin_geo_tgeo (PG_FUNCTION_ARGS) |
Return true if a geometry/geography and a temporal geometry are always within a distance @sqlfn aDwithin() More... | |
Datum | Adwithin_geo_trgeo (PG_FUNCTION_ARGS) |
Return true if a geometry and a temporal rigid geometry are always within a distance @sqlfn aDwithin() More... | |
Datum | Adwithin_tgeo_geo (PG_FUNCTION_ARGS) |
Return true if a temporal geometry and a geometry/geography are ever within a distance @sqlfn aDwithin() More... | |
Datum | Adwithin_trgeo_geo (PG_FUNCTION_ARGS) |
Return true if a temporal rigid geometry and a geometry are ever within a distance @sqlfn aDwithin() More... | |
Datum | Aintersects_geo_tgeo (PG_FUNCTION_ARGS) |
Return true if a geometry/geography and a temporal geometry ever intersect @sqlfn aIntersects() More... | |
Datum | Aintersects_geo_trgeo (PG_FUNCTION_ARGS) |
Return true if a geometry and a temporal rigid geometry ever intersect @sqlfn aIntersects() More... | |
Datum | Aintersects_tgeo_geo (PG_FUNCTION_ARGS) |
Return true if a temporal geometry and a geometry/geography always intersect @sqlfn aIntersects() More... | |
Datum | Aintersects_tgeo_tgeo (PG_FUNCTION_ARGS) |
Return true if two temporal geometrys ever intersect @sqlfn aIntersects() More... | |
Datum | Aintersects_trgeo_geo (PG_FUNCTION_ARGS) |
Return true if a temporal rigid geometry and a geometry always intersect @sqlfn aIntersects() More... | |
Datum | Aintersects_trgeo_trgeo (PG_FUNCTION_ARGS) |
Return true if two temporal rigid geometries ever intersect @sqlfn aIntersects() More... | |
Datum | Atouches_geo_tgeo (PG_FUNCTION_ARGS) |
Return true if a geometry and a temporal geometry ever touch @sqlfn aTouches() More... | |
Datum | Atouches_geo_tpoint (PG_FUNCTION_ARGS) |
Return true if a geometry and a temporal point ever touch each other @sqlfn aTouches() More... | |
Datum | Atouches_geo_trgeo (PG_FUNCTION_ARGS) |
Return true if a geometry and a temporal rigid geometry ever touch @sqlfn aTouches() More... | |
Datum | Atouches_tgeo_geo (PG_FUNCTION_ARGS) |
Return true if a temporal geometry and a geometry always touch @sqlfn aTouches() More... | |
Datum | Atouches_tgeo_tgeo (PG_FUNCTION_ARGS) |
Return true if two temporal geometries always touch each other @sqlfn aTouches() More... | |
Datum | Atouches_tpoint_geo (PG_FUNCTION_ARGS) |
Return true if a temporal geometry and a geometry always touch @sqlfn aTouches() More... | |
Datum | Atouches_trgeo_geo (PG_FUNCTION_ARGS) |
Return true if a temporal rigid geometry and a geometry always touch @sqlfn aTouches() More... | |
Datum | Econtains_geo_tgeo (PG_FUNCTION_ARGS) |
Return true if a geometry ever contains a temporal geometry @sqlfn eContains() More... | |
Datum | Econtains_geo_trgeo (PG_FUNCTION_ARGS) |
Return true if a geometry ever contains a temporal rigid geometry @sqlfn eContains() More... | |
Datum | Econtains_tgeo_geo (PG_FUNCTION_ARGS) |
Return true if a temporal geometry ever contains a geometry @sqlfn eContains() More... | |
Datum | Econtains_tgeo_tgeo (PG_FUNCTION_ARGS) |
Return true if a temporal geometry ever contains another one @sqlfn eContains() More... | |
Datum | Ecovers_geo_tgeo (PG_FUNCTION_ARGS) |
Return true if a geometry ever covers a temporal geometry @sqlfn eCovers() More... | |
Datum | Ecovers_geo_trgeo (PG_FUNCTION_ARGS) |
Return true if a geometry ever covers a temporal rigid geometry @sqlfn eCovers() More... | |
Datum | Ecovers_tgeo_geo (PG_FUNCTION_ARGS) |
Return true if a temporal geometry ever covers a geometry @sqlfn eCovers() More... | |
Datum | Ecovers_tgeo_tgeo (PG_FUNCTION_ARGS) |
Return true if a temporal geometry ever covers another one @sqlfn eCovers() More... | |
Datum | Ecovers_trgeo_geo (PG_FUNCTION_ARGS) |
Return true if a geometry ever covers a temporal rigid geometry @sqlfn eCovers() More... | |
Datum | Edisjoint_geo_tgeo (PG_FUNCTION_ARGS) |
Return true if a geometry/geography and a temporal geometry are ever disjoint @sqlfn eDisjoint() More... | |
Datum | Edisjoint_geo_trgeo (PG_FUNCTION_ARGS) |
Return true if a geometry and a temporal rigid geometry are ever disjoint @sqlfn eDisjoint() More... | |
Datum | Edisjoint_tgeo_geo (PG_FUNCTION_ARGS) |
Return true if a temporal geometry and a geometry/geography are ever disjoint @sqlfn eDisjoint() More... | |
Datum | Edisjoint_tgeo_tgeo (PG_FUNCTION_ARGS) |
Return true if two temporal geometrys are ever disjoint @sqlfn eDisjoint() More... | |
Datum | Edisjoint_trgeo_geo (PG_FUNCTION_ARGS) |
Return true if a temporal rigid geometry and a geometry are ever disjoint @sqlfn eDisjoint() More... | |
Datum | Edisjoint_trgeo_trgeo (PG_FUNCTION_ARGS) |
Return true if two temporal rigid geometries are ever disjoint @sqlfn eDisjoint() More... | |
Datum | Edwithin_geo_tgeo (PG_FUNCTION_ARGS) |
Return true if a geometry/geography and a temporal geometry are ever within a distance @sqlfn eDwithin() More... | |
Datum | Edwithin_geo_trgeo (PG_FUNCTION_ARGS) |
Return true if a geometry and a temporal rigid geometry are ever within a distance @sqlfn eDwithin() More... | |
Datum | Edwithin_tgeo_geo (PG_FUNCTION_ARGS) |
Return true if a temporal geometry and a geometry/geography are ever within a distance @sqlfn eDwithin() More... | |
Datum | Edwithin_trgeo_geo (PG_FUNCTION_ARGS) |
Return true if a temporal rigid geometry and a geometry are ever within a distance @sqlfn eDwithin() More... | |
Datum | Eintersects_geo_tgeo (PG_FUNCTION_ARGS) |
Return true if a geometry/geography and a temporal geometry ever intersect @sqlfn eIntersects() More... | |
Datum | Eintersects_geo_trgeo (PG_FUNCTION_ARGS) |
Return true if a geometry and a temporal rigid geometry ever intersect @sqlfn eIntersects() More... | |
Datum | Eintersects_tgeo_geo (PG_FUNCTION_ARGS) |
Return true if a temporal geometry and a geometry/geography ever intersect @sqlfn eIntersects() More... | |
Datum | Eintersects_tgeo_tgeo (PG_FUNCTION_ARGS) |
Return true if two temporal geometrys ever intersect @sqlfn eIntersects() More... | |
Datum | Eintersects_trgeo_geo (PG_FUNCTION_ARGS) |
Return true if a temporal rigid geometry and a geometry ever intersect @sqlfn eIntersects() More... | |
Datum | Eintersects_trgeo_trgeo (PG_FUNCTION_ARGS) |
Return true if two temporal rigid geometries ever intersect @sqlfn eIntersects() More... | |
Datum | Etouches_geo_tgeo (PG_FUNCTION_ARGS) |
Return true if a geometry and a temporal geometry ever touch @sqlfn eTouches() More... | |
Datum | Etouches_geo_tpoint (PG_FUNCTION_ARGS) |
Return true if a geometry and a temporal point ever touch each other @sqlfn eTouches() More... | |
Datum | Etouches_geo_trgeo (PG_FUNCTION_ARGS) |
Return true if a geometry and a temporal rigid geometry ever touch @sqlfn eTouches() More... | |
Datum | Etouches_tgeo_geo (PG_FUNCTION_ARGS) |
Return true if a temporal geometry and a geometry ever touch @sqlfn eTouches() More... | |
Datum | Etouches_tgeo_tgeo (PG_FUNCTION_ARGS) |
Return true if two temporal geometries ever touch each other @sqlfn eTouches() More... | |
Datum | Etouches_tpoint_geo (PG_FUNCTION_ARGS) |
Return true if a temporal geometry and a geometry ever touch @sqlfn eTouches() More... | |
Datum | Etouches_trgeo_geo (PG_FUNCTION_ARGS) |
Return true if a temporal rigid geometry and a geometry ever touch @sqlfn eTouches() More... | |
Ever and always spatial relationship functions for temporal geometries.