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

Repair Nautical Data

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

Zusammenfassung

Runs selected data repair processes on a database with the Nautical schema. Processes include repairing noncollocated structure-equipment features, deleting orphaned FREL and COLLECTIONS records, resolving blank or duplicate LNAM attribute values, and resolving blank or duplicate NOID values.

Verwendung

  • The selected repair processes can be run on any Nautical schema.

  • It is recommended that you use this tool on an edit version of the NIS.

  • A checkout replica of the NIS can also be used.

  • Equipment point features that are not coincident with a structure line or polygon will not be moved but instead will be reported in the results as warning messages by their LNAM attribute so you can find and resolve them manually.

Syntax

arcpy.nautical.RepairNauticalData(in_target_workspace, in_options)
ParameterErklärungDatentyp
in_target_workspace

The file or enterprise geodatabase to be repaired.

Workspace
in_options
[in_options,...]

The repair processes to be run.

  • FIX_LNAM —Resolves records with a blank LNAM attribute by populating them with a valid LNAM. Resolves duplicate LNAM conflicts by providing a new LNAM to one of the records.
  • FIX_NOID —Populates a unique NOID value for records with a blank NOID attribute.
  • REMOVE_ORPHAN_RELATIONSHIPS —Removes orphaned structure-equipment and collections records from the FREL and COLLECTIONS tables.
  • MOVE_SLAVE_FEATURES —Finds point equipment features that are not coincident with point structure features and moves them to the location of the structure.
String

Codebeispiel

RepairNauticalData example (Python window)

The following code sample demonstrates how to use the tool with a database with the Nautical Chart schema.

# Tool variables
target_workspace = r"C:\Data\Working\CheckOutReplica_Job0003.gdb"
options="MOVE_SLAVE_FEATURES;REMOVE_ORPHAN_RELATIONSHIPS;FIX_LNAM;FIX_NOID"

# Execute the tool
arcpy.RepairNauticalData_nautical(target_workspace,options)

Umgebungen

  • Aktueller Workspace

Lizenzinformationen

  • Basic: Erfordert ArcGIS Maritime
  • Standard: Erfordert ArcGIS Maritime
  • Advanced: Erfordert ArcGIS Maritime

Verwandte Themen

  • An overview of the Validation 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