Package com.esri.arcgisruntime.ogc.wmts
Class WmtsServiceInfo
- java.lang.Object
 - 
- com.esri.arcgisruntime.ogc.wmts.WmtsServiceInfo
 
 
- 
public final class WmtsServiceInfo extends Object
Represents the service metadata for a Web Map Tile Service (WMTS). This can be obtained fromWmtsService.getServiceInfo().- Since:
 - 100.1.0
 - See Also:
 WmtsService
 
- 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()Gets the description of the service.List<String>getKeywords()Gets the list of zero or more commonly used or formalized words or phrases used to describe this service.List<WmtsLayerInfo>getLayerInfos()Gets the list of layer infos that are part of this service.List<WmtsTileMatrixSet>getTileMatrixSets()Gets the collection of tile matrices defined at different scales.StringgetTitle()Gets the title of this service.StringgetVersion()Gets the version of this service. 
 - 
 
- 
- 
Method Detail
- 
getDescription
public String getDescription()
Gets the description of the service.- Returns:
 - the description of the service
 - Since:
 - 100.1.0
 
 
- 
getKeywords
public List<String> getKeywords()
Gets the list of zero or more commonly used or formalized words or phrases used to describe this service.- Returns:
 - an unmodifiable list of keywords
 - Since:
 - 100.1.0
 
 
- 
getLayerInfos
public List<WmtsLayerInfo> getLayerInfos()
Gets the list of layer infos that are part of this service.- Returns:
 - an unmodifiable list of layer infos
 - Since:
 - 100.1.0
 
 
- 
getTileMatrixSets
public List<WmtsTileMatrixSet> getTileMatrixSets()
Gets the collection of tile matrices defined at different scales.- Returns:
 - an unmodifiable list of tile matrices
 - Since:
 - 100.1.0
 
 
- 
getTitle
public String getTitle()
Gets the title of this service.- Returns:
 - the title of this service
 - Since:
 - 100.1.0
 
 
- 
getVersion
public String getVersion()
Gets the version of this service.- Returns:
 - the version of this service
 - Since:
 - 100.1.0
 
 
 - 
 
 -