com.supermap.services.wmts
Class WMTSGetTileParameter
- java.lang.Object
-
- com.supermap.services.wmts.WMTSGetTileParameter
-
- Direct Known Subclasses:
- WMTSGetFeatureInfoParameter
public class WMTSGetTileParameter extends java.lang.ObjectGet the parameter of the tile resource (GetTile) operation.
-
-
Field Summary
Fields Modifier and Type Field and Description OutputFormatformatThe output format of the tile map.java.lang.StringlayerLayer name.java.lang.StringstyleThe style of the map.inttileColColumn number of tiles in tile matrix (counting from 0).java.lang.StringtileMatrixThe tile matrix name.java.lang.StringtileMatrixSetThe name of the tile matrix set.inttileRowRow number of tiles in tile matrix (counting from 0).
-
Constructor Summary
Constructors Constructor and Description WMTSGetTileParameter()The Constructor.
-
-
-
Field Detail
-
layer
public java.lang.String layer
Layer name.
-
tileMatrixSet
public java.lang.String tileMatrixSet
The name of the tile matrix set.
-
tileMatrix
public java.lang.String tileMatrix
The tile matrix name.
-
tileRow
public int tileRow
Row number of tiles in tile matrix (counting from 0).
-
tileCol
public int tileCol
Column number of tiles in tile matrix (counting from 0).
-
style
public java.lang.String style
The style of the map.
-
format
public OutputFormat format
The output format of the tile map.
-
-