ArcGIS Runtime SDK for iOS: AGSUtilityTier.h Source File
ArcGIS Runtime SDK for iOS  100.15
AGSUtilityTier.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 
33 
38 typedef NS_ENUM(NSInteger, AGSUtilityTierTopologyType) {
41 };
42 
49 
50 #pragma mark -
51 #pragma mark initializers
52 
53 
54 
55 #pragma mark -
56 #pragma mark properties
57 
61 @property (nonatomic, copy, readonly) NSString *name;
62 
70 @property (nonatomic, assign, readonly) NSInteger rank;
71 
75 @property (nonatomic, assign, readonly) AGSUtilityTierTopologyType topologyType;
76 
77 #pragma mark -
78 #pragma mark methods
79 
85 
86 @end
87 
88 
90 
97 @property (nullable, nonatomic, strong, readonly) AGSUtilityTraceConfiguration *traceConfiguration ;
98 
99 @end
100 
101 
AGSUtilityTierTopologyType
Definition: AGSUtilityTier.h:38
@ AGSUtilityTierTopologyTypeMesh
Definition: AGSUtilityTier.h:40
@ AGSUtilityTierTopologyTypeRadial
Definition: AGSUtilityTier.h:39
Definition: AGSUtilityTier.h:89
AGSUtilityTraceConfiguration * traceConfiguration
Definition: AGSUtilityTier.h:97
Definition: AGSObject.h:28
Tiers demarcate a logical level within a network.
Definition: AGSUtilityTier.h:49
nullable AGSUtilityTraceConfiguration * makeDefaultTraceConfiguration()
NSString * name
Definition: AGSUtilityTier.h:61
AGSUtilityTierTopologyType topologyType
Definition: AGSUtilityTier.h:75
NSInteger rank
Definition: AGSUtilityTier.h:70
The set of utility network parameters that define elements of a trace or of a subnetwork....
Definition: AGSUtilityTraceConfiguration.h:47