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
  • マイ プロフィール
  • サイン アウト

ArcMap

  • ホーム
  • はじめに
  • マップ
  • 解析
  • データ管理
  • ツール
  • エクステンション

ImportDOF

  • サマリー
  • 説明
  • 構文
  • コードのサンプル

サマリー

Imports a Digital Obstacle File (DOF) containing obstacle data pursuant to Federal Aviation Administration (FAA) specification into an Aeronautical Information System (AIS) geodatabase.

ライセンス:

This function requires an ArcGIS for Aviation license.

説明

A DOF contains obstruction data for man-made objects that affect domestic aeronautical charting products. The DOF does not purport to indicate the presence of all obstructions that may be encountered. The tool adds, deletes, and updates the obstacle features found in the DOF. The tool is required to use only the DOF.dat file containing digital obstacle data within all of the FAA regions in addition to some areas of Canada, Mexico, the Caribbean, the Bahamas, and the Pacific.

This function requires an Obstacle point feature class. The tool works with the format specified in the entire DOF.dat.

構文

ImportDOF (workspace_path, dof_file_path, {log_path})
パラメーター説明データ タイプ
workspace_path

The path to the geodatabase where the DOF data will be imported. The geodatabase must already have a point Obstacle feature class.

String
dof_file_path

The path to the DOF file to be imported into the Obstacle feature class.

String
log_path

The output log file.

String

コードのサンプル

ImportDOF example

This example creates an ImportDOF file.

# Name: ImportDOF_example.py
# Description: Imports Digital Obstacle File(DOF) data into a geodatabase
# Author: Esri
# Date: May 2017
# Import arcpyproduction and aviation modules
import arcpy
import arcpyproduction

# Check out Aviation license
arcpy.CheckOutExtension("Aeronautical")

# Set variables
workspace = r'c:\data\AIS.sde'
dofFile = r'c:\data\DOF.dat'
log = r'c:\data\log.txt'

# Execute ImportDOF
arcpyproduction.aviation.ImportDOF(workspace, dofFile, log)

# Check in Aviation license
arcpy.CheckInExtension("Aeronautical")

関連トピック

  • Introduction to arcpyproduction.aviation

ArcGIS Desktop

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

ArcGIS プラットフォーム

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

Esri について

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