![]() |
MobilityDB 1.3
|
Spatial relationship functions for temporal geos. More...
Functions | |
bool | geog_dwithin (const GSERIALIZED *gs1, const GSERIALIZED *gs2, double tolerance, bool use_spheroid) |
Return true if two geographies are within a distance. More... | |
bool | geog_intersects (const GSERIALIZED *gs1, const GSERIALIZED *gs2, bool use_spheroid) |
Return true if the geographies intersect. More... | |
bool | geom_contains (const GSERIALIZED *gs1, const GSERIALIZED *gs2) |
Return true if the first geometry contains the second one. More... | |
bool | geom_covers (const GSERIALIZED *gs1, const GSERIALIZED *gs2) |
Return true if the first geometry covers the second one. More... | |
bool | geom_disjoint2d (const GSERIALIZED *gs1, const GSERIALIZED *gs2) |
Return true if two geometries are disjoint in 2D. More... | |
bool | geom_dwithin2d (const GSERIALIZED *gs1, const GSERIALIZED *gs2, double tolerance) |
Return true if two geometries are within a distance. More... | |
bool | geom_dwithin3d (const GSERIALIZED *gs1, const GSERIALIZED *gs2, double tolerance) |
Return true if two geometries are within a distance. More... | |
bool | geom_intersects2d (const GSERIALIZED *gs1, const GSERIALIZED *gs2) |
Return true if two geometries intersects. More... | |
bool | geom_intersects3d (const GSERIALIZED *gs1, const GSERIALIZED *gs2) |
Return true if the 3D geometries intersect. More... | |
bool | geom_relate_pattern (const GSERIALIZED *gs1, const GSERIALIZED *gs2, char *p) |
Return true if two geometries satisfy a spatial relationship given by a pattern. More... | |
bool | geom_touches (const GSERIALIZED *gs1, const GSERIALIZED *gs2) |
Return true if the two geometries intersect on a border. More... | |
Spatial relationship functions for temporal geos.