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

Description

Information about an OGC-WMS service.

An instance of this class represents information about an OGC-WMS service.

Since
100.2
Inheritance diagram for AGSWMSServiceInfo:
AGSObject

Properties

NSArray< NSValue * > * imageFormats
 
NSArray< NSString * > * keywords
 
NSMutableArray< AGSWMSLayerInfo * > * layerInfos
 
NSString * name
 
NSString * serviceDescription
 
NSString * title
 

Property Documentation

◆ imageFormats

- (NSArray<NSValue*>*) imageFormats
readnonatomiccopy

The image formats (AGSMapServiceImageFormat) supported by the WMS service.

Since
100.2
See also
NSValue::ags_mapServiceImageFormatValue

◆ keywords

- (NSArray<NSString*>*) keywords
readnonatomiccopy

An unordered list of commonly used words to describe this dataset.

Since
100.2

◆ layerInfos

- (NSMutableArray<AGSWMSLayerInfo*>*) layerInfos
readnonatomicstrong

Layers available in the service.

Since
100.2

◆ name

- (NSString*) name
readnonatomiccopy

Name of the service.

Since
100.2

◆ serviceDescription

- (NSString*) serviceDescription
readnonatomiccopy

A brief narrative description of the WMS service.

Since
100.2

◆ title

- (NSString*) title
readnonatomiccopy

Title of the service.

Since
100.2