| Package | Description |
|---|---|
| mil.nga.geopackage.extension.scale |
| Modifier and Type | Method and Description |
|---|---|
static TileScalingType |
TileScalingType.fromName(String name)
Get the Tile Scaling Type from the name
|
TileScalingType |
TileScaling.getScalingType()
Get the tile scaling type
|
static TileScalingType |
TileScalingType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TileScalingType[] |
TileScalingType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TileScaling.setScalingType(TileScalingType scalingType)
Set the tile scaling type
|
| Constructor and Description |
|---|
TileScaling(String tableName,
TileScalingType scalingType,
Long zoomIn,
Long zoomOut)
Constructor
|
TileScaling(TileMatrixSet tileMatrixSet,
TileScalingType scalingType,
Long zoomIn,
Long zoomOut)
Constructor
|
TileScaling(TileScalingType scalingType,
Long zoomIn,
Long zoomOut)
Constructor
|
Copyright © 2020 National Geospatial-Intelligence Agency. All rights reserved.