MobilityDB 1.1

◆ geom_contains()

Datum geom_contains ( Datum  geom1,
Datum  geom2 
)

Spatial relationships for temporal points.

Spatial relationships for temporal points.

These relationships compute the ever spatial relationship between the arguments and return a Boolean. These functions may be used for filtering purposes before applying the corresponding temporal spatial relationship.

The following relationships are supported for geometries: contains, disjoint, intersects, touches, and dwithin.

The following relationships are supported for geographies: disjoint, intersects, dwithin.

Only disjoint, dwithin, and intersects are supported for 3D geometries.

Call the PostGIS function ST_Contains with the 2 arguments