|
||||||||||
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.jdbc | |
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). |
class |
NestedAttributeExpression
This class represents a list of expressions broken up from a single XPath expression that is nested in more than one feature. |
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 |
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)
Deprecated. |
Uses of AttributeExpression in org.geotools.jdbc |
---|
Classes in org.geotools.jdbc that implement AttributeExpression | |
---|---|
class |
JoinPropertyName
Property name that knows what feature type it comes from. |
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 |