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. | 隐私政策 | 法律声明