|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExpressionType | |
---|---|
org.geotools.brewer.color | |
org.geotools.filter | |
org.geotools.filter.expression | |
org.geotools.filter.function | |
org.geotools.filter.function.math | |
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 ExpressionType in org.geotools.brewer.color |
---|
Classes in org.geotools.brewer.color that implement ExpressionType | |
---|---|
class |
PaletteFunction
|
Uses of ExpressionType in org.geotools.filter |
---|
Subinterfaces of ExpressionType in org.geotools.filter | |
---|---|
interface |
AttributeExpression
Deprecated. use PropertyName |
interface |
BBoxExpression
A convenience expression to form a geometry literal from an envelope. |
interface |
EnvironmentVariable
Represents a reference to an environmental variable. |
interface |
Expression
Deprecated. use Expression |
interface |
FunctionExpression
Deprecated. use Function |
interface |
LiteralExpression
Deprecated. use Literal |
interface |
MapScaleDenominator
DOCUMENT ME! |
interface |
MathExpression
Deprecated. use BinaryExpression |
Classes in org.geotools.filter that implement ExpressionType | |
---|---|
class |
AreaFunction
|
class |
AttributeExpressionImpl
Defines a complex filter (could also be called logical filter). |
class |
AttributeExpressionImpl2
Defines a complex filter (could also be called logical filter). |
class |
BBoxExpressionImpl
Implements a Bounding Box expression. |
class |
ConstantExpression
The Expression class is not immutable! |
class |
DefaultExpression
Implements a default expression, with helpful variables and static methods. |
class |
FallbackFunction
A placeholder class used to track a function the user requested that is not supported by our java implementation. |
class |
FunctionExpressionImpl
Abstract class for a function expression implementation |
class |
LengthFunction
Takes an AttributeExpression, and computes the length of the data for the attribute. |
class |
LiteralExpressionImpl
Defines an expression that holds a literal for return. |
class |
MapScaleDenominatorImpl
This class is actualy a place holder. |
class |
MathExpressionImpl
Holds a mathematical relationship between two expressions. |
class |
MaxFunction
Deprecated. - use org.geotools.filter.function.math.MinFunction instead |
class |
MinFunction
Deprecated. - use org.geotools.filter.function.math.MinFunction instead |
Uses of ExpressionType in org.geotools.filter.expression |
---|
Classes in org.geotools.filter.expression that implement ExpressionType | |
---|---|
class |
AddImpl
Implementation of Add expression. |
class |
DivideImpl
Implementation of divide expression. |
class |
MultiplyImpl
Implementation of Multiply expression. |
class |
SubtractImpl
Implementation of Subtract expression. |
Uses of ExpressionType in org.geotools.filter.function |
---|
Uses of ExpressionType in org.geotools.filter.function.math |
---|
Uses of ExpressionType in org.geotools.styling |
---|
Classes in org.geotools.styling that implement ExpressionType | |
---|---|
class |
OverlapBehavior
Deprecated. Please use org.opengis.style.OverlapBehavior |
Uses of ExpressionType in org.geotools.xml.filter |
---|
Classes in org.geotools.xml.filter that implement ExpressionType | |
---|---|
static class |
FilterComplexTypes.ExpressionType
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |