org.geotools.filter
Class InterpolateFunction.Name

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

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

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


Constructor Summary
InterpolateFunction.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

InterpolateFunction.Name

public InterpolateFunction.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.