pub fn contained_by<T, U>(left: T, right: U) -> BBContainedBy<T, U::Expression>
Expand description
The @ operator returns TRUE if the bounding box of geometry A is completely contained by the bounding box of geometry B.
pub fn contained_by<T, U>(left: T, right: U) -> BBContainedBy<T, U::Expression>
The @ operator returns TRUE if the bounding box of geometry A is completely contained by the bounding box of geometry B.