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

Publish Edits To WFS

Mit der Production Mapping-Lizenz verfügbar.

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

Zusammenfassung

Publishes modified features, including new and deleted features, back to a Web Feature Service (WFS).

Verwendung

  • To publish, you must have downloaded from the WFS service using the WFS To Geodatabase tool.

  • Your service must have transactional capabilities to utilize this functionality.

  • If the service supports locking features, this tool will try to lock the edited features before publishing them.

Syntax

arcpy.production.PublishEditsToWFS(wfs_geodatabase)
ParameterErklärungDatentyp
wfs_geodatabase

A file geodatabase or .wfs file that contains the changes to publish.

Workspace

Codebeispiel

PublishEditsToWFS example (stand-alone script)

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

# Name: PublishEditsToWFSExample.py 
# Description: Publishes the edited WFS features to their corresponding web feature service.       
# Author: Esri     
# Date: August 2016                        

# Import arcpy module 
import arcpy                      

# Check out Production Mapping license                
arcpy.CheckOutExtension("Foundation")                               

# Define variables            
input_geodatabase = "C:/data/SampleWorldCities.wfs"                     

# Execute WFSToGeodatabase   
arcpy.PublishEditsToWFS_production( input_geodatabase )

Umgebungen

  • Aktueller Workspace

Lizenzinformationen

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

Verwandte Themen

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