This repository has been archived by the owner on Jan 6, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 393
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
23a015b
commit db126eb
Showing
1 changed file
with
61 additions
and
0 deletions.
There are no files selected for viewing
61 changes: 61 additions & 0 deletions
61
arcgis-ios-sdk-samples/Utility Network/Configure subnetwork trace/README.metadata.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
{ | ||
"category": "Utility Network", | ||
"description": "Get a server-defined trace configuration for a given tier and modify its traversability scope, add new condition barriers and control what is included in the subnetwork trace result.", | ||
"ignore": false, | ||
"images": [ | ||
"configure-subnetwork-trace.png" | ||
], | ||
"keywords": [ | ||
"category comparison", | ||
"condition barriers", | ||
"network analysis", | ||
"network attribute comparison", | ||
"subnetwork trace", | ||
"trace configuration", | ||
"traversability", | ||
"utility network", | ||
"validate consistency", | ||
"AGSUtilityCategory", | ||
"AGSUtilityCategoryComparison", | ||
"AGSUtilityCategoryComparisonOperator", | ||
"AGSUtilityDomainNetwork", | ||
"AGSUtilityElement", | ||
"AGSUtilityElementTraceResult", | ||
"AGSUtilityNetwork", | ||
"AGSUtilityNetworkDefinition", | ||
"AGSUtilityTier", | ||
"AGSUtilityTraceFilter", | ||
"AGSUtilityTraceParameters", | ||
"AGSUtilityTraceResult", | ||
"AGSUtilityTraceType" | ||
], | ||
"redirect_from": [], | ||
"relevant_apis": [ | ||
"AGSCodedValueDomain", | ||
"AGSUtilityAssetType", | ||
"AGSUtilityAttributeComparisonOperator", | ||
"AGSUtilityCategory", | ||
"AGSUtilityCategoryComparison", | ||
"AGSUtilityCategoryComparisonOperator", | ||
"AGSUtilityDomainNetwork", | ||
"AGSUtilityElement", | ||
"AGSUtilityElementTraceResult", | ||
"AGSUtilityNetwork", | ||
"AGSUtilityNetworkAttribute", | ||
"AGSUtilityNetworkAttributeComparison", | ||
"AGSUtilityNetworkDefinition", | ||
"AGSUtilityTerminal", | ||
"AGSUtilityTier", | ||
"AGSUtilityTraceAndCondition", | ||
"AGSUtilityTraceConfiguration", | ||
"AGSUtilityTraceOrCondition", | ||
"AGSUtilityTraceParameters", | ||
"AGSUtilityTraceResult", | ||
"AGSUtilityTraceType", | ||
"AGSUtilityTraversability" | ||
], | ||
"snippets": [ | ||
"ConfigureSubnetworkTraceViewController.swift" | ||
], | ||
"title": "Configure subnetwork trace" | ||
} |