Package org.geotools.filter.capability
Class FunctionsImpl
Object
FunctionsImpl
- All Implemented Interfaces:
Functions
Implementation of the Functions interface.
- Author:
- Justin Deoliveira, The Open Planning Project
-
Constructor Summary
ConstructorsConstructorDescriptionFunctionsImpl
(Collection<FunctionName> functionNames) FunctionsImpl
(FunctionName... functionNames) FunctionsImpl
(Functions copy) -
Method Summary
Modifier and TypeMethodDescriptionvoid
boolean
getFunctionName
(String name) Looks up a function by name, returning null if no such function is found.Provided functions.int
hashCode()
void
setFunctionNames
(Collection<FunctionName> functionNames) toString()
-
Constructor Details
-
FunctionsImpl
public FunctionsImpl() -
FunctionsImpl
-
FunctionsImpl
-
FunctionsImpl
-
-
Method Details
-
getFunctionNames
Description copied from interface:Functions
Provided functions.<xsd:element name="FunctionNames" type="ogc:FunctionNamesType"/>
- Specified by:
getFunctionNames
in interfaceFunctions
-
setFunctionNames
-
getFunctionName
Description copied from interface:Functions
Looks up a function by name, returning null if no such function is found.- Specified by:
getFunctionName
in interfaceFunctions
- Parameters:
name
- The name of the function.- Returns:
- A function, or null.
-
addAll
-
toString
-
hashCode
public int hashCode() -
equals
-