|
ArcGIS Runtime SDK for iOS
100.9
|
An object that represents the metadata of a Utility Network feature service.
Provides metadata (e.g domain networks, network sources, and more) about a Utility Network service. You need to pass this object to all Utility Network Definition functions.
Instance Methods | |
| (nullable AGSUtilityDomainNetwork *) | - domainNetworkWithDomainNetworkName: |
| (nullable AGSUtilityNetworkAttribute *) | - networkAttributeWithName: |
| (nullable AGSUtilityNetworkSource *) | - networkSourceWithName: |
Properties | |
| NSArray< AGSUtilityCategory * > * | categories |
| NSArray< AGSUtilityDomainNetwork * > * | domainNetworks |
| AGSEnvelope * | extent |
| NSArray< AGSUtilityNetworkAttribute * > * | networkAttributes |
| NSArray< AGSUtilityNetworkSource * > * | networkSources |
| NSInteger | schemaVersion |
| NSArray< AGSUtilityTerminalConfiguration * > * | terminalConfigurations |
| - (nullable AGSUtilityDomainNetwork *) domainNetworkWithDomainNetworkName: | (NSString *) | domainNetworkName |
Gets the domain network with the specified name.
| domainNetworkName | The name of the domain network. |
AGSUtilityDomainNetwork. | - (nullable AGSUtilityNetworkAttribute *) networkAttributeWithName: | (NSString *) | name |
Gets the associated network attribute with the specified network attribute name.
| name | The name of the network attribute. |
AGSUtilityNetworkAttribute. | - (nullable AGSUtilityNetworkSource *) networkSourceWithName: | (NSString *) | name |
Gets the associated network source with the specified network source name.
| name | The name of the network source. |
AGSUtilityNetworkSource.
|
readnonatomiccopy |
The collection of utility network categories in the utility network feature service. An AGSUtilityCategory is used to define a characteristic of an asset in a network. The objects in this collection incorporate semantics of the utility network for subnetwork management and tracing operations.
|
readnonatomiccopy |
The collection of domain networks in the utility network feature service Domain networks organize features in a utility network based on what utility service they provide, such as natural gas, water, electricity, or structural elements like poles or conduits.
|
readnonatomicstrong |
The AGSEnvelope representing the service territory area used to define the AGSUtilityNetwork. This is the extent of the network topology (i.e., the extent of the service territory plus a small buffer).
|
readnonatomiccopy |
The network attributes in the utility network definition. An AGSUtilityNetworkAttribute is an attribute that is copied and stored in the topological index. The utility network tracing task can read and make decisions using network attributes that are stored in the topological index.
|
readnonatomiccopy |
The collection of network sources in the utility network definition AGSUtilityNetworkSource objects represent various sources of network information such as structures, lines, junctions, and associations.
|
readnonatomicassign |
The utility network schema version number reported by the utility network feature service Only certain schema versions are supported by ArcGIS Runtime.
|
readnonatomiccopy |
Returns the AGSUtilityTerminalConfiguration objects defined for this utility network.