ArcGIS Runtime SDK for iOS: AGSWMTSServiceInfo Class Reference
ArcGIS Runtime SDK for iOS  100.15
AGSWMTSServiceInfo Class Reference

Description

Metadata of an OGC-WMTS map service.

Instances of this class represent information about an OGC-WMTS map service. For example, http://v2.suite.opengeo.org/geoserver/gwc/service/wmts .

Since
100.1
Inheritance diagram for AGSWMTSServiceInfo:
AGSObject

Properties

NSArray< NSString * > * keywords
 
NSArray< AGSWMTSLayerInfo * > * layerInfos
 
NSString * serviceDescription
 
NSArray< AGSWMTSTileMatrixSet * > * tileMatrixSets
 
NSString * title
 
NSString * version
 

Property Documentation

◆ keywords

- (NSArray<NSString*>*) keywords
readnonatomiccopy

List of keywords describing the service

Since
100.1

◆ layerInfos

- (NSArray<AGSWMTSLayerInfo*>*) layerInfos
readnonatomiccopy

Information about the layers available in the service

Since
100.1

◆ serviceDescription

- (NSString*) serviceDescription
readnonatomiccopy

Description about the service

Since
100.1

◆ tileMatrixSets

- (NSArray<AGSWMTSTileMatrixSet*>*) tileMatrixSets
readnonatomiccopy

Tile matrix sets avaialble in the service

Since
100.1

◆ title

- (NSString*) title
readnonatomiccopy

Title of the service

Since
100.1

◆ version

- (NSString*) version
readnonatomiccopy

Version of the WMTS GetCapabilities operation

Since
100.1