org.geotools.filter
Class BinaryLogicAbstract
Object
FilterAbstract
AbstractFilter
BinaryLogicAbstract
- All Implemented Interfaces:
- FilterType, BinaryLogicOperator, Filter
- Direct Known Subclasses:
- LogicFilterImpl
public abstract class BinaryLogicAbstract
- extends AbstractFilter
- implements BinaryLogicOperator
- Author:
- jdeolive
Fields inherited from interface Filter |
EXCLUDE, INCLUDE |
Fields inherited from interface FilterType |
BETWEEN, COMPARE_EQUALS, COMPARE_GREATER_THAN, COMPARE_GREATER_THAN_EQUAL, COMPARE_LESS_THAN, COMPARE_LESS_THAN_EQUAL, COMPARE_NOT_EQUALS, FID, GEOMETRY_BBOX, GEOMETRY_BEYOND, GEOMETRY_CONTAINS, GEOMETRY_CROSSES, GEOMETRY_DISJOINT, GEOMETRY_DWITHIN, GEOMETRY_EQUALS, GEOMETRY_INTERSECTS, GEOMETRY_OVERLAPS, GEOMETRY_TOUCHES, GEOMETRY_WITHIN, LIKE, LOGIC_AND, LOGIC_NOT, LOGIC_OR, NULL |
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface Filter |
accept, evaluate |
children
protected List children
BinaryLogicAbstract
protected BinaryLogicAbstract(FilterFactory factory,
List children)
getChildren
public List getChildren()
- Specified by:
getChildren
in interface BinaryLogicOperator
setChildren
public void setChildren(List children)
and
public Filter and(Filter filter)
or
public Filter or(Filter filter)
not
public Filter not()
Copyright © 1996-2009 Geotools. All Rights Reserved.