|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LiteralExpression | |
---|---|
org.geotools.filter | |
org.geotools.filter.visitor | |
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 LiteralExpression in org.geotools.filter |
---|
Subinterfaces of LiteralExpression in org.geotools.filter | |
---|---|
interface |
BBoxExpression
Deprecated. Please just use a simple literal |
Classes in org.geotools.filter that implement LiteralExpression | |
---|---|
class |
BBoxExpressionImpl
Implements a Bounding Box expression. |
class |
ConstantExpression
The Expression class is not immutable! |
class |
LiteralExpressionImpl
Defines an expression that holds a literal for return. |
Methods in org.geotools.filter that return LiteralExpression | |
---|---|
LiteralExpression |
FilterFactoryImpl.createLiteralExpression()
Creates an empty Literal Expression |
LiteralExpression |
FilterFactory.createLiteralExpression()
Deprecated. Creates an empty Literal Expression |
LiteralExpression |
FilterFactoryImpl.createLiteralExpression(double d)
Creates a Double Literal Expression |
LiteralExpression |
FilterFactory.createLiteralExpression(double d)
Deprecated. Creates a Double Literal Expression |
LiteralExpression |
FilterFactoryImpl.createLiteralExpression(int i)
Creates an Integer Literal Expression. |
LiteralExpression |
FilterFactory.createLiteralExpression(int i)
Deprecated. Creates an Integer Literal Expression. |
LiteralExpression |
FilterFactoryImpl.createLiteralExpression(Object o)
Creates a Literal Expression from an Object. |
LiteralExpression |
FilterFactory.createLiteralExpression(Object o)
Deprecated. Creates a Literal Expression from an Object. |
LiteralExpression |
FilterFactoryImpl.createLiteralExpression(String s)
Creates a String Literal Expression |
LiteralExpression |
FilterFactory.createLiteralExpression(String s)
Deprecated. Creates a String Literal Expression |
Methods in org.geotools.filter with parameters of type LiteralExpression | |
---|---|
void |
SQLEncoder.visit(LiteralExpression expression)
Deprecated. Export the contents of a Literal Expresion |
void |
FilterVisitor.visit(LiteralExpression expression)
Deprecated. Called when accept is called on a literal expression. |
protected void |
SQLEncoder.visitLiteralGeometry(LiteralExpression expression)
Deprecated. Subclasses must implement this method in order to encode geometry filters according to the specific database implementation |
Uses of LiteralExpression in org.geotools.filter.visitor |
---|
Methods in org.geotools.filter.visitor with parameters of type LiteralExpression | |
---|---|
void |
AbstractFilterVisitor.visit(LiteralExpression expression)
Deprecated. |
void |
WFSBBoxFilterVisitor.visit(LiteralExpression expression)
Deprecated. |
Uses of LiteralExpression in org.geotools.styling |
---|
Classes in org.geotools.styling that implement LiteralExpression | |
---|---|
class |
OverlapBehavior
Deprecated. Please use org.opengis.style.OverlapBehavior |
Uses of LiteralExpression in org.geotools.xml.filter |
---|
Methods in org.geotools.xml.filter with parameters of type LiteralExpression | |
---|---|
void |
FilterEncodingPreProcessor.visit(LiteralExpression expression)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |