|
◆ ea_spatialrel_tgeo_tgeo()
Return 1 if two temporal geometries ever/always contains satisfy a spatial relationship, 0 if not, and -1 on error.
- A temporal geometry ever contains another one if there is an instant in which the two temporal geometries satisfy the relationship.
- A temporal geometry always contains another one if the traversed area of the first temporal geometry contains the traversed area of the second one
- Parameters
-
[in] | temp1,temp2 | Temporal geometries |
[in] | func | Spatial relationship function to apply |
[in] | ever | True for the ever semantics, false for the always semantics |
|