ArcGIS Desktop

  • ArcGIS Pro
  • ArcMap

  • My Profile
  • ヘルプ
  • Sign Out
ArcGIS Desktop

ArcGIS Online

組織のマッピング プラットフォーム

ArcGIS Desktop

完全なプロ仕様の GIS

ArcGIS Enterprise

エンタープライズ GIS

ArcGIS for Developers

位置情報利用アプリの開発ツール

ArcGIS Solutions

各種業界向けの無料のテンプレート マップおよびテンプレート アプリケーション

ArcGIS Marketplace

組織で使えるアプリとデータを取得

  • ドキュメント
  • サポート
Esri
  • サイン イン
user
  • マイ プロフィール
  • サイン アウト

Help

  • ホーム
  • はじめに
  • マップ
  • 解析
  • データ管理
  • ツール
  • その他...

ジオメトリック ネットワーク プロパティ

  • サマリー
  • プロパティ
  • コードのサンプル

サマリー

Describe 関数はジオメトリック ネットワークに対して次のプロパティを返します。データセット プロパティもサポートされます。

ジオメトリック ネットワークが返す dataType は GeometricNetwork です。

プロパティ

プロパティ説明データ タイプ
featureClassNames
(読み取り専用)

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

String
networkType
(読み取り専用)

The type of associate logical network

  • StreetNetwork
  • UtilityNetwork
String
orphanJunctionFeatureClassName
(読み取り専用)

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

String

コードのサンプル

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

  • ホーム
  • ドキュメント
  • サポート

ArcGIS プラットフォーム

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

Esri について

  • 会社概要
  • 採用情報
  • Esri ブログ
  • ユーザ カンファレンス
  • デベロッパ サミット
Esri
ご意見・ご感想をお寄せください。
Copyright © 2019 Esri. | プライバシー | リーガル