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

  • ホーム
  • はじめに
  • マップ
  • 解析
  • データ管理
  • ツール
  • エクステンション

Publish Edits To WFS

Production Mapping ライセンスで利用できます。

  • 概要
  • 使用法
  • 構文
  • コードのサンプル
  • 環境
  • ライセンス情報

概要

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

使用法

  • 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.

構文

arcpy.production.PublishEditsToWFS(wfs_geodatabase)
パラメーター説明データ タイプ
wfs_geodatabase

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

Workspace

コードのサンプル

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 )

環境

  • 現在のワークスペース

ライセンス情報

  • Basic: いいえ
  • Standard: 次のものが必要 Production Mapping
  • Advanced: 次のものが必要 Production Mapping

関連トピック

  • An overview of the Conversion toolset

ArcGIS Desktop

  • ホーム
  • ドキュメント
  • サポート

ArcGIS

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

Esri について

  • 会社概要
  • 採用情報
  • Esri ブログ
  • ユーザ カンファレンス
  • デベロッパ サミット
Esri
ご意見・ご感想をお寄せください。
Copyright © 2021 Esri. | プライバシー | リーガル