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

Packages that use DWithin
org.geotools.arcsde.filter   
org.geotools.data.complex.filter   
org.geotools.data.jdbc   
org.geotools.filter   
org.geotools.filter.spatial   
org.geotools.filter.text.commons   
org.geotools.filter.visitor   
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 Filters features according their properties. 
 

Uses of DWithin in org.geotools.arcsde.filter
 

Methods in org.geotools.arcsde.filter with parameters of type DWithin
 Object GeometryEncoderSDE.visit(DWithin filter, Object extraData)
           
 

Uses of DWithin in org.geotools.data.complex.filter
 

Methods in org.geotools.data.complex.filter with parameters of type DWithin
 Object UnmappingFilterVisitor.visit(DWithin filter, Object arg1)
           
 

Uses of DWithin in org.geotools.data.jdbc
 

Methods in org.geotools.data.jdbc with parameters of type DWithin
 Object FilterToSQL.visit(DWithin filter, Object extraData)
           
 

Uses of DWithin in org.geotools.filter
 

Methods in org.geotools.filter that return DWithin
 DWithin FilterFactoryImpl.dwithin(Expression geometry1, Expression geometry2, double distance, String units)
           
 DWithin FilterFactory.dwithin(Expression geometry1, Expression geometry2, double distance, String units)
          Deprecated. Checks if any part of the first geometry lies within the given distance of the second geometry.
 DWithin FilterFactoryImpl.dwithin(Expression geometry1, Expression geometry2, double distance, String units, MultiValuedFilter.MatchAction matchAction)
           
 DWithin FilterFactoryImpl.dwithin(String propertyName, Geometry geometry, double distance, String units)
           
 DWithin FilterFactoryImpl.dwithin(String propertyName, Geometry geometry, double distance, String units, MultiValuedFilter.MatchAction matchAction)
           
 

Methods in org.geotools.filter with parameters of type DWithin
 Object FilterTransformer.FilterTranslator.visit(DWithin filter, Object extraData)
           
 Object FilterVisitorFilterWrapper.visit(DWithin filter, Object extraData)
           
 

Uses of DWithin in org.geotools.filter.spatial
 

Classes in org.geotools.filter.spatial that implement DWithin
 class DWithinImpl
           
 

Methods in org.geotools.filter.spatial with parameters of type DWithin
 Object ReprojectingFilterVisitor.visit(DWithin filter, Object extraData)
           
 

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

Methods in org.geotools.filter.text.commons with parameters of type DWithin
static Object FilterToTextUtil.buildDWithin(DWithin filter, Object extraData)
           
 

Uses of DWithin in org.geotools.filter.visitor
 

Methods in org.geotools.filter.visitor with parameters of type DWithin
 Object AbstractFilterVisitor.visit(DWithin filter, Object data)
          Deprecated. Visits filter.getExpression1(),filter.getExpression2() if an expression visitor has been set.
 Object DefaultFilterVisitor.visit(DWithin filter, Object data)
           
 Object OperatorNameFilterVisitor.visit(DWithin filter, Object extraData)
           
 Object NullFilterVisitor.visit(DWithin filter, Object data)
           
 Object PostPreProcessFilterSplittingVisitor.visit(DWithin filter, Object notUsed)
          Deprecated.  
 Object AbstractFinderFilterVisitor.visit(DWithin filter, Object data)
           
 Object AbstractSearchFilterVisitor.visit(DWithin filter, Object data)
           
 Object IsSupportedFilterVisitor.visit(DWithin filter, Object extraData)
           
 Object FilterVisitorSupport.visit(DWithin filter, Object extraData)
           
 Object ExtractBoundsFilterVisitor.visit(DWithin filter, Object data)
           
 Object IsFullySupportedFilterVisitor.visit(DWithin filter, Object extraData)
           
 Object LiteralDemultiplyingFilterVisitor.visit(DWithin filter, Object extraData)
           
 Object DuplicatingFilterVisitor.visit(DWithin filter, Object extraData)
           
 Object SpatialFilterVisitor.visit(DWithin filter, Object data)
           
 Object CapabilitiesFilterSplitter.visit(DWithin filter, Object notUsed)
           
 

Uses of DWithin in org.geotools.xml.filter
 

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

Uses of DWithin in org.opengis.filter
 

Methods in org.opengis.filter that return DWithin
 DWithin FilterFactory2.dwithin(Expression geometry1, Expression geometry2, double distance, String units)
          Checks if any part of the first geometry lies within the given distance of the second geometry.
 DWithin FilterFactory2.dwithin(Expression geometry1, Expression geometry2, double distance, String units, MultiValuedFilter.MatchAction matchAction)
          Checks if any part of the first geometry lies within the given distance of the second geometry.
 DWithin FilterFactory.dwithin(String propertyName, Geometry geometry, double distance, String units)
          Checks if any part of the first geometry lies within the given distance of the second geometry.
 DWithin FilterFactory.dwithin(String propertyName, Geometry geometry, double distance, String units, MultiValuedFilter.MatchAction matchAction)
          Checks if any part of the first geometry lies within the given distance of the second geometry.
 

Methods in org.opengis.filter with parameters of type DWithin
 Object FilterVisitor.visit(DWithin filter, Object extraData)
           
 



Copyright © 1996-2014 Geotools. All Rights Reserved.