Returns a filter that passes if the value of the selected field is in the specified range (inclusive).
Usage | Returns |
---|---|
ee.Filter.rangeContains(field, minValue, maxValue) | Filter |
Argument | Type | Details |
---|---|---|
field | String | A selector for the property being tested. |
minValue | Object | The lower bound of the range. |
maxValue | Object | The upper bound of the range. |