ÿþ<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <!-- saved from url=(0060)http://172.16.27.2/Library/Boundaries/countyboundarypoly.htm --> <HTML><HEAD> <META content="text/html; charset=unicode" http-equiv=Content-Type> <STYLE>BODY { BACKGROUND-COLOR: #fbffff; MARGIN: 0.25in; FONT-FAMILY: Arial,sans-serif; FONT-SIZE: 10pt } H1 { POSITION: relative; TEXT-ALIGN: center; FONT-FAMILY: Verdana,sans-serif; COLOR: #006400; MARGIN-LEFT: 0.05in; FONT-SIZE: 18px; TOP: -6px; FONT-WEIGHT: bold } H2 { POSITION: relative; TEXT-ALIGN: center; FONT-FAMILY: Verdana,sans-serif; COLOR: #006400; MARGIN-LEFT: 0.25in; FONT-SIZE: 13px; TOP: -16px } TABLE { POSITION: relative; BORDER-COLLAPSE: collapse; TABLE-LAYOUT: fixed; TOP: -10px; valign: top } TD { TEXT-ALIGN: center } TD { BORDER-BOTTOM-COLOR: #6495ed; BORDER-TOP-COLOR: #6495ed; BORDER-RIGHT-COLOR: #6495ed; FONT-SIZE: 11pt; BORDER-LEFT-COLOR: #6495ed; FONT-WEIGHT: bold } .tsel { BACKGROUND-COLOR: #6495ed; COLOR: #ffffff } .tun { BACKGROUND-COLOR: #b8defa; COLOR: #00008b } .tover { BACKGROUND-COLOR: #b8e6ff; COLOR: #0000cd; CURSOR: hand } .f { BORDER-BOTTOM: #6495ed 1.5pt solid; POSITION: relative; BORDER-LEFT: #6495ed 1.5pt solid; BACKGROUND-COLOR: #ffffff; BORDER-TOP: #6495ed 1.5pt solid; TOP: -10px; BORDER-RIGHT: #6495ed 1.5pt solid } .ph1 { COLOR: #2e8b57; FONT-WEIGHT: bold } .ph2 { COLOR: #2e8b57; MARGIN-LEFT: 0.2in; FONT-WEIGHT: bold } .pover1 { COLOR: #006000; CURSOR: hand; FONT-WEIGHT: bold } .pover2 { COLOR: #006000; MARGIN-LEFT: 0.2in; CURSOR: hand; FONT-WEIGHT: bold } .pn { COLOR: #00008b; FONT-WEIGHT: bold } .pv { LINE-HEIGHT: 135%; MARGIN: 0in 0.15in 0.75in; FONT-FAMILY: Verdana,sans-serif; COLOR: #191970 } .pe1 { MARGIN-LEFT: 0.2in } .pe2 { COLOR: #191970; MARGIN-LEFT: 0.25in; FONT-WEIGHT: normal } .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; MARGIN-LEFT: 0in; FONT-WEIGHT: bold } .srh2 { COLOR: #00008b; MARGIN-LEFT: 0.2in; FONT-WEIGHT: bold } .name { POSITION: relative; TEXT-ALIGN: center; FONT-FAMILY: Verdana,sans-serif; COLOR: #006400; MARGIN-LEFT: 0.05in; FONT-SIZE: 18px; TOP: -6px; FONT-WEIGHT: bold } .sub { POSITION: relative; TEXT-ALIGN: center; FONT-FAMILY: Verdana,sans-serif; COLOR: #006400; MARGIN-LEFT: 0.25in; FONT-SIZE: 13px; TOP: 3px; FONT-WEIGHT: bold } .search { MARGIN: 0in 0.15in 0.75in; FONT-FAMILY: Verdana,sans-serif; COLOR: #191970; FONT-SIZE: 13px } .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> <META name=GENERATOR content="MSHTML 8.00.6001.18999"></HEAD> <BODY oncontextmenu="return true" onresize=position(); onload=position();> <H1>Solano County Boundary Polygon</H1> <H2>Shapefile </H2> <TABLE rules=cols width=315 frame=void height=28 cols=3> <COLGROUP> <COL width=105> <COL width=105> <COL width=105> <TBODY> <TR onmouseover=doHilite() onmouseout=doHilite() onclick=changeTab(this) height=28> <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></TBODY></TABLE> <DIV id=Group class=f> <DIV style="DISPLAY: block" id=Description class=pv><BR><IMG style="BORDER-BOTTOM: #ffffff 2px outset; POSITION: relative; BORDER-LEFT: #ffffff 2px outset; HEIGHT: 144px; BORDER-TOP: #ffffff 2px outset; BORDER-RIGHT: #ffffff 2px outset" id=thumbnail align=absMiddle src="countyboundarypoly_files/countyboundarypoly0.bmp"> <BR><BR> <DIV class=pn>Keywords</DIV> <DIV style="MARGIN-LEFT: 0.2in" class=lt2><SPAN class=pn>Theme: </SPAN>County Boundary, Solano, County extent, County polygon</DIV> <DIV style="MARGIN-LEFT: 0.2in" class=lt2><SPAN class=pn>Place: </SPAN>Solano County</DIV><BR> <DIV class=pn>Description</DIV> <DIV class=ph2 onmouseover=doHilite() onmouseout=doHilite() onclick=hideShowGroup(this)>Abstract <DIV class=pe2><SPAN class=lt><PRE id=original>Solano County, California boundary.</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><SPAN class=lt><PRE id=original>To display the Solano County, California boundary as a polygon shapefile.</PRE></SPAN><BR> <SCRIPT>fix(original)</SCRIPT> </DIV></DIV> <DIV class=ph2 onmouseover=doHilite() onmouseout=doHilite() onclick=hideShowGroup(this)>Supplementary Information <DIV class=pe2><SPAN class=lt><PRE id=original>Use this as the "official" county boundary shapefile per BSM, June 2006.</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 style="DISPLAY: none" class=pe2>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 style="DISPLAY: none" class=pe2> <DIV><I>Date and time: </I>02/04/2003</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 style="DISPLAY: none" class=pe2><SPAN class=lt2><I>Who created the data: </I>This boundary layer aligns with the existing, incomplete Solano Co. Parcel layer version 29.<BR></SPAN> <DIV><I>Date and time: </I>Unknown</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 style="DISPLAY: none" class=pe2><I>File name: </I>countyboundarypoly<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">\\solano\root\Public\GIS\GIScommon\Boundaries\countyboundarypoly.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 style="DISPLAY: none" class=pe2><I>Size of the data: </I>0.068 MB<BR><I>Data transfer size: </I>0.068 MB<BR><BR></DIV></DIV> <DIV class=ph1 onmouseover=doHilite() onmouseout=doHilite() onclick=hideShowGroup(this)>Constraints on accessing and using the data <DIV style="DISPLAY: none" class=pe2><I>Access constraints: </I><SPAN class=lt>None.<BR></SPAN> <DIV><I>Use constraints: </I><SPAN class=lt><PRE id=original>None. This layer does not represent legal boundaries or legal descriptions of any feature within Solano County, CA. This dataset is not suitable for high-precision measurement applications such as engineering problems, property transfers, or other uses that might require highly accurate measurements of the earth's surface.</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 style="DISPLAY: none" class=pe2>Contents last updated: 20080327 at time 10292000 <DIV class=ph1 onmouseover=doHilite() onmouseout=doHilite() onclick=hideShowGroup(this)>Who completed this document <DIV style="DISPLAY: none" class=pe2>ACS GIS - Solano County, CA<BR><I>mailing and physical address:</I><BR> <DIV style="MARGIN-LEFT: 0.3in"> <DIV class=lt><PRE id=original>675 Texas St., Suite 3700</PRE> <SCRIPT>fix(original)</SCRIPT> </DIV> <DIV>Fairfield, CA 94533</DIV> <DIV>USA</DIV></DIV><BR>(707) 784- 6340 (voice)<BR>mlclay@solanocounty.com<BR><BR> <DIV><I>Hours of service:</I> M - F, 7:30 a.m. - 4:30 p.m.</DIV><BR></DIV></DIV> <DIV class=ph1 onmouseover=doHilite() onmouseout=doHilite() onclick=hideShowGroup(this)>Standards used to create this document <DIV style="DISPLAY: none" class=pe2><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 href="http://www.esri.com/metadata/esriprof80.html" target=viewer>http://www.esri.com/metadata/esriprof80.html</A></LI></DIV></DIV></DIV></DIV><BR></DIV> <DIV style="DISPLAY: none" id=Spatial class=pv><BR> <DIV class=pn>Horizontal coordinate system</DIV> <DIV style="MARGIN-LEFT: 0.2in"><I>Projected coordinate system name: </I>NAD_1983_StatePlane_California_II_FIPS_0402_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 style="DISPLAY: none" class=pe2> <DIV class=sr1><SPAN class=pn>Map Projection Name: </SPAN>Lambert Conformal Conic</DIV> <DIV class=sr2><I>Standard Parallel: </I>38.333333<BR><I>Standard Parallel: </I>39.833333<BR><I>Longitude of Central Meridian: </I>-122.000000<BR><I>Latitude of Projection Origin: </I>37.666667<BR><I>False Easting: </I>6561666.666667<BR><I>False Northing: </I>1640416.666667<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.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>-122.409251</DIV> <DIV style="MARGIN-LEFT: 0.6in"><I>East: </I>-121.592064</DIV> <DIV style="MARGIN-LEFT: 0.6in"><I>North: </I>38.539117</DIV> <DIV style="MARGIN-LEFT: 0.6in"><I>South: </I>38.031300</DIV> <DIV style="MARGIN-LEFT: 0.4in" class=pn>In projected or local coordinates</DIV> <DIV style="MARGIN-LEFT: 0.6in"><I>Left: </I>6444607.761545</DIV> <DIV style="MARGIN-LEFT: 0.6in"><I>Right: </I>6678349.194021</DIV> <DIV style="MARGIN-LEFT: 0.6in"><I>Top: </I>1958156.715900</DIV> <DIV style="MARGIN-LEFT: 0.6in"><I>Bottom: </I>1773479.541444</DIV> <DIV style="TEXT-ALIGN: center; COLOR: #6495ed">_________________</DIV><BR> <DIV class=pn>Spatial data description</DIV> <DIV style="MARGIN-LEFT: 0.2in" class=pn>Vector data information</DIV> <DIV style="MARGIN-LEFT: 0.4in" class=pn>ESRI description</DIV> <DIV style="MARGIN-LEFT: 0.6in" class=ph2 onmouseover=doHilite() onmouseout=doHilite() onclick=hideShowGroup(this)>countyboundarypoly <DIV style="DISPLAY: none" class=pe2><I>ESRI feature type: </I>Simple<BR><I>Geometry type: </I>Polygon<BR><I>Topology: </I>FALSE<BR><I>Feature count: </I>1<BR><I>Spatial Index: </I>FALSE<BR><I>Linear referencing: </I>FALSE<BR></DIV></DIV><BR> <DIV style="MARGIN-LEFT: 0.4in" class=ph2 onmouseover=doHilite() onmouseout=doHilite() onclick=hideShowGroup(this)>SDTS description <DIV style="DISPLAY: none" class=pe2> <DIV>Feature class: SDTS feature type, feature count</DIV> <DIV style="MARGIN-LEFT: 0.2in"> <LI>countyboundarypoly: G-polygon, 1 </LI></DIV></DIV></DIV><BR></DIV> <DIV style="DISPLAY: none" id=Attributes class=pv><BR> <DIV class=pn>Details for countyboundarypoly</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>1</DIV> <DIV style="MARGIN-LEFT: 0.2in" class=ph2 onmouseover=doHilite() onmouseout=doHilite() onclick=hideShowGroup(this)>Description <DIV style="DISPLAY: none" class=pe2><SPAN class=lt>Solano County Boundary polygon</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)>FID <DIV style="DISPLAY: none" class=pe2><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 style="DISPLAY: none" class=pe2><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)>AREA <DIV style="DISPLAY: none" class=pe2><I>Alias: </I>AREA<BR><I>Data type: </I>Number<BR><I>Width: </I>19<BR><I>Number of decimals: </I>3<BR><SPAN class=lt><I>Definition: </I><PRE id=original>Area in square feet.</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)>PERIMETER <DIV style="DISPLAY: none" class=pe2><I>Alias: </I>PERIMETER<BR><I>Data type: </I>Number<BR><I>Width: </I>19<BR><I>Number of decimals: </I>3<BR><SPAN class=lt><I>Definition: </I><PRE id=original>Perimeter in feet.</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)>CONAME <DIV style="DISPLAY: none" class=pe2><I>Alias: </I>CONAME<BR><I>Data type: </I>String<BR><I>Width: </I>15<BR><SPAN class=lt><I>Definition: </I><PRE id=original>County Name</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)>CONAMECAPS <DIV style="DISPLAY: none" class=pe2><I>Alias: </I>CONAMECAPS<BR><I>Data type: </I>String<BR><I>Width: </I>15<BR><SPAN class=lt><I>Definition: </I><PRE id=original>County Name in all caps</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)>CONUM <DIV style="DISPLAY: none" class=pe2><I>Alias: </I>CONUM<BR><I>Data type: </I>Number<BR><I>Width: </I>3<BR><SPAN class=lt><I>Definition: </I><PRE id=original>County Number</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)>FIPS <DIV style="DISPLAY: none" class=pe2><I>Alias: </I>FIPS<BR><I>Data type: </I>Number<BR><I>Width: </I>5<BR><SPAN class=lt><I>Definition: </I><PRE id=original>Federal information processing standards codes (FIPS codes) are a standardized set of numeric or alphabetic codes issued by the National Institute of Standards and Technology (NIST) to ensure uniform identification of geographic entities through all federal government agencies.</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <SPAN class=lt><I>Definition Source: </I><PRE id=original>U.S. Census Bureau</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <BR></DIV></DIV></DIV><BR></DIV></DIV></BODY></HTML>