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

Interface Expression

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      java.lang.Object accept(ExpressionVisitor visitor, java.lang.Object extraData)
      Accepts a visitor.
      java.lang.Object evaluate(Feature feature)
      Evaluates the given expression based on the content of the given feature.
      java.lang.Object evaluate(java.lang.Object object)
      Evaluates the given expression based on the content of the given object.
    • Method Detail

      • evaluate

        @Extension
        java.lang.Object evaluate(Feature feature)
        Evaluates the given expression based on the content of the given feature.
      • evaluate

        @Extension
        java.lang.Object evaluate(java.lang.Object object)
        Evaluates the given expression based on the content of the given object.
      • accept

        @Extension
        java.lang.Object accept(ExpressionVisitor visitor,
                                           java.lang.Object extraData)
        Accepts a visitor. Subclasses must implement with a method whose content* is the following:
        return visitor.visit(this, extraData);

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.