public final class MvtValue extends Object
VectorTile.Tile.Value instances.VectorTile.Tile.Value| Constructor and Description |
|---|
MvtValue() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isValidPropValue(Object value)
Check if
value is valid for encoding as a MVT layer property value. |
static Object |
toObject(VectorTile.Tile.Value value)
Convert
VectorTile.Tile.Value to String or boxed primitive object. |
static VectorTile.Tile.Value |
toValue(Object value)
Covert an
Object to a new VectorTile.Tile.Value instance. |
public static VectorTile.Tile.Value toValue(Object value)
Object to a new VectorTile.Tile.Value instance.value - target for conversionpublic static Object toObject(VectorTile.Tile.Value value)
VectorTile.Tile.Value to String or boxed primitive object.value - target for conversionpublic static boolean isValidPropValue(Object value)
value is valid for encoding as a MVT layer property value.value - target to checkCopyright © 2022. All rights reserved.