Interface SpatialOperator

  • All Superinterfaces:
    Operator
    All Known Implementing Classes:
    SpatialOperatorImpl

    public interface SpatialOperator
    extends Operator
    Indicates support for the named spatial operator.

    The filter that is supported is indicated by the getName() field, these names matc

    • A subclass of Filter. Examples include "BBOX" and "Beyond"
    Each filter subclass has an associated name, you can use this name to determine if a matching SpatialOperator is defined as part of FilterCapabilities.
    Author:
    Markus Schneider
    • Method Detail

      • getGeometryOperands

        Collection<GeometryOperand> getGeometryOperands()
        Returns the geometryOperands.