Class WmtsServiceInfo

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

public final class WmtsServiceInfo extends Object
The service metadata for a Web Map Tile Service (WMTS).

You can obtain the WmtsServiceInfo from a loaded WmtsService.

Since:
100.1.0
See Also:
  • Method Details

    • getDescription

      public String getDescription()
      Gets the WMTS service's description.
      Returns:
      the description of the service
      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
    • getLayerInfos

      public List<WmtsLayerInfo> getLayerInfos()
      Gets a collection of WmtsLayerInfo objects that describes the layers within this WMTS service.
      Returns:
      a collection of WmtsLayerInfo objects that describes the layers within this WMTS service
      Since:
      100.1.0
    • getTileMatrixSets

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

      public String getTitle()
      Gets the WMTS service's title.
      Returns:
      the title of this service
      Since:
      100.1.0
    • getVersion

      public String getVersion()
      The WMTS service's version.

      Version string specified by the ows:ServiceTypeVersion field of the GetCapabilities response. It is expected to be "1.0.0".

      Returns:
      the version of this service
      Since:
      100.1.0