ArcGIS Desktop

  • ArcGIS Pro
  • ArcMap

  • My Profile
  • 帮助
  • Sign Out
ArcGIS Desktop

ArcGIS Online

专为贵组织打造的制图平台

ArcGIS Desktop

全面的专业性 GIS

ArcGIS Enterprise

面向企业的 GIS

ArcGIS Developers

用于构建位置感知应用程序的工具

ArcGIS Solutions

适用于行业的免费模板地图和应用程序

ArcGIS Marketplace

获取适用于组织的应用程序和数据

  • 文档
  • 支持
Esri
  • 登录
user
  • 我的个人资料
  • 登出

ArcMap

  • 主页
  • 入门
  • 地图
  • 分析
  • 管理数据
  • 工具
  • 扩展模块

MigrateProductLibraryInfo

获得 Aviation Charting 许可后可用。

  • 描述
  • 讨论
  • 语法
  • 代码示例

描述

Migrates ArcGIS Aviation Charting ArcGIS Desktop based AOI information and extraction settings to ArcGIS Aviation Charting ArcGIS Pro based AOI information and extraction settings.

讨论

The product library is a geodatabase that allows multiuser environments to centralize information and behavior for cartographic and digital data production. The product library is referenced by many tools in ArcGIS Aviation Charting to store and manage configuration components in ArcMap.

ArcGIS Aviation Charting is now an established part of ArcGIS Pro and uses a new format of AOI structures and an extraction query table. This tool exports the existing AOI and extraction settings information to a new AOI and extraction table.

语法

MigrateProductLibraryInfo (product_library, target_workspace)
参数说明数据类型
product_library

The product library path where the AOI and extraction query data will be imported into the target workspace.

String
target_workspace

The path to the geodatabase where the AOI and extraction query data will be imported. The geodatabase must already have an AOI and extraction query feature class.

String

代码示例

MigrateProductLibraryInfo example

This MigrateProductLibraryInfo sample exports an existing AOI and extraction settings.

# Name: MigrateProductLibraryInfo_example.py
# Description: migrate AOI and extraction data from product library into a geodatabase with ArcGIS Aviation Charting in Pro based AOI and extraction table

# Import arcpyproduction 
import arcpy
import arcpyproduction

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

# Set variables
Product_Library = r'c:\data\PL.sde'
Target_Workspace = r'c:\data\Database.sde'

# Execute MigrateProductLibrary
arcpyproduction.aviation.charting.MigrateProductLibraryInfo(Product_Library, Target_Workspace)

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

相关主题

  • Introduction to arcpyproduction.aviation.charting

ArcGIS Desktop

  • 主页
  • 文档
  • 支持

ArcGIS

  • ArcGIS Online
  • ArcGIS Desktop
  • ArcGIS Enterprise
  • ArcGIS
  • ArcGIS Developer
  • ArcGIS Solutions
  • ArcGIS Marketplace

关于 Esri

  • 关于我们
  • 招贤纳士
  • Esri 博客
  • 用户大会
  • 开发者峰会
Esri
分享您的想法。
Copyright © 2022 Esri. | 隐私政策 | 法律声明