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

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

Uses of LiteralExpression in org.geotools.data
 

Methods in org.geotools.data with parameters of type LiteralExpression
 void DataUtilities.AbstractFilterVisitor.visit(LiteralExpression literalExpression)
          DOCUMENT ME!
 

Uses of LiteralExpression in org.geotools.data.db2.filter
 

Methods in org.geotools.data.db2.filter with parameters of type LiteralExpression
 void SQLEncoderDB2.visitLiteralGeometry(LiteralExpression expression)
          Construct an ST_Geometry from the WKT representation of a literal expression
 

Uses of LiteralExpression in org.geotools.data.wfs
 

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

Uses of LiteralExpression in org.geotools.filter
 

Classes in org.geotools.filter that implement LiteralExpression
 class BBoxExpressionImpl
          Implements a Bounding Box expression.
 class LiteralExpressionImpl
          Defines an expression that holds a literal for return.
 

Methods in org.geotools.filter that return LiteralExpression
 LiteralExpression FilterFactoryImpl.createLiteralExpression()
          Creates an empty Literal Expression
 LiteralExpression FilterFactoryImpl.createLiteralExpression(java.lang.Object o)
          Creates a Literal Expression from an Object.
 LiteralExpression FilterFactoryImpl.createLiteralExpression(int i)
          Creates an Integer Literal Expression.
 LiteralExpression FilterFactoryImpl.createLiteralExpression(double d)
          Creates a Double Literal Expression
 LiteralExpression FilterFactoryImpl.createLiteralExpression(java.lang.String s)
          Creates a String Literal Expression
 LiteralExpression FilterFactory.createLiteralExpression(int i)
          Creates an Integer Literal Expression.
 LiteralExpression FilterFactory.createLiteralExpression(java.lang.Object o)
          Creates a Literal Expression from an Object.
 LiteralExpression FilterFactory.createLiteralExpression()
          Creates an empty Literal Expression
 LiteralExpression FilterFactory.createLiteralExpression(java.lang.String s)
          Creates a String Literal Expression
 LiteralExpression FilterFactory.createLiteralExpression(double d)
          Creates a Double Literal Expression
 

Methods in org.geotools.filter with parameters of type LiteralExpression
 void SQLEncoderHsql.visitLiteralGeometry(LiteralExpression expression)
          Checks to see if the literal is a geometry, and encodes it if it is, if not just sends to the parent class.
 void SQLEncoderMySQL.visitLiteralGeometry(LiteralExpression expression)
          Checks to see if the literal is a geometry, and encodes it if it is, if not just sends to the parent class.
 void GeometryEncoderSDE.visit(LiteralExpression expression)
          DOCUMENT ME!
 void SQLEncoderOracle.visit(LiteralExpression literal)
          Converts a literal expression into a valid SDO object.
 void XMLEncoder.visit(LiteralExpression expression)
          Deprecated. Export the contents of a Literal Expresion
 void SQLEncoderPostgis.visitLiteralGeometry(LiteralExpression expression)
          Checks to see if the literal is a geometry, and encodes it if it is, if not just sends to the parent class.
 void SQLEncoderPostgisGeos.visit(LiteralExpression expression)
          Checks to see if the literal is a geometry, and encodes it if it is, if not just sends to the parent class.
 void FilterTransformer.FilterTranslator.visit(LiteralExpression expression)
           
 void SQLEncoder.visit(LiteralExpression expression)
          Export the contents of a Literal Expresion
protected  void SQLEncoder.visitLiteralGeometry(LiteralExpression expression)
          Subclasses must implement this method in order to encode geometry filters according to the specific database implementation
 void FilterAttributeExtractor.visit(LiteralExpression expression)
           
 void FilterVisitor.visit(LiteralExpression expression)
          Called when accept is called on a literal expression.
 

Uses of LiteralExpression in org.geotools.filter.expression
 

Subinterfaces of LiteralExpression in org.geotools.filter.expression
 interface BBoxExpression
          A convenience expression to form a geometry literal from an envelope.
 

Classes in org.geotools.filter.expression that implement LiteralExpression
 class ConstantExpression
          The Expression class is not immutable!
 

Uses of LiteralExpression in org.geotools.filter.visitor
 

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

Uses of LiteralExpression in org.geotools.index.rtree
 

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

Uses of LiteralExpression in org.geotools.renderer.lite
 

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

Uses of LiteralExpression in org.geotools.renderer.shape
 

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



Copyright © GeoTools. All Rights Reserved.