<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ArcGISやAutoCADの使い方 &#187; EZ Profiler</title>
	<atom:link href="http://arcgis.ezwords.net/tag/ez-profiler/feed" rel="self" type="application/rss+xml" />
	<link>http://arcgis.ezwords.net</link>
	<description>ArcGISというGISソフトウェア（ESRI社製）の初心者向け解説サイトです。なるべく専門用語を使わずに、単純明快な操作方法の説明を心がけています。ArcMap（ArcView）の使い方に関連して各種データの入手や加工方法、AutoCAD,Excel,illustrator,GPS,GoogleEarthなどの話題もチラホラあります。</description>
	<lastBuildDate>Mon, 30 Jan 2012 17:02:20 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>TINやラスターから断面データを取得する</title>
		<link>http://arcgis.ezwords.net/kiji/ez_profiler.html</link>
		<comments>http://arcgis.ezwords.net/kiji/ez_profiler.html#comments</comments>
		<pubDate>Tue, 13 Nov 2007 03:20:38 +0000</pubDate>
		<dc:creator>gisuser</dc:creator>
				<category><![CDATA[ArcGIS]]></category>
		<category><![CDATA[ArcScript]]></category>
		<category><![CDATA[EZ Profiler]]></category>
		<category><![CDATA[GIS]]></category>

		<guid isPermaLink="false">http://arcgis.ezwords.net/kiji/ez_profiler.html</guid>
		<description><![CDATA[EZ ProfilerというArcScript（フリーソフトみたいなもの）を紹介いたします。 EZ Profiler for ArcMap 9.x http://arcscripts.esri.com/details.a &#8230; <a href="http://arcgis.ezwords.net/kiji/ez_profiler.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>EZ ProfilerというArcScript（フリーソフトみたいなもの）を紹介いたします。</p>
<p>EZ Profiler for ArcMap 9.x</p>
<p>http://arcscripts.esri.com/details.asp?dbid=13688</p>
<p>このプログラムはArcMapの機能を拡充させるためのプラグインで、Spatial Analystや3D Analyst等のエクステンションが無くても、polyline、grid、TINなどからデータを取得できるようになります。</p>
<p>TINやラスターデータから線分に沿った値を取得し、グラフ描画やエクセルへのエクスポートの出来るツールで、複数のレイヤからもまとめて取得することも可能。</p>
<p>【インストール】</p>
<p>メニューより、<br />
ツール > カスタマイズ > コマンド<br />
とすすみ、『ファイルから追加』をクリックし、『profile91.dll』を選択。</p>
<p>そうすると、『Easy Profiler 9.1』ツールバーがArcGISに追加されます。</p>
<p>【アンインストール】</p>
<p>アンインストールするときは、付属の『EZPuninstall.bat』を実行してください。</p>
<p>【使い方</p>
<p>PSボタン<br />
細かい設定を行うためのボタン</p>
<p>Choose one method and input the value<br />
> pointを発生させる個数の設定</p>
<p>　Specify the number of points along the profile<br />
　> 指定した線などを等分割してポイントを発生させたい場合に選択</p>
<p>　Specity a set interval distance along the profile<br />
　> 指定した距離でポイントを発生させたい場合に選択</p>
<p>Graph Properties<br />
> グラフの設定</p>
<p>Make Profile From<br />
> 解析の対象とするレイヤが１つかどうか<br />
　既存polylineに沿ってラスタの値を取得したい場合などは、Multiple Layersを選択</p>
<p>Dボタン<br />
ラスタ又はTINの上に、自由に線を書いて、ラスタから取得した属性値を持ったpointシェイプファイルを作成します。<br />
使い方は押せば分かります。</p>
<p>mボタン<br />
既存のポリラインに沿ってラスタから取得した属性値を持ったpointシェイプファイルを作成します。<br />
使い方としては、既存ポリラインを選択してからボタンを押します。そうすると対象とするレイヤのダイアログが表示されますので、解析の対象とするレイヤを選択します。</p>
<p>Eボタン<br />
選択したレイヤのテーブルをExcelに出力します。ArcGISの標準機能でexport等を行うよりも楽チンです。</p>
<p>その他細かいことは、zipファイルに入っているマニュアルに記載されています（英語ですが）。<br />
<br /><strong>関連しているかもしれない記事：</strong>
<ul class="similar-posts">
<li><a href="http://arcgis.ezwords.net/kiji/dm_to_dxf.html" rel="bookmark" title="2007/11/14 水曜日">DMデータをdxfに変換したい</a></li>
<li><a href="http://arcgis.ezwords.net/kiji/line_editing_toos.html" rel="bookmark" title="2007/12/4 火曜日">ラインを指定間隔に分割する</a></li>
<li><a href="http://arcgis.ezwords.net/kiji/index-polygon-arcscript.html" rel="bookmark" title="2008/8/8 金曜日">Index polygonを作るArcScriptの紹介</a></li>
<li><a href="http://arcgis.ezwords.net/kiji/aeeoyeyyeauoy.html" rel="bookmark" title="2006/4/19 水曜日">貼り付けたラスタに高さを持たせたい</a></li>
<li><a href="http://arcgis.ezwords.net/kiji/fenceselect.html" rel="bookmark" title="2007/11/22 木曜日">フェンス選択でシェイプを選択する</a></li>
</ul>
<p><!-- Similar Posts took 6.424 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://arcgis.ezwords.net/kiji/ez_profiler.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

