com.supermap.services.wmts

Class LayerMatrixSetMap

  • java.lang.Object
    • com.supermap.services.wmts.LayerMatrixSetMap
  • All Implemented Interfaces:
    java.io.Serializable


    public class LayerMatrixSetMap
    extends java.lang.Object
    implements java.io.Serializable
    

    Layer information.

    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      java.lang.String layerName
      The layer name.
      java.lang.String tileMatrixSetLink
      The name of the tile matrix set.
      java.lang.String title
      The caption of the map layer.
    • Constructor Summary

      Constructors 
      Constructor and Description
      LayerMatrixSetMap()
      The Constructor.
      LayerMatrixSetMap(java.lang.String layerName, java.lang.String tileMatrixSetLink)
      The Constructor.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • layerName

        public java.lang.String layerName
        

        The layer name.

      • tileMatrixSetLink

        public java.lang.String tileMatrixSetLink
        

        The name of the tile matrix set.

      • title

        public java.lang.String title
        

        The caption of the map layer.

    • Constructor Detail

      • LayerMatrixSetMap

        public LayerMatrixSetMap(java.lang.String layerName,
                         java.lang.String tileMatrixSetLink)
        

        The Constructor.

        Parameters:
        layerName - Layer name.
        tileMatrixSetLink - The name of the tile matrix set.
      • LayerMatrixSetMap

        public LayerMatrixSetMap()
        

        The Constructor.