Documentation of 'org.opengis.filter.BinaryLogicOperator' Java class
BinaryLogicOperator
org.opengis.filter

Interface BinaryLogicOperator

  • All Superinterfaces:
    Filter
    All Known Subinterfaces:
    And, Or


    @XmlElement(value="BinaryLogicOpType")
    public interface BinaryLogicOperator
    extends Filter
    Abstract super-interface for logical operators that accept two or more other logical values as inputs. Currently, the only two subclasses are And and Or.
    Since:
    GeoAPI 2.0
    • Method Detail

      • getChildren

        java.util.List<Filter> getChildren()
        Returns a list containing all of the child filters of this object. This list will contain at least two elements, and each element will be an instance of Filter. Implementations of this interface are encouraged to return either a copy of their internal list or an immutable wrapper around their internal list. This is because this specification requires Filter objects to be immutable.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.