|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FilterAbstract | |
---|---|
org.geotools.filter | |
org.geotools.filter.spatial |
Uses of FilterAbstract in org.geotools.filter |
---|
Subclasses of FilterAbstract in org.geotools.filter | |
---|---|
class |
AbstractFilter
Implements Filter interface, with constants and default behaviors for methods. |
class |
AbstractFilterImpl
Abstract filter implementation provides or and and methods for child filters to use. |
class |
AndImpl
Direct implementation of And filter. |
class |
BetweenFilterImpl
Deprecated. use IsBetweenImpl |
class |
BinaryComparisonAbstract
Abstract implemention for binary filters. |
class |
BinaryLogicAbstract
|
class |
CartesianDistanceFilter
Defines geometry filters with a distance element. |
class |
CompareFilterImpl
Defines a comparison filter (can be a math comparison or generic equals). |
class |
FidFilterImpl
Defines a ID filter, which holds a list of IDs ( usually feature id;s ). |
class |
GeometryFilterImpl
Implements a geometry filter. |
class |
IsBetweenImpl
Straight implementation of GeoAPI interface. |
class |
IsEqualsToImpl
|
class |
IsGreaterThanImpl
|
class |
IsGreaterThanOrEqualToImpl
|
class |
IsLessThenImpl
|
class |
IsLessThenOrEqualToImpl
|
class |
IsNilImpl
JD: PropertyIsNil requires us to return true if a property is "nil" in the xml schema sense. |
class |
IsNotEqualToImpl
|
class |
IsNullImpl
|
class |
LikeFilterImpl
Defines a like filter, which checks to see if an attribute matches a REGEXP. |
class |
LogicFilterImpl
Defines a logic filter (the only filter type that contains other filters). |
class |
MultiCompareFilterImpl
Support for Multi-valued properties when comparing |
class |
NotImpl
|
class |
NullFilterImpl
Defines a null filter, which checks to see if an attribute is null. |
class |
OrImpl
|
Uses of FilterAbstract in org.geotools.filter.spatial |
---|
Subclasses of FilterAbstract in org.geotools.filter.spatial | |
---|---|
class |
AbstractPreparedGeometryFilter
A base class for GeometryFilters that will use PreparedGeometries when the Expression is a Literal Expression. |
class |
BBOXImpl
|
class |
BeyondImpl
|
class |
ContainsImpl
|
class |
CrossesImpl
|
class |
DisjointImpl
|
class |
DWithinImpl
|
class |
EqualsImpl
|
class |
IntersectsImpl
|
class |
OverlapsImpl
|
class |
TouchesImpl
|
class |
WithinImpl
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |