| Package | Description |
|---|---|
| com.google.api.services.mapsengine.model |
| Modifier and Type | Method and Description |
|---|---|
Filter |
Filter.clone() |
Filter |
Filter.set(String fieldName,
Object value) |
Filter |
Filter.setColumn(String column)
The column name to filter on.
|
Filter |
Filter.setOperator(String operator)
Operation used to evaluate the filter.
|
Filter |
Filter.setValue(Object value)
Value to be evaluated against attribute.
|
| Modifier and Type | Method and Description |
|---|---|
List<Filter> |
DisplayRule.getFilters()
This display rule will only be applied to features that match all of the filters here.
|
| Modifier and Type | Method and Description |
|---|---|
DisplayRule |
DisplayRule.setFilters(List<Filter> filters)
This display rule will only be applied to features that match all of the filters here.
|