ArcGIS Desktop

  • ArcGIS Pro
  • ArcMap

  • My Profile
  • Справка
  • Sign Out
ArcGIS Desktop

ArcGIS Online

Картографическая платформа вашей организации

ArcGIS Desktop

Полноценная профессиональная ГИС

ArcGIS Enterprise

ГИС предприятия

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")

Параметры среды

  • Текущая рабочая область (Current Workspace)

Информация о лицензиях

  • 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 Platform

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

Об Esri

  • О нас
  • Карьера
  • Блог Esri
  • Конференция пользователей
  • Саммит разработчиков
Esri
Расскажите нам, что вы думаете.
Copyright © 2019 Esri. | Конфиденциальность | Правовая информация