Uses of Class
org.geotools.filter.FilterAbstract

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
           
 class BetweenFilterImpl
          Defines a 'between' filter (which is a specialized compare filter).
 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 feature ID filter, which holds a list of feature IDs.
 class GeometryFilterImpl
          Implements a geometry filter.
 class IsBetweenImpl
           
 class IsEqualsToImpl
           
 class IsGreaterThanImpl
           
 class IsGreaterThanOrEqualToImpl
           
 class IsLessThenImpl
           
 class IsLessThenOrEqualToImpl
           
 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 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 BBOXImpl
           
 class BeyondImpl
           
 class ContainsImpl
           
 class CrossesImpl
           
 class DisjointImpl
           
 class DWithinImpl
           
 class EqualsImpl
           
 class IntersectsImpl
           
 class OverlapsImpl
           
 class TouchesImpl
           
 class WithinImpl
           
 



Copyright © GeoTools. All Rights Reserved.