Filter on metadata contained in a list.
Returns the constructed filter.
Usage | Returns | ee.Filter.inList(leftField, rightValue, rightField, leftValue) | Filter |
Argument | Type | Details | leftField | String, optional | A selector for the left operand. Should not be specified if leftValue is specified. |
rightValue | List, optional | The value of the right operand. Should not be specified if rightField is specified. |
rightField | String, optional | A selector for the right operand. Should not be specified if rightValue is specified. |
leftValue | List, optional | The value of the left operand. Should not be specified if leftField is specified. |