Intersects

Bases: Condition

Implementation of the spatial 'intersects' operator.

Source code in valor/schemas/symbolic/operators.py
class Intersects(Condition):
    """Implementation of the spatial 'intersects' operator."""

    pass