ArcGIS Runtime SDK for iOS: AGSUtilityAssetType.h Source File
ArcGIS Runtime SDK for iOS  100.15
AGSUtilityAssetType.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 
38 typedef NS_ENUM(NSInteger, AGSUtilityAssociationRole) {
42 };
43 
51 typedef NS_ENUM(NSInteger, AGSUtilityAssociationDeletionSemantics) {
55 };
56 
57 @class AGSUtilityCategory;
59 
72 
73 #pragma mark -
74 #pragma mark initializers
75 
76 
77 
78 #pragma mark -
79 #pragma mark properties
80 
86 @property (nonatomic, assign, readonly) AGSUtilityAssociationRole associationRole;
87 
94 @property (nonatomic, copy, readonly) NSArray<AGSUtilityCategory *> *categories;
95 
100 @property (nonatomic, assign, readonly) NSInteger code;
101 
109 @property (nonatomic, assign, readonly) double containerViewScale;
110 
114 @property (nonatomic, copy, readonly) NSString *name;
115 
120 @property (nullable, nonatomic, strong, readonly) AGSUtilityTerminalConfiguration *terminalConfiguration;
121 
129 
130 #pragma mark -
131 #pragma mark methods
132 
133 @end
134 
135 
AGSUtilityAssociationDeletionSemantics
Definition: AGSUtilityAssetType.h:51
@ AGSUtilityAssociationDeletionSemanticsCascade
Definition: AGSUtilityAssetType.h:53
@ AGSUtilityAssociationDeletionSemanticsRestricted
Definition: AGSUtilityAssetType.h:54
@ AGSUtilityAssociationDeletionSemanticsNone
Definition: AGSUtilityAssetType.h:52
AGSUtilityAssociationRole
Definition: AGSUtilityAssetType.h:38
@ AGSUtilityAssociationRoleContainer
Definition: AGSUtilityAssetType.h:40
@ AGSUtilityAssociationRoleNone
Definition: AGSUtilityAssetType.h:39
@ AGSUtilityAssociationRoleStructure
Definition: AGSUtilityAssetType.h:41
Definition: AGSObject.h:28
A utility network asset type.
Definition: AGSUtilityAssetType.h:72
NSInteger code
Definition: AGSUtilityAssetType.h:100
AGSUtilityAssociationDeletionSemantics associationDeletionSemantics
Definition: AGSUtilityAssetType.h:128
NSArray< AGSUtilityCategory * > * categories
Definition: AGSUtilityAssetType.h:94
AGSUtilityAssociationRole associationRole
Definition: AGSUtilityAssetType.h:86
double containerViewScale
Definition: AGSUtilityAssetType.h:109
AGSUtilityTerminalConfiguration * terminalConfiguration
Definition: AGSUtilityAssetType.h:120
NSString * name
Definition: AGSUtilityAssetType.h:114
A category used to define a characteristic of an asset in a network.
Definition: AGSUtilityCategory.h:38
A utility network terminal configuration.
Definition: AGSUtilityTerminalConfiguration.h:48