<?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>GiuseppeCoiro.it &#187; esri</title>
	<atom:link href="http://www.giuseppecoiro.it/tag/esri/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.giuseppecoiro.it</link>
	<description>Informatica e qualcosa in più...</description>
	<lastBuildDate>Wed, 13 Apr 2011 10:10:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>ArcMap &#8211; Calcolare lunghezze, aree e perimetri con un pò di codice Visual Basic</title>
		<link>http://www.giuseppecoiro.it/arcmap-calcolare-lunghezze-aree-e-perimetri-con-un-po-di-codice-visual-basic/</link>
		<comments>http://www.giuseppecoiro.it/arcmap-calcolare-lunghezze-aree-e-perimetri-con-un-po-di-codice-visual-basic/#comments</comments>
		<pubDate>Tue, 22 Jun 2010 20:23:22 +0000</pubDate>
		<dc:creator>Giuseppe</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[arcgis]]></category>
		<category><![CDATA[arcmap]]></category>
		<category><![CDATA[calcolare area]]></category>
		<category><![CDATA[calcolo perimetro]]></category>
		<category><![CDATA[esri]]></category>
		<category><![CDATA[pre logic VBA script code]]></category>

		<guid isPermaLink="false">http://www.giuseppecoiro.it/?p=109</guid>
		<description><![CDATA[Se avete la necessità di calcolare lunghezze, aree o perimetri con ArcMap, un pò di codice Visual Basic viene in vostro aiuto.

Aprite la &#8220;attribute table&#8221; del vostro shp file, aggiungete un campo di tipo &#8220;double&#8221;.
Cliccate su avanzate e verranno fuori due caselle di testo vuote
Se volete calcolare l&#8217;area copiate nella casella &#8220;Pre-Logic VBA Script Code&#8221; [...]]]></description>
			<content:encoded><![CDATA[<p>Se avete la necessità di calcolare lunghezze, aree o perimetri con ArcMap, un pò di codice Visual Basic viene in vostro aiuto.</p>
<ol>
<li>Aprite la &#8220;attribute table&#8221; del vostro shp file, aggiungete un campo di tipo &#8220;double&#8221;.</li>
<li>Cliccate su avanzate e verranno fuori due caselle di testo vuote</li>
<li>Se volete<strong> calcolare l&#8217;area</strong> copiate nella casella &#8220;Pre-Logic VBA Script Code&#8221; il seguente codice<br />
&#8220;<em>Dim Output as double<br />
Dim pArea as Iarea<br />
Set  pArea = [shape]<br />
Output = pArea.area</em>&#8221;<br />
<span id="more-109"></span></li>
<li>Se volete<strong> calcolare lunghezze o perimetri </strong>copiate nella casella &#8220;Pre-Logic VBA  Script Code&#8221; il seguente codice<br />
&#8220;<em>Dim Output as double<br />
Dim pCurve as ICurve<br />
Set pCurve = [shape]<br />
Output  = pCurve.Length</em>&#8220;</li>
<li>Se volete calcolare la x del <strong>centroide</strong> del poligono copiate nella casella &#8220;Pre-Logic VBA  Script Code&#8221; il  seguente codice:<br />
&#8220;<em>Dim Output As  Double<br />
Dim pArea As IArea<br />
Set pArea = [Shape]<br />
Output =  pArea.Centroid.X</em>&#8220;</li>
<li>Nella casella di testo in basso scrivete <strong>Output</strong></li>
<li>Cliccate su  OK</li>
</ol>
<p>E voilà&#8230; il gioco è fatto <img src='http://www.giuseppecoiro.it/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.giuseppecoiro.it/arcmap-calcolare-lunghezze-aree-e-perimetri-con-un-po-di-codice-visual-basic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ArcGis &#8211; Creare uno shape file senza utilizzare ArcCatalog</title>
		<link>http://www.giuseppecoiro.it/creare-shape-file/</link>
		<comments>http://www.giuseppecoiro.it/creare-shape-file/#comments</comments>
		<pubDate>Thu, 10 Dec 2009 09:39:36 +0000</pubDate>
		<dc:creator>Giuseppe</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[arccatalog]]></category>
		<category><![CDATA[arcmap]]></category>
		<category><![CDATA[esri]]></category>
		<category><![CDATA[gis]]></category>
		<category><![CDATA[shape file]]></category>

		<guid isPermaLink="false">http://www.giuseppecoiro.it/?p=81</guid>
		<description><![CDATA[ArcMap, non permette la creazione di shape files, se non tramite l&#8217;utilizzo di ArcCatalog. Per velocizzare il lavoro, viene in aiuto Enhanced Shapefile Creator 2.0, una comoda estensione che integra un nuovo pulsante nella toolbar di ArcMap.

Oltre alla creazione questa estensione permette di personalizzare gli Shapefiles nel modo seguente:
-Permette di modificare i campi del nuovo [...]]]></description>
			<content:encoded><![CDATA[<p>ArcMap, non permette la creazione di shape files, se non tramite l&#8217;utilizzo di ArcCatalog. Per velocizzare il lavoro, viene in aiuto <strong>Enhanced Shapefile Creator 2.0</strong>, una comoda estensione che integra un nuovo pulsante nella toolbar di ArcMap.</p>
<p><span id="more-81"></span></p>
<p><span id="result_box"><span style="background-color: #ffffff;" title="This permits customization of Shapefiles in the following way:" onmouseover="this.style.backgroundColor='#ebeff9'" onmouseout="this.style.backgroundColor='#fff'">Oltre alla creazione questa estensione permette di personalizzare gli Shapefiles nel modo seguente:</span></span></p>
<p><span style="background-color: #ffffff;" title="- Editing the fields collection for the new shapefile (adding new fields, setting their parameters, such as precision and scale for numeric fields, and length for string fields)" onmouseover="this.style.backgroundColor='#ebeff9'" onmouseout="this.style.backgroundColor='#fff'">-Permette di modificare i campi del nuovo shapefile (aggiunta di nuovi campi, impostare i parametri, come la precisione e la scala per i campi numerici, e la lunghezza per i campi di stringa)</span></p>
<p><span style="background-color: #ffffff;" title="- Changing the default projection (coordinate system) for the shapefile." onmouseover="this.style.backgroundColor='#ebeff9'" onmouseout="this.style.backgroundColor='#fff'">-</span><span style="background-color: #ffffff;" title="- Editing the fields collection for the new shapefile (adding new fields, setting their parameters, such as precision and scale for numeric fields, and length for string fields)" onmouseover="this.style.backgroundColor='#ebeff9'" onmouseout="this.style.backgroundColor='#fff'">Permette di c</span><span style="background-color: #ffffff;" title="- Changing the default projection (coordinate system) for the shapefile." onmouseover="this.style.backgroundColor='#ebeff9'" onmouseout="this.style.backgroundColor='#fff'">ambiare la proiezione di default (il sistema di coordinate) per lo shapefile. </span><span style="background-color: #ffffff;" title="Unlike the fields collection, that can be edited after creating the shapefile, its coordinate system can be set at creation time only" onmouseover="this.style.backgroundColor='#ebeff9'" onmouseout="this.style.backgroundColor='#fff'">A differenza dell&#8217;elenco campi, che possono essere modificati dopo la creazione dello shapefile, il suo sistema di coordinate può essere definito </span><span style="background-color: #ffffff;" title="Unlike the fields collection, that can be edited after creating the shapefile, its coordinate system can be set at creation time only" onmouseover="this.style.backgroundColor='#ebeff9'" onmouseout="this.style.backgroundColor='#fff'">solo</span><span style="background-color: #ffffff;" title="Unlike the fields collection, that can be edited after creating the shapefile, its coordinate system can be set at creation time only" onmouseover="this.style.backgroundColor='#ebeff9'" onmouseout="this.style.backgroundColor='#fff'"> al momento della creazione</span></p>
<p><span title="- Ability to import the fields collection from any other shapefile" onmouseover="this.style.backgroundColor='#ebeff9'" onmouseout="this.style.backgroundColor='#fff'">- </span><span style="background-color: #ffffff;" title="- Editing the fields collection for the new shapefile (adding new fields, setting their parameters, such as precision and scale for numeric fields, and length for string fields)" onmouseover="this.style.backgroundColor='#ebeff9'" onmouseout="this.style.backgroundColor='#fff'">Permette di </span><span title="- Ability to import the fields collection from any other shapefile" onmouseover="this.style.backgroundColor='#ebeff9'" onmouseout="this.style.backgroundColor='#fff'"> di importare l&#8217;elenco dei campi, o il sistema di coordinate da qualsiasi altro shapefile.</span></p>
<p><span id="result_box"><span style="background-color: #ffffff;" title="Requirements:"><strong>Requisiti:</strong><br />
</span><span style="background-color: #ffffff;" title="ArcGIS 8.x/9.0 installed">ArcGIS 8.x/9.0 installato</span></span></p>
<p><span style="background-color: #ffffff;" title="Installation Instruction:"><strong>Istruzioni di Installazione:</strong><br />
</span><span style="background-color: #ffffff;" title="Unpack the EnhancedShapefileCreator.zip zip-file to any folder.">Decomprimere il file </span><span id="result_box"><span style="background-color: #ffffff;" title="Unpack the EnhancedShapefileCreator.zip zip-file to any folder.">EnhancedShapefileCreator.zip</span></span><span id="result_box"><span style="background-color: #ffffff;" title="Unpack the EnhancedShapefileCreator.zip zip-file to any folder."> in una cartella qualsiasi.<br />
</span><span style="background-color: #ffffff;" title="Run setup.exe and follow the instructions.">Eseguire setup.exe e seguire le istruzioni. </span><span title="Run ArcMap.">Avviare ArcMap.<br />
</span><span style="background-color: #ffffff;" title="The Enhanced Create Shapefile command will appear at the end of Standard Toolbar.">Per far apparire </span></span><span id="result_box"><span style="background-color: #ffffff;" title="Unpack the EnhancedShapefileCreator.zip zip-file to any folder.">il pulsante di Enhanced Shapefile Creator </span></span><span id="result_box"><span style="background-color: #ffffff;" title="The Enhanced Create Shapefile command will appear at the end of Standard Toolbar.">fate un click destro sulla barra degli strumenti, scegliete Customize e andate sulla scheda &#8220;Command</span><span style="background-color: #ffffff;" title="dialog of ArcMap (Command category-&gt;TaigaGIS extensions)">&#8220;, selezionate  TaigaGIS estensioni e trascinate il pulsante sulla barra.<br />
</span></span></p>
<p><span title="- Ability to import the fields collection from any other shapefile" onmouseover="this.style.backgroundColor='#ebeff9'" onmouseout="this.style.backgroundColor='#fff'">Lo trovate<strong> <a title="Enhanced Shapefile Creator 2.0" href="http://arcscripts.esri.com/details.asp?dbid=11770" target="_blank">qui</a></strong>, distribuito sul sito Esri.<br />
</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.giuseppecoiro.it/creare-shape-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

