org.geotools.filter.capability
Class FunctionNameImpl
Object
OperatorImpl
FunctionNameImpl
- All Implemented Interfaces:
- FunctionName, Operator
public class FunctionNameImpl
- extends OperatorImpl
- implements FunctionName
Implementation of the FunctionName interface.
- Author:
- Justin Deoliveira, The Open Planning Project
- Module:
modules/library/main (gt-main.jar)
Methods inherited from interface Operator |
getName |
FunctionNameImpl
public FunctionNameImpl(String name,
int argumentCount)
FunctionNameImpl
public FunctionNameImpl(String name,
String[] argumentsNames)
FunctionNameImpl
public FunctionNameImpl(String name,
List<String> argumentsNames)
FunctionNameImpl
public FunctionNameImpl(FunctionName copy)
setArgumentCount
public void setArgumentCount(int argumentCount)
getArgumentCount
public int getArgumentCount()
- Specified by:
getArgumentCount
in interface FunctionName
hashCode
public int hashCode()
- Specified by:
hashCode
in interface Operator
- Overrides:
hashCode
in class OperatorImpl
equals
public boolean equals(Object obj)
- Specified by:
equals
in interface Operator
- Overrides:
equals
in class OperatorImpl
setArgumentNames
public void setArgumentNames(List<String> argumentNames)
getArgumentNames
public List<String> getArgumentNames()
- Optional ArgumentNames.
This is a fixed length list the same size as getArgumentCount().
- Specified by:
getArgumentNames
in interface FunctionName
Copyright © 1996-2009 Geotools. All Rights Reserved.