ArcGIS Desktop

  • ArcGIS Pro
  • ArcMap

  • My Profile
  • Aide
  • Sign Out
ArcGIS Desktop

ArcGIS Online

La plateforme cartographique de votre organisation

ArcGIS Desktop

Un SIG professionnel complet

ArcGIS Enterprise

SIG dans votre entreprise

ArcGIS Developers

Outils de création d'applications de localisation

ArcGIS Solutions

Modèles d'applications et de cartes gratuits pour votre secteur d'activité

ArcGIS Marketplace

Téléchargez des applications et des données pour votre organisation.

  • Documentation
  • Support
Esri
  • Se connecter
user
  • Mon profil
  • Déconnexion

ArcMap

  • Accueil
  • Commencer
  • Carte
  • Analyser
  • Gérer les données
  • Outils
  • Extensions

Create S-57 Product

  • Résumé
  • Utilisation
  • Syntaxe
  • Exemple de code
  • Environnements
  • Informations de licence

Résumé

Creates an AML, IENC, or ENC chart product in the ArcGIS Maritime product library using an S-57 cell descriptive record and geometry objects.

Utilisation

  • For use with the ArcGIS Maritime preconfigured product library.

  • At least one series must exist under the product class you want to edit. See adding a new series to a product class for more information.

  • Creates S-57-derived products in the product library for AML, IENC, or ENC. The New Nautical Product wizard must be used to create paper chart products.

  • Area of Interest (AOI) geometry is obtained from the M_COVR object and written to the product library.

  • Creates the product, instance, and AOI levels in the Product Library tree view.

  • Writes the metadata entries to the Nautical Metadata table, which is obtained from the S-57 dataset descriptive records.

  • Creates the product extraction queries. See setting extraction queries for product classes for more information.

Syntaxe

arcpy.nautical.CreateS57Product(in_s57_cell, in_pl_workspace, in_pl_series, {in_pl_owner})
ParamètreExplicationType de données
in_s57_cell

Base file in the S-57 format and the product you want to create in the product library.

File
in_pl_workspace

Product library workspace you want to edit.

Workspace
in_pl_series

The products supported are ENC, AML, and IENC electronic navigational products. This is specified as Solution Name::Product Class Name::Series Name::Product.

String
in_pl_owner
(Facultatif)

Product library schema owner name. Set this parameter if the user account specified in the product library workspace is not the schema owner. This applies only to product libraries stored in enterprise geodatabases.

String

Exemple de code

CreateS57Product example (Python window)

The following Python window script demonstrates how to use the CreateS57Product tool.

# Import arcpy module
import arcpy

# Check for Nautical extension
if arcpy.CheckExtension("Nautical") == "Available":
    arcpy.CheckOutExtension("Nautical")
else:
    raise ex("Maritime: Charting license is unavailable.")
	
 # Check for Production Mapping extension
if arcpy.CheckExtension("Foundation") == "Available":
	arcpy.CheckOutExtension("Foundation")
else:
	raise ex("Production Mapping license is unavailable.")

# Local variables:
ENC = "C:\Data\ENCs\US4CA68M\ENC_ROOT\US4CA68M\US4CA68M.000"
PRODUCT_LIBRARY_gdb = "C:\Data\CreateProductPython\PRODUCT_LIBRARY.gdb"


# Process: Create S-57 Product
print "Creating product"
arcpy.CreateS57Product_nautical(ENC, PRODUCT_LIBRARY_gdb, "", "Nautical::ENC::NewSeries","",)

print "Complete"

Environnements

  • Espace de travail courant

Informations de licence

  • Basic: Requiert ArcGIS Maritime
  • Standard: Requiert ArcGIS Maritime
  • Advanced: Requiert ArcGIS Maritime

Rubriques connexes

  • An overview of the S-57 Tools toolset
  • Import S-57 To Geodatabase
  • Export Geodatabase To S-57

ArcGIS Desktop

  • Accueil
  • Documentation
  • Support

ArcGIS

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

A propos d'Esri

  • A propos de la société
  • Carrières
  • Blog d’Esri
  • Conférence des utilisateurs
  • Sommet des développeurs
Esri
Donnez-nous votre avis.
Copyright © 2021 Esri. | Confidentialité | Légal