LuciadRIA (2026.0.05)
    Preparing search index...
    • Creates an "exists" expression. It evaluates to true if the value of the expression is defined.

        FilterFactory.exists( FilterFactory.property( "city_name" ) );

      FilterFactory.exists( FilterFactory.func( "getCityName" ) );

      Parameters

      Returns OGCCondition

      the exists expression

      2022.1