ArcGIS Runtime SDK for iOS
100.15
|
A set of predefined trace options that can be used by the AGSUtilityTraceParameters
object to simplify configuring and running a trace operation. Named trace configurations are created in the utility network and allows clients to perform trace analytics without needing to understand the data model. Applications can simply allow the user to choose from a set of named trace configurations that provide tracing capabilities. The set can be configured for different workflows, and a single application can be used by multiple customers and across multiple problem domains.
- namedTraceConfigurationsFromUtilityNetwork:completion: (AGSMap)
, - queryNamedTraceConfigurationsWithQueryParameters:completion: (AGSUtilityNetwork)
Instance Methods | |
(AGSUtilityTraceConfiguration *) | - makeDefaultTraceConfiguration |
Properties | |
NSString * | creator |
NSUUID * | globalID |
AGSUtilityMinimumStartingLocations | minimumStartingLocations |
NSString * | name |
NSArray< NSValue * > * | resultTypes |
NSString * | serviceDescription |
NSArray< NSString * > * | tags |
AGSUtilityTraceConfiguration * | traceConfiguration |
AGSUtilityTraceType | traceType |
- (AGSUtilityTraceConfiguration *) makeDefaultTraceConfiguration |
Creates an instance of AGSUtilityTraceConfiguration
for this AGSUtilityNamedTraceConfiguration
.
AGSUtilityTraceConfiguration
object.
|
readnonatomiccopy |
The creator of the named trace configuration. The creator will be the active portal user when the named trace configuration was created.
|
readnonatomicstrong |
The global ID of the named trace configuration.
|
readnonatomicassign |
The minimum number of starting locations required for this trace type (e.g. shortest path trace requires 2).
|
readnonatomiccopy |
The name of the named trace configuration.
|
readnonatomiccopy |
The result types returned by this named trace configuration.
AGSUtilityTraceResultType
|
readnonatomiccopy |
The description of the named trace configuration.
|
readnonatomiccopy |
The user tags of the named trace configuration.
|
readnonatomicstrong |
The AGSUtilityTraceConfiguration
defined for this AGSUtilityNamedTraceConfiguration
.
This AGSUtilityTraceConfiguration
defines the AGSUtilityNamedTraceConfiguration
and cannot be modified.
makeDefaultTraceConfiguration
instead to create an instance of AGSUtilityTraceConfiguration
for this AGSUtilityNamedTraceConfiguration
. Provided by category AGSUtilityNamedTraceConfiguration(AGSDeprecated).
|
readnonatomicassign |
The AGSUtilityTraceType
used by the named trace configuration.
AGSUtilityTraceType