ArcGIS Runtime SDK for iOS: AGSUtilityElement.h Source File
ArcGIS Runtime SDK for iOS  100.15
AGSUtilityElement.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 @class AGSUtilityAssetType;
35 @class AGSUtilityTerminal;
36 
45 
46 #pragma mark -
47 #pragma mark initializers
48 
49 
50 
51 #pragma mark -
52 #pragma mark properties
53 
57 @property (nonatomic, strong, readonly) AGSUtilityAssetGroup *assetGroup;
58 
62 @property (nonatomic, strong, readonly) AGSUtilityAssetType *assetType;
63 
70 @property (nonatomic, assign, readwrite) double fractionAlongEdge;
71 
75 @property (nonatomic, strong, readonly) NSUUID *globalID;
76 
80 @property (nonatomic, strong, readonly) AGSUtilityNetworkSource *networkSource;
81 
87 @property (nonatomic, assign, readonly) NSInteger objectID;
88 
93 @property (nullable, nonatomic, strong, readwrite) AGSUtilityTerminal *terminal;
94 
111 @property (nonatomic, assign, readonly, getter=isValid) BOOL valid;
112 
113 #pragma mark -
114 #pragma mark methods
115 
116 @end
117 
118 
Definition: AGSObject.h:28
A utility network asset group.
Definition: AGSUtilityAssetGroup.h:41
A utility network asset type.
Definition: AGSUtilityAssetType.h:72
An entity in a utility network that corresponds to an AGSFeature object.
Definition: AGSUtilityElement.h:45
AGSUtilityTerminal * terminal
Definition: AGSUtilityElement.h:93
NSUUID * globalID
Definition: AGSUtilityElement.h:75
AGSUtilityAssetType * assetType
Definition: AGSUtilityElement.h:62
NSInteger objectID
Definition: AGSUtilityElement.h:87
AGSUtilityAssetGroup * assetGroup
Definition: AGSUtilityElement.h:57
double fractionAlongEdge
Definition: AGSUtilityElement.h:70
BOOL valid
Definition: AGSUtilityElement.h:111
AGSUtilityNetworkSource * networkSource
Definition: AGSUtilityElement.h:80
A network source in a utility network.
Definition: AGSUtilityNetworkSource.h:73
A single terminal on a junction feature.
Definition: AGSUtilityTerminal.h:38