概要
The Describe function returns the following properties for a utility network.
A utility network returns a dataType of "Utility Network".
プロパティ
プロパティ | 説明 | データ タイプ |
associationSource (読み取り専用) | The associationSource object. This object can be used to retrieve properties of the association sources. | Object |
categories (読み取り専用) | The categories object. This object can be used to retrieve properties of the utility network categories. | Object |
createDirtyAreaForAnyAttributeUpdate (読み取り専用) | Whether or not dirty areas are created for any attribute update when the network topology is enabled.
| Boolean |
creationTime (読み取り専用) | The creation date and time of the utility network. | DateTime |
domainNetworks (読み取り専用) | The domainNetworks object. This object can be used to retrieve properties of the domain networks. | Object |
globalID (読み取り専用) | The Global-ID of the utility network. | String |
minimalDirtyAreaSize (読み取り専用) | The minimum size of the dirty areas in the network topology. | Integer |
networkAttributes (読み取り専用) | The networkAttributes object. This object can be used to retrieve properties of the network attributes. | Object |
proVersion (読み取り専用) | The version of ArcGIS Pro used to build the utility network. | String |
schemaGeneration (読み取り専用) | The schema generation value of the input utility network. | Integer |
serviceTerritoryFeatureClassName (読み取り専用) | The name of the polygon feature class used to set the extent for the utility network. | String |
systemJunctionSource (読み取り専用) | The systemJunctionSource object. This object can be used to retrieve properties of the system junction sources. | Object |
terminalConfigurations (読み取り専用) | The terminalConfigurations object. This object can be used to retrieve properties of the terminal configurations. | Object |
コードのサンプル
This stand-alone Python script prints a report of some utility network properties.
Missing source code file