• JMap.Layer.DynamicFilter.getAllTwoValuesOperators

    Returns the list of all operators that require two values (ex: IS_IN_RANGE, IS_NOT_IN_RANGE)

    Returns JLAYER_DYNAMIC_FILTER_OPERATORS[]

    Example

    // returns the list of all operators that require two values
    const allTwoValuesOperators = JMap.Layer.DynamicFilter.getAllTwoValuesOperators()
    console.log(allTwoValuesOperators)