|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FunctionExpression | |
---|---|
org.geotools.brewer.color | |
org.geotools.filter | |
org.geotools.filter.function | |
org.geotools.filter.function.math | |
org.geotools.filter.visitor | |
org.geotools.xml.filter | The package name does not map the prefix name because we feel that this is a better representation. |
Uses of FunctionExpression in org.geotools.brewer.color |
---|
Classes in org.geotools.brewer.color that implement FunctionExpression | |
---|---|
class |
PaletteFunction
|
Uses of FunctionExpression in org.geotools.filter |
---|
Classes in org.geotools.filter that implement FunctionExpression | |
---|---|
class |
AreaFunction
|
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 |
MaxFunction
Deprecated. - use org.geotools.filter.function.math.MinFunction instead |
class |
MinFunction
Deprecated. - use org.geotools.filter.function.math.MinFunction instead |
Methods in org.geotools.filter that return FunctionExpression | |
---|---|
FunctionExpression |
FilterFactoryImpl.createFunctionExpression(String name)
Creates a Function Expression. |
FunctionExpression |
FilterFactory.createFunctionExpression(String name)
Deprecated. Creates a Function Expression. |
Methods in org.geotools.filter with parameters of type FunctionExpression | |
---|---|
void |
SQLEncoder.visit(FunctionExpression expression)
Deprecated. Writes sql for a function expression. |
void |
FilterVisitor.visit(FunctionExpression expression)
Deprecated. Called when accept is called on an function expression. |
Uses of FunctionExpression in org.geotools.filter.function |
---|
Uses of FunctionExpression in org.geotools.filter.function.math |
---|
Uses of FunctionExpression in org.geotools.filter.visitor |
---|
Methods in org.geotools.filter.visitor with parameters of type FunctionExpression | |
---|---|
void |
WFSBBoxFilterVisitor.visit(FunctionExpression expression)
|
void |
AbstractFilterVisitor.visit(FunctionExpression expression)
Deprecated. |
Uses of FunctionExpression in org.geotools.xml.filter |
---|
Methods in org.geotools.xml.filter with parameters of type FunctionExpression | |
---|---|
void |
FilterEncodingPreProcessor.visit(FunctionExpression expression)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |