ÿþ<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <!-- saved from url=(0048)http://172.16.27.2/Library/Cities/CityPoints.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>Cities - Solano County City Locations</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="CityPoints_files/CityPoints0.bmp"> <BR><BR> <DIV class=pn>Keywords</DIV> <DIV style="MARGIN-LEFT: 0.2in" class=lt2><SPAN class=pn>Theme: </SPAN>Cities, Solano County, GNIS, locations, sites</DIV> <DIV style="MARGIN-LEFT: 0.2in" class=lt2><SPAN class=pn>Place: </SPAN>Solano County, Dixon, Fairfield, Rio Vista, Vacaville, Vallejo, Suisun City, Solano</DIV> <DIV style="MARGIN-LEFT: 0.2in" class=lt2><SPAN class=pn>Temporal: </SPAN>2007, Historic</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>This point layer contains the locations and names of 'populated places' within the County of Solano. The source data for this layer is Teale Data Center's California specific extraction of the U.S. Geological Survey's Geographic Names Information System (GNIS) datafiles. These features are compiled mainly from USGS map products, such as the 7.5' 1:24,000 quads. Modifications were made to the source data to suit the intended purpose of the layer.</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>The purpose of this layer is to indicate the location of cities, communities, and historic populated places within the County of Solano, California.</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>The field name 'LOCATION' has been added which identifies point features as either 'City' (incorporated area), 'Major' (significant community or location), and 'Minor' (historic community or location).</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>04/16/2007</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>Solano County Department of Information Technology - GIS Services<BR></SPAN> <DIV><I>Date and time: </I>04/16/2007</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>citypoints<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\citypoints.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>Data format: </I>ARCE<BR><I>Size of the data: </I>0.002 MB<BR><I>Data transfer size: </I>56.579 MB<BR> <DIV class=pn>Network location:</DIV> <DIV class=pe2> <LI>http://gis.ca.gov/download.epl?catalog=casil&amp;data_title=Geographic Names&amp;name=geonamea </LI></DIV><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>No Restrictions<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.</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: 20080409 at time 14044900 <DIV class=ph1 onmouseover=doHilite() onmouseout=doHilite() onclick=hideShowGroup(this)>Who completed this document <DIV style="DISPLAY: none" class=pe2>nh<BR>Solano County Department of Information Technology - GIS Services<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>gisstaff@solanocounty.com<BR><BR> <DIV><I>Hours of service:</I> M - F, 0800 - 1700 (Pacific)</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><BR> <DIV class=srh1>Altitude System Definition</DIV> <DIV class=sr2><I>Resolution: </I>0.000010</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>-122.295559</DIV> <DIV style="MARGIN-LEFT: 0.6in"><I>East: </I>-121.619598</DIV> <DIV style="MARGIN-LEFT: 0.6in"><I>North: </I>38.531567</DIV> <DIV style="MARGIN-LEFT: 0.6in"><I>South: </I>38.048851</DIV> <DIV style="MARGIN-LEFT: 0.4in" class=pn>In projected or local coordinates</DIV> <DIV style="MARGIN-LEFT: 0.6in"><I>Left: </I>6477118.625996</DIV> <DIV style="MARGIN-LEFT: 0.6in"><I>Right: </I>6670485.068156</DIV> <DIV style="MARGIN-LEFT: 0.6in"><I>Top: </I>1955407.053756</DIV> <DIV style="MARGIN-LEFT: 0.6in"><I>Bottom: </I>1779836.151261</DIV> <DIV style="TEXT-ALIGN: center; COLOR: #6495ed">_________________</DIV><BR> <DIV class=pn>Lineage</DIV> <DIV style="MARGIN-LEFT: 0.2in" class=pn>FGDC lineage</DIV> <DIV style="MARGIN-LEFT: 0.4in" class=ph2 onmouseover=doHilite() onmouseout=doHilite() onclick=hideShowGroup(this)>Process step 1 <DIV style="DISPLAY: none; MARGIN-LEFT: 0.2in" class=pe2><I>Process description: </I>Metadata imported.<BR><I>Source used: </I>\\solano\root\Public\GIS\GIScommon\Places\GNIS\geonamea\geonamea.xml<BR><BR></DIV></DIV> <DIV style="MARGIN-LEFT: 0.4in" class=ph2 onmouseover=doHilite() onmouseout=doHilite() onclick=hideShowGroup(this)>Process step 2 <DIV style="DISPLAY: none; MARGIN-LEFT: 0.2in" class=pe2><I>Process description: </I>Dataset copied.<BR><I>Source used: </I>G:\GIScommon\Places\GNIS\GNIS_SolanoCounty<BR><BR></DIV></DIV> <DIV style="MARGIN-LEFT: 0.4in" class=ph2 onmouseover=doHilite() onmouseout=doHilite() onclick=hideShowGroup(this)>Process step 3 <DIV style="DISPLAY: none; MARGIN-LEFT: 0.2in" class=pe2><I>Process description: </I>Geoprocessing using clip to locate GNIS points within Solano County boundary.<BR><I>Process software and version: </I>ArcMap 9x<BR><I>Process date: </I>20070413 <BR> <DIV class=ph1 onmouseover=doHilite() onmouseout=doHilite() onclick=hideShowGroup(this)>Who did this process <DIV style="DISPLAY: none" class=pe2>ndhansen<BR><BR></DIV></DIV><BR></DIV></DIV> <DIV style="MARGIN-LEFT: 0.4in" class=ph2 onmouseover=doHilite() onmouseout=doHilite() onclick=hideShowGroup(this)>Process step 4 <DIV style="DISPLAY: none; MARGIN-LEFT: 0.2in" class=pe2><I>Process description: </I>Used attribute query to select 'Type=ppl.' Saved result as new layer.<BR><I>Process software and version: </I>ArcMap 9x<BR><I>Process date: </I>20070413 <BR> <DIV class=ph1 onmouseover=doHilite() onmouseout=doHilite() onclick=hideShowGroup(this)>Who did this process <DIV style="DISPLAY: none" class=pe2>ndhansen<BR><BR></DIV></DIV><BR></DIV></DIV> <DIV style="MARGIN-LEFT: 0.4in" class=ph2 onmouseover=doHilite() onmouseout=doHilite() onclick=hideShowGroup(this)>Process step 5 <DIV style="DISPLAY: none; MARGIN-LEFT: 0.2in" class=pe2><I>Process description: </I>Added 'LOCATION' field. Assigned attributes 'City,' 'Major,' or 'Minor.'<BR><I>Process software and version: </I>ArcMap 9x<BR><I>Process date: </I>20070413 <BR> <DIV class=ph1 onmouseover=doHilite() onmouseout=doHilite() onclick=hideShowGroup(this)>Who did this process <DIV style="DISPLAY: none" class=pe2>ndhansen<BR><BR></DIV></DIV><BR></DIV></DIV> <DIV style="MARGIN-LEFT: 0.4in" class=ph2 onmouseover=doHilite() onmouseout=doHilite() onclick=hideShowGroup(this)>Process step 6 <DIV style="DISPLAY: none; MARGIN-LEFT: 0.2in" class=pe2><I>Process description: </I>Changed NAME field attribute 'Travis Field' to 'Travis AFB' to match county standard.<BR><I>Process software and version: </I>ArcMap 9x<BR><I>Process date: </I>20070413 <BR> <DIV class=ph1 onmouseover=doHilite() onmouseout=doHilite() onclick=hideShowGroup(this)>Who did this process <DIV style="DISPLAY: none" class=pe2>ndhansen<BR><BR></DIV></DIV><BR></DIV></DIV> <DIV style="MARGIN-LEFT: 0.4in" class=ph2 onmouseover=doHilite() onmouseout=doHilite() onclick=hideShowGroup(this)>Process step 7 <DIV style="DISPLAY: none; MARGIN-LEFT: 0.2in" class=pe2><I>Process description: </I>Deleted fields 'AREA,' 'PERIMETER,' 'LINESRCCOO,' 'GEONAMEA_,' GEONAMEA_I,' and 'TYPE.'<BR><I>Process software and version: </I>ArcMap 9x<BR><I>Process date: </I>20070413 <BR> <DIV class=ph1 onmouseover=doHilite() onmouseout=doHilite() onclick=hideShowGroup(this)>Who did this process <DIV style="DISPLAY: none" class=pe2>ndhansen<BR><BR></DIV></DIV><BR></DIV></DIV> <DIV style="MARGIN-LEFT: 0.4in" class=ph2 onmouseover=doHilite() onmouseout=doHilite() onclick=hideShowGroup(this)>Process step 8 <DIV style="DISPLAY: none; MARGIN-LEFT: 0.2in" class=pe2><I>Process description: </I>Dataset copied.<BR><I>Source used: </I>\\solgisff01\d$\Projects\DataQAQC\citypoints<BR></DIV></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)>citypoints <DIV style="DISPLAY: none" class=pe2><I>ESRI feature type: </I>Simple<BR><I>Geometry type: </I>Point<BR><I>Topology: </I>FALSE<BR><I>Feature count: </I>76<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>citypoints: Entity point, 76 </LI></DIV></DIV></DIV><BR></DIV> <DIV style="DISPLAY: none" id=Attributes class=pv><BR> <DIV class=pn>Details for citypoints</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>76</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)>LATDD <DIV style="DISPLAY: none" class=pe2><I>Alias: </I>LATDD<BR><I>Data type: </I>Number<BR><I>Width: </I>19<BR><I>Number of decimals: </I>6<BR><SPAN class=lt><I>Definition: </I><PRE id=original>Latitude - Decimal Degrees</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <SPAN class=lt><I>Definition Source: </I><PRE id=original>DOIT - GIS</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)>LONDD <DIV style="DISPLAY: none" class=pe2><I>Alias: </I>LONDD<BR><I>Data type: </I>Number<BR><I>Width: </I>19<BR><I>Number of decimals: </I>6<BR><SPAN class=lt><I>Definition: </I><PRE id=original>Longitude - Decimal Degrees</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <SPAN class=lt><I>Definition Source: </I><PRE id=original>DOIT - GIS</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)>NAME <DIV style="DISPLAY: none" class=pe2><I>Alias: </I>NAME<BR><I>Data type: </I>String<BR><I>Width: </I>50<BR><SPAN class=lt><I>Definition: </I><PRE id=original>Name of the location</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <SPAN class=lt><I>Definition Source: </I><PRE id=original>DOIT - GIS</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 style="DISPLAY: none" class=pe2><I>Alias: </I>TYPE<BR><I>Data type: </I>String<BR><I>Width: </I>9<BR><SPAN class=lt><I>Definition: </I><PRE id=original>Location type</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <SPAN class=lt><I>Definition Source: </I><PRE id=original>DOIT - GIS</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)>COUNTY <DIV style="DISPLAY: none" class=pe2><I>Alias: </I>COUNTY<BR><I>Data type: </I>String<BR><I>Width: </I>15<BR><SPAN class=lt><I>Definition: </I><PRE id=original>County identifier</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <SPAN class=lt><I>Definition Source: </I><PRE id=original>DOIT - GIS</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)>ELEVATION <DIV style="DISPLAY: none" class=pe2><I>Alias: </I>ELEVATION<BR><I>Data type: </I>String<BR><I>Width: </I>6<BR><SPAN class=lt><I>Definition: </I><PRE id=original>Site elevation</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <SPAN class=lt><I>Definition Source: </I><PRE id=original>DOIT - GIS</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)>CELLNAME <DIV style="DISPLAY: none" class=pe2><I>Alias: </I>CELLNAME<BR><I>Data type: </I>String<BR><I>Width: </I>25<BR><SPAN class=lt><I>Definition: </I><PRE id=original>DLG map name</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <SPAN class=lt><I>Definition Source: </I><PRE id=original>DOIT - GIS</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)>LOCATION <DIV style="DISPLAY: none" class=pe2><I>Alias: </I>LOCATION<BR><I>Data type: </I>String<BR><I>Width: </I>5<BR><SPAN class=lt><I>Definition: </I><PRE id=original>Defines populated place type.</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <SPAN class=lt><I>Definition Source: </I><PRE id=original>DOIT GIS</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <BR></DIV></DIV></DIV><BR></DIV></DIV></BODY></HTML>