com.supermap.services.wmts

Class WMTSGetTileParameter

  • java.lang.Object
    • com.supermap.services.wmts.WMTSGetTileParameter
  • Direct Known Subclasses:
    WMTSGetFeatureInfoParameter


    public class WMTSGetTileParameter
    extends java.lang.Object
    

    Get the parameter of the tile resource (GetTile) operation.

    • Field Summary

      Fields 
      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 Summary

      Constructors 
      Constructor and Description
      WMTSGetTileParameter()
      The Constructor.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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.

    • Constructor Detail

      • WMTSGetTileParameter

        public WMTSGetTileParameter()
        

        The Constructor.