Uses of Interface
org.opengis.filter.expression.Literal

Packages that use Literal
org.opengis.filter Filters features according their properties. 
org.opengis.filter.expression An expression is a combination of one or more elements that evaluate to single Object value. 
 

Uses of Literal in org.opengis.filter
 

Methods in org.opengis.filter that return Literal
 Literal FilterFactory.literal(boolean b)
          A constant, literal Boolean value that can be used in expressions.
 Literal FilterFactory.literal(byte b)
          A constant, literal Byte value that can be used in expressions.
 Literal FilterFactory.literal(char c)
          A constant, literal Character value that can be used in expressions.
 Literal FilterFactory.literal(double d)
          A constant, literal Double value that can be used in expressions.
 Literal FilterFactory.literal(float f)
          A constant, literal Float value that can be used in expressions.
 Literal FilterFactory.literal(int i)
          A constant, literal Integer value that can be used in expressions.
 Literal FilterFactory.literal(long l)
          A constant, literal Long value that can be used in expressions.
 Literal FilterFactory.literal(Object obj)
          A constant, literal value that can be used in expressions.
 Literal FilterFactory.literal(short s)
          A constant, literal Short value that can be used in expressions.
 

Uses of Literal in org.opengis.filter.expression
 

Methods in org.opengis.filter.expression with parameters of type Literal
 Object ExpressionVisitor.visit(Literal expression, Object extraData)
           
 



Copyright © 1994-2008 Open Geospatial Consortium. All Rights Reserved.