ArcGIS Desktop

  • ArcGIS Pro
  • ArcMap

  • My Profile
  • ヘルプ
  • Sign Out
ArcGIS Desktop

ArcGIS Online

組織のマッピング プラットフォーム

ArcGIS Desktop

完全なプロ仕様の GIS

ArcGIS Enterprise

エンタープライズ GIS

ArcGIS for Developers

位置情報利用アプリの開発ツール

ArcGIS Solutions

各種業界向けの無料のテンプレート マップおよびテンプレート アプリケーション

ArcGIS Marketplace

組織で使えるアプリとデータを取得

  • ドキュメント
  • サポート
Esri
  • サイン イン
user
  • マイ プロフィール
  • サイン アウト

ArcMap

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

Simplify Contours

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

サマリー

Defense Mapping production tool that simplifies contours for use in cartographic products. This tool preserves the essential shape of a contour by eliminating extraneous bends.

使用法

  • This tool modifies the input contours. You cannot undo this operation.

  • Extraneous bends are composed of redundant vertices. This tool identifies redundant vertices as those that lie within a minimum allowable distance, or tolerance. Tolerance depends upon the Scale parameter.

  • The Scale parameter and tolerance values are designed for use with Defense Mapping cartographic products.

構文

SimplifyContours(Input_Contours, Scale)
パラメーター説明データ タイプ
Input_Contours

The input contours that are going to be simplified.

Feature Layer
Scale

Scale value used to determine a simplification tolerance. Tolerance specifies a minimum allowable distance between vertices. The tool removes vertices that lie within this tolerance.

  • 1:5000 —Simplification tolerance is 1 meter.
  • 1:7500 —Simplification tolerance is 1 meter.
  • 1:12500 —Simplification tolerance is 1 meter.
  • 1:25000 —Simplification tolerance is 1 meter.
  • 1:50000 —Simplification tolerance is 2 meters. This is the default.
  • 1:100000 —Simplification tolerance is 2 meters.
  • 1:250000 —Simplification tolerance is 3 meters.
  • 1:500000 —Simplification tolerance is 3 meters.
  • 1:1000000 —Simplification tolerance is 3 meters.
String

コードのサンプル

SimplifyContours example (Python window)

The following code sample demonstrates how to use the SimplifyContours tool.

# set gp environment
arcpy.env.workspace="C:/data"

# variables for tool
inputContours="mgcp.gdb/mgcp/contours"
mapScale="1:12500"

# execute the tool
arcpy.SimplifyContours_defense(inputContours,mapScale)

環境

  • 現在のワークスペース

ライセンス情報

  • ArcGIS Desktop Basic: いいえ
  • ArcGIS Desktop Standard: 次のものが必要 Defense Mapping
  • ArcGIS Desktop Advanced: 次のものが必要 Defense Mapping

関連トピック

  • An overview of the Contours toolset

ArcGIS Desktop

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

ArcGIS プラットフォーム

  • ArcGIS Online
  • ArcGIS Desktop
  • ArcGIS Enterprise
  • ArcGIS for Developers
  • ArcGIS Solutions
  • ArcGIS Marketplace

Esri について

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