Uses of Interface
org.deegree.filter.function.FunctionProvider

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

Uses of FunctionProvider in org.deegree.filter.function
 

Methods in org.deegree.filter.function that return FunctionProvider
static FunctionProvider FunctionManager.getFunctionProvider(String name)
          Returns the FunctionProvider for the given name.
 

Methods in org.deegree.filter.function that return types with arguments of type FunctionProvider
static Map<String,FunctionProvider> FunctionManager.getFunctionProviders()
          Returns all available FunctionProviders.
 

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

Classes in org.deegree.filter.function.geometry that implement FunctionProvider
 class Area
          FunctionProvider for the Area function (calculates the area of a Surface).
 class Centroid
          Returns the centroid for each input geometry.
 class GeometryFromWKT
           
 class InteriorPoint
           
 class IsCurve
          Returns no value in case the argument expression evaluates to no value, or multiple values, or the value can not be interpreted as a geometry.
 class IsPoint
          Returns no value in case the argument expression evaluates to no value, or multiple values, or the value can not be interpreted as a geometry.
 class IsSurface
          Returns no value in case the argument expression evaluates to no value, or multiple values, or the value can not be interpreted as a geometry.
 class Length
           
 class MoveGeometry
           
 

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

Classes in org.deegree.filter.function.other that implement FunctionProvider
 class ExtraProp
          Expects one argument that refers to a property of ExtraProps and returns the value.
 class IDiv
          Expects two arguments corresponding to two single values.
 class IMod
          Expects two arguments corresponding to two single values.
 class Lower
          Lowercasing function.
 class Upper
          Uppercasing function.
 



Copyright © 2011. All Rights Reserved.