ÿþ<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>COH (County of Hawaii) Centerlines</H1> <H2>Shapefile </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> Street Names, County of Hawaii</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">Names and addresses of Streets and Roadways (major and minor) for the Island of Hawaii by the County of Hawaii, Planning Department.</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 County of Hawaii centerlines layer depicts the street network as it exists on the ground, as opposed to official roadways from paper documents. Likewise street names are the ones in use, meaning the ones that the County uses to assign addresses. This is true even if the name in use differs from the official name of the street. The entity is the street segment: the portion lying between two adjacent intersections. Each centerline has a street name attribute and an address range. All segments of a street are included if any buildings are addressed anywhere on the street. Streets are included regardless of ownership (County, State, Federal or private). Centerlines include, but are not limited to, those streets that have addressable buildings.</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> Daily<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> September 2006</DIV> <DIV> <I>Description: </I> <SPAN CLASS="lt"><PRE ID="original">publication date</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>County of Hawaii, Planning Department<BR /></SPAN> <DIV><I>Date and time: </I> September 2006</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>haw_centerlines<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">\\gis-svr.ad.hawaii.gov\gis\Data\Infrastructure\Roads\haw_centerlines.shp</LI></DIV> <I>Data processing environment: </I><SPAN CLASS="lt">Microsoft Windows XP Version 5.1 (Build 2600) Service Pack 2; ESRI ArcCatalog 9.2.2.1350</SPAN><BR /> <DIV CLASS="ph1" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Accessing the data <DIV CLASS="pe2" STYLE="display:none"> <I>Size of the data: </I>1.544 MB<BR /> <I>Data transfer size: </I>1.544 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 layer is intended to be used as a guide for planning purposes only and should not be used for boundary interpretations or other spatial analysis beyond the limitations of the data. Information shown on this map is derived from public records that are constantly undergoing change and is not warranted for content or accuracy. The County does not guarantee the positional or thematic accuracy of the GIS data. The GIS data or cartographic digital files are not a legal representation of any of the features in which it depicts, and disclaims any assumption of the legal status of which it represents. This digital version is not an official map, therefore users are advised to contact the County of Hawaii, Planning Dept., Street Addressing Section for street name or address verification. Discrepancies in the data should be brought to the attention of the Street Addressing Section. The centerlines file is still under construction in the sense that the County plans to correct many systematic errors and omissions. The County is also in the process of modifying procedures in order to prevent further error. Until these corrections are made, the file should not be used to represent the true street network for the County, nor can it be used as an inventory of street names, or a basis for locating or addressing all addressable buildings. The following apply in the present version: 1. Centerlines are rectified to the County parcel layer. This means that they are not positionally accurate. The file serves planning and addressing purposes, but should not be used for boundary interpretation or the precise calculation of land area. 2. Standard practice is to digitize the centerlines along road rights-of-way on the tax maps. They are not verified in the field or with aerial photos. This practice systematically introduces error where the tax maps do not reflect the actual street extents in the field. The problem is especially acute in old rural areas, where the actual road network has evolved independent of the paper record. (In 1999 most streets were field checked. The file captures some, but not all of the results.) 3. A street is digitized only if is created from a new subdivision, or if it is preexisting and the County receives a request for an address on the street. Residents are less likely to request an address in rural areas with old streets and without mail delivery. Therefore these streets are more likely to be omitted from the centerlines layer. 4. Many streets still do not have street names and/or address ranges. Until recently the County did not assign addresses on many private streets. Even if a centerline exists in the file, and even if residents live on the street, the street might not have a name or an address range. 5. Street names in the centerlines may not match the names on street name signs in the field. Street name spelling does not necessarily match the spelling on street signs in the field. 6. The transfer of ranges from paper maps to the digital centerlines (with rigidly uniform tic intervals) has caused some misalignments of the addressing grid. As a result some ranges, especially at remote intersections on long stretches of road, still have to be adjusted (e.g., Hwy 11 between Volcano and Pahala). 7. The USPS is in the process of modifying the ZIP code boundaries on the island. The current ZIP code boundaries are approximate and generalized. The ZIP code attributes were populated in all centerlines, but the values are likely to change in centerlines lying within a mile of the current USPS boundaries. Hawaiian diacritical marks are currently not included in this layer. The County of Hawaii, Planning Department plans to seek professional services in proper punctuation of the Hawaiian names.</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: 20071227 at time 16494700 <DIV CLASS="ph1" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Who completed this document <DIV CLASS="pe2" STYLE="display:none"> Gilbert C. Bailado<BR />County of Hawaii, Planning Department<BR /><I>mailing and physical address:</I><BR /><DIV STYLE="margin-left:0.3in"> <DIV CLASS="lt"> <PRE ID="original">101 Pauahi Street, Suite 3</PRE> <SCRIPT>fix(original)</SCRIPT> </DIV> <DIV> Hilo, Hawaii 96720</DIV> <DIV>US</DIV></DIV> <BR /> (808) 961-8288 (voice)<BR />(808) 961-8742 (fax)<BR />GBAILADO@co.hawaii.hi.us<BR /><BR /> <DIV><I>Hours of service:</I> 7:45 a.m. - 4:30 p.m.</DIV><DIV><I>Contact Instructions:</I></DIV> <DIV STYLE="margin-left:0.3in"> <PRE ID="original">Email works best.</PRE> <SCRIPT>fix(original)</SCRIPT> </DIV> <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> </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_4N</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>4</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>-159.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.000000</DIV> <DIV CLASS="sr3"><I>Ordinate Resolution: </I>0.000000</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> <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> -156.068072</DIV> <DIV STYLE="margin-left:0.6in"><I>East: </I> -154.792052</DIV> <DIV STYLE="margin-left:0.6in"><I>North: </I> 20.268210</DIV> <DIV STYLE="margin-left:0.6in"><I>South: </I> 18.895558</DIV> <DIV STYLE="margin-left:0.4in" CLASS="pn">In projected or local coordinates</DIV> <DIV STYLE="margin-left:0.6in"><I>Left: </I>808840.682566</DIV> <DIV STYLE="margin-left:0.6in"><I>Right: </I>939797.854313</DIV> <DIV STYLE="margin-left:0.6in"><I>Top: </I>2243923.898582</DIV> <DIV STYLE="margin-left:0.6in"><I>Bottom: </I>2094464.395600</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>Dataset copied.<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>Dataset copied.<BR /> <I>Source used: </I>C:\Documents and Settings\JoanE\Desktop\Data\BI Data\COH Centerlines\haw_centerlines<BR /> </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. AddIndex_1 <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20060504 at time 124036<BR /> <I>Tool location:</I> C:\Program Files\ArcGIS\ArcToolbox\Toolboxes\Data Management Tools.tbx\AddIndex<BR /> <DIV CLASS="srh1">Command issued</DIV> <DIV CLASS="sr2">AddIndex "\\Coh10\GISPUB\ArcGIS Files\coh_centerlines.shp" SEGID;FULLNAME;SDIRPRE;SFEANME;SFEATYP;SDIRSUF;A1DIRPRE;A1FEANME;A1FEATYP;A1DIRSUF;A2DIRPRE;A2FEANME;A2FEATYP;A2DIRSUF;A3DIRPRE;A3FEANME;A3FEATYP;A3DIRSUF;A4DIRPRE;A4FEANME;A4FEATYP;A4DIRSUF;FRADDL;FRADDR;TOADDL;TOADDR;CLASS;ZIPL;ZIPR;ZONEL;ZONER;STATERTENM;UNDERCONST # NON_UNIQUE NON_ASCENDING "\\Coh10\GISPUB\ArcGIS Files\coh_centerlines.shp"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">2. AddIndex_2 <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20060504 at time 124211<BR /> <I>Tool location:</I> C:\Program Files\ArcGIS\ArcToolbox\Toolboxes\Data Management Tools.tbx\AddIndex<BR /> <DIV CLASS="srh1">Command issued</DIV> <DIV CLASS="sr2">AddIndex "\\Coh10\GISPUB\ArcGIS Files\coh_centerlines.shp" SEGID;FULLNAME;SDIRPRE;SFEANME;SFEATYP;SDIRSUF;A1DIRPRE;A1FEANME;A1FEATYP;A1DIRSUF;A2DIRPRE;A2FEANME;A2FEATYP;A2DIRSUF;A3DIRPRE;A3FEANME;A3FEATYP;A3DIRSUF;A4DIRPRE;A4FEANME;A4FEATYP;A4DIRSUF;FRADDL;FRADDR;TOADDL;TOADDR;CLASS;ZIPL;ZIPR;ZONEL;ZONER;STATERTENM;UNDERCONST # NON_UNIQUE NON_ASCENDING "\\Coh10\GISPUB\ArcGIS Files\coh_centerlines.shp"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">3. AddSpatialIndex_3 <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20060504 at time 124322<BR /> <I>Tool location:</I> C:\Program Files\ArcGIS\ArcToolbox\Toolboxes\Data Management Tools.tbx\AddSpatialIndex<BR /> <DIV CLASS="srh1">Command issued</DIV> <DIV CLASS="sr2">AddSpatialIndex "\\Coh10\GISPUB\ArcGIS Files\coh_centerlines.shp" 0 0 0 "\\Coh10\GISPUB\ArcGIS Files\coh_centerlines.shp"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">4. Project_1 <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20071227 at time 155715<BR /> <I>Tool location:</I> C:\Program Files\ArcGIS\ArcToolbox\Toolboxes\Data Management Tools.tbx\Project<BR /> <DIV CLASS="srh1">Command issued</DIV> <DIV CLASS="sr2">Project "C:\Documents and Settings\JoanE\Desktop\Data\BI Data\COH Centerlines\coh_centerlines.shp" "C:\Documents and Settings\JoanE\Desktop\Data\BI Data\COH Centerlines\haw_centerlines.shp" PROJCS['NAD_1983_UTM_Zone_4N',GEOGCS['GCS_North_American_1983',DATUM['D_North_American_1983',SPHEROID['GRS_1980',6378137.0,298.257222101]],PRIMEM['Greenwich',0.0],UNIT['Degree',0.0174532925199433]],PROJECTION['Transverse_Mercator'],PARAMETER['False_Easting',500000.0],PARAMETER['False_Northing',0.0],PARAMETER['Central_Meridian',-159.0],PARAMETER['Scale_Factor',0.9996],PARAMETER['Latitude_Of_Origin',0.0],UNIT['Meter',1.0]] # PROJCS['NAD_1983_StatePlane_Hawaii_1_FIPS_5101_Feet',GEOGCS['GCS_North_American_1983',DATUM['D_North_American_1983',SPHEROID['GRS_1980',6378137.0,298.257222101]],PRIMEM['Greenwich',0.0],UNIT['Degree',0.0174532925199433]],PROJECTION['Transverse_Mercator'],PARAMETER['False_Easting',1640416.666666667],PARAMETER['False_Northing',0.0],PARAMETER['Central_Meridian',-155.5],PARAMETER['Scale_Factor',0.9999666666666667],PARAMETER['Latitude_Of_Origin',18.83333333333333],UNIT['Foot_US',0.3048006096012192]]</DIV> </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)"> haw_centerlines <DIV CLASS="pe2" STYLE="display:none"> <I>ESRI feature type: </I>Simple<BR /> <I>Geometry type: </I>Polyline<BR /> <I>Topology: </I>FALSE<BR /> <I>Feature count: </I>12383<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> haw_centerlines: String, 12383 </LI> </DIV> </DIV> </DIV> <BR /> </DIV> <DIV ID="Attributes" class="pv" STYLE="display:none"><BR /> <DIV CLASS="pn">Details for haw_centerlines</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>12383</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)"> FID <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>FID<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)"> SEGID <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>SEGID<BR /> <I>Data type: </I>Number<BR /> <I>Width: </I>11<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">Segment ID number</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <SPAN CLASS="lt"><I>Definition Source: </I><PRE ID="original">Maptech Inc.</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)"> FULLNAME <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>FULLNAME<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>40<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">Full "primary" street name. Street name that the County uses for a street. This street name is used for assigning addresses.</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <SPAN CLASS="lt"><I>Definition Source: </I><PRE ID="original">Maptech Inc.</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)"> SDIRPRE <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>SDIRPRE<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>2<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">Prefix street direction for "primary" street name (e.g., "E" in "E Kawailani St")</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <SPAN CLASS="lt"><I>Definition Source: </I><PRE ID="original">Maptech Inc.</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)"> SFEANME <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>SFEANME<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>30<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">Base name or feature name for "primary" street name (e.g., "Kawailani" in "E Kawailani St")</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <SPAN CLASS="lt"><I>Definition Source: </I><PRE ID="original">Maptech Inc.</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)"> SFEATYP <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>SFEATYP<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>4<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">Street type for "primary" street name (e.g., "St" in "E Kawailani St")</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <SPAN CLASS="lt"><I>Definition Source: </I><PRE ID="original">Maptech Inc.</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)"> SDIRSUF <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>SDIRSUF<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>2<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">Suffix street direction for "primary" street name (e.g., "E" in "Kawailani St E")</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <SPAN CLASS="lt"><I>Definition Source: </I><PRE ID="original">Maptech Inc.</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)"> A1DIRPRE <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>A1DIRPRE<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>2<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">Alias prefix street direction, if any that the County uses as the "primary" street name for the centerline.</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <SPAN CLASS="lt"><I>Definition Source: </I><PRE ID="original">Maptech Inc.</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)"> A1FEANME <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>A1FEANME<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>30<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">Alias base name or feature name, if any that the County uses as the "primary" street name for the centerline.</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <SPAN CLASS="lt"><I>Definition Source: </I><PRE ID="original">Maptech Inc.</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)"> A1FEATYP <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>A1FEATYP<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>4<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">Alias street type, if any that the County uses as the "primary" street name for the centerline.</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <SPAN CLASS="lt"><I>Definition Source: </I><PRE ID="original">Maptech Inc.</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)"> A1DIRSUF <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>A1DIRSUF<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>2<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">Alias suffix street direction, if any that the County uses as the "primary" street name for the centerline.</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <SPAN CLASS="lt"><I>Definition Source: </I><PRE ID="original">Maptech Inc.</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)"> A2DIRPRE <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>A2DIRPRE<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>2<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">Alias prefix street direction, if any that the County uses as the "primary" street name for the centerline.</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <SPAN CLASS="lt"><I>Definition Source: </I><PRE ID="original">Maptech Inc.</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)"> A2FEANME <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>A2FEANME<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>30<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">Alias base name or feature name, if any that the County uses as the "primary" street name for the centerline.</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <SPAN CLASS="lt"><I>Definition Source: </I><PRE ID="original">Maptech Inc.</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)"> A2FEATYP <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>A2FEATYP<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>4<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">Alias street type, if any that the County uses as the "primary" street name for the centerline.</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <SPAN CLASS="lt"><I>Definition Source: </I><PRE ID="original">Maptech Inc.</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)"> A2DIRSUF <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>A2DIRSUF<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>2<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">Alias suffix street direction, if any that the County uses as the "primary" street name for the centerline.</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <SPAN CLASS="lt"><I>Definition Source: </I><PRE ID="original">Maptech Inc.</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)"> A3DIRPRE <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>A3DIRPRE<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>2<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">Alias prefix street direction, if any that the County uses as the "primary" street name for the centerline.</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <SPAN CLASS="lt"><I>Definition Source: </I><PRE ID="original">Maptech Inc.</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)"> A3FEANME <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>A3FEANME<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>30<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">Alias base name or feature name, if any that the County uses as the "primary" street name for the centerline.</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <SPAN CLASS="lt"><I>Definition Source: </I><PRE ID="original">Maptech Inc.</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)"> A3FEATYP <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>A3FEATYP<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>4<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">Alias street type, if any that the County uses as the "primary" street name for the centerline.</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <SPAN CLASS="lt"><I>Definition Source: </I><PRE ID="original">Maptech Inc.</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)"> A3DIRSUF <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>A3DIRSUF<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>2<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">Alias suffix street direction, if any that the County uses as the "primary" street name for the centerline.</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <SPAN CLASS="lt"><I>Definition Source: </I><PRE ID="original">Maptech Inc.</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)"> A4DIRPRE <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>A4DIRPRE<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>2<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">Alias prefix street direction, if any that the County uses as the "primary" street name for the centerline.</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <SPAN CLASS="lt"><I>Definition Source: </I><PRE ID="original">Maptech Inc.</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)"> A4FEANME <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>A4FEANME<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>30<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">Alias base name or feature name, if any that the County uses as the "primary" street name for the centerline.</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <SPAN CLASS="lt"><I>Definition Source: </I><PRE ID="original">Maptech Inc.</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)"> A4FEATYP <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>A4FEATYP<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>4<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">Alias street type, if any that the County uses as the "primary" street name for the centerline.</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <SPAN CLASS="lt"><I>Definition Source: </I><PRE ID="original">Maptech Inc.</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)"> A4DIRSUF <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>A4DIRSUF<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>2<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">Alias suffix street direction, if any that the County uses as the "primary" street name for the centerline.</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <SPAN CLASS="lt"><I>Definition Source: </I><PRE ID="original">Maptech Inc.</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)"> FRADDL <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>FRADDL<BR /> <I>Data type: </I>Number<BR /> <I>Width: </I>11<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">FROM Left address range values for centerline.</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <SPAN CLASS="lt"><I>Definition Source: </I><PRE ID="original">Maptech Inc.</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)"> FRADDR <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>FRADDR<BR /> <I>Data type: </I>Number<BR /> <I>Width: </I>11<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">FROM Right address range values for centerline.</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <SPAN CLASS="lt"><I>Definition Source: </I><PRE ID="original">Maptech Inc.</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)"> TOADDL <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>TOADDL<BR /> <I>Data type: </I>Number<BR /> <I>Width: </I>11<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">TO Left address range values for centerline.</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <SPAN CLASS="lt"><I>Definition Source: </I><PRE ID="original">Maptech Inc.</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)"> TOADDR <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>TOADDR<BR /> <I>Data type: </I>Number<BR /> <I>Width: </I>11<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">TO Right address range values for centerline.</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <SPAN CLASS="lt"><I>Definition Source: </I><PRE ID="original">Maptech Inc.</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)"> CLASS <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>CLASS<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>4<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">Street class. (See Entity and Attribute Overview)</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <SPAN CLASS="lt"><I>Definition Source: </I><PRE ID="original">Maptech Inc.</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)"> ZIPL <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>ZIPL<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>5<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">ZIP code on LEFT side of street centerline, respectively.</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <SPAN CLASS="lt"><I>Definition Source: </I><PRE ID="original">Maptech Inc.</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)"> ZIPR <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>ZIPR<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>5<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">ZIP code on RIGHT side of street centerline, respectively.</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <SPAN CLASS="lt"><I>Definition Source: </I><PRE ID="original">Maptech Inc.</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)"> ZONEL <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>ZONEL<BR /> <I>Data type: </I>Number<BR /> <I>Width: </I>1<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">Zone on LEFT side of street centerline, respectively.</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <SPAN CLASS="lt"><I>Definition Source: </I><PRE ID="original">Maptech Inc.</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)"> ZONER <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>ZONER<BR /> <I>Data type: </I>Number<BR /> <I>Width: </I>1<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">Zone on RIGHT side of street centerline, respectively.</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <SPAN CLASS="lt"><I>Definition Source: </I><PRE ID="original">Maptech Inc.</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)"> STATERTENM <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>STATERTENM<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>10<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">State route number for street, if any.</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <SPAN CLASS="lt"><I>Definition Source: </I><PRE ID="original">Maptech Inc.</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)"> UNDERCONST <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>UNDERCONST<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>1<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">Indicates if street is currently under construction.</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <SPAN CLASS="lt"><I>Definition Source: </I><PRE ID="original">Maptech Inc.</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <BR /> </DIV> </DIV> </DIV> <DIV STYLE="text-align:center; color:#6495ED">_________________</DIV><BR /> <DIV CLASS="srh1">Overview</DIV> <DIV STYLE="margin-left:0.2in"> <SPAN CLASS="lt"><PRE ID="original">CLASS = Street class: "A31" :Secondary and connecting road, State and county highways, unseparated. "A35" : Secondary and connecting road, State and county highways, separated. "A41" : Local, neighborhood, and rural road, city street, unseparated. "A45" : Local, neighborhood, and rural road, city street, separated. "A51" : Vehicular trail, road passable only by 4WD vehicle, unseparated. "IMPS" : Impassable. Houses located along path or trail that an automobile cannot travel on. "Q01" : Easements and driveways. "Q02" : Private road parcels. "Q03" : Compound roads (e.g., within a school compound). "Q04" : Alleys. "Q05" : Agricultural roads.</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT><BR /> </DIV> <BR /> </DIV> </DIV> </BODY> </HTML>