org.geotools.filter.capability
Class FunctionsImpl
Object
FunctionsImpl
- All Implemented Interfaces:
- Functions
public class FunctionsImpl
- extends Object
- implements Functions
Implementation of the Functions interface.
- Author:
- Justin Deoliveira, The Open Planning Project
FunctionsImpl
public FunctionsImpl()
FunctionsImpl
public FunctionsImpl(Collection<FunctionName> functionNames)
FunctionsImpl
public FunctionsImpl(FunctionName[] functionNames)
FunctionsImpl
public FunctionsImpl(Functions copy)
getFunctionNames
public Collection<FunctionName> getFunctionNames()
- Description copied from interface:
Functions
- Provided functions.
<xsd:element name="FunctionNames" type="ogc:FunctionNamesType"/>
- Specified by:
getFunctionNames
in interface Functions
setFunctionNames
public void setFunctionNames(Collection<FunctionName> functionNames)
getFunctionName
public FunctionName getFunctionName(String name)
- Description copied from interface:
Functions
- Looks up a function by name, returning null if no such function is found.
- Specified by:
getFunctionName
in interface Functions
- Parameters:
name
- The name of the function.
- Returns:
- A function, or null.
addAll
public void addAll(Functions copy)
toString
public String toString()
- Overrides:
toString
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
Copyright © 1996-2014 Geotools. All Rights Reserved.