public class TileScaling extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
COLUMN_SCALING_TYPE
scalingType field name
|
static String |
COLUMN_TABLE_NAME
tableName column
|
static String |
COLUMN_ZOOM_IN
zoomIn field name
|
static String |
COLUMN_ZOOM_OUT
zoomOut field name
|
static String |
TABLE_NAME
Table name
|
| Constructor and Description |
|---|
TileScaling()
Default Constructor
|
TileScaling(String tableName,
TileScalingType scalingType,
Long zoomIn,
Long zoomOut)
Constructor
|
TileScaling(TileMatrixSet tileMatrixSet,
TileScalingType scalingType,
Long zoomIn,
Long zoomOut)
Constructor
|
TileScaling(TileScaling tileScaling)
Copy Constructor
|
TileScaling(TileScalingType scalingType,
Long zoomIn,
Long zoomOut)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
TileScalingType |
getScalingType()
Get the tile scaling type
|
String |
getScalingTypeString()
Get the tile scaling type string value
|
String |
getTableName()
Get the table name of the tile table
|
Long |
getZoomIn()
Get the max levels to zoom in
|
Long |
getZoomOut()
Get the max levels to zoom out
|
boolean |
isZoomIn()
Is zoom in tile search enabled
|
boolean |
isZoomOut()
Is zoom out tile search enabled
|
void |
setScalingType(TileScalingType scalingType)
Set the tile scaling type
|
void |
setScalingTypeString(String scalingType)
Set the tile scaling type string value
|
void |
setTableName(String tableName)
Set the table name of the tile table
|
void |
setTileMatrixSet(TileMatrixSet tileMatrixSet)
Set the tile matrix set
|
void |
setZoomIn(Long zoomIn)
Set the max levels to zoom in
|
void |
setZoomOut(Long zoomOut)
Set the max levels to zoom out
|
public static final String TABLE_NAME
public static final String COLUMN_TABLE_NAME
public static final String COLUMN_SCALING_TYPE
public static final String COLUMN_ZOOM_IN
public static final String COLUMN_ZOOM_OUT
public TileScaling()
public TileScaling(TileMatrixSet tileMatrixSet, TileScalingType scalingType, Long zoomIn, Long zoomOut)
tileMatrixSet - tile matrix setscalingType - scaling typezoomIn - max zoom in levelszoomOut - max zoom out levelspublic TileScaling(String tableName, TileScalingType scalingType, Long zoomIn, Long zoomOut)
tableName - table namescalingType - scaling typezoomIn - max zoom in levelszoomOut - max zoom out levelspublic TileScaling(TileScalingType scalingType, Long zoomIn, Long zoomOut)
scalingType - scaling typezoomIn - max zoom in levelszoomOut - max zoom out levelspublic TileScaling(TileScaling tileScaling)
tileScaling - tile scaling to copypublic void setTileMatrixSet(TileMatrixSet tileMatrixSet)
tileMatrixSet - tile matrix setpublic String getTableName()
public void setTableName(String tableName)
tableName - table name of the tile tablepublic TileScalingType getScalingType()
public void setScalingType(TileScalingType scalingType)
scalingType - tile scaling typepublic String getScalingTypeString()
public void setScalingTypeString(String scalingType)
scalingType - tile scaling type stringpublic Long getZoomIn()
public void setZoomIn(Long zoomIn)
zoomIn - zoom in levelspublic Long getZoomOut()
public void setZoomOut(Long zoomOut)
zoomOut - public boolean isZoomIn()
public boolean isZoomOut()
Copyright © 2018 National Geospatial-Intelligence Agency. All rights reserved.