ÿþ<HTML> <HEAD> <STYLE> BODY {background-color:#FBFFFF; margin:0.25in; font-size:10pt; font-family:Arial,sans-serif} H1 {margin-left:0.05in; position:relative; top:-6; text-align:center; font-weight:bold; font-size:18; font-family:Verdana,sans-serif; color:#006400} H2 {margin-left:0.25in; position:relative; top:-16; text-align:center; font-size:13; font-family:Verdana,sans-serif; color:#006400} TABLE {position:relative; top:-10; valign:top; table-layout:fixed; border-collapse:collapse} TD {text-align:center} TD {font-weight:bold; font-size:11pt; border-color:#6495ED} .tsel {color:#FFFFFF; background-color:#6495ED} .tun {color:#00008B; background-color:#B8DEFA} .tover {color:#0000CD; background-color:#B8E6FF; cursor:hand} .f {background-color:#FFFFFF; border:'1.5pt solid #6495ED'; position:relative; top:-10} .ph1 {color:#2E8B57; font-weight:bold; cursor:} .ph2 {margin-left:0.2in; color:#2E8B57; font-weight:bold; cursor:} .pover1 {color:#006000; font-weight:bold; cursor:hand} .pover2 {margin-left:0.2in; color:#006000; font-weight:bold; cursor:hand} .pn {color:#00008B; font-weight:bold} .pv {font-family:Verdana,sans-serif; line-height:135%; color:#191970; margin:0in 0.15in 0.75in 0.15in} .pe1 {margin-left:0.2in} .pe2 {margin-left:0.25in; font-weight:normal; color:#191970;} .lt {line-height:115%} .lt2 {line-height:115%; margin-bottom:1mm} .sr1 {margin-left:0in} .sr2 {margin-left:0.2in} .sr3 {margin-left:0.4in} .srh1 {color:#00008B; font-weight:bold; margin-left:0in} .srh2 {color:#00008B; font-weight:bold; margin-left:0.2in} .name {margin-left:0.05in; position:relative; top:-6; text-align:center; font-weight:bold; font-size:18; font-family:Verdana,sans-serif; color:#006400} .sub {margin-left:0.25in; text-align:center; position:relative; top:3; font-weight:bold; font-size:13; font-family:Verdana,sans-serif; color:#006400} .search {margin:0in 0.15in 0.75in 0.15in; color:#191970; font-family:Verdana,sans-serif; font-size:13} .head {color:#006400} </STYLE> <SCRIPT LANGUAGE="JScript"><!-- //changes the color of the tabs or headings that you can click //when the mouse hovers over them function doHilite() { var e = window.event.srcElement; if (e.className == "tun") { e.className = "tover"; } else if (e.className == "tover") { e.className = "tun"; } else if (e.className == "ph1") { e.className = "pover1"; } else if (e.className == "ph2") { e.className = "pover2"; } else if (e.className == "pover1") { e.className = "ph1"; } else if (e.className == "pover2") { e.className = "ph2"; } window.event.cancelBubble = true; } //changes the style of the selected tab to unselected and hide its text, then //set the style of the tab that was clicked on to selected and show its text function changeTab(eRow) { var tabs = eRow.cells; for (var i = 0; i < tabs.length; i++) { var oldTab = tabs[i]; if (oldTab.className == "tsel") { break; } } oldTab.className = "tun"; var oldContent = getAssociated(oldTab); oldContent.style.display = "none"; var newTab = window.event.srcElement; newTab.className ="tsel"; var newContent = getAssociated(newTab); newContent.style.display = "block"; window.event.cancelBubble = true; } //hide or show the text assoicated with the heading that was clicked function hideShowGroup(e) { var theGroup = e.children[0]; if (theGroup.style.display == "none") { theGroup.style.display="block"; } else { theGroup.style.display="none"; } window.event.cancelBubble = true; } //returns the name of the element containing the text associated with each tab function getAssociated(e) { if (e.tagName == "TD") { switch (e.id) { case "DescTab": return (Description); case "SpatialTab": return (Spatial); case "AttribTab": return (Attributes); } } } //centers the thumbnail function position() { var e; e = document.all("thumbnail"); if (e != null) { b = document.body; w1 = b.clientWidth - 80; w2 = w1 - thumbnail.width; var margin = Math.floor(w2 * .5); thumbnail.style.visibility = "hidden"; thumbnail.style.marginLeft = margin; thumbnail.style.visibility = "visible"; } } //parse text to respect line breaks added - increases readability. //lines beginning with a ">" character are presented with a monospace //(fixed-width) font - e.g., so equations will appear correctly function fix(e) { var par = e.parentNode; e.id = ""; var pos = e.innerText.indexOf("\n"); if (pos > 0) { while (pos > 0) { var t = e.childNodes(0); var n = document.createElement("PRE"); var s = t.splitText(pos); e.insertAdjacentElement("afterEnd", n); n.appendChild(s); e = n; pos = e.innerText.indexOf("\n"); } var count = (par.children.length); for (var i = 0; i < count; i++) { e = par.children(i); if (e.tagName == "PRE") { pos = e.innerText.indexOf(">"); if (pos != 0) { n = document.createElement("DIV"); e.insertAdjacentElement("afterEnd", n); n.innerText = e.innerText; e.removeNode(true); } } } if (par.children.tags("PRE").length > 0) { count = (par.childNodes.length); for (i = 0; i < count; i++) { e = par.children(i); if (e.tagName == "PRE") { e.id = ""; if (i < (count-1)) { var e2 = par.children(i + 1); if (e2.tagName == "PRE") { e.insertAdjacentText("beforeEnd", e2.innerText+"\n"); e2.removeNode(true); count = count-1; i = i-1; } } } } } } else { n = document.createElement("DIV"); par.appendChild(n); n.innerText = e.innerText; e.removeNode(true); } } --></SCRIPT> </HEAD> <BODY onload="position();" onresize="position();" oncontextmenu="return true"> <H1>Utah BLM Grazing Allotments and Pastures</H1> <H2>File Geodatabase Feature Class </H2> <TABLE cols="3" frame="void" rules="cols" width="315" height="28"> <COL WIDTH="105" /><COL WIDTH="105" /><COL WIDTH="105" /> <TR height="28" onmouseover="doHilite()" onmouseout="doHilite()" onclick="changeTab(this)"> <TD ID="DescTab" CLASS="tsel" TITLE="Click to see a description of the data">Description</TD> <TD ID="SpatialTab" CLASS="tun" TITLE="Click for details about the spatial data">Spatial</TD> <TD ID="AttribTab" CLASS="tun" TITLE="Click for details about the attribute data">Attributes</TD> </TR> </TABLE> <DIV ID="Group" CLASS="f"> <DIV ID="Description" CLASS="pv" STYLE="display:block"><BR /> <DIV CLASS="pn">Keywords</DIV> <DIV STYLE="margin-left:0.2in" CLASS="lt2"><SPAN CLASS="pn">Theme: </SPAN> farming, 001, economy, 005, environment, 007</DIV> <DIV STYLE="margin-left:0.2in" CLASS="lt2"><SPAN CLASS="pn">Theme: </SPAN> grazing</DIV> <DIV STYLE="margin-left:0.2in" CLASS="lt2"><SPAN CLASS="pn">Theme: </SPAN> Range</DIV> <DIV STYLE="margin-left:0.2in" CLASS="lt2"><SPAN CLASS="pn">Theme: </SPAN> Grazing Allotments</DIV> <DIV STYLE="margin-left:0.2in" CLASS="lt2"><SPAN CLASS="pn">Place: </SPAN> State, Utah, Bureau of Land Management, BLM</DIV> <DIV STYLE="margin-left:0.2in" CLASS="lt2"><SPAN CLASS="pn">Temporal: </SPAN> 2008</DIV> <BR /> <DIV CLASS="pn">Description</DIV> <DIV CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Abstract <DIV CLASS="pe2" STYLE="display:"> <SPAN CLASS="lt"><PRE ID="original">This cover delineates grazing allotments and pastures mapped at 1:24,000 scale. This dataset is the result of a joint effort by SITLA and BLM Field Offices to get a statewide representation of grazing allotments.</PRE></SPAN><BR /> <SCRIPT>fix(original)</SCRIPT> </DIV> </DIV> <DIV CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Purpose <DIV ID="Purpose" CLASS="pe2" STYLE="display:"> <SPAN CLASS="lt"><PRE ID="original">For site analysis and display at 1:24,000; For regional analysis and display at 1:24,000; For use in planning and land management; etc. This dataset is the best available statewide digital grazing allotment data for Utah BLM.</PRE></SPAN><BR /> <SCRIPT>fix(original)</SCRIPT> </DIV> </DIV> <DIV CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Supplementary Information <DIV CLASS="pe2" STYLE="display:"> <SPAN CLASS="lt"><PRE ID="original">This cover was compiled and digitized by the State of Utah School and Institutional Trust Lands (SITLA) using BLM source data. Allotment lines were digitized from paper maps ranging from 250K to 24K scale and then justified to match scanned USGS 7.5 minute quads at 1:24,000. Allotments in each BLM Field Office were checked with a Range Conservationist for the area in question and edited to match known allotment extents. Allotment numbers were acquired from BLM, Denver office, 9/98. This data is subject to change and periodic updates. The following information applies specifically to the data within the Moab FO, Price FO and Monticello FO areas. This cover was assembled from a number of different mapping efforts including resource management plans, activity plans, and plan ammendments for 3 offices from 1985 through 1999. Some of the data, particularly in the old San Rafael Resource Area needs to be updated to reflect current allotment and pasture boundaries. Some allotments were mapped to the extent of a 7.5' manuscript boundaries, and are therefore incomplete. This occurs where allotment digitizing is incomplete, and where allotments are not managed by the former moab district. Edgematching between Moab, Price and Monticello field offices is complete, but not to any other BLM field office. Some USFS allotments are also included in the Manti-lasal, Abajo area. Some updates were made to the following allotments in July, 1999: Allotment_cd #s 5391, 5861, 5813, 5860, 5847 and 5878. See process_date section dated July 1999 for more information. Monticello Field Office grazing allotments were updated and digitized in the version dated Feb. 8, 2000. Preliminary verification plots were completed, but some adjustments to the boundaries may be necessary to reflect current allotment boundaries. Pasture boundaries were not digitized for the Monticello Field Office at this time. This dataset was converted to an ESRI ArcSDE feature dataset format and meets the national BLM Grazing Allotment and Pastures data standard issued December 2, 2009. Reviews_Applied_to_Data: This dataset is being reviewed by field office range management specialists and udated as changes occur. Related_Spatial_and_Tabular_Data_Sets: Rangeland Administration System (RAS) Notes: This dataset is the best available digital grazing allotment data and is being updated.</PRE></SPAN><BR /> <SCRIPT>fix(original)</SCRIPT> </DIV> </DIV> <DIV STYLE="text-align:center; color:#6495ED">_________________</DIV><BR /> <DIV CLASS="ph1" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Status of the data <DIV CLASS="pe2" STYLE="display:none"> In work<BR /><I>Data update frequency: </I> As needed<BR /></DIV> </DIV> <BR /> <DIV CLASS="ph1" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Time period for which the data is relevant <DIV CLASS="pe2" STYLE="display:none"> <DIV><I>Date and time: </I> 20100505</DIV> <DIV> <I>Description: </I> <SPAN CLASS="lt"><PRE ID="original">ground condition. allotment boundaries change.</PRE></SPAN><BR /> <SCRIPT>fix(original)</SCRIPT> </DIV> </DIV> </DIV> <BR /> <DIV CLASS="ph1" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Publication Information <DIV CLASS="pe2" STYLE="display:none"><SPAN CLASS="lt2"> <I>Who created the data: </I>BLM, Utah State Office (USO)<BR /></SPAN> <DIV><I>Date and time: </I> 20100505</DIV> <DIV><I>Publisher and place: </I> BLM, Salt Lake City, Utah </DIV> </DIV> </DIV> <DIV STYLE="text-align:center; color:#6495ED">_________________</DIV><BR /> <DIV CLASS="ph1" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Data storage and access information <DIV CLASS="pe2" STYLE="display:none"> <I>File name: </I>gra_past_poly<BR /> <I>Type of data: </I>vector digital data<BR /> <DIV><I>Location of the data: </I></DIV><DIV><LI STYLE="margin-left:0.2in">\\blm\dfs\ut\loc\GisData\ut\so\WebData\grazAllotments\Allotments03112011\Grazing.gdb</LI></DIV> <I>Data processing environment: </I><SPAN CLASS="lt">Microsoft Windows 2000 Version 5.2 (Build 3790) Service Pack 2; ESRI ArcCatalog 9.3.1.4000</SPAN><BR /> <DIV CLASS="ph1" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Accessing the data <DIV CLASS="pe2" STYLE="display:none"> <I>Data transfer size: </I>14.414 MB<BR /> <BR /> </DIV> </DIV> <DIV CLASS="ph1" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Constraints on accessing and using the data <DIV CLASS="pe2" STYLE="display:none"> <I>Access constraints: </I> <SPAN CLASS="lt">none<BR /></SPAN><DIV> <I>Use constraints: </I> <SPAN CLASS="lt"><PRE ID="original">This data should never be used at a scale larger than 1:24,000. The data and corresponding attributes are only as accurate as the source from which they were obtained, and may vary depending upon the date and method of acquisition. This data is suitable for regional planning, management decision support at intermediate scales, i.e. 1:24,000 or smaller, and cartographic purposes. The data is not suitable for purposes of navigation. This data is not suitable for analysis at scales larger than 1:24,000. If the Receiving Agency (RA) has modified the data in any way, they are obligated to describe the types of modifications they have performed on hardcopy maps utilizing the data. RA specifically agrees not to misrepresent USO data sets nor to imply that any changes made were approved by BLM USO. No warranty is made by the BLM for use of the data for purposes not intended by BLM. This information may be updated without notification.</PRE></SPAN><BR /> <SCRIPT>fix(original)</SCRIPT> </DIV> </DIV> </DIV> </DIV> </DIV> <BR /> <DIV CLASS="ph1" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Details about this document <DIV CLASS="pe2" STYLE="display:none"> Contents last updated: 20110311 at time 16011300 <DIV CLASS="ph1" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Who completed this document <DIV CLASS="pe2" STYLE="display:none"> GIS Data Administrator<BR />BLM, Utah State Office<BR /><I>mailing address:</I><BR /><DIV STYLE="margin-left:0.3in"> <DIV CLASS="lt"> <PRE ID="original">P. O. Box 45155</PRE> <SCRIPT>fix(original)</SCRIPT> </DIV> <DIV> Salt Lake City, UT 84145-0155</DIV> <DIV>USA</DIV></DIV> <BR /> (801) 539-4146 or 4153 (voice)<BR />(801) 539-4222 (fax)<BR />info@blm.gov<BR /><BR /> </DIV> </DIV> <DIV CLASS="ph1" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Standards used to create this document <DIV CLASS="pe2" STYLE="display:none"> <I>Standard name: </I>FGDC Content Standards for Digital Geospatial Metadata<BR /> <I>Standard version: </I>FGDC-STD-001-1998<BR /> <I>Time convention used in this document: </I>local time<BR /> Metadata profiles defining additonal information<LI STYLE="margin-left:0.2in"> ESRI Metadata Profile: <A TARGET="viewer" HREF="http://www.esri.com/metadata/esriprof80.html">http://www.esri.com/metadata/esriprof80.html </A> </LI> <LI STYLE="margin-left:0.2in"> ESRI Metadata Profile: <A TARGET="viewer" HREF="http://www.esri.com/metadata/esriprof80.html">http://www.esri.com/metadata/esriprof80.html </A> </LI> <LI STYLE="margin-left:0.2in"> ESRI Metadata Profile: <A TARGET="viewer" HREF="http://www.esri.com/metadata/esriprof80.html">http://www.esri.com/metadata/esriprof80.html </A> </LI> <LI STYLE="margin-left:0.2in"> ESRI Metadata Profile: <A TARGET="viewer" HREF="http://www.esri.com/metadata/esriprof80.html">http://www.esri.com/metadata/esriprof80.html </A> </LI> <LI STYLE="margin-left:0.2in"> ESRI Metadata Profile: <A TARGET="viewer" HREF="http://www.esri.com/metadata/esriprof80.html">http://www.esri.com/metadata/esriprof80.html </A> </LI> </DIV> </DIV> </DIV> </DIV> <BR /> </DIV> <DIV ID="Spatial" class="pv" STYLE="display:none"><BR /> <DIV CLASS="pn">Horizontal coordinate system</DIV> <DIV STYLE="margin-left:0.2in"><I>Projected coordinate system name: </I>NAD_1983_UTM_Zone_12N</DIV> <DIV STYLE="margin-left:0.2in"><I>Geographic coordinate system name: </I>GCS_North_American_1983</DIV> <DIV CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Details <DIV CLASS="pe2" STYLE="display:none"> <DIV CLASS="sr1"><SPAN CLASS="pn">Grid Coordinate System Name: </SPAN>Universal Transverse Mercator</DIV> <DIV CLASS="sr2"><I>UTM Zone Number: </I>12</DIV> <DIV CLASS="srh2">Transverse Mercator Projection</DIV> <DIV CLASS="sr3"><I>Scale Factor at Central Meridian: </I>0.999600<BR /> <I>Longitude of Central Meridian: </I>-111.000000<BR /> <I>Latitude of Projection Origin: </I>0.000000<BR /> <I>False Easting: </I>500000.000000<BR /> <I>False Northing: </I>0.000000<BR /> </DIV> <BR /> <DIV CLASS="sr1"><SPAN CLASS="pn">Planar Coordinate Information</SPAN></DIV> <DIV CLASS="sr2"><I>Planar Distance Units: </I>meters</DIV> <DIV CLASS="sr2"><I>Coordinate Encoding Method: </I>coordinate pair</DIV> <DIV CLASS="srh2">Coordinate Representation</DIV> <DIV CLASS="sr3"><I>Abscissa Resolution: </I>0.000100</DIV> <DIV CLASS="sr3"><I>Ordinate Resolution: </I>0.000100</DIV> <BR /> <DIV CLASS="srh1">Geodetic Model</DIV> <DIV CLASS="sr2"><I>Horizontal Datum Name: </I>North American Datum of 1983</DIV> <DIV CLASS="sr2"><I>Ellipsoid Name: </I>Geodetic Reference System 80</DIV> <DIV CLASS="sr2"><I>Semi-major Axis: </I>6378137.000000</DIV> <DIV CLASS="sr2"><I>Denominator of Flattening Ratio: </I>298.257222</DIV> </DIV> </DIV> <BR /> <DIV CLASS="srh1">Altitude System Definition</DIV> <DIV CLASS="sr2"><I>Resolution: </I>1.000000</DIV> <DIV CLASS="sr2"><I>Encoding Method: </I>Explicit elevation coordinate included with horizontal coordinates</DIV> <DIV STYLE="text-align:center; color:#6495ED">_________________</DIV><BR /> <DIV CLASS="pn">Bounding coordinates</DIV> <DIV STYLE="margin-left:0.2in" CLASS="pn">Horizontal</DIV> <DIV STYLE="margin-left:0.4in" CLASS="pn">In decimal degrees</DIV> <DIV STYLE="margin-left:0.6in"><I>West: </I> -114.356983</DIV> <DIV STYLE="margin-left:0.6in"><I>East: </I> -108.818574</DIV> <DIV STYLE="margin-left:0.6in"><I>North: </I> 42.034138</DIV> <DIV STYLE="margin-left:0.6in"><I>South: </I> 36.848218</DIV> <DIV STYLE="margin-left:0.4in" CLASS="pn">In projected or local coordinates</DIV> <DIV STYLE="margin-left:0.6in"><I>Left: </I>221900.469000</DIV> <DIV STYLE="margin-left:0.6in"><I>Right: </I>680627.213000</DIV> <DIV STYLE="margin-left:0.6in"><I>Top: </I>4653566.493000</DIV> <DIV STYLE="margin-left:0.6in"><I>Bottom: </I>4082576.724000</DIV> <DIV STYLE="text-align:center; color:#6495ED">_________________</DIV><BR /> <DIV CLASS="pn">Lineage</DIV> <DIV CLASS="pn" STYLE="margin-left:0.2in">FGDC lineage</DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Process step 1 <DIV CLASS="pe2" STYLE="margin-left:0.2in; display:none"> <I>Process description: </I>This cover was compiled and digitized by the State of Utah School and Institutional Trust Lands (SITLA) using BLM source data. Allotment lines were digitized from paper maps ranging from 250K to 24K scale and then justified to match scanned USGS 7.5 minute quads at 1:24,000. Allotments in each BLM Field Office were checked with a Range Conservationist for the area in question and edited to match known allotment extents. Allotment numbers were acquired from BLM, Denver office, 9/98.<BR /> <I>Process date: </I>19980900 <BR /> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Process step 2 <DIV CLASS="pe2" STYLE="margin-left:0.2in; display:none"> <I>Process description: </I>Ran M:\tools\aml_arc\raall_new.aml to create the regions for allotments, allotments-pastures, and for pastures. This aml must be re-run when new data is added to the library.<BR /> <I>Process date: </I>20000905 <BR /> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Process step 3 <DIV CLASS="pe2" STYLE="margin-left:0.2in; display:none"> <I>Process description: </I>First draft of metadata created by jsempek using FGDCMETA.AML ver. 1.2 05/14/98 on ArcInfo data set m:\lib_update\uso\raall2<BR /> <I>Process date: </I>20000905 <BR /> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Process step 4 <DIV CLASS="pe2" STYLE="margin-left:0.2in; display:none"> <I>Process description: </I>Salt Lake BLM field office produced a coverage depicting the grazing allotments within their management area. This data layer was used with the "update" command in Arc to update the existing layer produced by SITLA. The data layer was then edited to remove double lines, slivers, etc.<BR /> <I>Process date: </I>20010912 <BR /> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Process step 5 <DIV CLASS="pe2" STYLE="margin-left:0.2in; display:none"> <I>Process description: </I>The Vernal BLM field office produced a coverage depicting the grazing allotments within their management area. This data layer was used with the "update" command in Arc to update the existing layer produced by SITLA. The data layer was then edited to remove double lines, slivers, etc.<BR /> <I>Process date: </I>20010916 <BR /> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Process step 6 <DIV CLASS="pe2" STYLE="margin-left:0.2in; display:none"> <I>Process description: </I>The Moab BLM field office produced a coverage depicting the grazing allotments within the Moab, Price, Monticello management areas. This data layer was used with the "update" command in Arc to update the existing layer produced by SITLA. The data layer was then edited to remove double lines, slivers, etc.<BR /> <I>Process date: </I>20010921 <BR /> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Process step 7 <DIV CLASS="pe2" STYLE="margin-left:0.2in; display:none"> <I>Process description: </I>The Cedar City BLM field office produced a coverage depicting the grazing allotments within their management area. This data layer was used with the "update" command in Arc to update the existing layer produced by SITLA. The data layer was then edited to remove double lines, slivers, etc.<BR /> <I>Process date: </I>20010928 <BR /> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Process step 8 <DIV CLASS="pe2" STYLE="margin-left:0.2in; display:none"> <I>Process description: </I>The GSENM BLM field office produced a coverage depicting the grazing allotments within their management area. This data layer was used with the "update" command in Arc to update the existing layer produced by SITLA. The data layer was then edited to remove double lines, slivers, etc.<BR /> <I>Process date: </I>20011005 <BR /> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Process step 9 <DIV CLASS="pe2" STYLE="margin-left:0.2in; display:none"> <I>Process description: </I>The CCFO BLM field office updated the existing library layer to reflect changes in 18 allotments on which EA's were recently done. The update command was used and slivers related to those 18 allotments were eliminated.<BR /> <I>Process date: </I>20020211 <BR /> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Process step 10 <DIV CLASS="pe2" STYLE="margin-left:0.2in; display:none"> <I>Process description: </I>The CCFO BLM field office updated the existing library layer to reflect changes in 18 allotments on which EA's were recently done. The update command was used and slivers related to those 18 allotments were eliminated.<BR /> <I>Process date: </I>20020211 <BR /> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Process step 11 <DIV CLASS="pe2" STYLE="margin-left:0.2in; display:none"> <I>Process description: </I>The GSENM field office updated the Last Chance allotment. Edit reflect changes in the allotment boundary.<BR /> <I>Process date: </I>20020212 <BR /> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Process step 12 <DIV CLASS="pe2" STYLE="margin-left:0.2in; display:none"> <I>Process description: </I>The Moab field office updated the Scharf Mesa and Granite Bench allotment. Edit reflect changes in the allotment boundary. Also made a correction to the boundary of the North River Allotment.<BR /> <I>Process date: </I>20020213 <BR /> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Process step 13 <DIV CLASS="pe2" STYLE="margin-left:0.2in; display:none"> <I>Process description: </I>The Moab Field Office updated the grazing allotment boundary for the Monticello Field Office, between Montezuma Canyon, Monument Canyon and Bug Squaw, per Bob Woyewodzik. The new boundary reflects the situation on-the-ground.<BR /> <I>Process date: </I>20020311 <BR /> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Process step 14 <DIV CLASS="pe2" STYLE="margin-left:0.2in; display:none"> <I>Process description: </I>The USO extracted this coverage to remove the $ID values of -999999999 (hidden lines). Used arcedit to select those values and calc them to a new value of '1'. Layer then added back to the MAIN library.<BR /> <I>Process date: </I>20020325 <BR /> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Process step 15 <DIV CLASS="pe2" STYLE="margin-left:0.2in; display:none"> <I>Process description: </I>The USO extracted this coverage and ran "raall_ut24.aml" to recreate the regions, and added data back to the MAIN Library. Updated the metadata file.<BR /> <I>Process date: </I>20020425 <BR /> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Process step 16 <DIV CLASS="pe2" STYLE="margin-left:0.2in; display:none"> <I>Process description: </I>The USO extracted this coverage, corrected attribute format to proper names, populated null records and ran "raall_ut24.aml" to recreate the regions, and added data back to the MAIN Library.<BR /> <I>Process date: </I>20020517 <BR /> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Process step 17 <DIV CLASS="pe2" STYLE="margin-left:0.2in; display:none"> <I>Process description: </I>Updated metadata - jsempek using FGDCMETA.AML ver. 1.2 05/14/98 on ArcInfo data set m:\lib_update\uso\a051702\raall_ut24<BR /> <I>Process date: </I>20020517 <BR /> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Process step 18 <DIV CLASS="pe2" STYLE="margin-left:0.2in; display:none"> <I>Process description: </I>Updated metadata - ccfo updated attributes and minor arc adjustment SO ran recreated regions and replaced existing tiles in the library.<BR /> <I>Process date: </I>20020725 <BR /> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Process step 19 <DIV CLASS="pe2" STYLE="margin-left:0.2in; display:none"> <I>Process description: </I>CCFO updated Hardpan AMP boundary.<BR /> <I>Process date: </I>20021016 <BR /> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Process step 20 <DIV CLASS="pe2" STYLE="margin-left:0.2in; display:none"> <I>Process description: </I>USO updated metadata - ccfo updated attributes and minor arc adjustment SO ran recreated regions and replaced 38113e1 and 38113a1 tiles in the library.<BR /> <I>Process date: </I>20021018 <BR /> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Process step 21 <DIV CLASS="pe2" STYLE="margin-left:0.2in; display:none"> <I>Process description: </I>CCFO updated allotment attributes.<BR /> <I>Process date: </I>20021029 <BR /> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Process step 22 <DIV CLASS="pe2" STYLE="margin-left:0.2in; display:none"> <I>Process description: </I>Extracted data layer for WO FY 2002 data call. USO removed -9999999 values from 26 arc $-ID values. Updated metadata - jsempek using FGDCMETA.AML ver. 1.2 05/14/98 on ArcInfo data set M:\LIB_UPDATE\USO\A111802\RAALL_UT24<BR /> <I>Process date: </I>2002118 <BR /> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Process step 23 <DIV CLASS="pe2" STYLE="margin-left:0.2in; display:none"> <I>Process description: </I>Extracted tiles in the Monticello Field Office to correct a few errors and edit some of the attributes.<BR /> <I>Process date: </I>20030416 <BR /> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Process step 24 <DIV CLASS="pe2" STYLE="margin-left:0.2in; display:none"> <I>Process description: </I>Updates were made by Jean Carson to some of the Moab allotments.<BR /> <I>Process date: </I>20030410 <BR /> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Process step 25 <DIV CLASS="pe2" STYLE="margin-left:0.2in; display:none"> <I>Process description: </I>Edits were made by Justin Seastrand,Richfield FO. Two allotments previously left out of the data were added, Wildlife and Johns Valley. Arc and Polygon attributes were updated, and a process step was added to the metadata.<BR /> <I>Process date: </I>20030428 <BR /> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Process step 26 <DIV CLASS="pe2" STYLE="margin-left:0.2in; display:none"> <I>Process description: </I>Edits were made by Jean Carson from the Moab FO. The Buckhorn Allotment was split into 2 allotments: one is called Sand Flats and one is called Buckhorn. The North Sand Flats Allotment was added back into the dataset as un ungrazed allotment.<BR /> <I>Process date: </I>20040312 <BR /> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Process step 27 <DIV CLASS="pe2" STYLE="margin-left:0.2in; display:none"> <I>Process description: </I>Edits were made by Jean Carson from the Moab FO. Main Canyon Allotment was joined to Middle Canyon Allotment. Mesas Allotment is now called Spring Creek Allotment Portions of Buckhorn allotment was divided into Mountain Island Allotment. Dakota Rock Allotment and South Beaver Mesa Allotment joined together and is now called Hubbard Allotment. Horsethief Allotment is now called Horsethief Point Allotment. Spelling of Ten-mile Point Allotment changed to Tenmile Point Allotment. Big Flat Allotment is now called Big Flat-Tenmile Allotment.<BR /> <I>Process date: </I>20040405 <BR /> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Process step 28 <DIV CLASS="pe2" STYLE="margin-left:0.2in; display:none"> <I>Process description: </I>Edits were made throughout the GSENM area to better reflect the true allotment boundary. Range staff reviewed the allotment folders and the appropriate changes have been incorporated. Private inholdings were also incorporated into the allotments. The inholdings can be identified by querying for "Private" in the "Pasture_Name" field. The allotment they are associated with contains the corresponding allotment name under the "Allotment_Name" field.<BR /> <I>Process date: </I>20040608 <BR /> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Process step 29 <DIV CLASS="pe2" STYLE="margin-left:0.2in; display:none"> <I>Process description: </I>Some minor changes were made to the boundary of the Tusher Canyon allotment per Dave Williams. The Horsethief Allotment was broken into two pastures: the Mineral Bottom Pasture and the Horsethief Pasture per Raymon Carling.<BR /> <I>Process date: </I>20041227 <BR /> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Process step 30 <DIV CLASS="pe2" STYLE="margin-left:0.2in; display:none"> <I>Process description: </I>Metadata imported.<BR /> <I>Source used: </I>W:\Gisdata\ut\so\data\Range\raall_ut24_poly.shp.xml<BR /> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Process step 31 <DIV CLASS="pe2" STYLE="margin-left:0.2in; display:none"> <I>Process description: </I>For the Kanab Field Office, Dan Alberts reviewed the KFO data in the SDE environment and corrected all topological errors. Also modified attributes to match the data in RAS.<BR /> <I>Process date: </I>20070207 <BR /> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Process step 32 <DIV CLASS="pe2" STYLE="margin-left:0.2in; display:none"> <I>Process description: </I>For the Kanab Field Office, Dan Alberts, in the SDE environment, added 3 allotments; Bunting Canyon, Driveway, and Kanab Creek Custodial. Source data used was primarily PLSS Second Division polygon arcs. Slightly modified the adjoining boundaries of Muggins Flat, Seeps, and Trail Canyon to match these new allotments. Updated metadata.<BR /> <I>Process date: </I>20080215 <BR /> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Process step 33 <DIV CLASS="pe2" STYLE="margin-left:0.2in; display:none"> <I>Process description: </I>Dataset copied.<BR /> <I>Source used: </I>Server=ilmutso0gi1; Service=5156; User=utso; Version=sde.DEFAULT<BR /> <I>Process date: </I>20090622 at time 10053500<BR /> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Process step 34 <DIV CLASS="pe2" STYLE="margin-left:0.2in; display:none"> <I>Process description: </I>Dataset copied.<BR /> <I>Source used: </I>Server=ilmutso3gi2; Service=5152; User=SDE; Version=sde.DEFAULT<BR /> <I>Process date: </I>20090701 at time 12423100<BR /> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Process step 35 <DIV CLASS="pe2" STYLE="margin-left:0.2in; display:none"> <I>Process description: </I>Dataset copied.<BR /> <I>Source used: </I>Server=ilmutso3gi2; Service=5154; User=SDE; Version=sde.DEFAULT<BR /> <I>Process date: </I>20090702 at time 09453700<BR /> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Process step 36 <DIV CLASS="pe2" STYLE="margin-left:0.2in; display:none"> <I>Process description: </I>Dataset was converted to the national BLM Pasture and Allotment Boundaries Implementation Guidelines data standard issued December 2, 2009, Version 2.3.<BR /> <I>Source used: </I>Server=ilmutso3gi2; Service=5154; User=SDE; Version=sde.DEFAULT<BR /> <I>Process date: </I>20090702 at time 09453700<BR /> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Process step 37 <DIV CLASS="pe2" STYLE="margin-left:0.2in; display:none"> <I>Process description: </I>Metadata imported.<BR /> <I>Source used: </I>C:\DOCUME~1\jsempek\LOCALS~1\Temp\d\xml7.tmp<BR /> <I>Process date: </I>20100504 at time 15304500<BR /> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Process step 38 <DIV CLASS="pe2" STYLE="margin-left:0.2in; display:none"> <I>Process description: </I>The Duck Creek allotment boundary in the Salt Lake Field Office, Rich County, was ground verified and updated during an intensive field inventory by the Salt Lake Field Office BLM in 2005. This inventory was completed in compliance with the WWP v Carpenter Federal Court Settlement Agreement. This boundary was used in the analysis and implementation of the Duck Creek allotment management plan which was issued by decision on September 12, 2008. The updated boundary was incorporated into this dataset April 26, 2010. Metadata updated May 5, 2010<BR /> <I>Process date: </I>20100505 <BR /> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Process step 39 <DIV CLASS="pe2" STYLE="margin-left:0.2in; display:none"> <I>Process description: </I>Metadata imported.<BR /> <I>Source used: </I>\\blm\dfs\ut\loc\GisData\ut\so\metadata\Allotment - Pasture Boundary (Utah).xml<BR /> <I>Process date: </I>20100505 at time 16103800<BR /> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Process step 40 <DIV CLASS="pe2" STYLE="margin-left:0.2in; display:none"> <I>Process description: </I>Metadata imported.<BR /> <I>Source used: </I>\\blm\dfs\ut\loc\GisData\ut\so\metadata\Allotment - Pasture Boundary (Utah).xml<BR /> <I>Process date: </I>20100513 at time 16114600<BR /> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Process step 41 <DIV CLASS="pe2" STYLE="margin-left:0.2in; display:none"> <I>Process description: </I>Metadata imported.<BR /> <I>Source used: </I>\\blm\dfs\ut\loc\Workspace\ut\so\jsempek\AllotmentPastures.xml<BR /> <I>Process date: </I>20100806 at time 15431500<BR /> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Process step 42 <DIV CLASS="pe2" STYLE="margin-left:0.2in; display:none"> <I>Process description: </I>Dataset copied.<BR /> <I>Source used: </I>Server=ilmutso3gi2; Service=sde:sqlserver:ilmutso3gi2\edit; Database=utsoedit; User=Utso; Version=sde.DEFAULT<BR /> <I>Process date: </I>20100809 at time 08302800<BR /> </DIV> </DIV> <DIV CLASS="pn" STYLE="margin-left:0.4in">Sources</DIV> <DIV CLASS="ph2" STYLE="margin-left:0.6in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Source 1: Utah BLM Grazing Allotments (none)<DIV CLASS="pe2" STYLE="margin-left:0.2in; display:none"> <I>Media: </I>paper<BR /> <I>Scale denominator: </I>24000<BR /> <I>Contribution: </I>lines and attributes<BR /> <DIV CLASS="ph1" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Currentness of this source <DIV CLASS="pe2" STYLE="display:none"> <DIV><I>Date and time: </I> 20000417</DIV> </DIV> </DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.6in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Source 2: grazing allotments (Moab_allotments)<DIV CLASS="pe2" STYLE="margin-left:0.2in; display:none"> <I>Media: </I>mylar separate<BR /> <I>Scale denominator: </I>24000<BR /> <I>Contribution: </I>allotment and pasture boundaries<BR /> <DIV CLASS="ph1" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Currentness of this source <DIV CLASS="pe2" STYLE="display:none"> <DIV><I>Date and time: </I> 1995</DIV> </DIV> </DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.6in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Source 3: grazing allotments (monticello_allotments)<DIV CLASS="pe2" STYLE="margin-left:0.2in; display:none"> <I>Media: </I>mylar separate<BR /> <I>Scale denominator: </I>24000<BR /> <I>Contribution: </I>grazing allotments<BR /> <DIV CLASS="ph1" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Currentness of this source <DIV CLASS="pe2" STYLE="display:none"> <DIV><I>Date and time: </I> 1998</DIV> </DIV> </DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.6in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Source 4: grazing allotments (prra_allotments)<DIV CLASS="pe2" STYLE="margin-left:0.2in; display:none"> <I>Media: </I>mylar seperate<BR /> <I>Scale denominator: </I>24000<BR /> <I>Contribution: </I>grazing allotments<BR /> <DIV CLASS="ph1" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Currentness of this source <DIV CLASS="pe2" STYLE="display:none"> <DIV><I>Date and time: </I> 1998</DIV> </DIV> </DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.6in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Source 5: Grazing allotment Arc cover-- ra_slfo (BLM, Salt Lake Field Office grazing allotment ArcInfo cover.)<DIV CLASS="pe2" STYLE="margin-left:0.2in; display:none"> <I>Media: </I>online<BR /> <I>Scale denominator: </I>24000<BR /> <I>Contribution: </I>updated polygons and attributes<BR /> <DIV CLASS="ph1" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Currentness of this source <DIV CLASS="pe2" STYLE="display:none"> <DIV><I>Date and time: </I> 20010901</DIV> </DIV> </DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.6in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Source 6: BLM Vernal FO grazing allotment Arc cover. (Arc Cover --ve_grazealot)<DIV CLASS="pe2" STYLE="margin-left:0.2in; display:none"> <I>Media: </I>digital vector data<BR /> <I>Scale denominator: </I>24000<BR /> <I>Contribution: </I>Updated polygons and attributes for BLM grazing allotments administered by the Vernal Field Office.<BR /> <DIV CLASS="ph1" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Currentness of this source <DIV CLASS="pe2" STYLE="display:none"> <DIV><I>Date and time: </I> 20010901</DIV> </DIV> </DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.6in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Source 7: BLM Moab FO grazing allotment Arc cover. (Arc Cover --raall_ut24mfo)<DIV CLASS="pe2" STYLE="margin-left:0.2in; display:none"> <I>Media: </I>online digital vector data<BR /> <I>Scale denominator: </I>24000<BR /> <I>Contribution: </I>updated polygons and attributes<BR /> <DIV CLASS="ph1" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Currentness of this source <DIV CLASS="pe2" STYLE="display:none"> <DIV><I>Date and time: </I> 20010901</DIV> </DIV> </DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.6in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Source 8: BLM Cedar City FO grazing allotment Arc cover -- ra_ccfo (Arc Cover -- ra_ccfo)<DIV CLASS="pe2" STYLE="margin-left:0.2in; display:none"> <I>Media: </I>online digital vector data<BR /> <I>Scale denominator: </I>24000<BR /> <I>Contribution: </I>updated polygons and attributes<BR /> <DIV CLASS="ph1" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Currentness of this source <DIV CLASS="pe2" STYLE="display:none"> <DIV><I>Date and time: </I> 20010901</DIV> </DIV> </DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.6in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Source 9: BLM Grand Staircase Escalante Nat'l Monument Office's grazing allotment Arc cover. (ra_gsenm) (Arc cover ra_gsenm)<DIV CLASS="pe2" STYLE="margin-left:0.2in; display:none"> <I>Media: </I>online digital vector data<BR /> <I>Scale denominator: </I>24000<BR /> <I>Contribution: </I>updated polygons and attributes<BR /> <DIV CLASS="ph1" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Currentness of this source <DIV CLASS="pe2" STYLE="display:none"> <DIV><I>Date and time: </I> unknown</DIV> </DIV> </DIV> </DIV> </DIV> <BR /> <DIV STYLE="margin-left:0.2in" CLASS="pn">ESRI geoprocessing history</DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">1. Process<DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20110311 at time 154526<BR /> <I>Tool location:</I> C:\Program Files (x86)\ArcGIS\ArcToolbox\Toolboxes\Conversion Tools.tbx\FeatureClassToFeatureClass<BR /> <DIV CLASS="srh1">Command issued</DIV> <DIV CLASS="sr2">FeatureClassToFeatureClass "Database Connections\sqlvctr.sde\utsovctr.UTSO.gra\utsovctr.UTSO.gra_past_poly" \\blm\dfs\ut\loc\GisData\ut\so\WebData\grazAllotments\Allotments03112011\Grazing.gdb gra_past_poly # "ALLOT_NO 'Allotment Number' true false false 5 Text 0 0 ,First,#,Database Connections\sqlvctr.sde\utsovctr.UTSO.gra\utsovctr.UTSO.gra_past_poly,ALLOT_NO,-1,-1;ALLOT_NAME 'Allotment Name' true false false 50 Text 0 0 ,First,#,Database Connections\sqlvctr.sde\utsovctr.UTSO.gra\utsovctr.UTSO.gra_past_poly,ALLOT_NAME,-1,-1;PAST_NO 'Pasture Number' true false false 2 Text 0 0 ,First,#,Database Connections\sqlvctr.sde\utsovctr.UTSO.gra\utsovctr.UTSO.gra_past_poly,PAST_NO,-1,-1;PAST_NAME 'Pasture Name' true false false 50 Text 0 0 ,First,#,Database Connections\sqlvctr.sde\utsovctr.UTSO.gra\utsovctr.UTSO.gra_past_poly,PAST_NAME,-1,-1;GIS_ACRES 'GIS Acres' true false false 8 Double 8 38 ,First,#,Database Connections\sqlvctr.sde\utsovctr.UTSO.gra\utsovctr.UTSO.gra_past_poly,GIS_ACRES,-1,-1;ADMIN_ST 'Administrative State Code' true false false 2 Text 0 0 ,First,#,Database Connections\sqlvctr.sde\utsovctr.UTSO.gra\utsovctr.UTSO.gra_past_poly,ADMIN_ST,-1,-1;ADM_OFC_CD 'Administrative Office Code' true false false 6 Text 0 0 ,First,#,Database Connections\sqlvctr.sde\utsovctr.UTSO.gra\utsovctr.UTSO.gra_past_poly,ADM_OFC_CD,-1,-1;ADM_UNIT_CD 'Administrative Unit code' true false false 8 Text 0 0 ,First,#,Database Connections\sqlvctr.sde\utsovctr.UTSO.gra\utsovctr.UTSO.gra_past_poly,ADM_UNIT_CD,-1,-1;ST_ALLOT_PAST 'Managing State Allotment Pasture Number' true false false 9 Text 0 0 ,First,#,Database Connections\sqlvctr.sde\utsovctr.UTSO.gra\utsovctr.UTSO.gra_past_poly,ST_ALLOT_PAST,-1,-1;GlobalID 'GlobalID' false false true 38 Long 0 0 ,First,#,Database Connections\sqlvctr.sde\utsovctr.UTSO.gra\utsovctr.UTSO.gra_past_poly,GlobalID,-1,-1;SHAPE_area 'SHAPE_area' false false true 0 Double 0 0 ,First,#,Database Connections\sqlvctr.sde\utsovctr.UTSO.gra\utsovctr.UTSO.gra_past_poly,SHAPE.area,-1,-1;SHAPE_len 'SHAPE_len' false false true 0 Double 0 0 ,First,#,Database Connections\sqlvctr.sde\utsovctr.UTSO.gra\utsovctr.UTSO.gra_past_poly,SHAPE.len,-1,-1" # \\blm\dfs\ut\loc\GisData\ut\so\WebData\grazAllotments\Allotments03112011\Grazing.gdb\gra_past_poly</DIV> </DIV> </DIV> <DIV STYLE="text-align:center; color:#6495ED">_________________</DIV><BR /> <DIV CLASS="pn">Spatial data quality</DIV> <DIV CLASS="ph2" STYLE="margin-left:0.2in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Horizontal positional accuracy <DIV CLASS="pe2" STYLE="margin-left:0.2in; display:none"> <SPAN CLASS="lt"><PRE ID="original">source scale 1:24000, overall accuracy for this data is not greater than national mapping accuracy standards (NMAS) for USGS source maps, etc. This data layer needs to be reviewed again by BLM field office staff.</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> </DIV> </DIV> <DIV STYLE="text-align:center; color:#6495ED">_________________</DIV><BR /> <DIV CLASS="pn">Spatial data description</DIV> <DIV CLASS="pn" STYLE="margin-left:0.2in">Vector data information</DIV> <DIV STYLE="margin-left:0.4in" CLASS="pn">ESRI description</DIV> <DIV CLASS="ph2" STYLE="margin-left:0.6in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> gra_past_poly <DIV CLASS="pe2" STYLE="display:none"> <I>ESRI feature type: </I>Simple<BR /> <I>Geometry type: </I>Polygon<BR /> <I>Topology: </I>FALSE<BR /> <I>Feature count: </I>2280<BR /> <I>Spatial Index: </I>FALSE<BR /> <I>Linear referencing: </I>FALSE<BR /> <BR /><I>XYRank: </I>1<BR /> <I>ZRank: </I>1<BR /> <I>Topology weight: </I>5.000000<BR /> <I>Events on validation: </I>FALSE<BR /> <I>Participates in topology rules: </I> 67<BR /> <I>Participates in topology rules: </I> 68<BR /> <I>Participates in topology rules: </I> 70<BR /> </DIV> </DIV> <BR /> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">SDTS description <DIV CLASS="pe2" STYLE="display:none"> <DIV>Feature class: SDTS feature type, feature count</DIV> <DIV STYLE="margin-left:0.2in"> <LI> gra_past_poly: G-polygon, 2280 </LI> </DIV> </DIV> </DIV> <BR /> </DIV> <DIV ID="Attributes" class="pv" STYLE="display:none"><BR /> <DIV CLASS="pn">Details for gra_past_poly</DIV> <DIV STYLE="margin-left:0.2in"><I>Type of object: </I>Feature Class</DIV> <DIV STYLE="margin-left:0.2in"><I>Number of records: </I>2280</DIV> <DIV STYLE="margin-left:0.2in" CLASS="pn"> Attributes<DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> OBJECTID <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>OBJECTID<BR /> <I>Data type: </I>OID<BR /> <I>Width: </I>4<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">Internal feature number.</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <SPAN CLASS="lt"><I>Definition Source: </I><PRE ID="original">ESRI</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <BR /> </DIV> </DIV> </DIV> <DIV STYLE="margin-left:0.2in" CLASS="pn"> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> SHAPE <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>Shape<BR /> <I>Data type: </I>Geometry<BR /> <I>Width: </I>0<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">Feature geometry.</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <SPAN CLASS="lt"><I>Definition Source: </I><PRE ID="original">ESRI</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <BR /> </DIV> </DIV> </DIV> <DIV STYLE="margin-left:0.2in" CLASS="pn"> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> ALLOT_NO <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>Allotment Number<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>5<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">The number that identifies an Allotment which is unique within the BLM administrative state. Note: An allotment number may never be reused. If an existing allotment is divided or combined, all changed allotments should be assigned a new allotment number. New allotment numbers are normally assigned by the system; however users may assign unique unused numbers according to office policy. Once an allotment has been created, any office can attach authorization(s) to it. Only the office creating the allotment is allowed to modify the allotment. The leading zeros must be included in the values entered in this field. '00045' is the correct entry, not '45'.</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <SPAN CLASS="lt"><I>Definition Source: </I><PRE ID="original">BLM</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <BR /> </DIV> </DIV> </DIV> <DIV STYLE="margin-left:0.2in" CLASS="pn"> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> ALLOT_NAME <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>Allotment Name<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>50<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">The name by which the allotment is commonly known. The name given to the allotment, defined as "the basic geographic area used in administering BLM range land." It may include private, state, and public lands under the jurisdiction of the Bureau of Land Management and/or other federal agencies.</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <SPAN CLASS="lt"><I>Definition Source: </I><PRE ID="original">BLM</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <BR /> </DIV> </DIV> </DIV> <DIV STYLE="margin-left:0.2in" CLASS="pn"> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> PAST_NO <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>Pasture Number<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>2<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">The number that identifies a specific pasture within one Allotment. Note: numbering usually starts at 1 for each allotment. The pasture number is a two-digit number that is unique within an allotment if there is more than one pasture within the allotment. The default value for a Pasture Number is "01" if there is only one pasture within the allotment. This in effect means that the pasture is the allotment. All additional pastures shall be numbered sequentially from "01".</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <SPAN CLASS="lt"><I>Definition Source: </I><PRE ID="original">BLM</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <BR /> </DIV> </DIV> </DIV> <DIV STYLE="margin-left:0.2in" CLASS="pn"> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> PAST_NAME <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>Pasture Name<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>50<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">A pasture name is given to an area that is a subset area of an allotment. Some allotments may have multiple pastures where a name would be appropriate while some allotments may have no pastures delineated in which case the default value should be 'NA'.</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <SPAN CLASS="lt"><I>Definition Source: </I><PRE ID="original">BLM</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <BR /> </DIV> </DIV> </DIV> <DIV STYLE="margin-left:0.2in" CLASS="pn"> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> GIS_ACRES <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>GIS Acres<BR /> <I>Data type: </I>Double<BR /> <I>Width: </I>8<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">This is a calculated value of area in units of acres based on the area field created by default within the ESRI Polygon data structure. For the purposes of a 'national data layer', the data are to be stored in geographic coordinates which do not correspond to ground values. This requires that there be a standard method for calculating this attribute. The method used for these data are as follows: The data are projected into a standard projection such as the ESRI default Albers projection for the continental United States, "US Albers NAD 1983." Once the data are projected, then a calculation of "SHAPE_Area (square meters) * 0.0002471044 = acres" is applied to the existing 'area' field that is default area created by the ESRI software resulting in the field (Attribute) 'SHAPE_Area'. Please note that the figure used in this calculation is the factor for converting the US Survey Foot value of for the length of a meter as opposed to the International Standard for converting meters and feet.</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <SPAN CLASS="lt"><I>Definition Source: </I><PRE ID="original">BLM</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <BR /> </DIV> </DIV> </DIV> <DIV STYLE="margin-left:0.2in" CLASS="pn"> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> ADMIN_ST <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>Administrative State Code<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>2<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">An administrative unit that identifies the state or geographic area which has administrative jurisdiction over lands, and cases. The land for a case may not be physically located in the associated administrative state. Only those states that are BLM administrative states are in the domain for this entity. Example: Montana is the Administrative State for public lands in the geographic States of Montana, South and North Dakota. A two letter, upper case abbreviation for the administrative state office. The current list of values is: AK, AZ, CA, CO, ES, ID, MT, NM, NV, OR, UT and WY. In the FBMS Organization Codes, use the second 2 characters (after the LL). Attribute Domain Assignment: DOM_ADMIN_ST</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <SPAN CLASS="lt"><I>Definition Source: </I><PRE ID="original">BLM</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <BR /> </DIV> </DIV> </DIV> <DIV STYLE="margin-left:0.2in" CLASS="pn"> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> ADM_OFC_CD <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>Administrative Office Code<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>6<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">BLM administrative office (which is subordinate to the state office) that has jurisdiction and/or management authority over lands within a geographic are. This is a 6-digit code. In the FBMS Organization Codes, use the 6 characters after the State designators.</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <SPAN CLASS="lt"><I>Definition Source: </I><PRE ID="original">BLM</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <BR /> </DIV> </DIV> </DIV> <DIV STYLE="margin-left:0.2in" CLASS="pn"> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> ADM_UNIT_CD <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>Administrative Unit code<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>8<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">The BLM administrative unit/office that is a combination of Administrative State Code and Administrative Office Code that fully identifies the geographic area which has jurisdiction over the lands. This is an 8-character code. In the FBMS Organization Codes, use the last eight characters. Attribute Domain Assignment: DOM_ADM_UNIT_CD</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <SPAN CLASS="lt"><I>Definition Source: </I><PRE ID="original">BLM</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <BR /> </DIV> </DIV> </DIV> <DIV STYLE="margin-left:0.2in" CLASS="pn"> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> ST_ALLOT_PAST <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>Managing State Allotment Pasture Number<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>9<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">This is a concatenation of three existing attributes but is not a substitute for having any of those three attributes. It is the existing unique code that identifies individual pastures throughout the entire United States. This concatenated value serves as a nationwide unique identifier that allows for a linkage from any unique Pasture polygon in the Geospatial dataset to the RAS dataset</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <SPAN CLASS="lt"><I>Definition Source: </I><PRE ID="original">BLM</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <BR /> </DIV> </DIV> </DIV> <DIV STYLE="margin-left:0.2in" CLASS="pn"> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> GlobalID <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>GlobalID<BR /> <I>Data type: </I>GlobalID<BR /> <I>Width: </I>38<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">Attribute with unique alpha numeric values for each feature used to replicate and synchronize the data.</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <BR /> </DIV> </DIV> </DIV> <DIV STYLE="margin-left:0.2in" CLASS="pn"> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> Shape_Length <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>Shape_Length<BR /> <I>Data type: </I>Double<BR /> <I>Width: </I>8<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">Length of feature in internal units.</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <SPAN CLASS="lt"><I>Definition Source: </I><PRE ID="original">ESRI</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <BR /> </DIV> </DIV> </DIV> <DIV STYLE="margin-left:0.2in" CLASS="pn"> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> Shape_Area <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>Shape_Area<BR /> <I>Data type: </I>Double<BR /> <I>Width: </I>8<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">Area of feature in internal units squared.</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <SPAN CLASS="lt"><I>Definition Source: </I><PRE ID="original">ESRI</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <BR /> </DIV> </DIV> </DIV> <BR /> </DIV> </DIV> </BODY> </HTML>