Uses of Interface
org.geotools.filter.FunctionFactory
Packages that use FunctionFactory
Package
Description
Geometry processing support for the GeoTools library.
-
Uses of FunctionFactory in org.geotools.factory
Methods in org.geotools.factory that return types with arguments of type FunctionFactoryModifier and TypeMethodDescriptionstatic Set<FunctionFactory>CommonFactoryFinder.getFunctionFactories(Hints hints) Returns a set of all available implementations ofFunctionFactory. -
Uses of FunctionFactory in org.geotools.filter.function
Classes in org.geotools.filter.function that implement FunctionFactoryModifier and TypeClassDescriptionclassFilter function factory that uses the service provider interface (SPI) lookup mechanism to create functions. -
Uses of FunctionFactory in org.geotools.mbstyle.function
Classes in org.geotools.mbstyle.function that implement FunctionFactoryModifier and TypeClassDescriptionclassCustom functions to support the use of MBStyle,ZoomLevelFunction,ExponentialFunction. -
Uses of FunctionFactory in org.geotools.process.function
Classes in org.geotools.process.function that implement FunctionFactoryModifier and TypeClassDescriptionclassA bridge between the process world and the filter function world: any process returning a single value can be seen as a filter function -
Uses of FunctionFactory in org.geotools.process.geometry
Classes in org.geotools.process.geometry that implement FunctionFactory -
Uses of FunctionFactory in org.geotools.ysld
Methods in org.geotools.ysld that return FunctionFactoryModifier and TypeMethodDescriptionstatic FunctionFactoryProcessUtil.loadProcessFunctionFactory()