ArcGIS for Desktop

  • Documentation
  • Pricing
  • Support

  • My Profile
  • Help
  • Sign Out
ArcGIS for Desktop

ArcGIS Online

The mapping platform for your organization

ArcGIS for Desktop

A complete professional GIS

ArcGIS for Server

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
  • Pricing
  • Support
Esri
  • Sign In
user
  • My Profile
  • Sign Out

Help

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

Find Disconnected Features in Geometric Network

  • Summary
  • Usage
  • Syntax
  • Code sample
  • Environments
  • Licensing information

Summary

Finds junctions not connected to edges for a simple junction feature layer. Finds edges not connected to any other edges for simple and complex edge feature layers.

Usage

  • The input Layer Name must be a layer that references a geometric network feature class.

  • This tool accepts layers with selections as input and will only search for disconnected features that are selected.

  • Disconnected features will be selected in the output feature layer.

  • Note:

    This tool is available in version 10.2.1 and later.

Syntax

FindDisconnectedFeaturesInGeometricNetwork_management (in_layer, out_layer)
ParameterExplanationData Type
in_layer

The feature layer in which to search for disconnected features.

Feature Layer
out_layer

The output feature layer.

Feature Layer

Code sample

The following stand-alone Python script demonstrates how to use the FindDisconnectedFeaturesinGeometricNetwork in Python script to find disconnected features within a geometric network.

# Import arcpy module
import arcpy

# Local variables:
Tanks = "C:\\testing\\GeometricNetworks\\Montgomery.gdb\\Water\\Tanks"

# Process: Find disconnected features
arcpy.FindDisconnectedFeaturesInGeometricNetwork_management(Tanks, "Tanks_Disconnected")

Environments

This tool does not use any geoprocessing environments

Licensing information

  • ArcGIS for Desktop Basic: No
  • ArcGIS for Desktop Standard: Yes
  • ArcGIS for Desktop Advanced: Yes

Related topics

  • An overview of the Geometric Network toolset

ArcGIS for Desktop

  • Home
  • Documentation
  • Pricing
  • Support

ArcGIS Platform

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

About Esri

  • About Us
  • Careers
  • Insiders Blog
  • User Conference
  • Developer Summit
Esri
Tell us what you think.
© Copyright 2016 Environmental Systems Research Institute, Inc. | Privacy | Legal