Uses of Interface
org.geotools.filter.FunctionFactory

Packages that use FunctionFactory
org.geotools.factory Utility classes which enable dynamic binding to factory implementations at runtime. 
org.geotools.filter.function   
org.geotools.process.function   
 

Uses of FunctionFactory in org.geotools.factory
 

Methods in org.geotools.factory that return types with arguments of type FunctionFactory
static Set<FunctionFactory> CommonFactoryFinder.getFunctionFactories(Hints hints)
          Returns a set of all available implementations of FunctionFactory.
 

Uses of FunctionFactory in org.geotools.filter.function
 

Classes in org.geotools.filter.function that implement FunctionFactory
 class DefaultFunctionFactory
          Filter function factory that uses the spi lookup mechanism to create functions.
 

Uses of FunctionFactory in org.geotools.process.function
 

Classes in org.geotools.process.function that implement FunctionFactory
 class ProcessFunctionFactory
          A bridge between the process world and the filter function world: any process returning a single value can be seen as a filter function
 



Copyright © 1996-2014 Geotools. All Rights Reserved.