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

Description

A layer in an OGC-WMTS service.

Instances of this class represent a layer in an OGC-WMTS service.

Since
100.1
Inheritance diagram for AGSWMTSLayerInfo:
AGSObject

Properties

NSArray< NSValue * > * imageFormats
 
NSArray< NSString * > * keywords
 
NSString * layerDescription
 
NSString * layerID
 
NSArray< NSString * > * styles
 
NSArray< AGSWMTSTileMatrixSet * > * tileMatrixSets
 
NSString * title
 

Property Documentation

◆ imageFormats

- (NSArray<NSValue*>*) imageFormats
readnonatomiccopy

Image formats supported by the layer

Since
100.1
See also
NSValue::ags_tileImageFormatValue

◆ keywords

- (NSArray<NSString*>*) keywords
readnonatomiccopy

Keywords describing the layer

Since
100.1

◆ layerDescription

- (NSString*) layerDescription
readnonatomiccopy

Description of the layer

Since
100.1

◆ layerID

- (NSString*) layerID
readnonatomiccopy

Unique indentifier of the layer in the service

Since
100.1

◆ styles

- (NSArray<NSString*>*) styles
readnonatomiccopy

Styles available for the layer

Since
100.1

◆ tileMatrixSets

- (NSArray<AGSWMTSTileMatrixSet*>*) tileMatrixSets
readnonatomiccopy

Tile matrix sets avaialable for the layer

Since
100.1

◆ title

- (NSString*) title
readnonatomiccopy

Title of the layer

Since
100.1