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

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

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

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

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

Uses of Beyond in org.geotools.data.jdbc
 

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

Uses of Beyond in org.geotools.filter
 

Methods in org.geotools.filter that return Beyond
 Beyond FilterFactoryImpl.beyond(Expression geometry1, Expression geometry2, double distance, String units)
           
 Beyond FilterFactory.beyond(Expression geometry1, Expression geometry2, double distance, String units)
          Deprecated. Check if all of a geometry is more distant than the given distance from this object's geometry.
 Beyond FilterFactoryImpl.beyond(Expression geometry1, Expression geometry2, double distance, String units, MultiValuedFilter.MatchAction matchAction)
           
 Beyond FilterFactoryImpl.beyond(Expression geometry1, Geometry geometry2, double distance, String units)
           
 Beyond FilterFactoryImpl.beyond(String propertyName, Geometry geometry, double distance, String units)
           
 Beyond FilterFactoryImpl.beyond(String propertyName, Geometry geometry, double distance, String units, MultiValuedFilter.MatchAction matchAction)
           
 

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

Uses of Beyond in org.geotools.filter.spatial
 

Classes in org.geotools.filter.spatial that implement Beyond
 class BeyondImpl
           
 

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

Uses of Beyond in org.geotools.filter.visitor
 

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

Uses of Beyond in org.geotools.xml.filter
 

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

Uses of Beyond in org.opengis.filter
 

Methods in org.opengis.filter that return Beyond
 Beyond FilterFactory2.beyond(Expression geometry1, Expression geometry2, double distance, String units)
          Check if all of a geometry is more distant than the given distance from this object's geometry.
 Beyond FilterFactory2.beyond(Expression geometry1, Expression geometry2, double distance, String units, MultiValuedFilter.MatchAction matchAction)
          Check if all of a geometry is more distant than the given distance from this object's geometry.
 Beyond FilterFactory.beyond(String propertyName, Geometry geometry, double distance, String units)
          Check if all of a feature's geometry is more distant than the given distance from this object's geometry.
 Beyond FilterFactory.beyond(String propertyName, Geometry geometry, double distance, String units, MultiValuedFilter.MatchAction matchAction)
          Check if all of a feature's geometry is more distant than the given distance from this object's geometry.
 

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



Copyright © 1996-2013 Geotools. All Rights Reserved.