public final class MvtUtil extends Object
Useful misc operations for encoding 'Mapbox Vector Tiles'.
| Constructor and Description |
|---|
MvtUtil() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
shouldClosePath(VectorTile.Tile.GeomType geomType)
Return whether the MVT geometry type should be closed with a
GeomCmd.ClosePath. |
public static boolean shouldClosePath(VectorTile.Tile.GeomType geomType)
GeomCmd.ClosePath.geomType - the type of MVT geometryCopyright © 2022. All rights reserved.