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

Packages that use Within
org.geotools.arcsde.filter   
org.geotools.data.complex.filter   
org.geotools.data.jdbc   
org.geotools.filter   
org.geotools.filter.spatial   
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 Within in org.geotools.arcsde.filter
 

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

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

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

Uses of Within in org.geotools.data.jdbc
 

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

Uses of Within in org.geotools.filter
 

Methods in org.geotools.filter that return Within
 Within FilterFactoryImpl.within(Expression geometry1, Expression geometry2)
           
 Within FilterFactory.within(Expression geometry1, Expression geometry2)
          Deprecated. Checks if the feature's geometry is completely contained by the specified constant geometry.
 Within FilterFactoryImpl.within(Expression geometry1, Expression geometry2, MultiValuedFilter.MatchAction matchAction)
           
 Within FilterFactoryImpl.within(Expression geometry1, Geometry geometry2)
           
 Within FilterFactoryImpl.within(String propertyName, Geometry geometry)
           
 Within FilterFactoryImpl.within(String propertyName, Geometry geometry, MultiValuedFilter.MatchAction matchAction)
           
 

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

Uses of Within in org.geotools.filter.spatial
 

Classes in org.geotools.filter.spatial that implement Within
 class WithinImpl
           
 

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

Uses of Within in org.geotools.filter.visitor
 

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

Uses of Within in org.geotools.xml.filter
 

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

Uses of Within in org.opengis.filter
 

Methods in org.opengis.filter that return Within
 Within FilterFactory2.within(Expression geometry1, Expression geometry2)
          Checks if the feature's geometry is completely contained by the specified constant geometry.
 Within FilterFactory2.within(Expression geometry1, Expression geometry2, MultiValuedFilter.MatchAction matchAction)
          Checks if the feature's geometry is completely contained by the specified constant geometry.
 Within FilterFactory.within(String propertyName, Geometry geometry)
          Checks if the feature's geometry is completely contained by the specified constant geometry.
 Within FilterFactory.within(String propertyName, Geometry geometry, MultiValuedFilter.MatchAction matchAction)
          Checks if the feature's geometry is completely contained by the specified constant geometry.
 

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



Copyright © 1996-2014 Geotools. All Rights Reserved.