<?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/%e9%9d%a2%e7%a9%8d/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/polygon_area.html</link>
		<comments>http://arcgis.ezwords.net/kiji/polygon_area.html#comments</comments>
		<pubDate>Fri, 09 Jun 2006 00:00:02 +0000</pubDate>
		<dc:creator>gisuser</dc:creator>
				<category><![CDATA[ArcGIS]]></category>
		<category><![CDATA[面積]]></category>

		<guid isPermaLink="false">http://arcgis.ezwords.net/?p=361</guid>
		<description><![CDATA[１つのポリゴンの面積が知りたいときは、丸の中にiが書かれたアイコンをクリックすれば面積等が分かります。 複数のポリゴンの合算面積を簡単に出すのであれば、 対象とするポリゴンを選ぶ フィーチャをグラフィックに変換 できあが &#8230; <a href="http://arcgis.ezwords.net/kiji/polygon_area.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>１つのポリゴンの面積が知りたいときは、丸の中にiが書かれたアイコンをクリックすれば面積等が分かります。</p>
<p>複数のポリゴンの合算面積を簡単に出すのであれば、</p>
<ol>
<li>対象とするポリゴンを選ぶ</li>
<li>フィーチャをグラフィックに変換</li>
<li>できあがったグラフィックを全て選択して右クリック＞マージもしくはグループ化</li>
<li>グループ化したグラフィックをダブルクリック</li>
</ol>
<p>で、面積が分かります（もっと良い方法があるかも知れません）。</p>
<p>河川の氾濫面積を出すときや、植生図の集計なんかに使えるかと。<br /><strong>関連しているかもしれない記事：</strong>
<ul class="similar-posts">
<li><a href="http://arcgis.ezwords.net/kiji/eethaiiianoeaedh.html" rel="bookmark" title="2006/4/19 水曜日">複雑な図形の面積を簡単に出したい</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/data_depetition.html" rel="bookmark" title="2006/4/19 水曜日">重複の削除などをしたい</a></li>
<li><a href="http://arcgis.ezwords.net/kiji/arcgis_original_linetype.html" rel="bookmark" title="2006/4/25 火曜日">氾濫域や流域界など、内側をぼかした線にする</a></li>
<li><a href="http://arcgis.ezwords.net/kiji/doughnut_polygon.html" rel="bookmark" title="2008/1/31 木曜日">ドーナツポリゴン（穴の開いたポリゴン）の作り方</a></li>
</ul>
<p><!-- Similar Posts took 4.114 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://arcgis.ezwords.net/kiji/polygon_area.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>複雑な図形の面積を簡単に出したい</title>
		<link>http://arcgis.ezwords.net/kiji/eethaiiianoeaedh.html</link>
		<comments>http://arcgis.ezwords.net/kiji/eethaiiianoeaedh.html#comments</comments>
		<pubDate>Wed, 19 Apr 2006 07:44:07 +0000</pubDate>
		<dc:creator>gisuser</dc:creator>
				<category><![CDATA[AutoCAD]]></category>
		<category><![CDATA[面積]]></category>

		<guid isPermaLink="false">http://arcgis.ezwords.net/?p=311</guid>
		<description><![CDATA[AutoCADでは、点を指定して面積を出したり、ポリゴンの面積をだしたりすることができますが、スプラインと線に囲まれた範囲など、複雑な形状の面積を出すコマンドがありません。 そこで、以下のマクロ（DIESEL式）を作りま &#8230; <a href="http://arcgis.ezwords.net/kiji/eethaiiianoeaedh.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>AutoCADでは、点を指定して面積を出したり、ポリゴンの面積をだしたりすることができますが、スプラインと線に囲まれた範囲など、複雑な形状の面積を出すコマンドがありません。</p>
<p>そこで、以下のマクロ（DIESEL式）を作りました。</p>
<p>AutoCAD　面積計算まくろ<br />
^C^C_-bhatch;p;s;a;r;y;;\;erase;last\;list;last;;erase;p;;</p>
<p>このマクロを使えば、どんな複雑な図形でも、囲まれていれば面積計算が可能です。</p>
<p>適当なボタンを作ってに登録してください。<br /><strong>関連しているかもしれない記事：</strong>
<ul class="similar-posts">
<li><a href="http://arcgis.ezwords.net/kiji/polygon_area.html" rel="bookmark" title="2006/6/9 金曜日">いくつかのポリゴンの面積を足したい</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/most_important_customize.html" rel="bookmark" title="2006/5/15 月曜日">新規インストール直後に行うカスタマイズ</a></li>
<li><a href="http://arcgis.ezwords.net/kiji/acad_tateyoko.html" rel="bookmark" title="2006/8/7 月曜日">図面の縦横比を変更する</a></li>
<li><a href="http://arcgis.ezwords.net/kiji/buffer_area.html" rel="bookmark" title="2006/4/19 水曜日">ある範囲に含まれる家屋の面積を知りたい</a></li>
</ul>
<p><!-- Similar Posts took 3.829 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://arcgis.ezwords.net/kiji/eethaiiianoeaedh.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

