<?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; 計測</title>
	<atom:link href="http://arcgis.ezwords.net/tag/%e8%a8%88%e6%b8%ac/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>ある範囲に含まれる家屋の面積を知りたい</title>
		<link>http://arcgis.ezwords.net/kiji/buffer_area.html</link>
		<comments>http://arcgis.ezwords.net/kiji/buffer_area.html#comments</comments>
		<pubDate>Wed, 19 Apr 2006 09:52:29 +0000</pubDate>
		<dc:creator>gisuser</dc:creator>
				<category><![CDATA[ArcGIS]]></category>
		<category><![CDATA[抽出]]></category>
		<category><![CDATA[計測]]></category>

		<guid isPermaLink="false">http://arcgis.ezwords.net/?p=339</guid>
		<description><![CDATA[ArcGISで、ある範囲に含まれている家屋等の面積を測るには、以下のような手順となります。  Analysis Toolsからインターセクトを実行 範囲ファイル（メッシュ）と家屋ファイルを指定 OKすると、バラバラに分割 &#8230; <a href="http://arcgis.ezwords.net/kiji/buffer_area.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>ArcGISで、ある範囲に含まれている家屋等の面積を測るには、以下のような手順となります。 </p>
<ol>
<li>Analysis Toolsからインターセクトを実行</li>
<li>範囲ファイル（メッシュ）と家屋ファイルを指定</li>
<li>OKすると、バラバラに分割された家屋が作成される。</li>
<li>バラバラになった家屋ファイルのテーブルを開き、フィールド追加<br />
 高度なフィールド計算で、<br />
　　Dim dblArea as double<br />
　　Dim pArea as IArea<br />
　　Set pArea = [shape]<br />
　　dblArea = pArea.area<br />
　下のボックスに<br />
　　dblArea<br />
　を入力すれば、バラバラ家屋の個別面積が出せる。</li>
<li>上記でバラバラ家屋に面積、含まれるメッシュの番号が関連付けされている</li>
<li>コマンドラインを表示して、バッファを持ったファイルを作る<br />
buffer メッシュファイル名 保存先 -0.0001</li>
<li>作ったファイルのテーブルとバラバラ家屋のテーブルを空間条件に基づき結合</li>
<li>面積付きのメッシュファイル（ダミー）が作られる。</li>
</ol>
<p>サンプルはメッシュを用いましたが、メッシュでなく自由図形ても良いです。<br /><strong>関連しているかもしれない記事：</strong>
<ul class="similar-posts">
<li><a href="http://arcgis.ezwords.net/kiji/tonarino_mesh.html" rel="bookmark" title="2007/1/12 金曜日">接しているメッシュの属性値を取得する</a></li>
<li><a href="http://arcgis.ezwords.net/kiji/zokusei_kensaku.html" rel="bookmark" title="2006/4/19 水曜日">平均地盤高より50cm以上高い道路を探す</a></li>
<li><a href="http://arcgis.ezwords.net/kiji/mesh_no_zahyouchi.html" rel="bookmark" title="2006/11/21 火曜日">直角座標系で作ったメッシュの端点の緯度経度を求める</a></li>
<li><a href="http://arcgis.ezwords.net/kiji/caddata_area.html" rel="bookmark" title="2006/4/19 水曜日">ArcGIS上で面積を測りたい</a></li>
<li><a href="http://arcgis.ezwords.net/kiji/kokudokihonzu_sinrinkihonzu.html" rel="bookmark" title="2006/4/19 水曜日">国土基本図や森林基本図を背景にしたい</a></li>
</ul>
<p><!-- Similar Posts took 5.856 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://arcgis.ezwords.net/kiji/buffer_area.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ArcGIS上で面積を測りたい</title>
		<link>http://arcgis.ezwords.net/kiji/caddata_area.html</link>
		<comments>http://arcgis.ezwords.net/kiji/caddata_area.html#comments</comments>
		<pubDate>Wed, 19 Apr 2006 09:31:11 +0000</pubDate>
		<dc:creator>gisuser</dc:creator>
				<category><![CDATA[ArcGIS]]></category>
		<category><![CDATA[AutoCAD]]></category>
		<category><![CDATA[数式]]></category>
		<category><![CDATA[計測]]></category>

		<guid isPermaLink="false">http://arcgis.ezwords.net/?p=330</guid>
		<description><![CDATA[ArcGISでは、 閉じたシェープファイル（ポリゴン）でないと面積を算出はできません。  元データがAutoCADデータ等の場合は、AutoCAD側で閉じたポリラインに修正してあげる必要があります。 修正といっても、ポリ &#8230; <a href="http://arcgis.ezwords.net/kiji/caddata_area.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>ArcGISでは、 閉じたシェープファイル（ポリゴン）でないと面積を算出はできません。</p>
<p> 元データがAutoCADデータ等の場合は、AutoCAD側で閉じたポリラインに修正してあげる必要があります。</p>
<p>修正といっても、ポリライン編集（pedit）で、オプションをcにするだけなので簡単です。<br /><strong>関連しているかもしれない記事：</strong>
<ul class="similar-posts">
<li><a href="http://arcgis.ezwords.net/kiji/acad-polyline_arcgis-polygon.html" rel="bookmark" title="2006/12/25 月曜日">AutoCADでArcGIS用のポリゴンを作る</a></li>
<li><a href="http://arcgis.ezwords.net/kiji/buffer_area.html" rel="bookmark" title="2006/4/19 水曜日">ある範囲に含まれる家屋の面積を知りたい</a></li>
<li><a href="http://arcgis.ezwords.net/kiji/line_to_polyline.html" rel="bookmark" title="2007/1/12 金曜日">ばらばらのlineを結合したポリラインに変換する</a></li>
<li><a href="http://arcgis.ezwords.net/kiji/arcgis_autocad_offset.html" rel="bookmark" title="2008/7/17 木曜日">AutoCADで言うところのオフセットをしたい</a></li>
<li><a href="http://arcgis.ezwords.net/kiji/eethaiiianoeaedh.html" rel="bookmark" title="2006/4/19 水曜日">複雑な図形の面積を簡単に出したい</a></li>
</ul>
<p><!-- Similar Posts took 4.732 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://arcgis.ezwords.net/kiji/caddata_area.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

