The factory provides a list of {#link FunctionName} describing the available functions. Each FunctionName provides details of the name, expected arguments and return type.
Individual functions can be created using a name from this list, along with the required number of arguments and a fallback value.
Prior to GeoTools 2.7 functions were made available as individual factories using {@link FunctionExpression}. @author Justin Deoliveira (Boundless) @since 2.7 @see Function @source $URL$
|
|
|
|