Uses of Interface
org.opengis.filter.expression.InternalFunction

Packages that use InternalFunction
org.geotools.filter.expression   
org.opengis.filter.expression An expression is a combination of one or more elements that evaluate to single Object value. 
 

Uses of InternalFunction in org.geotools.filter.expression
 

Classes in org.geotools.filter.expression that implement InternalFunction
 class InternalVolatileFunction
          A base class functions (i.e. anonymous inner classes) that are both volatile (i.e. explicitly stating evaluation needs to happen for each object in the collection being traversed) and internal (i.e. are not subject of SPI lookup, such as anonymous inner classes).
 

Methods in org.geotools.filter.expression that return InternalFunction
 InternalFunction InternalVolatileFunction.duplicate(Expression... parameters)
          This default implementation just returns this if the number of expected parameters is zero, otherwise throws an IllegalArgumentException.
 

Uses of InternalFunction in org.opengis.filter.expression
 

Methods in org.opengis.filter.expression that return InternalFunction
 InternalFunction InternalFunction.duplicate(Expression... parameters)
          Factory method to return a new instance of its own kind that works on the given parameters.
 



Copyright © 1996-2014 Geotools. All Rights Reserved.