ÿþ<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <!-- saved from url=(0047)http://172.16.27.2/Library/cities/citypolys.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>citypolys</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="citypolys_files/citypolys0.bmp"> <BR><BR> <DIV class=pn>Keywords</DIV> <DIV style="MARGIN-LEFT: 0.2in" class=lt2><SPAN class=pn>Theme: </SPAN>cities, boundary, city limits, incorporated areas</DIV> <DIV style="MARGIN-LEFT: 0.2in" class=lt2><SPAN class=pn>Place: </SPAN>Solano, Fairfield, Dixon, Rio Vista, Suisun City, Vallejo, Benicia, Vacaville, California</DIV> <DIV style="MARGIN-LEFT: 0.2in" class=lt2><SPAN class=pn>Temporal: </SPAN>2008.05.28</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>Polygon layer consisting of the city limit boundaries of the incorporated cities of Solano County.</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>This data set is used to graphically illustrate the officially approved City Limits of Solano County incorporated areas as approved by LAFCO.</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 CITYPOLYS layers was created by Larry Norden using SCIPS TRA (TAC) codes, PARCELS geometry and matched against the old CITYPOLYS layer. When descrepencies were found the Assessor's Map Books were consulted. Roadways adjacent to the city limits were included within the city boundaries unless explicitly shown otherwise in the old CITYPOLYS layer. To construct this layer actual line geometry was imported from the PARCELS layer. This ensured, that where appropriate, the city limits and the PARCELS layer are coincident to the original default fuzzy tolerances. Mike Bobbitt has made some adjustments to the borders in accordance with LAFCO. 2008.05.28 Mike Bobbitt made updates to the City of Benicia City Limits and Sphere of Influence boundaries in the Carquinez Straigths area based on a map submitted by the City of Bencia to LAFCo.</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>In work<BR><I>Data update frequency: </I>Continually<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>2008.05.28</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 GIS<BR></SPAN></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>citypolys<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\citypolys.shp</LI></DIV><I>Data processing environment: </I><SPAN class=lt>Microsoft Windows XP Version 5.1 (Build 2600) Service Pack 3; ESRI ArcCatalog 9.2.6.1500</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.156 MB<BR><I>Data transfer size: </I>0.156 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>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: 20090121 at time 13355100 <DIV class=ph1 onmouseover=doHilite() onmouseout=doHilite() onclick=hideShowGroup(this)>Who completed this document <DIV style="DISPLAY: none" class=pe2>gisstaff<BR>Solano County GIS<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> 8am - 5pm, M - F</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.000100</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.388001</DIV> <DIV style="MARGIN-LEFT: 0.6in"><I>East: </I>-121.666374</DIV> <DIV style="MARGIN-LEFT: 0.6in"><I>North: </I>38.489177</DIV> <DIV style="MARGIN-LEFT: 0.6in"><I>South: </I>38.038620</DIV> <DIV style="MARGIN-LEFT: 0.4in" class=pn>In projected or local coordinates</DIV> <DIV style="MARGIN-LEFT: 0.6in"><I>Left: </I>6450608.500484</DIV> <DIV style="MARGIN-LEFT: 0.6in"><I>Right: </I>6657160.712378</DIV> <DIV style="MARGIN-LEFT: 0.6in"><I>Top: </I>1939969.558371</DIV> <DIV style="MARGIN-LEFT: 0.6in"><I>Bottom: </I>1776119.375245</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>Dataset copied.<BR><I>Source used: </I>\\Solnas1\Root\Public\GIS\Agencies\ResourceMgmt\Dev\EMMgmt\LACFO_SOI\city_spheres_of_influence<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>Manually edited linework based on LAFCO approved boundary changes (Prj_0311); Resolution Numbers: 04-09, 04-10, 04-11, 04-12, 05-11, 05-13, 06-02, 06-03, 06-04, 06-05, 06-06, 06-07, 06-08, 07-08.<BR><I>Process date: </I>October 2007 <BR> <DIV class=ph1 onmouseover=doHilite() onmouseout=doHilite() onclick=hideShowGroup(this)>Who did this process <DIV style="DISPLAY: none" class=pe2>Nicholas Hansen<BR>Solano County DoIT, 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>Faifield, CA 94533</DIV> <DIV>USA</DIV></DIV><BR>707-7846340 (voice)<BR>gisstaff@solanocounty.com<BR><BR> <DIV><I>Hours of service:</I> 8am - 5pm, M - F</DIV><BR></DIV></DIV><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>The city boundaries layer and the SOI layer were combined (Prj_0355). Edits include snapping to parcels layer, county boundary layer, streets layers, existing city boundaries layer, and reference to 2004 aerial imagery.<BR><I>Process date: </I>November 2007 <BR> <DIV class=ph1 onmouseover=doHilite() onmouseout=doHilite() onclick=hideShowGroup(this)>Who did this process <DIV style="DISPLAY: none" class=pe2>Nicholas Hansen<BR>Solano County DoIT, GIS Services<BR>707-784-6340 (voice)<BR>gisstaff@solanocounty.com<BR><BR> <DIV><I>Hours of service:</I> M - F, 8 am - 5 pm</DIV><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>Selected the 'Incorporated' Sphere polygons and saved data as a new layer. Merged on city name.<BR><I>Process date: </I>November 2007 <BR> <DIV class=ph1 onmouseover=doHilite() onmouseout=doHilite() onclick=hideShowGroup(this)>Who did this process <DIV style="DISPLAY: none" class=pe2>Nicholas Hansen<BR>Solano County DoIT, 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, 8 am - 5 pm</DIV><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>Dataset copied.<BR><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>Dataset copied.<BR><I>Source used: </I>\\Solgisff01\GISProjects\PRJ_0355\Shapefiles\New\citypolys<BR><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>Metadata imported.<BR><I>Source used: </I>\\solano\root\Public\GIS\GIScommon\Boundaries\citypolys.shp.xml<BR><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>The CITYPOLYS layers was created by Larry Norden using SCIPS TRA (TAC) codes, PARCELS geometry and matched against the old CITYPOLYS layer. When descrepencies were found the Assessor's Map Books were consulted. Roadways adjacent to the city limits were included within the city boundaries unless explicitly shown otherwise in the old CITYPOLYS layer. To construct this layer actual line geometry was imported from the PARCELS layer. This ensured, that where appropriate, the city limits and the PARCELS layer are coincident to the original default fuzzy tolerances. Mike Bobbitt has made some adjustments to the borders in accordance with LAFCO.<BR><BR></DIV></DIV> <DIV style="MARGIN-LEFT: 0.4in" class=ph2 onmouseover=doHilite() onmouseout=doHilite() onclick=hideShowGroup(this)>Process step 9 <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\Agencies\LAFCo\Dev\CityLimitsUpdate_2008-05-28.xml<BR><BR></DIV></DIV> <DIV style="MARGIN-LEFT: 0.4in" class=ph2 onmouseover=doHilite() onmouseout=doHilite() onclick=hideShowGroup(this)>Process step 10 <DIV style="DISPLAY: none; MARGIN-LEFT: 0.2in" class=pe2><I>Process description: </I>Dataset copied.<BR><I>Source used: </I>\\Solano\root\Public\GIS\Agencies\LAFCo\Publish\citypolys<BR></DIV></DIV><BR> <DIV style="MARGIN-LEFT: 0.2in" class=pn>ESRI geoprocessing history</DIV> <DIV style="MARGIN-LEFT: 0.4in" class=ph2 onmouseover=doHilite() onmouseout=doHilite() onclick=hideShowGroup(this)>1. Process <DIV style="DISPLAY: none" class=pe2><I>Date and time:</I> 20080318 at time 112342<BR><I>Tool location:</I> C:\Program Files\ArcGIS\ArcToolbox\Toolboxes\Data Management Tools.tbx\CopyFeatures<BR> <DIV class=srh1>Command issued</DIV> <DIV class=sr2>CopyFeatures \\solano\root\Public\GIS\Agencies\LAFCo\Dev\LAFCo_Boundaries.gdb\Boundaries\citypolys \\solano\root\Public\GIS\GIScommon\Boundaries\citypolys.shp # 0 0 0</DIV><BR></DIV></DIV> <DIV style="MARGIN-LEFT: 0.4in" class=ph2 onmouseover=doHilite() onmouseout=doHilite() onclick=hideShowGroup(this)>2. DeleteField_2 <DIV style="DISPLAY: none" class=pe2><I>Date and time:</I> 20080318 at time 112754<BR><I>Tool location:</I> C:\Program Files\ArcGIS\ArcToolbox\Toolboxes\Data Management Tools.tbx\DeleteField<BR> <DIV class=srh1>Command issued</DIV> <DIV class=sr2>DeleteField \\solano\root\Public\GIS\GIScommon\Boundaries\citypolys.shp RuleID;RuleID_1;RuleID_2;RuleID_3 \\solano\root\Public\GIS\GIScommon\Boundaries\citypolys.shp</DIV><BR></DIV></DIV> <DIV style="MARGIN-LEFT: 0.4in" class=ph2 onmouseover=doHilite() onmouseout=doHilite() onclick=hideShowGroup(this)>3. DeleteField_3 <DIV style="DISPLAY: none" class=pe2><I>Date and time:</I> 20080318 at time 112844<BR><I>Tool location:</I> C:\Program Files\ArcGIS\ArcToolbox\Toolboxes\Data Management Tools.tbx\DeleteField<BR> <DIV class=srh1>Command issued</DIV> <DIV class=sr2>DeleteField \\solano\root\Public\GIS\GIScommon\Boundaries\citypolys.shp CITYSTATUS;CityLimits \\solano\root\Public\GIS\GIScommon\Boundaries\citypolys.shp</DIV><BR></DIV></DIV> <DIV style="MARGIN-LEFT: 0.4in" class=ph2 onmouseover=doHilite() onmouseout=doHilite() onclick=hideShowGroup(this)>4. AddField_4 <DIV style="DISPLAY: none" class=pe2><I>Date and time:</I> 20080318 at time 113015<BR><I>Tool location:</I> C:\Program Files\ArcGIS\ArcToolbox\Toolboxes\Data Management Tools.tbx\AddField<BR> <DIV class=srh1>Command issued</DIV> <DIV class=sr2>AddField \\solano\root\Public\GIS\GIScommon\Boundaries\citypolys.shp NAME TEXT # # 11 # NON_NULLABLE NON_REQUIRED # \\solano\root\Public\GIS\GIScommon\Boundaries\citypolys.shp</DIV><BR></DIV></DIV> <DIV style="MARGIN-LEFT: 0.4in" class=ph2 onmouseover=doHilite() onmouseout=doHilite() onclick=hideShowGroup(this)>5. CalculateField_5 <DIV style="DISPLAY: none" class=pe2><I>Date and time:</I> 20080318 at time 113145<BR><I>Tool location:</I> C:\Program Files\ArcGIS\ArcToolbox\Toolboxes\Data Management Tools.tbx\CalculateField<BR> <DIV class=srh1>Command issued</DIV> <DIV class=sr2>CalculateField \\solano\root\Public\GIS\GIScommon\Boundaries\citypolys.shp NAME [SPHERE] VB # \\solano\root\Public\GIS\GIScommon\Boundaries\citypolys.shp</DIV><BR></DIV></DIV> <DIV style="MARGIN-LEFT: 0.4in" class=ph2 onmouseover=doHilite() onmouseout=doHilite() onclick=hideShowGroup(this)>6. DeleteField_6 <DIV style="DISPLAY: none" class=pe2><I>Date and time:</I> 20080318 at time 113258<BR><I>Tool location:</I> C:\Program Files\ArcGIS\ArcToolbox\Toolboxes\Data Management Tools.tbx\DeleteField<BR> <DIV class=srh1>Command issued</DIV> <DIV class=sr2>DeleteField \\solano\root\Public\GIS\GIScommon\Boundaries\citypolys.shp SPHERE;Shape_Leng;Shape_Area \\solano\root\Public\GIS\GIScommon\Boundaries\citypolys.shp</DIV><BR></DIV></DIV> <DIV style="MARGIN-LEFT: 0.4in" class=ph2 onmouseover=doHilite() onmouseout=doHilite() onclick=hideShowGroup(this)>7. Merge_7 <DIV style="DISPLAY: none" class=pe2><I>Date and time:</I> 20080318 at time 113651<BR><I>Tool location:</I> C:\Program Files\ArcGIS\ArcToolbox\Toolboxes\Data Management Tools.tbx\Merge<BR> <DIV class=srh1>Command issued</DIV> <DIV class=sr2>Merge \\solano\root\Public\GIS\GIScommon\Boundaries\citypolys.shp \\solano\root\Public\GIS\GIScommon\Boundaries\citypolys_Merge1.shp "NAME NAME true false false 11 Text 0 0 ,First,#,\\solano\root\Public\GIS\GIScommon\Boundaries\citypolys.shp,NAME,-1,-1"</DIV><BR></DIV></DIV> <DIV style="MARGIN-LEFT: 0.4in" class=ph2 onmouseover=doHilite() onmouseout=doHilite() onclick=hideShowGroup(this)>8. FeatureClassToFeatureClass_1 <DIV style="DISPLAY: none" class=pe2><I>Date and time:</I> 20080318 at time 134453<BR><I>Tool location:</I> C:\Program Files\ArcGIS\ArcToolbox\Toolboxes\Conversion Tools.tbx\FeatureClassToFeatureClass<BR> <DIV class=srh1>Command issued</DIV> <DIV class=sr2>FeatureClassToFeatureClass \\solano\root\Public\GIS\GIScommon\Boundaries\citypolys.shp "Database Connections\solgisff02.gisadm.sde\GISADM.Boundaries" citypolysnew # "NAME NAME true false false 11 Text 0 0 ,First,#,\\solano\root\Public\GIS\GIScommon\Boundaries\citypolys.shp,NAME,-1,-1" # "Database Connections\solgisff02.gisadm.sde\GISADM.Boundaries\GISADM.citypolysnew"</DIV><BR></DIV></DIV> <DIV style="MARGIN-LEFT: 0.4in" class=ph2 onmouseover=doHilite() onmouseout=doHilite() onclick=hideShowGroup(this)>9. FeatureClassToFeatureClass_14 <DIV style="DISPLAY: none" class=pe2><I>Date and time:</I> 20080702 at time 103527<BR><I>Tool location:</I> C:\Program Files\ArcGIS\ArcToolbox\Toolboxes\Conversion Tools.tbx\FeatureClassToFeatureClass<BR> <DIV class=srh1>Command issued</DIV> <DIV class=sr2>FeatureClassToFeatureClass \\Solano\root\Public\GIS\Agencies\LAFCo\Dev\LAFCo_Boundaries.gdb\Boundaries\citypolys \\Solano\root\Public\GIS\Agencies\LAFCo\Dev\LAFCo_Boundaries.gdb\Boundaries citypolysGood # "SPHERE SPHERE true true false 16 Text 0 0 ,First,#,\\Solano\root\Public\GIS\Agencies\LAFCo\Dev\LAFCo_Boundaries.gdb\Boundaries\citypolys,SPHERE,-1,-1;CITYSTATUS CITYSTATUS true true false 14 Text 0 0 ,First,#,\\Solano\root\Public\GIS\Agencies\LAFCo\Dev\LAFCo_Boundaries.gdb\Boundaries\citypolys,CITYSTATUS,-1,-1;Shape_Length Shape_Length false true true 8 Double 0 0 ,First,#,\\Solano\root\Public\GIS\Agencies\LAFCo\Dev\LAFCo_Boundaries.gdb\Boundaries\citypolys,Shape_Length,-1,-1;Shape_Area Shape_Area false true true 8 Double 0 0 ,First,#,\\Solano\root\Public\GIS\Agencies\LAFCo\Dev\LAFCo_Boundaries.gdb\Boundaries\citypolys,Shape_Area,-1,-1" # \\Solano\root\Public\GIS\Agencies\LAFCo\Dev\LAFCo_Boundaries.gdb\Boundaries\citypolysGood</DIV><BR></DIV></DIV> <DIV style="MARGIN-LEFT: 0.4in" class=ph2 onmouseover=doHilite() onmouseout=doHilite() onclick=hideShowGroup(this)>10. AddField_15 <DIV style="DISPLAY: none" class=pe2><I>Date and time:</I> 20080702 at time 103642<BR><I>Tool location:</I> C:\Program Files\ArcGIS\ArcToolbox\Toolboxes\Data Management Tools.tbx\AddField<BR> <DIV class=srh1>Command issued</DIV> <DIV class=sr2>AddField \\Solano\root\Public\GIS\Agencies\LAFCo\Dev\LAFCo_Boundaries.gdb\Boundaries\citypolysGood NAME TEXT # # 11 # NULLABLE REQUIRED # \\Solano\root\Public\GIS\Agencies\LAFCo\Dev\LAFCo_Boundaries.gdb\Boundaries\citypolysGood</DIV><BR></DIV></DIV> <DIV style="MARGIN-LEFT: 0.4in" class=ph2 onmouseover=doHilite() onmouseout=doHilite() onclick=hideShowGroup(this)>11. CalculateField_16 <DIV style="DISPLAY: none" class=pe2><I>Date and time:</I> 20080702 at time 103953<BR><I>Tool location:</I> C:\Program Files\ArcGIS\ArcToolbox\Toolboxes\Data Management Tools.tbx\CalculateField<BR> <DIV class=srh1>Command issued</DIV> <DIV class=sr2>CalculateField \\Solano\root\Public\GIS\Agencies\LAFCo\Dev\LAFCo_Boundaries.gdb\Boundaries\citypolysGood NAME [SPHERE] VB # \\Solano\root\Public\GIS\Agencies\LAFCo\Dev\LAFCo_Boundaries.gdb\Boundaries\citypolysGood</DIV><BR></DIV></DIV> <DIV style="MARGIN-LEFT: 0.4in" class=ph2 onmouseover=doHilite() onmouseout=doHilite() onclick=hideShowGroup(this)>12. FeatureClassToFeatureClass_17 <DIV style="DISPLAY: none" class=pe2><I>Date and time:</I> 20080702 at time 104308<BR><I>Tool location:</I> C:\Program Files\ArcGIS\ArcToolbox\Toolboxes\Conversion Tools.tbx\FeatureClassToFeatureClass<BR> <DIV class=srh1>Command issued</DIV> <DIV class=sr2>FeatureClassToFeatureClass \\Solano\root\Public\GIS\Agencies\LAFCo\Dev\LAFCo_Boundaries.gdb\Boundaries\citypolysGood \\Solano\root\Public\GIS\Agencies\LAFCo\Dev\tempTest.gdb CITYPOLYS # "NAME NAME true true true 11 Text 0 0 ,First,#,\\Solano\root\Public\GIS\Agencies\LAFCo\Dev\LAFCo_Boundaries.gdb\Boundaries\citypolysGood,NAME,-1,-1" # \\Solano\root\Public\GIS\Agencies\LAFCo\Dev\tempTest.gdb\CITYPOLYS</DIV><BR></DIV></DIV> <DIV style="MARGIN-LEFT: 0.4in" class=ph2 onmouseover=doHilite() onmouseout=doHilite() onclick=hideShowGroup(this)>13. FeatureClassToFeatureClass_19 <DIV style="DISPLAY: none" class=pe2><I>Date and time:</I> 20080702 at time 104539<BR><I>Tool location:</I> C:\Program Files\ArcGIS\ArcToolbox\Toolboxes\Conversion Tools.tbx\FeatureClassToFeatureClass<BR> <DIV class=srh1>Command issued</DIV> <DIV class=sr2>FeatureClassToFeatureClass \\Solano\root\Public\GIS\Agencies\LAFCo\Dev\tempTest.gdb\CITYPOLYS \\Solano\root\Public\GIS\Agencies\LAFCo\Publish citypolys.shp # "NAME NAME true true true 11 Text 0 0 ,First,#,\\Solano\root\Public\GIS\Agencies\LAFCo\Dev\tempTest.gdb\CITYPOLYS,NAME,-1,-1;Shape_Leng Shape_Length false true true 8 Double 0 0 ,First,#,\\Solano\root\Public\GIS\Agencies\LAFCo\Dev\tempTest.gdb\CITYPOLYS,Shape_Length,-1,-1;Shape_Area Shape_Area false true true 8 Double 0 0 ,First,#,\\Solano\root\Public\GIS\Agencies\LAFCo\Dev\tempTest.gdb\CITYPOLYS,Shape_Area,-1,-1" # \\Solano\root\Public\GIS\Agencies\LAFCo\Publish\citypolys.shp</DIV></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)>citypolys <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>16<BR><I>Spatial Index: </I>TRUE<BR><I>Linear referencing: </I>FALSE<BR><BR><I>XYRank: </I>2<BR><I>ZRank: </I>1<BR><I>Topology weight: </I>5.000000<BR><I>Events on validation: </I>FALSE<BR><I>Participates in topology rules: </I>55<BR><I>Participates in topology rules: </I>60<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>citypolys: G-polygon, 16 </LI></DIV></DIV></DIV><BR></DIV> <DIV style="DISPLAY: none" id=Attributes class=pv><BR> <DIV class=pn>Details for citypolys</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>16</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)>SHAPE <DIV style="DISPLAY: none" class=pe2><I>Alias: </I>Shape<BR><I>Data type: </I>Geometry<BR><I>Width: </I>4<BR><I>Precision: </I>0<BR><I>Scale: </I>0<BR><SPAN class=lt><I>Definition: </I><PRE id=original>Feature geometry.</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <SPAN class=lt><I>Definition Source: </I><PRE id=original>ESRI</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <BR></DIV></DIV></DIV> <DIV style="MARGIN-LEFT: 0.2in" class=pn> <DIV style="MARGIN-LEFT: 0.25in" class=ph2 onmouseover=doHilite() onmouseout=doHilite() onclick=hideShowGroup(this)>Shape <DIV style="DISPLAY: none" class=pe2><I>Alias: </I>Shape<BR><I>Data type: </I>Number<BR><I>Width: </I>9<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)>NAME <DIV style="DISPLAY: none" class=pe2><I>Alias: </I>NAME<BR><I>Data type: </I>String<BR><I>Width: </I>11<BR><SPAN class=lt><I>Definition: </I><PRE id=original>City 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)>Shape_Area <DIV style="DISPLAY: none" class=pe2><I>Alias: </I>Shape_Area<BR><I>Data type: </I>Float<BR><I>Width: </I>19<BR><I>Number of decimals: </I>11<BR><SPAN class=lt><I>Definition: </I><PRE id=original>Area of feature in internal units squared.</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <SPAN class=lt><I>Definition Source: </I><PRE id=original>ESRI</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <BR></DIV></DIV></DIV> <DIV style="MARGIN-LEFT: 0.2in" class=pn> <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>Float<BR><I>Width: </I>19<BR><I>Number of decimals: </I>11<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_Leng <DIV style="DISPLAY: none" class=pe2><I>Alias: </I>Shape_Leng<BR><I>Data type: </I>Double<BR><I>Width: </I>19<BR><I>Precision: </I>0<BR><I>Scale: </I>0<BR><BR></DIV></DIV></DIV><BR></DIV></DIV></BODY></HTML>