new In(filterAttribute, filterArray)
This is a filter class that tests whether the specified attribute value
of a feature is found in a set of filtering values.
Parameters:
| Name | Type | Description | 
|---|---|---|
filterAttribute | 
            
            String | The attribute name, required.  | 
        
filterArray | 
            
            Array | The array of values, required.  | 
        
Returns:
An instance of OM.filter.In
- Type
 - OM.filter.In