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

ArcMap

  • Home
  • Get Started
  • Map
  • Analyze
  • Manage Data
  • Tools
  • Extensions

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(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

  • Basic: No
  • Standard: Yes
  • Advanced: Yes

Related topics

  • An overview of the Geometric Network toolset

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