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
          Deprecated. use PropertyIsBetween
 interface CompareFilter
          Deprecated. use BinaryComparisonOperator
 interface FidFilter
          Deprecated. use FeatureId
 interface Filter
          Deprecated. use Filter
 interface GeometryDistanceFilter
          Deprecated. use DistanceBufferOperator
 interface GeometryFilter
          Deprecated. use BinarySpatialOperator.
 interface LikeFilter
          Deprecated. use PropertyIsLike
 interface LogicFilter
          Deprecated. use BinaryLogicOperator
 interface NullFilter
          Deprecated. use PropertyIsNull
 

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
          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 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 FilterType in org.geotools.filter.spatial
 

Classes in org.geotools.filter.spatial that implement FilterType
 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
           
 

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 © 1996-2009 Geotools. All Rights Reserved.