Uses of Class
org.geotools.filter.ConstantExpression
-
Packages that use ConstantExpression Package Description 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 Modifier and Type Field Description 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 Modifier and Type Method Description static ConstantExpression
ConstantExpression. color(Color color)
Encode provided color as a Stringstatic ConstantExpression
ConstantExpression. constant(double number)
static ConstantExpression
ConstantExpression. constant(int number)
static ConstantExpression
ConstantExpression. constant(Object value)
-
Uses of ConstantExpression in org.geotools.styling
Subclasses of ConstantExpression in org.geotools.styling Modifier and Type Class Description class
OverlapBehaviorImpl
OverlapBehavior tells a system how to behave when multiple raster images in a layer overlap each other, for example with satellite-image scenes.
-