shrug-l: calculate acres
Dietrich, Mark
Mark.Dietrich@dep.state.fl.us
Fri, 6 Aug 2004 14:46:10 -0400
This is a multi-part message in MIME format.
------_=_NextPart_001_01C47BE5.A436DCCE
Content-Type: text/plain;
charset="US-ASCII"
Content-Transfer-Encoding: quoted-printable
Note:
=20
If your units are meters the formula would be=20
dblArea =3D pArea.area* 0.0002471
=20
=20
-----Original Message-----
From: shrug-l-admin@lists.dep.state.fl.us
[mailto:shrug-l-admin@lists.dep.state.fl.us] On Behalf Of Massa, Greg
Sent: Friday, August 06, 2004 2:19 PM
To: 'Jason Houck'; shrug-l@lists.dep.state.fl.us
Subject: RE: shrug-l: calculate acres
=09
=09
This is how to use the Field Calculator...
=20
Open the feature class "table" while in ArcMap
Right click "acres" field select calculate values
In the field calculator dialog box check the advanced tab
Insert the following code in the Pre-Logic VBA Script Code box
Dim dblArea as double
Dim pArea as IArea
Set pArea =3D [shape]
dblArea =3D pArea.area/43560
Insert the following line in the "FIELD" box
dblArea=20
=20
Hope this helps....
-----Original Message-----
From: Jason Houck [mailto:JHouck@drmp.com]
Sent: Friday, August 06, 2004 1:33 PM
To: shrug-l@lists.dep.state.fl.us
Subject: shrug-l: calculate acres
=09
=09
Does anyone know if an efficient way to batch calculate
acreage for a polygon coverage?
=20
Jason M. Houck, MS
GIS Analyst, Water Resources Dept.
DRMP, Inc.
1505 East Colonial Dr.
Orlando, FL 32803
407-896-0594 (phone)
407-896-4836 (fax)
=20
------_=_NextPart_001_01C47BE5.A436DCCE
Content-Type: text/html;
charset="US-ASCII"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>Message</TITLE>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1458" name=3DGENERATOR></HEAD>
<BODY>
<DIV><SPAN class=3D150024318-06082004><FONT face=3DArial color=3D#0000ff =
size=3D2>Note:</FONT></SPAN></DIV>
<DIV><SPAN class=3D150024318-06082004><FONT face=3DArial color=3D#0000ff =
size=3D2></FONT></SPAN> </DIV>
<DIV><SPAN class=3D150024318-06082004><FONT face=3DArial color=3D#0000ff =
size=3D2>If=20
your units are meters the formula would be </FONT></SPAN></DIV>
<DIV><SPAN class=3D150024318-06082004> <FONT=20
color=3D#ff0000>dblArea =3D pArea.area* 0.0002471</FONT></SPAN></DIV>
<DIV><SPAN class=3D150024318-06082004><FONT=20
color=3D#ff0000></FONT></SPAN> </DIV>
<DIV><SPAN class=3D150024318-06082004><FONT face=3DArial color=3D#0000ff =
size=3D2></FONT></SPAN><SPAN class=3D150024318-06082004><FONT =
face=3DArial=20
size=3D2> </DIV></FONT></SPAN>
<BLOCKQUOTE dir=3Dltr style=3D"MARGIN-RIGHT: 0px">
<DIV></DIV>
<DIV class=3DOutlookMessageHeader lang=3Den-us dir=3Dltr =
align=3Dleft><FONT=20
face=3DTahoma size=3D2>-----Original Message-----<BR><B>From:</B>=20
shrug-l-admin@lists.dep.state.fl.us=20
[mailto:shrug-l-admin@lists.dep.state.fl.us] <B>On Behalf Of =
</B>Massa,=20
Greg<BR><B>Sent:</B> Friday, August 06, 2004 2:19 PM<BR><B>To:</B> =
'Jason=20
Houck'; shrug-l@lists.dep.state.fl.us<BR><B>Subject:</B> RE: shrug-l:=20
calculate acres<BR><BR></FONT></DIV>
<DIV>
<DIV><SPAN class=3D220111218-06082004><FONT face=3DArial =
color=3D#0000ff size=3D2>This=20
is how to use the Field Calculator...</FONT></SPAN></DIV>
<DIV><SPAN class=3D220111218-06082004><FONT face=3DArial =
color=3D#0000ff=20
size=3D2></FONT></SPAN> </DIV>
<DIV><SPAN class=3D220111218-06082004><FONT face=3DArial =
color=3D#0000ff size=3D2>Open=20
the feature class "table" while in ArcMap</FONT></SPAN></DIV>
<DIV><SPAN class=3D220111218-06082004><FONT face=3DArial =
color=3D#0000ff=20
size=3D2>Right click "acres" field select <EM>calculate=20
values</EM></FONT></SPAN></DIV>
<DIV><SPAN class=3D220111218-06082004><FONT face=3DArial =
color=3D#0000ff size=3D2>In=20
the field calculator dialog <SPAN =
class=3D595372218-06082004>b</SPAN>ox=20
check the <EM>advanced</EM> tab</FONT></SPAN></DIV>
<DIV><SPAN class=3D220111218-06082004><FONT face=3DArial =
color=3D#0000ff=20
size=3D2>Insert the following code in the <EM>Pre-Logic VBA Script =
Code</EM>=20
box</FONT></SPAN></DIV>
<DIV><FONT color=3D#ff0000><SPAN =
class=3D220111218-06082004> =20
</SPAN>Dim dblArea as double<BR><SPAN=20
class=3D220111218-06082004> </SPAN>Dim pArea as =
IArea<BR><SPAN=20
class=3D220111218-06082004> </SPAN>Set pArea =3D=20
[shape]<BR><SPAN class=3D220111218-06082004> =
</SPAN>dblArea =3D=20
pArea.area<SPAN class=3D595372218-06082004>/43560</SPAN></FONT></DIV>
<DIV><SPAN class=3D220111218-06082004><FONT face=3DArial =
color=3D#0000ff=20
size=3D2>Insert the following line in the <EM>"FIELD"=20
</EM>box</FONT></SPAN></DIV>
<DIV><SPAN class=3D220111218-06082004> <FONT=20
color=3D#ff0000>dblArea </FONT></SPAN></DIV>
<DIV><SPAN class=3D220111218-06082004><FONT=20
color=3D#ff0000></FONT></SPAN> </DIV>
<DIV><SPAN class=3D220111218-06082004><SPAN =
class=3D595372218-06082004><FONT=20
color=3D#ff0000>Hope this helps....</FONT></SPAN></SPAN></DIV></DIV>
<BLOCKQUOTE dir=3Dltr style=3D"MARGIN-RIGHT: 0px">
<DIV class=3DOutlookMessageHeader dir=3Dltr align=3Dleft><FONT =
face=3DTahoma=20
size=3D2>-----Original Message-----<BR><B>From:</B> Jason Houck=20
[mailto:JHouck@drmp.com]<BR><B>Sent:</B> Friday, August 06, 2004 =
1:33=20
PM<BR><B>To:</B> shrug-l@lists.dep.state.fl.us<BR><B>Subject:</B> =
shrug-l:=20
calculate acres<BR><BR></FONT></DIV>
<DIV><FONT face=3DArial size=3D2><SPAN =
class=3D461353117-06082004>Does anyone know=20
if an efficient way to batch calculate acreage for a polygon=20
coverage?</SPAN></FONT></DIV>
<DIV> </DIV>
<DIV align=3Dleft><FONT face=3DArial size=3D4><STRONG>Jason M. =
Houck,=20
MS</STRONG></FONT></DIV>
<DIV align=3Dleft><FONT face=3DArial><EM>GIS Analyst, Water =
Resources=20
Dept.</EM></FONT></DIV>
<DIV align=3Dleft><STRONG><FONT face=3DArial color=3D#ff0000>DRMP,=20
Inc.</FONT></STRONG></DIV>
<DIV align=3Dleft><STRONG><FONT face=3DArial color=3D#ff0000>1505 =
East Colonial=20
Dr.</FONT></STRONG></DIV>
<DIV align=3Dleft><STRONG><FONT face=3DArial =
color=3D#ff0000>Orlando, FL=20
32803</FONT></STRONG></DIV>
<DIV align=3Dleft><FONT face=3DArial color=3D#ff0000>407-896-0594=20
(phone)</FONT></DIV>
<DIV align=3Dleft><FONT face=3DArial color=3D#ff0000>407-896-4836=20
(fax)</FONT></DIV>
<DIV> </DIV></BLOCKQUOTE></BLOCKQUOTE></BODY></HTML>
------_=_NextPart_001_01C47BE5.A436DCCE--