ArcGIS Runtime SDK for iOS: AGSServiceDocumentInfo.h Source File
ArcGIS Runtime SDK for iOS  100.15
AGSServiceDocumentInfo.h
Go to the documentation of this file.
1 /*
2  COPYRIGHT 2022 ESRI
3 
4  All rights reserved under the copyright laws of the United States
5  and applicable international laws, treaties, and conventions.
6 
7  This material is licensed for use under the Esri Master License
8  Agreement (MLA), and is bound by the terms of that agreement.
9  You may redistribute and use this code without modification,
10  provided you adhere to the terms of the MLA and include this
11  copyright notice.
12 
13  See use restrictions at http://www.esri.com/legal/pdfs/mla_e204_e300/english
14 
15  For additional information, contact:
16  Environmental Systems Research Institute, Inc.
17  Attn: Contracts and Legal Services Department
18  380 New York Street
19  Redlands, California, 92373
20  USA
21 
22  email: contracts@esri.com
23  */
24  //Required for Globals API doc
26 
27 #import <Foundation/Foundation.h>
28 #import <ArcGIS/AGSObject.h>
29 
30 
31 
36 typedef NS_ENUM(NSInteger, AGSAntialiasingMode) {
42 };
43 
48 typedef NS_ENUM(NSInteger, AGSTextAntialiasingMode) {
52 };
53 
61 
62 #pragma mark -
63 #pragma mark initializers
64 
65 
66 
67 #pragma mark -
68 #pragma mark properties
69 
73 @property (nonatomic, assign, readonly) AGSAntialiasingMode antialiasingMode;
74 
78 @property (nonatomic, assign, readonly) AGSTextAntialiasingMode textAntialiasingMode;
79 
83 @property (nonatomic, copy, readonly) NSString *author;
84 
88 @property (nonatomic, copy, readonly) NSString *category;
89 
93 @property (nonatomic, copy, readonly) NSString *comments;
94 
98 @property (nonatomic, copy, readonly) NSArray<NSString*> *keywords;
99 
103 @property (nonatomic, copy, readonly) NSString *subject;
104 
108 @property (nonatomic, copy, readonly) NSString *title;
109 
110 #pragma mark -
111 #pragma mark methods
112 
113 @end
114 
115 
AGSTextAntialiasingMode
Definition: AGSServiceDocumentInfo.h:48
@ AGSTextAntialiasingModeNone
Definition: AGSServiceDocumentInfo.h:49
@ AGSTextAntialiasingModeNormal
Definition: AGSServiceDocumentInfo.h:50
@ AGSTextAntialiasingModeForce
Definition: AGSServiceDocumentInfo.h:51
AGSAntialiasingMode
Definition: AGSServiceDocumentInfo.h:36
@ AGSAntialiasingModeFastest
Definition: AGSServiceDocumentInfo.h:38
@ AGSAntialiasingModeBest
Definition: AGSServiceDocumentInfo.h:41
@ AGSAntialiasingModeNone
Definition: AGSServiceDocumentInfo.h:37
@ AGSAntialiasingModeNormal
Definition: AGSServiceDocumentInfo.h:40
@ AGSAntialiasingModeFast
Definition: AGSServiceDocumentInfo.h:39
Definition: AGSObject.h:28
metadata about the service
Definition: AGSServiceDocumentInfo.h:61
NSString * category
Definition: AGSServiceDocumentInfo.h:88
NSString * comments
Definition: AGSServiceDocumentInfo.h:93
NSString * author
Definition: AGSServiceDocumentInfo.h:83
NSArray< NSString * > * keywords
Definition: AGSServiceDocumentInfo.h:98
AGSAntialiasingMode antialiasingMode
Definition: AGSServiceDocumentInfo.h:73
NSString * subject
Definition: AGSServiceDocumentInfo.h:103
AGSTextAntialiasingMode textAntialiasingMode
Definition: AGSServiceDocumentInfo.h:78
NSString * title
Definition: AGSServiceDocumentInfo.h:108