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

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

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

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

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

Uses of Disjoint in org.geotools.data.jdbc
 

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

Uses of Disjoint in org.geotools.filter
 

Methods in org.geotools.filter that return Disjoint
 Disjoint FilterFactoryImpl.disjoint(Expression geometry1, Expression geometry2)
           
 Disjoint FilterFactory.disjoint(Expression geometry1, Expression geometry2)
          Deprecated. Checks if the first operand is disjoint from the second.
 Disjoint FilterFactoryImpl.disjoint(Expression geometry1, Expression geometry2, MultiValuedFilter.MatchAction matchAction)
           
 Disjoint FilterFactoryImpl.disjoint(String propertyName, Geometry geometry)
           
 Disjoint FilterFactoryImpl.disjoint(String propertyName, Geometry geometry, MultiValuedFilter.MatchAction matchAction)
           
 

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

Uses of Disjoint in org.geotools.filter.spatial
 

Classes in org.geotools.filter.spatial that implement Disjoint
 class DisjointImpl
           
 

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

Uses of Disjoint in org.geotools.filter.visitor
 

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

Uses of Disjoint in org.geotools.xml.filter
 

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

Uses of Disjoint in org.opengis.filter
 

Methods in org.opengis.filter that return Disjoint
 Disjoint FilterFactory2.disjoint(Expression geometry1, Expression geometry2)
          Checks if the first operand is disjoint from the second.
 Disjoint FilterFactory2.disjoint(Expression geometry1, Expression geometry2, MultiValuedFilter.MatchAction matchAction)
          Checks if the first operand is disjoint from the second.
 Disjoint FilterFactory.disjoint(String propertyName, Geometry geometry)
          Checks if the first operand is disjoint from the second.
 Disjoint FilterFactory.disjoint(String propertyName, Geometry geometry, MultiValuedFilter.MatchAction matchAction)
          Checks if the first operand is disjoint from the second.
 

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



Copyright © 1996-2014 Geotools. All Rights Reserved.