Uses of Class
org.deegree.filter.function.ParameterType

Packages that use ParameterType
org.deegree.filter.function   
org.deegree.filter.function.geometry   
org.deegree.filter.function.other   
 

Uses of ParameterType in org.deegree.filter.function
 

Fields in org.deegree.filter.function declared as ParameterType
static ParameterType ParameterType.ANYTYPE
           
static ParameterType ParameterType.BOOLEAN
           
static ParameterType ParameterType.DOUBLE
           
static ParameterType ParameterType.GEOMETRY
           
static ParameterType ParameterType.INTEGER
           
static ParameterType ParameterType.POINT
           
static ParameterType ParameterType.STRING
           
 

Methods in org.deegree.filter.function that return ParameterType
 ParameterType FunctionProvider.getReturnType()
          Returns the type information for the output of the provided function.
 

Methods in org.deegree.filter.function that return types with arguments of type ParameterType
 List<ParameterType> FunctionProvider.getArgs()
          Returns the type information for the inputs of the provided function.
 

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

Methods in org.deegree.filter.function.geometry that return ParameterType
 ParameterType GeometryFromWKT.getReturnType()
           
 ParameterType MoveGeometry.getReturnType()
           
 ParameterType InteriorPoint.getReturnType()
           
 ParameterType IsSurface.getReturnType()
           
 ParameterType Area.getReturnType()
           
 ParameterType IsCurve.getReturnType()
           
 ParameterType Centroid.getReturnType()
           
 ParameterType IsPoint.getReturnType()
           
 ParameterType Length.getReturnType()
           
 

Methods in org.deegree.filter.function.geometry that return types with arguments of type ParameterType
 List<ParameterType> GeometryFromWKT.getArgs()
           
 List<ParameterType> MoveGeometry.getArgs()
           
 List<ParameterType> InteriorPoint.getArgs()
           
 List<ParameterType> IsSurface.getArgs()
           
 List<ParameterType> Area.getArgs()
           
 List<ParameterType> IsCurve.getArgs()
           
 List<ParameterType> Centroid.getArgs()
           
 List<ParameterType> IsPoint.getArgs()
           
 List<ParameterType> Length.getArgs()
           
 

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

Methods in org.deegree.filter.function.other that return ParameterType
 ParameterType Upper.getReturnType()
           
 ParameterType IDiv.getReturnType()
           
 ParameterType IMod.getReturnType()
           
 ParameterType Lower.getReturnType()
           
 ParameterType ExtraProp.getReturnType()
           
 

Methods in org.deegree.filter.function.other that return types with arguments of type ParameterType
 List<ParameterType> Upper.getArgs()
           
 List<ParameterType> IDiv.getArgs()
           
 List<ParameterType> IMod.getArgs()
           
 List<ParameterType> Lower.getArgs()
           
 List<ParameterType> ExtraProp.getArgs()
           
 



Copyright © 2011. All Rights Reserved.