Uses of Class
org.geotools.filter.BinaryComparisonAbstract

Packages that use BinaryComparisonAbstract
org.geotools.filter   
org.geotools.filter.spatial   
 

Uses of BinaryComparisonAbstract in org.geotools.filter
 

Subclasses of BinaryComparisonAbstract in org.geotools.filter
 class BetweenFilterImpl
          Deprecated. use IsBetweenImpl
 class CartesianDistanceFilter
          Defines geometry filters with a distance element.
 class CompareFilterImpl
          Defines a comparison filter (can be a math comparison or generic equals).
 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 MultiCompareFilterImpl
          Support for Multi-valued properties when comparing
 

Uses of BinaryComparisonAbstract in org.geotools.filter.spatial
 

Subclasses of BinaryComparisonAbstract 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
           
 



Copyright © 1996-2014 Geotools. All Rights Reserved.