public class WMTSGetTileParameter
extends java.lang.Object
Get the parameter of the tile resource (GetTile) operation.
Modifier and Type | Field and Description |
---|---|
OutputFormat |
format
The output format of the tile map.
|
java.lang.String |
layer
Layer name.
|
java.lang.String |
style
The style of the map.
|
int |
tileCol
Column number of tiles in tile matrix (counting from 0).
|
java.lang.String |
tileMatrix
The tile matrix name.
|
java.lang.String |
tileMatrixSet
The name of the tile matrix set.
|
int |
tileRow
Row number of tiles in tile matrix (counting from 0).
|
Constructor and Description |
---|
WMTSGetTileParameter()
The Constructor.
|
public java.lang.String layer
Layer name.
public java.lang.String tileMatrixSet
The name of the tile matrix set.
public java.lang.String tileMatrix
The tile matrix name.
public int tileRow
Row number of tiles in tile matrix (counting from 0).
public int tileCol
Column number of tiles in tile matrix (counting from 0).
public java.lang.String style
The style of the map.
public OutputFormat format
The output format of the tile map.