org.geotools.jdbc
Class JoinPropertyName
Object
ExpressionAbstract
DefaultExpression
AttributeExpressionImpl
JoinPropertyName
- All Implemented Interfaces:
- AttributeExpression, ExpressionType, Expression, PropertyName
public class JoinPropertyName
- extends AttributeExpressionImpl
Property name that knows what feature type it comes from.
Used by the sql encoder to determine how to property encode the join query.
- Author:
- Justin Deoliveira, OpenGeo
Fields inherited from interface ExpressionType |
ATTRIBUTE, ATTRIBUTE_DOUBLE, ATTRIBUTE_GEOMETRY, ATTRIBUTE_INTEGER, ATTRIBUTE_STRING, ATTRIBUTE_UNDECLARED, FUNCTION, LITERAL_DOUBLE, LITERAL_GEOMETRY, LITERAL_INTEGER, LITERAL_LONG, LITERAL_STRING, LITERAL_UNDECLARED, MATH_ADD, MATH_DIVIDE, MATH_MULTIPLY, MATH_SUBTRACT |
Methods inherited from class AttributeExpressionImpl |
accept, equals, evaluate, evaluate, evaluate, getAttributePath, getNamespaceContext, getPropertyName, hashCode, isLenient, setAttributePath, setLenient, setPropertyName, toString |
JoinPropertyName
public JoinPropertyName(SimpleFeatureType featureType,
String alias,
String name)
getFeatureType
public SimpleFeatureType getFeatureType()
getAlias
public String getAlias()
Copyright © 1996-2014 Geotools. All Rights Reserved.