• Creates an "is null" expression. It evaluates to true if the value of the expression is null.

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

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

    Parameters

    Returns OGCCondition

    the isNull expression