public class MapboxVectorTileParser
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
GeomTypeLineString |
static int |
GeomTypePoint |
static int |
GeomTypePolygon |
static int |
GeomTypeUnknown |
protected long |
nativeHandle |
Modifier and Type | Method and Description |
---|---|
void |
finalize() |
boolean |
parseData(byte[] data,
VectorTileData tileData)
Parse the data from a single tile.
|
public static final int GeomTypeUnknown
public static final int GeomTypePoint
public static final int GeomTypeLineString
public static final int GeomTypePolygon
protected long nativeHandle
public boolean parseData(byte[] data, VectorTileData tileData)
data
- The input data to parse. You should have fetched this on your own.tileData
- A container for the data we parse and the styles create.public void finalize()
finalize
in class java.lang.Object