ArcGIS Desktop

  • ArcGIS Pro
  • ArcMap

  • My Profile
  • Help
  • Sign Out
ArcGIS Desktop

ArcGIS Online

The mapping platform for your organization

ArcGIS Desktop

A complete professional GIS

ArcGIS Enterprise

GIS in your enterprise

ArcGIS for Developers

Tools to build location-aware apps

ArcGIS Solutions

Free template maps and apps for your industry

ArcGIS Marketplace

Get apps and data for your organization

  • Documentation
  • Support
Esri
  • Sign In
user
  • My Profile
  • Sign Out

Help

  • Home
  • Get Started
  • Map
  • Analyze
  • Manage Data
  • Tools
  • More...

Geometric Network properties

  • Summary
  • Properties
  • Code sample

Summary

The Describe function returns the following properties for Geometric Networks. Dataset Properties are also supported.

A Geometric Network returns a dataType of "GeometricNetwork".

Properties

PropertyExplanationData Type
featureClassNames
(Read Only)

A Python List of the feature classes participating in the Geometric Network

String
networkType
(Read Only)

The type of associate logical network

  • StreetNetwork
  • UtilityNetwork
String
orphanJunctionFeatureClassName
(Read Only)

The name of the feature class that contains the Orphan Junction features

String

Code sample

Geometric Network properties example (stand-alone script)

The following stand-alone script displays properties for a geometric network.

import arcpy

# Create a Describe object from the geometric network.
#
desc = arcpy.Describe("C:/data/wellingham.gdb/water/water_Net")

# Print some geometric network properties
#
print "NetworkType:                    " + desc.networkType
print "OrphanJunctionFeatureClassName: " + \
    desc.orphanJunctionFeatureClassName
print "Feature Class Names:"
for fcname in desc.featureClassNames:
    print "  " + fcname

ArcGIS Desktop

  • Home
  • Documentation
  • Support

ArcGIS Platform

  • ArcGIS Online
  • ArcGIS Desktop
  • ArcGIS Enterprise
  • ArcGIS for Developers
  • ArcGIS Solutions
  • ArcGIS Marketplace

About Esri

  • About Us
  • Careers
  • Esri Blog
  • User Conference
  • Developer Summit
Esri
Tell us what you think.
Copyright © 2019 Esri. | Privacy | Legal