Interface Recode

  • All Superinterfaces:
    Expression, Function

    @XmlElement("Recode")
    public interface Recode
    extends Function
    Recoding: Transformation of discrete values to any other values. This is needed when integers have to be translated into text or, reversely, text contents into other texts or numeric values or colors.

    This function recodes values from a property or expression into corresponding values of arbitrary type. The comparisons are performed checking for identical values.

    Author:
    Johann Sorel (Geomatys)
    • Method Detail

      • getLookupValue

        @XmlElement("LookupValue")
        Expression getLookupValue()
        Get lookup value.
        Returns:
        Expression