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

Description

Information about an ArcGIS Server map service capabilities.

Instances of this class represent information about an ArcGIS Map service capabilities.

Since
100
Inheritance diagram for AGSArcGISMapServiceCapabilities:
AGSObject

Properties

BOOL supportsData
 
BOOL supportsMap
 
BOOL supportsQuery
 
BOOL supportsTilemap
 
BOOL supportsTilesOnly
 

Property Documentation

◆ supportsData

- (BOOL) supportsData
readnonatomicassign

Indicates whether the service supports data operations.

Since
100

◆ supportsMap

- (BOOL) supportsMap
readnonatomicassign

Indicates whether the service supports map operations.

Since
100

◆ supportsQuery

- (BOOL) supportsQuery
readnonatomicassign

Indicates whether the service supports query operations.

Since
100

◆ supportsTilemap

- (BOOL) supportsTilemap
readnonatomicassign

Indicates whether the service supports tile map.

Since
100.1

◆ supportsTilesOnly

- (BOOL) supportsTilesOnly
readnonatomicassign

Indicates whether the service supports tiles only.

Since
100.1