Inside

Bases: Condition

Implementation of the spatial 'inside' operator.

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

    pass