Documentation of 'org.opengis.filter.expression.Function' Java class
Function
org.opengis.filter.expression

Interface Function

  • All Superinterfaces:
    Expression


    @XmlElement(value="Function")
    public interface Function
    extends Expression
    Instances of this class represent a function call into some implementation-specific function. This is included for completeness with respect to the OGC Filter specification. However, no functions are required to be supported by that specification.
    Since:
    GeoAPI 2.0
    • Method Detail

      • getName

        java.lang.String getName()
        Returns the name of the function to be called. For example, this might be "cos" or "atan2".
      • getParameters

        Expression[] getParameters()
        Returns the subexpressions that will be evaluated to provide the parameters to the function.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.