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

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

Production Clip

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

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

概要

This tool takes a geodatabase and clip geometry, as well as any clip override representations, present on the features.

図

Production Clip diagram

使用法

  • Everything will be clipped in the geodatabase that can be clipped. To get the best results, copy only the necessary data to another database before running the tool.

  • Clip Features must be polygons.

  • This tool works directly on the Input Geodatabase.

構文

arcpy.production.ProductionClip(input_geodatabase, clip_features)
パラメーター説明データ タイプ
input_geodatabase

The geodatabase that contains the features to be clipped.

Workspace
clip_features

The features used to clip the Input Geodatabase.

Feature Layer

コードのサンプル

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

# Name: ProductionClip_Example.py
# Description: Clips the underlying geometry as well as override geometry if applicable.  The tool clips an entire geodatabase.

# Import system modules
import arcpy

# Check out extension
arcpy.CheckOutExtension("Foundation")

# Define variables
input_geodatabase = r"C:\data\Edit_Sample.gdb"
clip_features = arcpy.MakeFeatureLayer_management(r"C:\data\Edit_Sample.gdb\10k_AOIs", "AOIs")
arcpy.SelectLayerByAttribute_management("AOIs", "NEW_SELECTION", "SheetID = 2104")

# Execute Production Clip
# All feature classes will be clipped in the geodatabase using the selected clip features
arcpy.ProductionClip_production(input_geodatabase, clip_features)

# Check in Production Mapping license
arcpy.CheckInExtension("Foundation")

環境

  • 現在のワークスペース

ライセンス情報

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

関連トピック

  • An overview of the Editing toolset

ArcGIS Desktop

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

ArcGIS

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

Esri について

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