Uses of Interface
org.opengis.filter.capability.Functions

Packages that use Functions
org.geotools.filter   
org.geotools.filter.capability   
org.opengis.filter Filters features according their properties. 
org.opengis.filter.capability   
 

Uses of Functions in org.geotools.filter
 

Methods in org.geotools.filter that return Functions
 Functions FilterFactoryImpl.functions(FunctionName[] functionNames)
           
 

Methods in org.geotools.filter with parameters of type Functions
 ArithmeticOperators FilterFactoryImpl.arithmeticOperators(boolean simple, Functions functions)
           
 

Uses of Functions in org.geotools.filter.capability
 

Classes in org.geotools.filter.capability that implement Functions
 class FunctionsImpl
          Implementation of the Functions interface.
 

Methods in org.geotools.filter.capability with parameters of type Functions
 void FunctionsImpl.addAll(Functions copy)
           
 

Constructors in org.geotools.filter.capability with parameters of type Functions
ArithmeticOperatorsImpl(boolean simpleArtithmetic, Functions functions)
           
FunctionsImpl(Functions copy)
           
 

Uses of Functions in org.opengis.filter
 

Methods in org.opengis.filter that return Functions
 Functions FilterFactory.functions(FunctionName[] functionNames)
          functions
 

Methods in org.opengis.filter with parameters of type Functions
 ArithmeticOperators FilterFactory.arithmeticOperators(boolean simple, Functions functions)
          arithmetic operators
 

Uses of Functions in org.opengis.filter.capability
 

Methods in org.opengis.filter.capability that return Functions
 Functions ArithmeticOperators.getFunctions()
          Provided functions.
 



Copyright © 1996-2014 Geotools. All Rights Reserved.