Uses of Interface
org.geotools.filter.LiteralExpression

Packages that use LiteralExpression
org.geotools.filter   
org.geotools.filter.visitor   
org.geotools.renderer.shape   
org.geotools.styling Allows for symbolization of geospatial data. 
org.geotools.xml.filter The package name does not map the prefix name because we feel that this is a better representation. 
 

Uses of LiteralExpression in org.geotools.filter
 

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

Classes in org.geotools.filter that implement LiteralExpression
 class BBoxExpressionImpl
          Implements a Bounding Box expression.
 class ConstantExpression
          The Expression class is not immutable!
 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 FilterFactory.createLiteralExpression()
          Deprecated. Creates an empty Literal Expression
 LiteralExpression FilterFactoryImpl.createLiteralExpression(double d)
          Creates a Double Literal Expression
 LiteralExpression FilterFactory.createLiteralExpression(double d)
          Deprecated. Creates a Double Literal Expression
 LiteralExpression FilterFactoryImpl.createLiteralExpression(int i)
          Creates an Integer Literal Expression.
 LiteralExpression FilterFactory.createLiteralExpression(int i)
          Deprecated. Creates an Integer Literal Expression.
 LiteralExpression FilterFactoryImpl.createLiteralExpression(java.lang.Object o)
          Creates a Literal Expression from an Object.
 LiteralExpression FilterFactory.createLiteralExpression(java.lang.Object o)
          Deprecated. Creates a Literal Expression from an Object.
 LiteralExpression FilterFactoryImpl.createLiteralExpression(java.lang.String s)
          Creates a String Literal Expression
 LiteralExpression FilterFactory.createLiteralExpression(java.lang.String s)
          Deprecated. Creates a String Literal Expression
 

Methods in org.geotools.filter with parameters of type LiteralExpression
 void SQLEncoderOracle.visit(LiteralExpression literal)
          Converts a literal expression into a valid SDO object.
 void SQLEncoderPostgis.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 SQLEncoder.visit(LiteralExpression expression)
          Deprecated. Export the contents of a Literal Expresion
 void FilterVisitor.visit(LiteralExpression expression)
          Deprecated. Called when accept is called on a literal expression.
 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.
protected  void SQLEncoder.visitLiteralGeometry(LiteralExpression expression)
          Deprecated. Subclasses must implement this method in order to encode geometry filters according to the specific database implementation
 

Uses of LiteralExpression in org.geotools.filter.visitor
 

Methods in org.geotools.filter.visitor with parameters of type LiteralExpression
 void AbstractFilterVisitor.visit(LiteralExpression expression)
          Deprecated.  
 void WFSBBoxFilterVisitor.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)
           
 

Uses of LiteralExpression in org.geotools.styling
 

Classes in org.geotools.styling that implement LiteralExpression
 class OverlapBehavior
          Deprecated. Please use org.opengis.style.OverlapBehavior
 

Uses of LiteralExpression in org.geotools.xml.filter
 

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



Copyright © 1996-2010 Geotools. All Rights Reserved.