public class WMTSGetTileParameter
extends java.lang.Object
Get the parameter of the tile resource (GetTile) operation.
| Modifier and Type | Field and Description | 
|---|---|
| OutputFormat | formatThe output format of the tile map. | 
| java.lang.String | layerLayer name. | 
| java.lang.String | styleThe style of the map. | 
| int | tileColColumn number of tiles in tile matrix (counting from 0). | 
| java.lang.String | tileMatrixThe tile matrix name. | 
| java.lang.String | tileMatrixSetThe name of the tile matrix set. | 
| int | tileRowRow 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.