|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.filter.FilterAbstract
org.geotools.filter.AbstractFilter
org.geotools.filter.AbstractFilterImpl
public abstract class AbstractFilterImpl
Abstract filter implementation provides or and and methods for child filters to use.
Field Summary |
---|
Fields inherited from class org.geotools.filter.AbstractFilter |
---|
filterType, LOGGER, permissiveConstruction |
Fields inherited from class org.geotools.filter.FilterAbstract |
---|
factory |
Fields inherited from interface org.geotools.filter.Filter |
---|
ALL, NONE |
Fields inherited from interface org.geotools.filter.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 |
Fields inherited from interface org.opengis.filter.Filter |
---|
EXCLUDE, INCLUDE |
Constructor Summary | |
---|---|
protected |
AbstractFilterImpl(org.opengis.filter.FilterFactory factory)
|
Method Summary | |
---|---|
Filter |
and(org.opengis.filter.Filter filter)
Default implementation for AND - should be sufficient for most filters. |
Filter |
not()
Default implementation for NOT - should be sufficient for most filters. |
Filter |
or(org.opengis.filter.Filter filter)
Default implementation for OR - should be sufficient for most filters. |
Methods inherited from class org.geotools.filter.AbstractFilter |
---|
accept, contains, getFilterType, isCompareFilter, isGeometryDistanceFilter, isGeometryFilter, isLogicFilter, isMathFilter, isSimpleFilter |
Methods inherited from class org.geotools.filter.FilterAbstract |
---|
accept, accepts, eval, eval, eval, evaluate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.geotools.filter.Filter |
---|
evaluate |
Methods inherited from interface org.opengis.filter.Filter |
---|
accept, evaluate |
Constructor Detail |
---|
protected AbstractFilterImpl(org.opengis.filter.FilterFactory factory)
Method Detail |
---|
public Filter or(org.opengis.filter.Filter filter)
filter
- Parent of the filter: must implement GMLHandlerGeometry.
public Filter and(org.opengis.filter.Filter filter)
filter
- Parent of the filter: must implement GMLHandlerGeometry.
public Filter not()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |