Uses of Interface
org.geotools.api.filter.expression.InternalFunction
Packages that use InternalFunction
Package
Description
An expression is a combination of one or more elements that evaluate to single
Object
value.-
Uses of InternalFunction in org.geotools.api.filter.expression
Methods in org.geotools.api.filter.expression that return InternalFunctionModifier and TypeMethodDescriptionInternalFunction.duplicate(Expression... parameters) Factory method to return a new instance of its own kind that works on the given parameters. -
Uses of InternalFunction in org.geotools.filter.expression
Classes in org.geotools.filter.expression that implement InternalFunctionModifier and TypeClassDescriptionclassA base class functions (i.e. anonymous inner classes) that are bothvolatile(i.e.Methods in org.geotools.filter.expression that return InternalFunctionModifier and TypeMethodDescriptionInternalVolatileFunction.duplicate(Expression... parameters) This default implementation just returnsthisif the number of expected parameters is zero, otherwise throws anIllegalArgumentException.