Uses of Interface
org.geotools.filter.FilterType

Packages that use FilterType
org.geotools.filter   
org.geotools.filter.spatial   
org.geotools.xml.filter The package name does not map the prefix name because we feel that this is a better representation.  
 

Uses of FilterType in org.geotools.filter
 

Subinterfaces of FilterType in org.geotools.filter
 interface BetweenFilter
          Defines a 'between' filter (which is a specialized compare filter).
 interface CompareFilter
          Defines a comparison filter (can be a math comparison or generic equals).
 interface FidFilter
          Defines a feature ID filter, which holds a list of feature IDs.
 interface Filter
          Defines an OpenGIS Filter object, with default behaviors for all methods.
 interface GeometryDistanceFilter
          Defines geometry filters with a distance element.
 interface GeometryFilter
          Implements a geometry filter.
 interface LikeFilter
          Defines a like filter, which checks to see if an attribute matches a REGEXP.
 interface LogicFilter
          Defines a logic filter (the only filter type that contains other filters).
 interface NullFilter
          Defines a null filter, which checks to see if an attribute is null.
 

Classes in org.geotools.filter that implement FilterType
 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 IsEqualsToImpl
           
 class IsGreaterThanImpl
           
 class IsGreaterThanOrEqualToImpl
           
 class IsLessThenImpl
           
 class IsLessThenOrEqualToImpl
           
 class IsNotEqualToImpl
           
 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 FilterType in org.geotools.filter.spatial
 

Classes in org.geotools.filter.spatial that implement FilterType
 class BBOXImpl
           
 class BeyondImpl
           
 class ContainsImpl
           
 class CrossesImpl
           
 class DisjointImpl
           
 class DWithinImpl
           
 class EqualsImpl
           
 class IntersectsImpl
           
 class OverlapsImpl
           
 class TouchesImpl
           
 class WithinImpl
           
 

Uses of FilterType in org.geotools.xml.filter
 

Classes in org.geotools.xml.filter that implement FilterType
static class FilterOpsComplexTypes.BinaryComparisonOpType
           
static class FilterOpsComplexTypes.ComparisonOpsType
           
static class FilterOpsComplexTypes.FilterType
           
static class FilterOpsComplexTypes.LogicOpsType
           
static class FilterOpsComplexTypes.SpatialOpsType
           
 



Copyright © GeoTools. All Rights Reserved.