ArcGIS Desktop

  • ArcGIS Pro
  • ArcMap

  • My Profile
  • Hilfe
  • Sign Out
ArcGIS Desktop

ArcGIS Online

Die Mapping-Plattform für Ihre Organisation

ArcGIS Desktop

Ein vollständiges professionelles GIS

ArcGIS Enterprise

GIS in Ihrem Unternehmen

ArcGIS Developers

Werkzeuge zum Erstellen standortbezogener Apps

ArcGIS Solutions

Kostenlose Karten- und App-Vorlagen für Ihre Branche

ArcGIS Marketplace

Rufen Sie Apps und Daten für Ihre Organisation ab.

  • Dokumentation
  • Support
Esri
  • Anmelden
user
  • Eigenes Profil
  • Abmelden

ArcMap

  • Startseite
  • Erste Schritte
  • Karte
  • Analysieren
  • Verwalten von Daten
  • Werkzeuge
  • Erweiterungen

Create Product Library

  • Zusammenfassung
  • Verwendung
  • Syntax
  • Codebeispiel
  • Umgebungen
  • Lizenzinformationen

Zusammenfassung

Creates a new product library in a geodatabase.

Eine Produktbibliothek ist eine Reihe von Tabellen in einer Geodatabase, die die Zentralisierung von Informationen und Verhalten für kartografische und digitale Datenproduktion in Mehrbenutzerumgebungen ermöglichen. Produktionsgeschäftsregeln, Dokumente und räumliche Informationen werden in der Produktbibliothek gespeichert, sodass eine Organisation die Produktion umsetzen und standardisieren kann. Alle Datenmodellinformationen, Datenüberprüfungsregeln, geographischen Ausdehnungen, Symbolisierungsregeln und Kartendokumente können in der Produktbibliothek als Beispiele für Produktionsgeschäftsregeln verwaltet werden. Ein Produktbibliothek-Workspace ist eine erforderliche Eingabe für jeden auf die Produktbibliothek bezogenen Workflow.

Verwendung

  • The Workspace for Product Library must be a geodatabase.

  • Use a path to an sde connection file if Workspace for Product Library references an enterprise geodatabase. The user credentials in the connection file must have permission to create data in the workspace.

  • Sie können ein Konfigurationsschlüsselwort für File- und Enterprise-Geodatabases verwenden. Jeder Geodatabase-Typ und und jede Geodatabase-Konfiguration unterstützt verschiedene Konfigurationsschlüsselwörter, Personal-Geodatabases unterstützen jedoch keine Schlüsselwörter.

  • Um den Produktbibliothekpfad zu bestimmen, navigieren Sie zu einem Element im Fenster Produktbibliothek, klicken Sie mit der rechten Maustaste, und wählen Sie Als Pfad kopieren aus. Der Produktbibliothekpfad wird in die Zwischenablage eingefügt. Sie können ihn in jeden Parameter einfügen, für den ein Produktbibliothekpfad erforderlich ist.

Syntax

arcpy.production.CreateProductLibrary(product_library_workspace, {database_config_keyword}, {product_library_extension})
ParameterErklärungDatentyp
product_library_workspace

The workspace that will store the product library.

Workspace
database_config_keyword
(optional)

Datenbankspeicher oder Konfigurationsschlüsselwort. Die Standardeinstellung ist Standardeinstellungen.

String
product_library_extension
(optional)

Indicates a product library type to create in the input workspace. If not set, a Production Mapping product library is created.

  • AVIATION —Creates an ArcGIS Aviation Charting product library.
  • MARITIME_CHARTING —Creates an ArcGIS Maritime product library.
String

Codebeispiel

CreateProductLibrary example (stand–alone script)

The following stand-alone script demonstrates how to use the CreateProductLibrary tool.

# Name: CreateProductLibrary_Example.py
# Description: Creates a new Product Library in a file geodatabase
# Requirements: Production Mapping extension

# import arcpy and checkout a Production Mapping license
import arcpy
arcpy.CheckOutExtension("foundation")

#Set local variables
product_library_workspace = "C:\\data\\productlibrary.gdb"
database_config_keyword = "DEFAULTS"

# create a product library
arcpy.CreateProductLibrary_production(product_library_workspace, database_config_keyword)

print "Script completed successfully."

# Check in the extension
arcpy.CheckInExtension("foundation")

Umgebungen

  • Aktueller Workspace

Lizenzinformationen

  • Basic: Nein
  • Standard: Erfordert Production Mapping
  • Advanced: Erfordert Production Mapping

Verwandte Themen

  • Create Production Database
  • What is the product library?
  • Was sind Konfigurationsschlüsselwörter?
  • An overview of the Product Library toolset

ArcGIS Desktop

  • Startseite
  • Dokumentation
  • Support

ArcGIS

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

Über Esri

  • Über uns
  • Karriere
  • Esri Blog
  • User Conference
  • Developer Summit
Esri
Wir sind an Ihrer Meinung interessiert.
Copyright © 2021 Esri. | Datenschutz | Rechtliches