org.opengis.filter
Interface BinaryLogicOperator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description java.util.List<Filter>getChildren()Returns a list containing all of the child filters of this object.
-
-
-
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 ofFilter. 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 requiresFilterobjects to be immutable.
-
-
DataMelt 3.0 © DataMelt by jWork.ORG