ArcGIS Runtime SDK for iOS: AGSElevationServiceInfo.h Source File
ArcGIS Runtime SDK for iOS  100.9
AGSElevationServiceInfo.h
Go to the documentation of this file.
1 /*
2  COPYRIGHT 1995-2020 ESRI
3 
4  TRADE SECRETS: ESRI PROPRIETARY AND CONFIDENTIAL
5  Unpublished material - all rights reserved under the
6  Copyright Laws of the United States and applicable international
7  laws, treaties, and conventions.
8 
9  For additional information, contact:
10  Environmental Systems Research Institute, Inc.
11  Attn: Contracts and Legal Services Department
12  380 New York Street
13  Redlands, California, 92373
14  USA
15 
16  email: contracts@esri.com
17  */
18  // Required for Globals API doc.
20 
21 #import <Foundation/Foundation.h>
22 
23 
24 
30 typedef NSString *AGSElevationServiceLayerType NS_TYPED_ENUM NS_SWIFT_NAME(AGSElevationServiceInfo.LayerType);
31 
37 FOUNDATION_EXTERN AGSElevationServiceLayerType const AGSElevationServiceLayerTypeArcGISTiled;
38 
45 __attribute__((objc_subclassing_restricted))
46 @interface AGSElevationServiceInfo : NSObject
47 
48 
49 
55 @property (nonatomic, copy, readonly) NSString *serviceID;
61 @property (nonatomic, copy, readonly) AGSElevationServiceLayerType layerType;
67 @property (nonatomic, readonly) NSURL *URL;
68 
69 @end
70 
71 
__attribute__((objc_subclassing_restricted)) @interface AGSElevationServiceInfo AGSElevationServiceLayerType layerType
Definition: AGSElevationServiceInfo.h:45
NSString *AGSElevationServiceLayerType NS_TYPED_ENUM NS_SWIFT_NAME(AGSElevationServiceInfo.LayerType)
Definition: AGSElevationServiceInfo.h:30
NSURL * URL
Definition: AGSElevationServiceInfo.h:67
FOUNDATION_EXTERN AGSElevationServiceLayerType const AGSElevationServiceLayerTypeArcGISTiled
Definition: AGSElevationServiceInfo.h:37