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

Packages that use Intersects
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 Intersects in org.geotools.arcsde.filter
 

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

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

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

Uses of Intersects in org.geotools.data.jdbc
 

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

Uses of Intersects in org.geotools.filter
 

Methods in org.geotools.filter that return Intersects
 Intersects FilterFactoryImpl.intersects(Expression geometry1, Expression geometry2)
           
 Intersects FilterFactory.intersects(Expression geometry1, Expression geometry2)
          Deprecated. Checks if the two geometric operands intersect.
 Intersects FilterFactoryImpl.intersects(Expression geometry1, Expression geometry2, MultiValuedFilter.MatchAction matchAction)
           
 Intersects FilterFactoryImpl.intersects(String propertyName, Geometry geometry)
           
 Intersects FilterFactoryImpl.intersects(String propertyName, Geometry geometry, MultiValuedFilter.MatchAction matchAction)
           
 

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

Uses of Intersects in org.geotools.filter.spatial
 

Classes in org.geotools.filter.spatial that implement Intersects
 class IntersectsImpl
           
 

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

Uses of Intersects in org.geotools.filter.visitor
 

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

Uses of Intersects in org.geotools.xml.filter
 

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

Uses of Intersects in org.opengis.filter
 

Methods in org.opengis.filter that return Intersects
 Intersects FilterFactory2.intersects(Expression geometry1, Expression geometry2)
          Checks if the two geometric operands intersect.
 Intersects FilterFactory2.intersects(Expression geometry1, Expression geometry2, MultiValuedFilter.MatchAction matchAction)
          Checks if the two geometric operands intersect.
 Intersects FilterFactory.intersects(String propertyName, Geometry geometry)
          Checks if the two geometric operands intersect.
 Intersects FilterFactory.intersects(String propertyName, Geometry geometry, MultiValuedFilter.MatchAction matchAction)
          Checks if the two geometric operands intersect.
 

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



Copyright © 1996-2014 Geotools. All Rights Reserved.