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

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

VPF To Geodatabase

Production Mapping ライセンスで利用できます。

  • サマリー
  • 使用法
  • 構文
  • コードのサンプル
  • 環境
  • ライセンス情報

サマリー

Imports VPF data in VMap or DNC formats into a geodatabase. Sources that can be imported include Digital Nautical Chart (DNC), Vector Map (VMap 0, VMap 1, and VMap 2), Urban Vector Map (UVMap), Foundation Feature Data (FFD), and Vector Interim Terrain Data (VITD).

使用法

  • VPF data can be imported into a blank or existing geodatabase with VPF data.

  • Data can be imported from a VPF workspace folder or library folder. A workspace folder is the directory containing the library attribute table (LAT) or the location in the Catalog tree where you can see the VPF coverages. The library folder is a child directory inside a VPF workspace containing a coverage attribute table (CAT).

  • If the schema doesn't exist, this tool creates a dataset based on each library that is imported and stores the individual feature classes in it.

  • Multiple VPF products can exist in the same geodatabase. For instance, both DNC and VMAP1 data can be stored in a single geodatabase.

  • Notes can be imported for DNC and FFD data.

  • If the annotation feature classes don't exist in the geodatabase, the tool will search the library and extract the symbol information and attempt to create the symbol collection so the symbology remains intact.

構文

VpfToGeodatabase(in_vpf_features, in_target_geodatabase, in_product, {import_notes})
パラメーター説明データ タイプ
in_vpf_features
[in_vpf_features,...]

The VPF data to be imported into the geodatabase from specific layers or a folder that contains one or more libraries. Point, line, and polygon features can be imported.

If a folder contains multiple libraries, all of them will be imported into the same geodatabase.

Feature Layer; Folder; VPF Coverage
in_target_geodatabase

The geodatabase to which the VPF data will be imported. This can be a new or existing geodatabase.

Workspace
in_product

The type of VPF product that will be imported into the geodatabase.

  • DNC —Digital Nautical Chart data in the Approach, Coastal, General, or Harbor scales
  • FFD —Foundation Feature Data
  • VITD —Vector Interim Terrain Data
  • VMAP0 —Vector Map Level O
  • VMAP1 —Vector Map Level 1
  • VMAP2 —Vector Map Level 2
  • UVMAP —Urban Vector Map
String
import_notes
(オプション)

Indicates whether notes are imported. Notes can only be imported with DNC and FFD data.

  • IMPORT_NOTES —Notes data is imported into the geodatabase. This is the default.
  • NO_IMPORT_NOTES —Notes data is not imported into the geodatabase.
Boolean

コードのサンプル

VPFToGeodatabase example (stand-alone script)

The following stand-alone sample script demonstrates VPFToGeodatabase.

# Name: VPFToGeodatabaseExample.py
# Description: Import VMap1 data into a new file geodatabase.
# Author: Esri
# Date: February 2014

# Import arcpy module
import arcpy

# Check out Production Mapping license
arcpy.CheckOutExtension("Foundation")

# Set environment
arcpy.env.workspace="c:/data/"

# Define variables
inVPF="C:/data/VPF/v1097/noamer/lib_097:bnd/barrierl;C:/data/VPF/v1097/noamer/lib_097:bnd/coastl;C:/data/VPF/v1097/noamer/lib_097:bnd/polbnda"
inTarget="VMap_data.gdb"

# Execute VPFToGeodatabase
arcpy.VpfToGeodatabase_production(inVPF, inTarget, "VMAP1", "NO_IMPORT_NOTES")

# Check in Production Mapping license
arcpy.CheckInExtension("Foundation")

環境

  • 現在のワークスペース

ライセンス情報

  • ArcGIS Desktop Basic: いいえ
  • ArcGIS Desktop Standard: 次のものが必要 Production Mapping
  • ArcGIS Desktop Advanced: 次のものが必要 Production Mapping

関連トピック

  • An overview of the Conversion toolset
  • Data conversion in Production Mapping

ArcGIS Desktop

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

ArcGIS プラットフォーム

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

Esri について

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