Uses of Interface
org.geotools.filter.expression.AttributeExpression

Packages that use AttributeExpression
org.geotools.data Defines the DataStoreAPI via which all data is imported or exported.  
org.geotools.data.wfs   
org.geotools.filter   
org.geotools.filter.visitor   
org.geotools.index.rtree   
org.geotools.renderer.lite A simple renderer implementation.  
org.geotools.renderer.shape   
 

Uses of AttributeExpression in org.geotools.data
 

Methods in org.geotools.data with parameters of type AttributeExpression
protected  boolean DiffFeatureReader.isDefaultGeometry(AttributeExpression ae)
           
 void DataUtilities.AbstractFilterVisitor.visit(AttributeExpression attributeExpression)
          DOCUMENT ME!
 

Uses of AttributeExpression in org.geotools.data.wfs
 

Methods in org.geotools.data.wfs with parameters of type AttributeExpression
 void WFSFilterVisitor.visit(AttributeExpression expression)
           
 void WFSFilterVisitor.WFSBBoxFilterVisitor.visit(AttributeExpression expression)
           
 

Uses of AttributeExpression in org.geotools.filter
 

Classes in org.geotools.filter that implement AttributeExpression
 class AttributeExpressionImpl
          Defines a complex filter (could also be called logical filter).
 class AttributeExpressionImpl2
          Defines a complex filter (could also be called logical filter).
 

Methods in org.geotools.filter that return AttributeExpression
 AttributeExpression FilterFactoryImpl.createAttributeExpression(java.lang.String xpath)
          Creates an AttributeExpression using the supplied xpath.
 AttributeExpression FilterFactoryImpl.createAttributeExpression(FeatureType schema)
          Creates a Attribute Expression with an initial schema.
 AttributeExpression FilterFactoryImpl.createAttributeExpression(FeatureType schema, java.lang.String path)
          Creates a Attribute Expression given a schema and attribute path.
 AttributeExpression FilterFactoryImpl.createAttributeExpression(AttributeType at)
           
 AttributeExpression FilterFactory.createAttributeExpression(java.lang.String xpath)
          Creates an AttributeExpression using the supplied xpath.
 AttributeExpression FilterFactory.createAttributeExpression(FeatureType schema, java.lang.String xpath)
          Deprecated. use createAttributeExpression( xpath ), will be removed for GeoTools 2.3
 AttributeExpression FilterFactory.createAttributeExpression(AttributeType at)
          Deprecated. use createAttributeExpression( at ), will be removed for GeoTools 2.3
 AttributeExpression FilterFactory.createAttributeExpression(FeatureType schema)
          Deprecated. use FilterFactory.createAttributeExpression(String) instead.
 

Methods in org.geotools.filter with parameters of type AttributeExpression
 void SQLEncoderSDE.visit(AttributeExpression expression)
          Overrides the superclass implementation to fully qualify
 void GeometryEncoderSDE.visit(AttributeExpression expression)
          DOCUMENT ME!
 void SQLEncoderOracle.visit(AttributeExpression ae)
           
 void XMLEncoder.visit(AttributeExpression expression)
          Deprecated. Writes the xml representation of an Attribute expression.
 void FilterTransformer.FilterTranslator.visit(AttributeExpression expression)
           
 void SQLEncoder.visit(AttributeExpression expression)
          Writes the SQL for the attribute Expression.
 void FilterAttributeExtractor.visit(AttributeExpression expression)
           
 void FilterVisitor.visit(AttributeExpression expression)
          Called when accept is called on an attribute expression.
 

Uses of AttributeExpression in org.geotools.filter.visitor
 

Methods in org.geotools.filter.visitor with parameters of type AttributeExpression
 void DuplicatorFilterVisitor.visit(AttributeExpression expression)
           
 void AbstractFilterVisitor.visit(AttributeExpression expression)
           
 

Uses of AttributeExpression in org.geotools.index.rtree
 

Methods in org.geotools.index.rtree with parameters of type AttributeExpression
 void FilterConsumer.visit(AttributeExpression expression)
           
 

Uses of AttributeExpression in org.geotools.renderer.lite
 

Methods in org.geotools.renderer.lite with parameters of type AttributeExpression
 void BoundsExtractor.visit(AttributeExpression expression)
           
 

Uses of AttributeExpression in org.geotools.renderer.shape
 

Methods in org.geotools.renderer.shape with parameters of type AttributeExpression
 void ReplaceGeometryFilter.visit(AttributeExpression expression)
           
 



Copyright © GeoTools. All Rights Reserved.