Uses of Class
org.geotools.filter.ConstantExpression

Packages that use ConstantExpression
org.geotools.filter   
org.geotools.styling Allows for symbolization of geospatial data. 
 

Uses of ConstantExpression in org.geotools.filter
 

Fields in org.geotools.filter declared as ConstantExpression
static ConstantExpression ConstantExpression.BLACK
           
static ConstantExpression ConstantExpression.NULL
           
static ConstantExpression ConstantExpression.ONE
           
static ConstantExpression ConstantExpression.TWO
           
static ConstantExpression ConstantExpression.UNNAMED
           
static ConstantExpression ConstantExpression.ZERO
           
 

Methods in org.geotools.filter that return ConstantExpression
static ConstantExpression ConstantExpression.color(java.awt.Color color)
          Encode provided color as a String
static ConstantExpression ConstantExpression.constant(double number)
           
static ConstantExpression ConstantExpression.constant(int number)
           
static ConstantExpression ConstantExpression.constant(java.lang.Object value)
           
 

Uses of ConstantExpression in org.geotools.styling
 

Subclasses of ConstantExpression in org.geotools.styling
 class OverlapBehavior
          Deprecated. Please use org.opengis.style.OverlapBehavior
 



Copyright © 1996-2010 Geotools. All Rights Reserved.