|
ArcGIS Runtime SDK for iOS
100.15
|
A utility network asset type.
AGSUtilityAssetType is the second-level categorization of an AGSUtilityNetworkSource. (AGSUtilityAssetGroup is the first-level categorization.)
Examples of utility network asset types include:
AGSUtilityAssetType for a transformer AGSUtilityAssetGroup in an electric distribution domain network could be StepTransformer, PowerTransformer, or DistributionTransformer AGSUtilityAssetType for a line feature class in a water distribution domain network could be PVCPipe, ClayPipe, or CastIronPipe
Properties | |
| AGSUtilityAssociationDeletionSemantics | associationDeletionSemantics |
| AGSUtilityAssociationRole | associationRole |
| NSArray< AGSUtilityCategory * > * | categories |
| NSInteger | code |
| double | containerViewScale |
| NSString * | name |
| AGSUtilityTerminalConfiguration * | terminalConfiguration |
|
readnonatomicassign |
The update applied to AGSUtilityAssociation objects when deleting an object of this AGSUtilityAssetType.
This determines the behavior that occurs when attempting to delete features with this asset type.
|
readnonatomicassign |
The AGSUtilityAssociationRole of the AGSUtilityAssetType object. This property indicates whether the AGSUtilityAssetType object can be a container, a structure, or neither.
|
readnonatomiccopy |
The AGSUtilityCategory collection for the AGSUtilityAssetType object. This is an array of system-provided network categories that incorporate semantics of the utility network for subnetwork management and tracing operations.
|
readnonatomicassign |
The code of the AGSUtilityAssetType. This property is the attribute domain value.
|
readnonatomicassign |
The container view scale of the AGSUtilityAssetType object. If the utility asset type is a point container, this property is the appropriate display scale (zoom level) for displaying the container when it is opened. For other utility asset types, this property defaults to 0.0.
|
readnonatomiccopy |
The name of the AGSUtilityAssetType object.
|
readnonatomicstrong |
The AGSUtilityTerminalConfiguration of the AGSUtilityAssetType object. Only asset types whose network source is AGSUtilityNetworkSourceUsageTypeDevice can have a terminal configuration.