|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AttributeExpression | |
---|---|
org.geotools.data | Defines the DataStoreAPI via which all data is imported or exported. |
org.geotools.filter | |
org.geotools.filter.visitor | |
org.geotools.renderer.shape | |
org.geotools.xml.filter | The package name does not map the prefix name because we feel that this is a better representation. |
Uses of AttributeExpression in org.geotools.data |
---|
Methods in org.geotools.data with parameters of type AttributeExpression | |
---|---|
protected boolean |
DiffFeatureReader.isDefaultGeometry(AttributeExpression ae)
|
Uses of AttributeExpression in org.geotools.filter |
---|
Classes in org.geotools.filter that implement AttributeExpression | |
---|---|
class |
AttributeExpressionImpl
Defines a complex filter (could also be called logical filter). |
class |
AttributeExpressionImpl2
Defines a complex filter (could also be called logical filter). |
Methods in org.geotools.filter that return AttributeExpression | |
---|---|
AttributeExpression |
FilterFactoryImpl.createAttributeExpression(AttributeDescriptor at)
|
AttributeExpression |
FilterFactory.createAttributeExpression(AttributeDescriptor at)
Deprecated. use createAttributeExpression( at ), will be removed for GeoTools 2.3 |
AttributeExpression |
FilterFactoryImpl.createAttributeExpression(SimpleFeatureType schema)
Creates a Attribute Expression with an initial schema. |
AttributeExpression |
FilterFactory.createAttributeExpression(SimpleFeatureType schema)
Deprecated. use FilterFactory.createAttributeExpression(String) instead. |
AttributeExpression |
FilterFactoryImpl.createAttributeExpression(SimpleFeatureType schema,
String path)
Creates a Attribute Expression given a schema and attribute path. |
AttributeExpression |
FilterFactory.createAttributeExpression(SimpleFeatureType schema,
String xpath)
Deprecated. use createAttributeExpression( xpath ), will be removed for GeoTools 2.3 |
AttributeExpression |
FilterFactoryImpl.createAttributeExpression(String xpath)
Creates an AttributeExpression using the supplied xpath. |
AttributeExpression |
FilterFactory.createAttributeExpression(String xpath)
Deprecated. Creates an AttributeExpression using the supplied xpath. |
Methods in org.geotools.filter with parameters of type AttributeExpression | |
---|---|
void |
SQLEncoder.visit(AttributeExpression expression)
Deprecated. Writes the SQL for the attribute Expression. |
void |
FilterTransformer.FilterTranslator.visit(AttributeExpression expression)
|
void |
FilterVisitor.visit(AttributeExpression expression)
Deprecated. Called when accept is called on an attribute expression. |
Uses of AttributeExpression in org.geotools.filter.visitor |
---|
Methods in org.geotools.filter.visitor with parameters of type AttributeExpression | |
---|---|
void |
AbstractFilterVisitor.visit(AttributeExpression expression)
Deprecated. |
void |
WFSBBoxFilterVisitor.visit(AttributeExpression expression)
|
Uses of AttributeExpression in org.geotools.renderer.shape |
---|
Methods in org.geotools.renderer.shape with parameters of type AttributeExpression | |
---|---|
void |
ReplaceGeometryFilter.visit(AttributeExpression expression)
|
Uses of AttributeExpression in org.geotools.xml.filter |
---|
Methods in org.geotools.xml.filter with parameters of type AttributeExpression | |
---|---|
void |
FilterEncodingPreProcessor.visit(AttributeExpression expression)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |