Uses of Interface
org.geotools.filter.AttributeExpression

Packages that use AttributeExpression
org.geotools.data Defines the DataStoreAPI via which all data is imported or exported. 
org.geotools.filter   
org.geotools.filter.visitor   
org.geotools.renderer.shape   
org.geotools.xml.filter The package name does not map the prefix name because we feel that this is a better representation. 
 

Uses of AttributeExpression in org.geotools.data
 

Methods in org.geotools.data with parameters of type AttributeExpression
protected  boolean DiffFeatureReader.isDefaultGeometry(AttributeExpression ae)
           
 

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).
 class NestedAttributeExpression
          This class represents a list of expressions broken up from a single XPath expression that is nested in more than one feature.
 

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

Methods in org.geotools.filter with parameters of type AttributeExpression
 void SQLEncoderOracle.visit(AttributeExpression ae)
           
 void SQLEncoder.visit(AttributeExpression expression)
          Deprecated. Writes the SQL for the attribute Expression.
 void FilterVisitor.visit(AttributeExpression expression)
          Deprecated. 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 AbstractFilterVisitor.visit(AttributeExpression expression)
          Deprecated.  
 void WFSBBoxFilterVisitor.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)
           
 

Uses of AttributeExpression in org.geotools.xml.filter
 

Methods in org.geotools.xml.filter with parameters of type AttributeExpression
 void FilterEncodingPreProcessor.visit(AttributeExpression expression)
           
 



Copyright © 1996-2010 Geotools. All Rights Reserved.