public final class MvtLayerProps extends Object
| Constructor and Description |
|---|
MvtLayerProps() |
| Modifier and Type | Method and Description |
|---|---|
int |
addKey(String key)
Add the key and return it's index code.
|
int |
addValue(Object value)
Add the value and return it's index code.
|
Iterable<String> |
getKeys() |
Iterable<Object> |
getVals() |
Integer |
keyIndex(String k) |
Integer |
valueIndex(Object v) |
public int addKey(String key)
key - key to addpublic int addValue(Object value)
value is an unsupported type
for encoding in a MVT, then it will not be added.value - value to addMvtValue.isValidPropValue(Object)Copyright © 2022. All rights reserved.