Uses of Interface
org.opengis.filter.spatial.DistanceBufferOperator

Packages that use DistanceBufferOperator
org.geotools.filter   
org.geotools.filter.spatial   
org.geotools.filter.text.commons   
org.geotools.xml.filter The package name does not map the prefix name because we feel that this is a better representation. 
org.opengis.filter.spatial A spatial operator determines whether its geometric arguments satisfy the stated spatial relationship. 
 

Uses of DistanceBufferOperator in org.geotools.filter
 

Subinterfaces of DistanceBufferOperator in org.geotools.filter
 interface GeometryDistanceFilter
          Deprecated. use DistanceBufferOperator
 

Classes in org.geotools.filter that implement DistanceBufferOperator
 class CartesianDistanceFilter
          Defines geometry filters with a distance element.
 

Uses of DistanceBufferOperator in org.geotools.filter.spatial
 

Classes in org.geotools.filter.spatial that implement DistanceBufferOperator
 class BeyondImpl
           
 class DWithinImpl
           
 

Uses of DistanceBufferOperator in org.geotools.filter.text.commons
 

Methods in org.geotools.filter.text.commons that return DistanceBufferOperator
 DistanceBufferOperator AbstractFilterBuilder.buildSpatialBeyondFilter()
           
 DistanceBufferOperator AbstractFilterBuilder.buildSpatialDWithinFilter()
           
 

Methods in org.geotools.filter.text.commons with parameters of type DistanceBufferOperator
static Object FilterToTextUtil.buildDistanceBufferOperation(String geoOperation, DistanceBufferOperator filter, Object extraData)
           
 

Uses of DistanceBufferOperator in org.geotools.xml.filter
 

Methods in org.geotools.xml.filter with parameters of type DistanceBufferOperator
 Object FilterCompliancePreProcessor.visit(DistanceBufferOperator filter, Object extraData)
           
 

Uses of DistanceBufferOperator in org.opengis.filter.spatial
 

Subinterfaces of DistanceBufferOperator in org.opengis.filter.spatial
 interface Beyond
          Concrete distance buffer operator that evaluates as true when all of a feature's geometry lies beyond (i.e. is more distant) than the given distance from this object's geometry.
 interface DWithin
          Concrete distance buffer operator that evaluates as true when any part of the first geometry lies within the given distance of the second geometry.
 



Copyright © 1996-2014 Geotools. All Rights Reserved.