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

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

角度でリプレゼンテーション コントロール ポイントを設定 (Set Representation Control Point By Angle)

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

概要

ライン方向の変化分だけ生じた角度が、指定した最大角度以下であるラインまたはポリゴンのアウトライン上の頂点にリプレゼンテーション コントロール ポイントを配置します。

図

Set Representation By Control Point tool
Dash placement can be improved along a line or polygon outline when representation control points are placed at prominent angles

使用法

  • 入力フィーチャは、リプレゼンテーションでシンボル表示されたライン レイヤーまたはポリゴン レイヤーにする必要があります。

  • 頂点の変更は、フィーチャ リプレゼンテーションのジオメトリ オーバーライドとして保存されます。

構文

SetRepresentationControlPointByAngle(in_features, maximum_angle)
パラメーター説明データ タイプ
in_features

ラインまたはポリゴンのリプレゼンテーションが含まれる入力フィーチャ レイヤー。

Layer
maximum_angle

ラインまたはポリゴンのアウトライン上の頂点をリプレゼンテーション コントロール ポイントとして設定するかどうかの決定に使用する角度。角度の値は 0 よりも大きく、180 度 (10 進) 未満にする必要があります。

Double

コードのサンプル

SetRepresentationControlPointByAngle (角度でリプレゼンテーション コントロール ポイントを設定) ツールの例 (Python ウィンドウ)

次の Python ウィンドウ スクリプトは、イミディエイト モードで SetRepresentationControlPointByAngle (角度でリプレゼンテーション コントロール ポイントを設定) ツールを使用する方法を示しています。

import arcpy
from arcpy import env
env.workspace = "C:\data"

arcpy.SetRepresentationControlPointByAngle_cartography("trails.lyr", "135")
SetRepresentationControlPointByAngle (角度でリプレゼンテーション コントロール ポイントを設定) ツールの例 (スタンドアロン Python スクリプト)

次のスタンドアロン スクリプトは、SetRepresentationControlPointByAngle (角度でリプレゼンテーション コントロール ポイントを設定) ツールを使用する例を示しています。

# Name: SetRepresentationControlPointByAngle_standalone_script.py
# Description: adds representation control points at locations where a feature has a sharp angle in its geometry
# Author: ESRI
 
# Import system modules
import arcpy
from arcpy import env

# Set environment settings
env.workspace = "C:/data"

# Set local variables
in_representations = "trails.lyr"
minimum_angle_deviation = "135"

# Execute Set Representation Control Point At Intersect
arcpy.SetRepresentationControlPointAtIntersect_cartography(in_representations, minimum_angle_deviation)

環境

このツールは、ジオプロセシング環境を使用しません。

ライセンス情報

  • Basic: いいえ
  • Standard: いいえ
  • Advanced: はい

関連トピック

  • カートグラフィックの調整ツールセットの概要

ArcGIS Desktop

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

ArcGIS プラットフォーム

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

Esri について

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