org.geotools.filter
Class RecodeFunction.Name

java.lang.Object
  extended by org.geotools.filter.RecodeFunction.Name
All Implemented Interfaces:
org.opengis.filter.capability.FunctionName, org.opengis.filter.capability.Operator
Enclosing class:
RecodeFunction

public static class RecodeFunction.Name
extends java.lang.Object
implements org.opengis.filter.capability.FunctionName

Describe how this function works. (should be available via FactoryFinder lookup...)


Constructor Summary
RecodeFunction.Name()
           
 
Method Summary
 int getArgumentCount()
           
 java.util.List<java.lang.String> getArgumentNames()
           
 java.lang.String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.opengis.filter.capability.Operator
equals, hashCode
 

Constructor Detail

RecodeFunction.Name

public RecodeFunction.Name()
Method Detail

getArgumentCount

public int getArgumentCount()
Specified by:
getArgumentCount in interface org.opengis.filter.capability.FunctionName

getArgumentNames

public java.util.List<java.lang.String> getArgumentNames()
Specified by:
getArgumentNames in interface org.opengis.filter.capability.FunctionName

getName

public java.lang.String getName()
Specified by:
getName in interface org.opengis.filter.capability.Operator


Copyright © 1996-2010 Geotools. All Rights Reserved.