ÿþ<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>STRUCTURES</H1> <H2>SDE 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> Planimetric Data, Contour, LiDAR, Ortho Photography</DIV> <DIV STYLE="margin-left:0.2in" CLASS="lt2"><SPAN CLASS="pn">Place: </SPAN> Town of Amherst, Massachusetts, USA</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">The Town of Amherst, MA basemap project encompasses the land area of Town of Amherst and University of Massachusetts Campus with a 200 foot fringe surrounding the area. The entire project area has been sub-divided into 5 blocks, viz. Amherst/UMass, Area A (primarily Leverett), Area-B (Shutesbury/Pelham/Belchertown), Area-C (Hadley) and Area D (UMass-owned land at Deerfield). Basemap data was collected at 1" = 40' mapping scale for Amherst (31.1 sq. miles) and Area-D (1.3 sq. miles) using digital photogrammetric techniques. LiDAR data was collected for the entire project area except Area-D to develop 1ft contour data. LiDAR data was supplemented with photogrammetrically collected breaklines, hydro and other terrain features over the Amherst block to generate 1ft contours. For rest of the area the bare earth classified LiDAR data was supplemented with hydro enforced breaklines to generate the 1ft contour data.</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">The Town uses these data products with ESRI's ArcGIS software products for the Town GIS and serves a web-based GIS at http://gis.amherstma.gov in addition to the existing 1999 Amherst basemp, current tax assessors parcel maps, 2004 ortho photography and various other layers.</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">LiDAR data was provided for the entire project area except Area-D (1.3 sq. miles) and bare earth data was classified. The bare earth data was supplemented with hydro enforced breaklines for 1ft interval contour genration, as well, the data will be used for wide variety of other purposes including planning and field reference.</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"> Complete<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> April 13, 2009</DIV> <DIV> <I>Description: </I> <SPAN CLASS="lt"><PRE ID="original">ground condition</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>Town of Amherst, MA<BR /></SPAN> <DIV><I>Date and time: </I> 3rd Quarter 2009</DIV> <DIV><I>Publisher and place: </I> Town of Amherst, MA, Town of Amherst, MA </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>sde.GISADMIN.TOA09_STRUCTURES<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">Server=nts6; Service=5151; Database=sde; User=gisadmin; Version=sde.DEFAULT</LI></DIV> <I>Data processing environment: </I><SPAN CLASS="lt">Microsoft Windows Vista Version 6.0 (Build 6001) Service Pack 1; ESRI ArcCatalog 9.3.1.3000</SPAN><BR /> <DIV CLASS="ph1" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Accessing the data <DIV CLASS="pe2" STYLE="display:none"> <I>Data format: </I>Geodatabase<BR /> <DIV CLASS="pn">Network location:</DIV><DIV CLASS="pe2"> <LI>Not Available</LI> </DIV> <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">The project data is the property of Town of Amherst, MA and collaborating institutions and licensed with all rights. Distribution of any of these data to anyone not licensed by the by the Town of Amherst is strictly prohibited.<BR /></SPAN><DIV> <I>Use constraints: </I> <SPAN CLASS="lt"><PRE ID="original">The basemap data has been developed using procedures designed to produce data to the National Standard for Spatial Data Accuracy (NSSDA) and is intended for use at 1" = 40 ' scale .</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: 20091113 at time 09414400 <DIV CLASS="ph1" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Who completed this document <DIV CLASS="pe2" STYLE="display:none"> Michael Olkin<BR />Town of Amherst, MA<BR /><I>mailing address:</I><BR /><DIV STYLE="margin-left:0.3in"> <DIV CLASS="lt"> <PRE ID="original">4 Boltwood Avenue</PRE> <SCRIPT>fix(original)</SCRIPT> </DIV> <DIV CLASS="lt"> <PRE ID="original">Town of Amherst</PRE> <SCRIPT>fix(original)</SCRIPT> </DIV> <DIV> Amherst, MA 01002</DIV> <DIV>United States of America</DIV></DIV> <BR /> (413) 259-3247 (voice)<BR />(413) 256-4006 (fax)<BR />OlkinM@amherstma.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> </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_StatePlane_Massachusetts_Mainland_FIPS_2001_Feet</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">Map Projection Name: </SPAN>Lambert Conformal Conic</DIV> <DIV CLASS="sr2"><I>Standard Parallel: </I>41.716667<BR /> <I>Standard Parallel: </I>42.683333<BR /> <I>Longitude of Central Meridian: </I>-71.500000<BR /> <I>Latitude of Projection Origin: </I>41.000000<BR /> <I>False Easting: </I>656166.666667<BR /> <I>False Northing: </I>2460625.000000<BR /> </DIV> <BR /> <DIV CLASS="sr1"><SPAN CLASS="pn">Planar Coordinate Information</SPAN></DIV> <DIV CLASS="sr2"><I>Planar Distance Units: </I>survey feet</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.000328</DIV> <DIV CLASS="sr3"><I>Ordinate Resolution: </I>0.000328</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>Datum Name: </I>North American Vertical Datum of 1988</DIV> <DIV CLASS="sr2"><I>Resolution: </I>0.000100</DIV> <DIV CLASS="sr2"><I>Distance Units: </I>feet</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> -72.594770</DIV> <DIV STYLE="margin-left:0.6in"><I>East: </I> -72.464909</DIV> <DIV STYLE="margin-left:0.6in"><I>North: </I> 42.499872</DIV> <DIV STYLE="margin-left:0.6in"><I>South: </I> 42.300862</DIV> <DIV STYLE="margin-left:0.4in" CLASS="pn">In projected or local coordinates</DIV> <DIV STYLE="margin-left:0.6in"><I>Left: </I>360936.403058</DIV> <DIV STYLE="margin-left:0.6in"><I>Right: </I>395143.679132</DIV> <DIV STYLE="margin-left:0.6in"><I>Top: </I>3008667.890402</DIV> <DIV STYLE="margin-left:0.6in"><I>Bottom: </I>2936550.696054</DIV> <BR /> <DIV STYLE="margin-left:0.2in" CLASS="pn">Vertical</DIV> <DIV STYLE="margin-left:0.4in"><I>Minimum elevation: </I> 111.186900</DIV> <DIV STYLE="margin-left:0.4in"><I>Maximum elevation: </I> 1012.490000</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>The production procedures, instrumentation, hardware and software described here are specific to the production of the Field project area referenced in this document. The imagery was acquired utilizing Vexcel UltraCam digital camera calibrated at 100.5 mm focal length and 7.2 microns pixel resolution. The Digital Natural Color (RGB) and Color Infra Red (CIR) aerial imagery was simultaneously acquired on April 13, 2009 on clear sunny day with 0% cloud cover. The data was captured with the sensor flown at a nominal height of 4000 feet AMT (Above Mean Terrain) with ABGPS / IMU data. The digital imagery was processed with 9402 x 14430 pixels in TIF format. Twenty five (25) Ground Control points were collected using Leica 100 GPS Sensor with rtk correction transmitted via Maine Technical Services' Northampton, MA Base station utilizing CDMS technology. Every photo control point was located twice with at least a two hour occupation difference and results were averaged to produce the resultant coordinates and elevation in Massachusetts Mainland Stateplane - NAD83 with NAVD88 vertical datum, US Survey Feet. Digital Aerial Triangulation (DAT) was performed, primarily, using softcopy workstations and Intergraph's ISPM / ISAT software or BINGO where applicable. The 25 ground control points were supplemented with ABGPS/IMU parameters collected for each exposure to achieve the best accuracy in the bundle adjustment process. The resultant DAT solutions were independently reviewed and checked using independent blind control points provided by Town. Geodatabase schema was developed for the Planimetric features to create the desired basemap data. The planimetric features were compiled using standard pothogrammetric collection techniques on Intergraph's SSK soft copy workstations. The features were post processed in ESRI's ARCGIS and topology validation was performed. Appropriate attributes for the street centerlines, hydro features, buildings, etc were conflated from the Town of Amherst existing GIS database. Bare earth data was classified from the collected LiDAR data and supplemented with photogrammetrically collected hydro features, breaklines and other terrain and cultural features such as edge of pavement, retaining walls, etc. Digital Terrain Models (DTM) were created from the enhanced bareearth LiDAR data and 1 ft interval contours were generated. Contours were coded for Index, (every 5th contour), intermediate, depression, hidden and obscured. Spot elevations were collected at the intersections of streets, ridges, saddles, depressions. The DTM data was also used for ortho generation for the Amherst project area. All the Planimetric features, DTM points and Contour data was loaded to Geodabase schema and annotation layers were created for Streets (Roads), Spot Elevations, Cemeteries, Hydro and Index Contours from the respective attribute fields.<BR /> <I>Source used: </I>Infotech Enterprises America, Inc<BR /> <I>Source used: </I>Keystone Aerial Surveys<BR /> <I>Source used: </I>Canaan Valley Institute - LiDAR<BR /> <I>Source used: </I>Bryant Associates, Inc<BR /> <I>Process date: </I>April 2009 - October 2009 <BR /> <DIV CLASS="ph1" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Who did this process <DIV CLASS="pe2" STYLE="display:none"> Srinu Ratnala , Production Manager<BR />Infotech Enterprises America, Inc<BR /><I>mailing and physical address:</I><BR /><DIV STYLE="margin-left:0.3in"> <DIV CLASS="lt"> <PRE ID="original">100 Carpenter Drive</PRE> <SCRIPT>fix(original)</SCRIPT> </DIV> <DIV CLASS="lt"> <PRE ID="original">Suite 200</PRE> <SCRIPT>fix(original)</SCRIPT> </DIV> <DIV CLASS="lt"> <PRE ID="original">Infotech Enterprises America, Inc</PRE> <SCRIPT>fix(original)</SCRIPT> </DIV> <DIV> Sterling, VA 20164</DIV> <DIV>United States of America</DIV></DIV> <BR /> (703) 397-9504 x:129 (voice)<BR />(703) 318-7224 (fax)<BR />srinu.ratnala@infotech-enterprises.com<BR /><BR /> </DIV> </DIV> <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>Metadata imported.<BR /> <I>Source used: </I>E:\temp\Structures_Planimetric_metadata.xml<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>Dataset copied.<BR /> <I>Source used: </I>\\toa\dfs\GIS\GIS\SpecialProjects\2009Basemap\Blocks\FinalBlocks\Amherst_MA_Seamless.gdb<BR /> <I>Process date: </I>20091108 at time 19444800<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>Dataset copied.<BR /> <I>Source used: </I>\\toa\dfs\GIS\GIS\SpecialProjects\2009Basemap\Blocks\FinalBlocks\BuildingWork.gdb<BR /> <I>Process date: </I>20091109 at time 13112300<BR /> </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">Compiled to meet horizontal and vertical accuracy at 95% confidence level in accordance with ASPRS Class 1 standards.</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> </DIV> </DIV> <BR /> <DIV CLASS="ph2" STYLE="margin-left:0.2in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Vertical positional accuracy <DIV CLASS="pe2" STYLE="margin-left:0.2in; display:none"> <SPAN CLASS="lt"><PRE ID="original">Compiled to meet the vertical accuracy at 95% confidence level in accordance with ASPRS Class 1 standards.</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)"> sde.GISADMIN.TOA09_STRUCTURES <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>21810<BR /> <I>Spatial Index: </I>TRUE<BR /> <I>Linear referencing: </I>FALSE<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> sde.GISADMIN.TOA09_STRUCTURES: G-polygon, 21810 </LI> </DIV> <DIV STYLE="margin-left:0.2in"> <LI> Feature class: Entity point, 1739329 </LI> </DIV> <DIV STYLE="margin-left:0.2in"> <LI> Feature class: Entity point, 2 </LI> </DIV> <DIV STYLE="margin-left:0.2in"> <LI> Feature class: G-polygon, 48 </LI> </DIV> <DIV STYLE="margin-left:0.2in"> <LI> Feature class: String, 4166 </LI> </DIV> <DIV STYLE="margin-left:0.2in"> <LI> Feature class: Entity point, 1818 </LI> </DIV> <DIV STYLE="margin-left:0.2in"> <LI> Feature class: G-polygon, 1 </LI> </DIV> <DIV STYLE="margin-left:0.2in"> <LI> Feature class: G-polygon, 469 </LI> </DIV> <DIV STYLE="margin-left:0.2in"> <LI> Feature class: G-polygon, 26 </LI> </DIV> <DIV STYLE="margin-left:0.2in"> <LI> Feature class: String, 1110 </LI> </DIV> <DIV STYLE="margin-left:0.2in"> <LI> Feature class: String, 1708 </LI> </DIV> <DIV STYLE="margin-left:0.2in"> <LI> Feature class: G-polygon, 287 </LI> </DIV> <DIV STYLE="margin-left:0.2in"> <LI> Feature class: G-polygon, 244 </LI> </DIV> <DIV STYLE="margin-left:0.2in"> <LI> Feature class: G-polygon, 1083 </LI> </DIV> <DIV STYLE="margin-left:0.2in"> <LI> Feature class: G-polygon, 4400 </LI> </DIV> <DIV STYLE="margin-left:0.2in"> <LI> Feature class: String, 4135 </LI> </DIV> <DIV STYLE="margin-left:0.2in"> <LI> Feature class: G-polygon, 1766 </LI> </DIV> <DIV STYLE="margin-left:0.2in"> <LI> Feature class: G-polygon, 33 </LI> </DIV> <DIV STYLE="margin-left:0.2in"> <LI> Feature class: String, 390 </LI> </DIV> <DIV STYLE="margin-left:0.2in"> <LI> Feature class: Entity point, 2599 </LI> </DIV> <DIV STYLE="margin-left:0.2in"> <LI> Feature class: Entity point, 538 </LI> </DIV> <DIV STYLE="margin-left:0.2in"> <LI> Feature class: Entity point, 6219 </LI> </DIV> <DIV STYLE="margin-left:0.2in"> <LI> Feature class: String, 4 </LI> </DIV> <DIV STYLE="margin-left:0.2in"> <LI> Feature class: G-polygon, 56 </LI> </DIV> <DIV STYLE="margin-left:0.2in"> <LI> Feature class: String, 448 </LI> </DIV> <DIV STYLE="margin-left:0.2in"> <LI> Feature class: String, 23336 </LI> </DIV> <DIV STYLE="margin-left:0.2in"> <LI> Feature class: G-polygon, 11 </LI> </DIV> <DIV STYLE="margin-left:0.2in"> <LI> Feature class: G-polygon, 17 </LI> </DIV> <DIV STYLE="margin-left:0.2in"> <LI> Feature class: G-polygon, 3856 </LI> </DIV> <DIV STYLE="margin-left:0.2in"> <LI> Feature class: G-polygon, 894 </LI> </DIV> <DIV STYLE="margin-left:0.2in"> <LI> Feature class: G-polygon, 219 </LI> </DIV> <DIV STYLE="margin-left:0.2in"> <LI> Feature class: G-polygon, 1 </LI> </DIV> <DIV STYLE="margin-left:0.2in"> <LI> Feature class: G-polygon, 9 </LI> </DIV> <DIV STYLE="margin-left:0.2in"> <LI> Feature class: G-polygon, 2 </LI> </DIV> <DIV STYLE="margin-left:0.2in"> <LI> Feature class: String, 23611 </LI> </DIV> <DIV STYLE="margin-left:0.2in"> <LI> Feature class: String, 264 </LI> </DIV> <DIV STYLE="margin-left:0.2in"> <LI> Feature class: String, 2201 </LI> </DIV> </DIV> </DIV> <BR /> </DIV> <DIV ID="Attributes" class="pv" STYLE="display:none"><BR /> <DIV CLASS="pn">Details for sde.GISADMIN.TOA09_STRUCTURES</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>21810</DIV> <DIV STYLE="margin-left:0.2in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Description <DIV CLASS="pe2" STYLE="display:none"> <SPAN CLASS="lt">Structures which resemble houses, sheds, warehouses, garages, silos, foundations, residential mobile homes, permanent commercial trailers, etc. Include covered porches, permanent over-hangs, carport roofs, etc. as part of the building when attached. Include sheds and smokestacks are shown as buildings</SPAN><BR /> <BR /> </DIV> </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>10<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>4<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)"> TYPE <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>TYPE<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>12<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <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)"> NAME <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>NAME<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>30<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <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)"> Height <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>Height<BR /> <I>Data type: </I>SmallInteger<BR /> <I>Width: </I>2<BR /> <I>Precision: </I>5<BR /> <I>Scale: </I>0<BR /> <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)"> BaseElevation <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>BaseElevation<BR /> <I>Data type: </I>SmallInteger<BR /> <I>Width: </I>2<BR /> <I>Precision: </I>5<BR /> <I>Scale: </I>0<BR /> <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)"> STREET_NO <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>STREET_NO<BR /> <I>Data type: </I>SmallInteger<BR /> <I>Width: </I>2<BR /> <I>Precision: </I>5<BR /> <I>Scale: </I>0<BR /> <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)"> STREET <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>STREET<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>50<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <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)"> ADDRESS <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>ADDRESS<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>50<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <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)"> PRINT_NAME <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>PRINT_NAME<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>15<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <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)"> BLDG_NUM <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>UMASS_BLDG_NUM<BR /> <I>Data type: </I>SmallInteger<BR /> <I>Width: </I>2<BR /> <I>Precision: </I>5<BR /> <I>Scale: </I>0<BR /> <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)"> PRIME_USER <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>PRIME_USER<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>25<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <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)"> HIST_STATE <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>HIST_STATE<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>1<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <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>0<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <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.len <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>SHAPE.len<BR /> <I>Data type: </I>Double<BR /> <I>Width: </I>0<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <BR /> </DIV> </DIV> </DIV> <BR /> </DIV> </DIV> </BODY> </HTML>