Class WmtsLayerInfo

java.lang.Object
com.esri.arcgisruntime.ogc.wmts.WmtsLayerInfo

public final class WmtsLayerInfo extends Object
Metadata about an individual Web Map Tile Service (WMTS) layer within a WMTS service.

You can obtain a WmtsLayerInfo from the WmtsServiceInfo.getLayerInfos() collection of a loaded WmtsService.

Since:
100.1.0
See Also:
  • Method Details

    • getDescription

      public String getDescription()
      Gets a brief narrative description (abstract) of this WMTS layer.
      Returns:
      the description of this layer
      Since:
      100.1.0
    • getImageFormats

      public List<TileInfo.ImageFormat> getImageFormats()
      Gets a collection of the image formats supported by the WMTS service.
      Returns:
      a collection of the image formats supported by the WMTS service
      Since:
      100.1.0
    • getId

      public String getId()
      Gets the WMTS layer's identifier.
      Returns:
      the ID of this layer
      Since:
      100.1.0
    • getKeywords

      public List<String> getKeywords()
      Gets an unordered collection of zero or more commonly used or formalized words or phrases used to describe this service's dataset.
      Returns:
      an unordered collection of zero or more commonly used or formalized words or phrases used to describe this service's dataset
      Since:
      100.1.0
    • getStyles

      public List<String> getStyles()
      Gets a collection of WMTS styles that can be applied to this layer.
      Returns:
      a collection of WMTS styles that can be applied to this layer
      Since:
      100.1.0
    • getTileMatrixSets

      public List<WmtsTileMatrixSet> getTileMatrixSets()
      Gets the collection of tile matrix sets available for this WMTS layer.
      Returns:
      the collection of tile matrix sets available for this WMTS layer
      Since:
      100.1.0
    • getTitle

      public String getTitle()
      Gets the layer's human-readable title.
      Returns:
      the title
      Since:
      100.1.0