public final class MvtLayerParams extends Object
| Modifier and Type | Field and Description |
|---|---|
static MvtLayerParams |
DEFAULT
Default layer parameters created using
MvtLayerParams(). |
int |
extent
the resolution of the MVT local coordinate system.
|
float |
ratio
ratio of tile 'pixel' dimensions to tile extent dimensions.
|
int |
tileSize
the resolution of the tile in 'pixel' dimensions.
|
| Constructor and Description |
|---|
MvtLayerParams()
Construct default layer sizing parameters for MVT creation.
|
MvtLayerParams(int tileSize,
int extent)
Construct layer sizing parameters for MVT creation.
|
public static final MvtLayerParams DEFAULT
MvtLayerParams().public final int tileSize
public final int extent
public final float ratio
public MvtLayerParams()
Uses defaults:
MvtLayerParams(int, int)public MvtLayerParams(int tileSize,
int extent)
tileSize - the resolution of the tile in pixel coordinates, must be > 0extent - the resolution of the MVT local coordinate system, must be > 0Copyright © 2022. All rights reserved.