|
◆ ea_covers_tgeo_tgeo()
Return 1 if a temporal geometry ever covers another one, 0 if not, and -1 on error.
- A temporal geometry ever covers another one if there is an instant in which the two temporal geometries satisfy the relationship.
- A temporal geometry always covers another one if the traversed area of the first temporal geometry covers the traversed area of the second one
- Parameters
-
[in] | temp1,temp2 | Temporal geometries |
[in] | ever | True for the ever semantics, false for the always semantics |
- Note
- Please refer to the documentation of the
ST_Covers and ST_Covers functions https://postgis.net/docs/ST_Covers.html https://postgis.net/docs/ST_Convers.html for detailed explanations about the difference between both functions.
|