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

Packages that use Function
org.deegree.filter.function   
org.deegree.filter.function.geometry   
org.deegree.filter.function.other   
org.deegree.filter.xml   
org.deegree.sqldialect.filter   
 

Uses of Function in org.deegree.filter.function
 

Methods in org.deegree.filter.function that return Function
 Function FunctionProvider.create(List<Expression> params)
          Creates a new Function instance.
 

Uses of Function in org.deegree.filter.function.geometry
 

Methods in org.deegree.filter.function.geometry that return Function
 Function GeometryFromWKT.create(List<Expression> params)
           
 Function MoveGeometry.create(List<Expression> params)
           
 Function InteriorPoint.create(List<Expression> params)
           
 Function IsSurface.create(List<Expression> params)
           
 Function Area.create(List<Expression> params)
           
 Function IsCurve.create(List<Expression> params)
           
 Function Centroid.create(List<Expression> params)
           
 Function IsPoint.create(List<Expression> params)
           
 Function Length.create(List<Expression> params)
           
 

Uses of Function in org.deegree.filter.function.other
 

Methods in org.deegree.filter.function.other that return Function
 Function Upper.create(List<Expression> params)
           
 Function IDiv.create(List<Expression> params)
           
 Function IMod.create(List<Expression> params)
           
 Function Lower.create(List<Expression> params)
           
 Function ExtraProp.create(List<Expression> params)
           
 

Uses of Function in org.deegree.filter.xml
 

Methods in org.deegree.filter.xml that return Function
static Function Filter100XMLDecoder.parseFunction(XMLStreamReader xmlStream)
          Returns the object representation for the given ogc:Function element event that the cursor of the associated XMLStreamReader points at.
static Function Filter200XMLDecoder.parseFunction(XMLStreamReader xmlStream)
          Returns the object representation for the given fes:Function element event that the cursor of the associated XMLStreamReader points at.
static Function Filter110XMLDecoder.parseFunction(XMLStreamReader xmlStream)
          Returns the object representation for the given ogc:Function element event that the cursor of the associated XMLStreamReader points at.
 

Uses of Function in org.deegree.sqldialect.filter
 

Methods in org.deegree.sqldialect.filter with parameters of type Function
protected  SQLExpression AbstractWhereBuilder.toProtoSQL(Function function)
          Translates the given Function into an SQLExpression.
 



Copyright © 2011. All Rights Reserved.