Uses of Class
org.deegree.filter.expression.ValueReference

Packages that use ValueReference
org.deegree.feature.persistence.shape   
org.deegree.feature.persistence.sql   
org.deegree.feature.persistence.sql.mapper   
org.deegree.feature.persistence.sql.rules   
org.deegree.feature.persistence.sql.xpath   
org.deegree.feature.xpath   
org.deegree.filter   
org.deegree.filter.sort   
org.deegree.filter.spatial   
org.deegree.metadata   
org.deegree.metadata.ebrim   
org.deegree.metadata.iso   
org.deegree.metadata.iso.persistence   
org.deegree.metadata.persistence.ebrim.eo.mapping   
org.deegree.metadata.persistence.transaction   
org.deegree.protocol.wfs.getpropertyvalue   
org.deegree.protocol.wfs.query   
org.deegree.sqldialect.filter   
 

Uses of ValueReference in org.deegree.feature.persistence.shape
 

Methods in org.deegree.feature.persistence.shape with parameters of type ValueReference
protected  SQLExpression H2WhereBuilder.toProtoSQL(ValueReference expr)
           
 

Uses of ValueReference in org.deegree.feature.persistence.sql
 

Methods in org.deegree.feature.persistence.sql with parameters of type ValueReference
 PropertyNameMapping SQLPropertyNameMapper.getMapping(ValueReference propName, TableAliasManager aliasManager)
           
 

Uses of ValueReference in org.deegree.feature.persistence.sql.mapper
 

Methods in org.deegree.feature.persistence.sql.mapper with parameters of type ValueReference
 Pair<org.apache.xerces.xs.XSElementDeclaration,Boolean> XPathSchemaWalker.getTargetElement(Pair<org.apache.xerces.xs.XSElementDeclaration,Boolean> context, ValueReference propName)
           
 Pair<PrimitiveType,Boolean> XPathSchemaWalker.getTargetType(Pair<org.apache.xerces.xs.XSElementDeclaration,Boolean> context, ValueReference propName)
           
 

Uses of ValueReference in org.deegree.feature.persistence.sql.rules
 

Methods in org.deegree.feature.persistence.sql.rules that return ValueReference
 ValueReference Mapping.getPath()
          Returns a relative XPath-expression that describes the path from the parent particle to the particle(s) that are affected by this rule.
 

Constructors in org.deegree.feature.persistence.sql.rules with parameters of type ValueReference
CompoundMapping(ValueReference path, boolean voidable, List<Mapping> particles, List<TableJoin> tableChange, org.apache.xerces.xs.XSElementDeclaration elDecl)
           
ConstantMapping(ValueReference path, T value)
          Creates a new ConstantMapping instance.
FeatureMapping(ValueReference path, boolean voidable, MappingExpression hrefMapping, QName valueFtName, List<TableJoin> tableChange)
           
GeometryMapping(ValueReference path, boolean voidable, MappingExpression mapping, GeometryPropertyType.GeometryType type, GeometryStorageParams geometryParams, List<TableJoin> tableChange)
           
Mapping(ValueReference path, boolean voidable, List<TableJoin> tableChange)
          Creates a new Mapping instance.
PrimitiveMapping(ValueReference path, boolean voidable, MappingExpression mapping, PrimitiveType pt, List<TableJoin> tableChange, CustomConverterJAXB converter)
           
 

Uses of ValueReference in org.deegree.feature.persistence.sql.xpath
 

Constructors in org.deegree.feature.persistence.sql.xpath with parameters of type ValueReference
MappedXPath(SQLFeatureStore fs, FeatureTypeMapping ftMapping, ValueReference propName, TableAliasManager aliasManager)
           
 

Uses of ValueReference in org.deegree.feature.xpath
 

Methods in org.deegree.feature.xpath with parameters of type ValueReference
 TypedObjectNode[] FeatureXPathEvaluator.eval(ElementNode element, ValueReference propName)
           
 TypedObjectNode[] FeatureXPathEvaluator.eval(Feature context, ValueReference propName)
           
 TypedObjectNode[] FeatureXPathEvaluator.eval(Property element, ValueReference propName)
           
 TypedObjectNode[] FeatureXPathEvaluator.eval(TypedObjectNode particle, ValueReference path)
           
 

Uses of ValueReference in org.deegree.filter
 

Methods in org.deegree.filter that return ValueReference
static ValueReference[] Filters.getPropertyNames(Filter filter)
          Returns all ValueReferences contained in the given Filter (taking nesting into account).
 

Methods in org.deegree.filter with parameters of type ValueReference
static Filter Filters.addBBoxConstraint(Envelope bbox, Filter filter, ValueReference propName)
          Adds a bounding box constraint to the given Filter.
 TypedObjectNode[] XPathEvaluator.eval(T context, ValueReference valueRef)
          Returns the values that are selected by evaluating the given XPath 1.0 expression using the context object.
 

Uses of ValueReference in org.deegree.filter.sort
 

Methods in org.deegree.filter.sort that return ValueReference
 ValueReference SortProperty.getSortProperty()
          Returns the property that acts as the sort criterion.
 

Constructors in org.deegree.filter.sort with parameters of type ValueReference
SortProperty(ValueReference propName, boolean sortAscending)
          Creates a new SortProperty.
 

Uses of ValueReference in org.deegree.filter.spatial
 

Methods in org.deegree.filter.spatial that return ValueReference
 ValueReference BBOX.getPropName()
          Deprecated. use SpatialOperator.getParam1() instead
 ValueReference SpatialOperator.getPropName()
          Deprecated. use SpatialOperator.getParam1() instead
 

Uses of ValueReference in org.deegree.metadata
 

Methods in org.deegree.metadata with parameters of type ValueReference
 void MetadataRecord.removeNode(ValueReference propName)
           
 void DCRecord.removeNode(ValueReference propName)
           
 void MetadataRecord.update(ValueReference propName, org.apache.axiom.om.OMElement replaceValue)
           
 void DCRecord.update(ValueReference propName, org.apache.axiom.om.OMElement replaceValue)
           
 void MetadataRecord.update(ValueReference propName, String replaceValue)
          Updates the property.
 void DCRecord.update(ValueReference propName, String replaceValue)
           
 

Uses of ValueReference in org.deegree.metadata.ebrim
 

Methods in org.deegree.metadata.ebrim with parameters of type ValueReference
 void RegistryObject.removeNode(ValueReference propName)
           
 void RegistryObject.update(ValueReference propName, org.apache.axiom.om.OMElement replaceValue)
           
 void RegistryObject.update(ValueReference propName, String replaceValue)
           
 

Uses of ValueReference in org.deegree.metadata.iso
 

Methods in org.deegree.metadata.iso with parameters of type ValueReference
 void ISORecord.removeNode(ValueReference propName)
           
 void ISORecord.update(ValueReference propName, org.apache.axiom.om.OMElement newEl)
           
 void ISORecord.update(ValueReference propName, String s)
           
 

Uses of ValueReference in org.deegree.metadata.iso.persistence
 

Methods in org.deegree.metadata.iso.persistence with parameters of type ValueReference
 PropertyNameMapping ISOPropertyNameMapper.getMapping(ValueReference propName, TableAliasManager aliasManager)
           
 

Uses of ValueReference in org.deegree.metadata.persistence.ebrim.eo.mapping
 

Methods in org.deegree.metadata.persistence.ebrim.eo.mapping with parameters of type ValueReference
 PropertyNameMapping EOPropertyNameMapper.getMapping(ValueReference propName, TableAliasManager aliasManager)
           
 

Uses of ValueReference in org.deegree.metadata.persistence.transaction
 

Methods in org.deegree.metadata.persistence.transaction that return ValueReference
 ValueReference MetadataProperty.getPropertyName()
           
 

Constructors in org.deegree.metadata.persistence.transaction with parameters of type ValueReference
MetadataProperty(ValueReference propertyName, Object replacementValue)
          To specify individual property values to be updated.
 

Uses of ValueReference in org.deegree.protocol.wfs.getpropertyvalue
 

Methods in org.deegree.protocol.wfs.getpropertyvalue that return ValueReference
 ValueReference GetPropertyValue.getResolvePath()
          Returns the expression for selecting the returned nodes or child nodes of the queried features.
 ValueReference GetPropertyValue.getValueReference()
          Returns the path along which resource resolution shall be performed.
 

Constructors in org.deegree.protocol.wfs.getpropertyvalue with parameters of type ValueReference
GetPropertyValue(Version version, String handle, StandardPresentationParams presentationParams, ResolveParams resolveParams, ValueReference valueReference, ValueReference resolvePath, Query query)
          Creates a new GetPropertyValue instance.
 

Uses of ValueReference in org.deegree.protocol.wfs.query
 

Methods in org.deegree.protocol.wfs.query that return ValueReference
 ValueReference ProjectionClause.getPropertyName()
          Returns the targeted property name.
 ValueReference ProjectionClause.getResolvePath()
           
 

Constructors in org.deegree.protocol.wfs.query with parameters of type ValueReference
ProjectionClause(ValueReference propertyName, ResolveParams resolveParams, ValueReference resolvePath)
          Creates a new ProjectionClause instance.
 

Uses of ValueReference in org.deegree.sqldialect.filter
 

Methods in org.deegree.sqldialect.filter with parameters of type ValueReference
 PropertyNameMapping PropertyNameMapper.getMapping(ValueReference propName, TableAliasManager aliasManager)
          Returns the PropertyNameMapping for the given ValueReference.
protected  SQLExpression AbstractWhereBuilder.toProtoSQL(ValueReference propName)
          Translates the given ValueReference into an SQLExpression.
 



Copyright © 2011. All Rights Reserved.