ÿþ<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>W23324.WD_HYDRO_BANK_LN_24K</H1> <H2>SDE Feature Class </H2> <TABLE cols="3" frame="void" rules="cols" width="315" height="28"> <COL WIDTH="105" /><COL WIDTH="105" /><COL WIDTH="105" /> <TR height="28" onmouseover="doHilite()" onmouseout="doHilite()" onclick="changeTab(this)"> <TD ID="DescTab" CLASS="tsel" TITLE="Click to see a description of the data">Description</TD> <TD ID="SpatialTab" CLASS="tun" TITLE="Click for details about the spatial data">Spatial</TD> <TD ID="AttribTab" CLASS="tun" TITLE="Click for details about the attribute data">Attributes</TD> </TR> </TABLE> <DIV ID="Group" CLASS="f"> <DIV ID="Description" CLASS="pv" STYLE="display:block"><BR /> <DIV CLASS="pn">Keywords</DIV> <DIV STYLE="margin-left:0.2in" CLASS="lt2"><SPAN CLASS="pn">Theme: </SPAN> WI DNR 1:24,000-Scale Surface Water Hydrography</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">Banks of all area features - double line streams, lakes, etc.</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">This layer is included allow dynamic segmentation on banks. HydroBank consists of BK Bank arcs of all water features from the release coverage model HYDNW924 Version 6 including banks for Lake Michigan and Lake Superior. HydroBank represents all the BK bank lines of Release 6 coverage model including complete Great Lake shorelines. This feature class contains M (measure) values. XX Closure lines were not included in the model. They were not deemed necessary to be in the HydroBank Feature Class since they really are not banks and do not participate in the measures of the banks of features. XX lines will only exist in HydroWaterBody feature class to divide Area features. HydroBank was developed to allow user data to be placed on shorelines of water features using a measuring system. WaterBody WBIC will be related to its corresponding banks by attribute WaterBodyHydroID.</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"> 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 CLASS="pe2" STYLE="display:none"> <DIV><I>Date and time: </I> <SPAN STYLE="color:#999999">REQUIRED: The year (and optionally month, or month and day) for which the data set corresponds to the ground.</SPAN> </DIV> <DIV> <I>Description: </I> <SPAN STYLE="color:#999999">REQUIRED: The basis on which the time period of content information is determined.</SPAN> </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>Wisconsin Department of Natural Resources<BR /></SPAN> <DIV><I>Date and time: </I> <SPAN STYLE="color:#999999">REQUIRED: The date when the data set is published or otherwise made available for release.</SPAN> </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>W23324.WD_HYDRO_BANK_LN_24K<BR /> <I>Type of data: </I>vector digital data<BR /> <DIV><I>Location of the data: </I></DIV><DIV><LI STYLE="margin-left:0.2in">Server=apwmad1D0214; Service=5151; Database=dnr_sde; User=w23324; Version=SDE.DEFAULT</LI></DIV> <I>Data processing environment: </I><SPAN CLASS="lt">Microsoft Windows XP Version 5.1 (Build 2600) Service Pack 2; ESRI ArcCatalog 9.3.1.3000</SPAN><BR /> <DIV CLASS="ph1" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Accessing the data <DIV CLASS="pe2" STYLE="display:none"> <I>Size of the data: </I>0.000 MB<BR /> <I>Data transfer size: </I>0.000 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 STYLE="color:#999999">REQUIRED: Restrictions and legal prerequisites for accessing the data set.</SPAN><BR /> <DIV> <I>Use constraints: </I> <SPAN STYLE="color:#999999">REQUIRED: Restrictions and legal prerequisites for using the data set after access is granted.</SPAN><BR /> </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: 20090903 at time 14544900 <DIV CLASS="ph1" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Who completed this document <DIV CLASS="pe2" STYLE="display:none"> <SPAN STYLE="color:#999999">REQUIRED: The person responsible for the metadata information.</SPAN><BR /> <SPAN STYLE="color:#999999">REQUIRED: The organization responsible for the metadata information.</SPAN><BR /> <SPAN STYLE="color:#999999"><I>REQUIRED: The mailing and/or physical address for the organization or individual.:</I></SPAN><BR /> <DIV STYLE="margin-left:0.3in"> <DIV> <SPAN STYLE="color:#999999">REQUIRED: The city of the address., </SPAN><SPAN STYLE="color:#999999">REQUIRED: The state or province of the address.</SPAN> <SPAN STYLE="color:#999999">REQUIRED: The ZIP or other postal code of the address.</SPAN></DIV> </DIV> <BR /> <SPAN STYLE="color:#999999">REQUIRED: The telephone number by which individuals can speak to the organization or individual.</SPAN><BR /> <BR /> </DIV> </DIV> <DIV CLASS="ph1" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Standards used to create this document <DIV CLASS="pe2" STYLE="display:none"> <I>Standard name: </I>FGDC Content Standards for Digital Geospatial Metadata<BR /> <I>Standard version: </I>FGDC-STD-001-1998<BR /> <I>Time convention used in this document: </I>local time<BR /> Metadata profiles defining additonal information<LI STYLE="margin-left:0.2in"> ESRI Metadata Profile: <A TARGET="viewer" HREF="http://www.esri.com/metadata/esriprof80.html">http://www.esri.com/metadata/esriprof80.html </A> </LI> </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_HARN_Transverse_Mercator</DIV> <DIV STYLE="margin-left:0.2in"><I>Geographic coordinate system name: </I>GCS_North_American_1983_HARN</DIV> <DIV CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Details <DIV CLASS="pe2" STYLE="display:none"> <DIV CLASS="sr1"><SPAN CLASS="pn">Map Projection Name: </SPAN>Transverse Mercator</DIV> <DIV CLASS="sr2"><I>Scale Factor at Central Meridian: </I>0.999600<BR /> <I>Longitude of Central Meridian: </I>-90.000000<BR /> <I>Latitude of Projection Origin: </I>0.000000<BR /> <I>False Easting: </I>520000.000000<BR /> <I>False Northing: </I>-4480000.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.000100</DIV> <DIV CLASS="sr3"><I>Ordinate Resolution: </I>0.000100</DIV> <BR /> <DIV CLASS="srh1">Geodetic Model</DIV> <DIV CLASS="sr2"><I>Horizontal Datum Name: </I>D_North_American_1983_HARN</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> -93.090657</DIV> <DIV STYLE="margin-left:0.6in"><I>East: </I> -84.127919</DIV> <DIV STYLE="margin-left:0.6in"><I>North: </I> 49.038739</DIV> <DIV STYLE="margin-left:0.6in"><I>South: </I> 41.524185</DIV> <DIV STYLE="margin-left:0.4in" CLASS="pn">In projected or local coordinates</DIV> <DIV STYLE="margin-left:0.6in"><I>Left: </I>293944.595500</DIV> <DIV STYLE="margin-left:0.6in"><I>Right: </I>950349.872600</DIV> <DIV STYLE="margin-left:0.6in"><I>Top: </I>951762.239500</DIV> <DIV STYLE="margin-left:0.6in"><I>Bottom: </I>129807.639700</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 /> <I>Source used: </I>C:\Geo\HYDRO\GDBDesign\ZMArc<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>Server=nrcoet215002065_sqlexpress; Service=sde:sqlserver:nrcoet215002065\sqlexpress; Database=Hydro; Version=dbo.DEFAULT<BR /> <I>Process date: </I>20090819 at time 11435800<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. FeatureclassToCoverage_1 <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090102 at time 093135<BR /> <I>Tool location:</I> C:\Program Files\ArcGIS\ArcToolbox\Toolboxes\Conversion Tools.tbx\FeatureclassToCoverage<BR /> <DIV CLASS="srh1">Command issued</DIV> <DIV CLASS="sr2">FeatureclassToCoverage "C:\Geo\HYDRO\GDBDesign\GreatLakesBK_Merge_Merge.shp ARC" C:\Geo\HYDRO\GDBDesign\ArcsFinal # DOUBLE</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">2. FeatureClassToFeatureClass_1 <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090102 at time 125524<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 C:\Geo\HYDRO\GDBDesign\arcsfinal\arc C:\Geo\HYDRO\GDBDesign ZMArcsFinal222.shp # "FNODE_ FNODE_ false false true 4 Long 0 0 ,First,#,C:\Geo\HYDRO\GDBDesign\arcsfinal\arc,FNODE#,-1,-1;TNODE_ TNODE_ false false true 4 Long 0 0 ,First,#,C:\Geo\HYDRO\GDBDesign\arcsfinal\arc,TNODE#,-1,-1;LPOLY_ LPOLY_ false false true 4 Long 0 0 ,First,#,C:\Geo\HYDRO\GDBDesign\arcsfinal\arc,LPOLY#,-1,-1;RPOLY_ RPOLY_ false false true 4 Long 0 0 ,First,#,C:\Geo\HYDRO\GDBDesign\arcsfinal\arc,RPOLY#,-1,-1;LENGTH LENGTH false false true 8 Double 0 0 ,First,#,C:\Geo\HYDRO\GDBDesign\arcsfinal\arc,LENGTH,-1,-1;FNODE1 FNODE1 true false false 4 Long 0 0 ,First,#,C:\Geo\HYDRO\GDBDesign\arcsfinal\arc,FNODE_,-1,-1;TNODE1 TNODE1 true false false 4 Long 0 0 ,First,#,C:\Geo\HYDRO\GDBDesign\arcsfinal\arc,TNODE_,-1,-1;LPOLY1 LPOLY1 true false false 4 Long 0 0 ,First,#,C:\Geo\HYDRO\GDBDesign\arcsfinal\arc,LPOLY_,-1,-1;RPOLY1 RPOLY1 true false false 4 Long 0 0 ,First,#,C:\Geo\HYDRO\GDBDesign\arcsfinal\arc,RPOLY_,-1,-1;HYDNW924_ HYDNW924_ true false false 4 Long 0 0 ,First,#,C:\Geo\HYDRO\GDBDesign\arcsfinal\arc,HYDNW924_,-1,-1;HYDNW924_I HYDNW924_I true false false 4 Long 0 0 ,First,#,C:\Geo\HYDRO\GDBDesign\arcsfinal\arc,HYDNW924_I,-1,-1;SW_NO SW_NO true false false 4 Long 0 0 ,First,#,C:\Geo\HYDRO\GDBDesign\arcsfinal\arc,SW_NO,-1,-1;RIVSYSNAME RIVSYSNAME true false false 50 Text 0 0 ,First,#,C:\Geo\HYDRO\GDBDesign\arcsfinal\arc,RIVSYSNAME,-1,-1;ROW_NAME ROW_NAME true false false 50 Text 0 0 ,First,#,C:\Geo\HYDRO\GDBDesign\arcsfinal\arc,ROW_NAME,-1,-1;RIVSYSWBIC RIVSYSWBIC true false false 4 Long 0 0 ,First,#,C:\Geo\HYDRO\GDBDesign\arcsfinal\arc,RIVSYSWBIC,-1,-1;WBIC_TYPE WBIC_TYPE true false false 2 Text 0 0 ,First,#,C:\Geo\HYDRO\GDBDesign\arcsfinal\arc,WBIC_TYPE,-1,-1;CARTO CARTO true false false 3 Text 0 0 ,First,#,C:\Geo\HYDRO\GDBDesign\arcsfinal\arc,CARTO,-1,-1;LINEAR_TYP LINEAR_TYP true false false 2 Text 0 0 ,First,#,C:\Geo\HYDRO\GDBDesign\arcsfinal\arc,LINEAR_TYP,-1,-1;QUADLINE QUADLINE true false false 3 Text 0 0 ,First,#,C:\Geo\HYDRO\GDBDesign\arcsfinal\arc,QUADLINE,-1,-1;DURATION DURATION true false false 2 Text 0 0 ,First,#,C:\Geo\HYDRO\GDBDesign\arcsfinal\arc,DURATION,-1,-1;LANDLOCKED LANDLOCKED true false false 3 Text 0 0 ,First,#,C:\Geo\HYDRO\GDBDesign\arcsfinal\arc,LANDLOCKED,-1,-1;FLOW FLOW true false false 2 Text 0 0 ,First,#,C:\Geo\HYDRO\GDBDesign\arcsfinal\arc,FLOW,-1,-1;STREAM_ORD STREAM_ORD true false false 2 Short 0 0 ,First,#,C:\Geo\HYDRO\GDBDesign\arcsfinal\arc,STREAM_ORD,-1,-1;LR_BANK LR_BANK true false false 2 Text 0 0 ,First,#,C:\Geo\HYDRO\GDBDesign\arcsfinal\arc,LR_BANK,-1,-1;AR_BND_TYP AR_BND_TYP true false false 4 Text 0 0 ,First,#,C:\Geo\HYDRO\GDBDesign\arcsfinal\arc,AR_BND_TYP,-1,-1;OH_SRC_YR OH_SRC_YR true false false 2 Short 0 0 ,First,#,C:\Geo\HYDRO\GDBDesign\arcsfinal\arc,OH_SRC_YR,-1,-1;OH_COL_MTH OH_COL_MTH true false false 6 Text 0 0 ,First,#,C:\Geo\HYDRO\GDBDesign\arcsfinal\arc,OH_COL_MTH,-1,-1;OH_SRC_DNM OH_SRC_DNM true false false 8 Double 0 0 ,First,#,C:\Geo\HYDRO\GDBDesign\arcsfinal\arc,OH_SRC_DNM,-1,-1;BUILD_DATE BUILD_DATE true true false 8 Date 0 8 ,First,#,C:\Geo\HYDRO\GDBDesign\arcsfinal\arc,BUILD_DATE,-1,-1;HYD_VER HYD_VER true false false 2 Short 0 0 ,First,#,C:\Geo\HYDRO\GDBDesign\arcsfinal\arc,HYD_VER,-1,-1;WGS_ID WGS_ID true false false 2 Short 0 0 ,First,#,C:\Geo\HYDRO\GDBDesign\arcsfinal\arc,WGS_ID,-1,-1;WBIC_ADDED WBIC_ADDED true true false 8 Date 0 8 ,First,#,C:\Geo\HYDRO\GDBDesign\arcsfinal\arc,WBIC_ADDED,-1,-1;WBIC_DATE WBIC_DATE true true false 8 Date 0 8 ,First,#,C:\Geo\HYDRO\GDBDesign\arcsfinal\arc,WBIC_DATE,-1,-1;WBIC_VER WBIC_VER true false false 2 Short 0 0 ,First,#,C:\Geo\HYDRO\GDBDesign\arcsfinal\arc,WBIC_VER,-1,-1;GEOM_CHFLG GEOM_CHFLG true false false 2 Short 0 0 ,First,#,C:\Geo\HYDRO\GDBDesign\arcsfinal\arc,GEOM_CHFLG,-1,-1;NAT_CHFLG NAT_CHFLG true false false 2 Short 0 0 ,First,#,C:\Geo\HYDRO\GDBDesign\arcsfinal\arc,NAT_CHFLG,-1,-1;GNIS_CHFLG GNIS_CHFLG true false false 2 Short 0 0 ,First,#,C:\Geo\HYDRO\GDBDesign\arcsfinal\arc,GNIS_CHFLG,-1,-1;WBIC_CHFLG WBIC_CHFLG true false false 2 Short 0 0 ,First,#,C:\Geo\HYDRO\GDBDesign\arcsfinal\arc,WBIC_CHFLG,-1,-1;REF_CHFLG REF_CHFLG true false false 2 Short 0 0 ,First,#,C:\Geo\HYDRO\GDBDesign\arcsfinal\arc,REF_CHFLG,-1,-1;FLIP_CHFLG FLIP_CHFLG true false false 2 Short 0 0 ,First,#,C:\Geo\HYDRO\GDBDesign\arcsfinal\arc,FLIP_CHFLG,-1,-1;NEW NEW true false false 2 Short 0 0 ,First,#,C:\Geo\HYDRO\GDBDesign\arcsfinal\arc,NEW,-1,-1" # C:\Geo\HYDRO\GDBDesign\ZMArcsFinal222.shp</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">3. Merge_2 <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090105 at time 094123<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 C:\Geo\HYDRO\GDBDesign\ZMArcsFinal222.shp;C:\Geo\HYDRO\GDBDesign\ZMline.shp C:\Geo\HYDRO\GDBDesign\ZMArcsFinal222_Merge.shp "FNODE_ FNODE_ true false false 9 Long 0 9 ,First,#,C:\Geo\HYDRO\GDBDesign\ZMArcsFinal222.shp,FNODE_,-1,-1,C:\Geo\HYDRO\GDBDesign\ZMline.shp,FNODE_,-1,-1;TNODE_ TNODE_ true false false 9 Long 0 9 ,First,#,C:\Geo\HYDRO\GDBDesign\ZMArcsFinal222.shp,TNODE_,-1,-1,C:\Geo\HYDRO\GDBDesign\ZMline.shp,TNODE_,-1,-1;LPOLY_ LPOLY_ true false false 9 Long 0 9 ,First,#,C:\Geo\HYDRO\GDBDesign\ZMArcsFinal222.shp,LPOLY_,-1,-1,C:\Geo\HYDRO\GDBDesign\ZMline.shp,LPOLY_,-1,-1;RPOLY_ RPOLY_ true false false 9 Long 0 9 ,First,#,C:\Geo\HYDRO\GDBDesign\ZMArcsFinal222.shp,RPOLY_,-1,-1,C:\Geo\HYDRO\GDBDesign\ZMline.shp,RPOLY_,-1,-1;LENGTH LENGTH true false false 19 Double 0 0 ,First,#,C:\Geo\HYDRO\GDBDesign\ZMArcsFinal222.shp,LENGTH,-1,-1,C:\Geo\HYDRO\GDBDesign\ZMline.shp,LENGTH,-1,-1;FNODE1 FNODE1 true false false 9 Long 0 9 ,First,#,C:\Geo\HYDRO\GDBDesign\ZMArcsFinal222.shp,FNODE1,-1,-1,C:\Geo\HYDRO\GDBDesign\ZMline.shp,FNODE1,-1,-1;TNODE1 TNODE1 true false false 9 Long 0 9 ,First,#,C:\Geo\HYDRO\GDBDesign\ZMArcsFinal222.shp,TNODE1,-1,-1,C:\Geo\HYDRO\GDBDesign\ZMline.shp,TNODE1,-1,-1;LPOLY1 LPOLY1 true false false 9 Long 0 9 ,First,#,C:\Geo\HYDRO\GDBDesign\ZMArcsFinal222.shp,LPOLY1,-1,-1,C:\Geo\HYDRO\GDBDesign\ZMline.shp,LPOLY1,-1,-1;RPOLY1 RPOLY1 true false false 9 Long 0 9 ,First,#,C:\Geo\HYDRO\GDBDesign\ZMArcsFinal222.shp,RPOLY1,-1,-1,C:\Geo\HYDRO\GDBDesign\ZMline.shp,RPOLY1,-1,-1;HYDNW924_ HYDNW924_ true false false 9 Long 0 9 ,First,#,C:\Geo\HYDRO\GDBDesign\ZMArcsFinal222.shp,HYDNW924_,-1,-1,C:\Geo\HYDRO\GDBDesign\ZMline.shp,HYDNW924_,-1,-1;HYDNW924_I HYDNW924_I true false false 9 Long 0 9 ,First,#,C:\Geo\HYDRO\GDBDesign\ZMArcsFinal222.shp,HYDNW924_I,-1,-1,C:\Geo\HYDRO\GDBDesign\ZMline.shp,HYDNW924_I,-1,-1;SW_NO SW_NO true false false 9 Long 0 9 ,First,#,C:\Geo\HYDRO\GDBDesign\ZMArcsFinal222.shp,SW_NO,-1,-1,C:\Geo\HYDRO\GDBDesign\ZMline.shp,SW_NO,-1,-1;RIVSYSNAME RIVSYSNAME true false false 50 Text 0 0 ,First,#,C:\Geo\HYDRO\GDBDesign\ZMArcsFinal222.shp,RIVSYSNAME,-1,-1,C:\Geo\HYDRO\GDBDesign\ZMline.shp,RIVSYSNAME,-1,-1;ROW_NAME ROW_NAME true false false 50 Text 0 0 ,First,#,C:\Geo\HYDRO\GDBDesign\ZMArcsFinal222.shp,ROW_NAME,-1,-1,C:\Geo\HYDRO\GDBDesign\ZMline.shp,ROW_NAME,-1,-1;RIVSYSWBIC RIVSYSWBIC true false false 9 Long 0 9 ,First,#,C:\Geo\HYDRO\GDBDesign\ZMArcsFinal222.shp,RIVSYSWBIC,-1,-1,C:\Geo\HYDRO\GDBDesign\ZMline.shp,RIVSYSWBIC,-1,-1;WBIC_TYPE WBIC_TYPE true false false 2 Text 0 0 ,First,#,C:\Geo\HYDRO\GDBDesign\ZMArcsFinal222.shp,WBIC_TYPE,-1,-1,C:\Geo\HYDRO\GDBDesign\ZMline.shp,WBIC_TYPE,-1,-1;CARTO CARTO true false false 3 Text 0 0 ,First,#,C:\Geo\HYDRO\GDBDesign\ZMArcsFinal222.shp,CARTO,-1,-1,C:\Geo\HYDRO\GDBDesign\ZMline.shp,CARTO,-1,-1;LINEAR_TYP LINEAR_TYP true false false 2 Text 0 0 ,First,#,C:\Geo\HYDRO\GDBDesign\ZMArcsFinal222.shp,LINEAR_TYP,-1,-1,C:\Geo\HYDRO\GDBDesign\ZMline.shp,LINEAR_TYP,-1,-1;QUADLINE QUADLINE true false false 3 Text 0 0 ,First,#,C:\Geo\HYDRO\GDBDesign\ZMArcsFinal222.shp,QUADLINE,-1,-1,C:\Geo\HYDRO\GDBDesign\ZMline.shp,QUADLINE,-1,-1;DURATION DURATION true false false 2 Text 0 0 ,First,#,C:\Geo\HYDRO\GDBDesign\ZMArcsFinal222.shp,DURATION,-1,-1,C:\Geo\HYDRO\GDBDesign\ZMline.shp,DURATION,-1,-1;LANDLOCKED LANDLOCKED true false false 3 Text 0 0 ,First,#,C:\Geo\HYDRO\GDBDesign\ZMArcsFinal222.shp,LANDLOCKED,-1,-1,C:\Geo\HYDRO\GDBDesign\ZMline.shp,LANDLOCKED,-1,-1;FLOW FLOW true false false 2 Text 0 0 ,First,#,C:\Geo\HYDRO\GDBDesign\ZMArcsFinal222.shp,FLOW,-1,-1,C:\Geo\HYDRO\GDBDesign\ZMline.shp,FLOW,-1,-1;STREAM_ORD STREAM_ORD true false false 4 Short 0 4 ,First,#,C:\Geo\HYDRO\GDBDesign\ZMArcsFinal222.shp,STREAM_ORD,-1,-1,C:\Geo\HYDRO\GDBDesign\ZMline.shp,STREAM_ORD,-1,-1;LR_BANK LR_BANK true false false 2 Text 0 0 ,First,#,C:\Geo\HYDRO\GDBDesign\ZMArcsFinal222.shp,LR_BANK,-1,-1,C:\Geo\HYDRO\GDBDesign\ZMline.shp,LR_BANK,-1,-1;AR_BND_TYP AR_BND_TYP true false false 4 Text 0 0 ,First,#,C:\Geo\HYDRO\GDBDesign\ZMArcsFinal222.shp,AR_BND_TYP,-1,-1,C:\Geo\HYDRO\GDBDesign\ZMline.shp,AR_BND_TYP,-1,-1;OH_SRC_YR OH_SRC_YR true false false 4 Short 0 4 ,First,#,C:\Geo\HYDRO\GDBDesign\ZMArcsFinal222.shp,OH_SRC_YR,-1,-1,C:\Geo\HYDRO\GDBDesign\ZMline.shp,OH_SRC_YR,-1,-1;OH_COL_MTH OH_COL_MTH true false false 6 Text 0 0 ,First,#,C:\Geo\HYDRO\GDBDesign\ZMArcsFinal222.shp,OH_COL_MTH,-1,-1,C:\Geo\HYDRO\GDBDesign\ZMline.shp,OH_COL_MTH,-1,-1;OH_SRC_DNM OH_SRC_DNM true false false 19 Double 0 0 ,First,#,C:\Geo\HYDRO\GDBDesign\ZMArcsFinal222.shp,OH_SRC_DNM,-1,-1,C:\Geo\HYDRO\GDBDesign\ZMline.shp,OH_SRC_DNM,-1,-1;BUILD_DATE BUILD_DATE true true false 8 Date 0 0 ,First,#,C:\Geo\HYDRO\GDBDesign\ZMArcsFinal222.shp,BUILD_DATE,-1,-1,C:\Geo\HYDRO\GDBDesign\ZMline.shp,BUILD_DATE,-1,-1;HYD_VER HYD_VER true false false 4 Short 0 4 ,First,#,C:\Geo\HYDRO\GDBDesign\ZMArcsFinal222.shp,HYD_VER,-1,-1,C:\Geo\HYDRO\GDBDesign\ZMline.shp,HYD_VER,-1,-1;WGS_ID WGS_ID true false false 4 Short 0 4 ,First,#,C:\Geo\HYDRO\GDBDesign\ZMArcsFinal222.shp,WGS_ID,-1,-1,C:\Geo\HYDRO\GDBDesign\ZMline.shp,WGS_ID,-1,-1;WBIC_ADDED WBIC_ADDED true true false 8 Date 0 0 ,First,#,C:\Geo\HYDRO\GDBDesign\ZMArcsFinal222.shp,WBIC_ADDED,-1,-1,C:\Geo\HYDRO\GDBDesign\ZMline.shp,WBIC_ADDED,-1,-1;WBIC_DATE WBIC_DATE true true false 8 Date 0 0 ,First,#,C:\Geo\HYDRO\GDBDesign\ZMArcsFinal222.shp,WBIC_DATE,-1,-1,C:\Geo\HYDRO\GDBDesign\ZMline.shp,WBIC_DATE,-1,-1;WBIC_VER WBIC_VER true false false 4 Short 0 4 ,First,#,C:\Geo\HYDRO\GDBDesign\ZMArcsFinal222.shp,WBIC_VER,-1,-1,C:\Geo\HYDRO\GDBDesign\ZMline.shp,WBIC_VER,-1,-1;GEOM_CHFLG GEOM_CHFLG true false false 4 Short 0 4 ,First,#,C:\Geo\HYDRO\GDBDesign\ZMArcsFinal222.shp,GEOM_CHFLG,-1,-1,C:\Geo\HYDRO\GDBDesign\ZMline.shp,GEOM_CHFLG,-1,-1;NAT_CHFLG NAT_CHFLG true false false 4 Short 0 4 ,First,#,C:\Geo\HYDRO\GDBDesign\ZMArcsFinal222.shp,NAT_CHFLG,-1,-1,C:\Geo\HYDRO\GDBDesign\ZMline.shp,NAT_CHFLG,-1,-1;GNIS_CHFLG GNIS_CHFLG true false false 4 Short 0 4 ,First,#,C:\Geo\HYDRO\GDBDesign\ZMArcsFinal222.shp,GNIS_CHFLG,-1,-1,C:\Geo\HYDRO\GDBDesign\ZMline.shp,GNIS_CHFLG,-1,-1;WBIC_CHFLG WBIC_CHFLG true false false 4 Short 0 4 ,First,#,C:\Geo\HYDRO\GDBDesign\ZMArcsFinal222.shp,WBIC_CHFLG,-1,-1,C:\Geo\HYDRO\GDBDesign\ZMline.shp,WBIC_CHFLG,-1,-1;REF_CHFLG REF_CHFLG true false false 4 Short 0 4 ,First,#,C:\Geo\HYDRO\GDBDesign\ZMArcsFinal222.shp,REF_CHFLG,-1,-1,C:\Geo\HYDRO\GDBDesign\ZMline.shp,REF_CHFLG,-1,-1;FLIP_CHFLG FLIP_CHFLG true false false 4 Short 0 4 ,First,#,C:\Geo\HYDRO\GDBDesign\ZMArcsFinal222.shp,FLIP_CHFLG,-1,-1,C:\Geo\HYDRO\GDBDesign\ZMline.shp,FLIP_CHFLG,-1,-1;NEW NEW true false false 4 Short 0 4 ,First,#,C:\Geo\HYDRO\GDBDesign\ZMArcsFinal222.shp,NEW,-1,-1,C:\Geo\HYDRO\GDBDesign\ZMline.shp,NEW,-1,-1;SHAPE_Leng SHAPE_Leng true false false 19 Double 0 0 ,First,#,C:\Geo\HYDRO\GDBDesign\ZMline.shp,SHAPE_Leng,-1,-1"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">4. Add Attribute Index <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090112 at time 112217<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 Z:\projects\hydro\data\shapefiles\ZMarc.shp LPOLY_;RPOLY_;LINEAR_TYP;DURATION;FLOW;AR_BND_TYP # NON_UNIQUE NON_ASCENDING Z:\projects\hydro\data\shapefiles\ZMarc.shp</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">5. Feature Class to Feature Class (2) <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090112 at time 113542<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 Z:\projects\hydro\data\TestShapefiles\ZMarc.shp "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography" HydroBank ""AR_BND_TYP" = 'UPCB' OR "AR_BND_TYP" = 'CBUP' OR "AR_BND_TYP" = 'IALP' OR "AR_BND_TYP" = 'LPIA' OR "AR_BND_TYP" = 'UPFH' OR "AR_BND_TYP" = 'FHUP' OR ("AR_BND_TYP" = 'FHFH' AND "LINEAR_TYP" = 'UN') OR "LINEAR_TYP" = 'BK'" "FNODE_ FNODE_ true false false 9 Long 0 9 ,First,#,Z:\projects\hydro\data\TestShapefiles\ZMarc.shp,FNODE_,-1,-1;TNODE_ TNODE_ true false false 9 Long 0 9 ,First,#,Z:\projects\hydro\data\TestShapefiles\ZMarc.shp,TNODE_,-1,-1;LPOLY_ LPOLY_ true false false 9 Long 0 9 ,First,#,Z:\projects\hydro\data\TestShapefiles\ZMarc.shp,LPOLY_,-1,-1;RPOLY_ RPOLY_ true false false 9 Long 0 9 ,First,#,Z:\projects\hydro\data\TestShapefiles\ZMarc.shp,RPOLY_,-1,-1;LENGTH LENGTH true false false 19 Double 0 0 ,First,#,Z:\projects\hydro\data\TestShapefiles\ZMarc.shp,LENGTH,-1,-1;HYDNW924_ HYDNW924_ true false false 9 Long 0 9 ,First,#,Z:\projects\hydro\data\TestShapefiles\ZMarc.shp,HYDNW924_,-1,-1;HYDNW924_I HYDNW924_I true false false 9 Long 0 9 ,First,#,Z:\projects\hydro\data\TestShapefiles\ZMarc.shp,HYDNW924_I,-1,-1;SW_NO SW_NO true false false 8 Long 0 8 ,First,#,Z:\projects\hydro\data\TestShapefiles\ZMarc.shp,SW_NO,-1,-1;RIVSYSNAME RIVSYSNAME true false false 50 Text 0 0 ,First,#,Z:\projects\hydro\data\TestShapefiles\ZMarc.shp,RIVSYSNAME,-1,-1;ROW_NAME ROW_NAME true false false 50 Text 0 0 ,First,#,Z:\projects\hydro\data\TestShapefiles\ZMarc.shp,ROW_NAME,-1,-1;RIVSYSWBIC RIVSYSWBIC true false false 7 Long 0 7 ,First,#,Z:\projects\hydro\data\TestShapefiles\ZMarc.shp,RIVSYSWBIC,-1,-1;WBIC_TYPE WBIC_TYPE true false false 2 Text 0 0 ,First,#,Z:\projects\hydro\data\TestShapefiles\ZMarc.shp,WBIC_TYPE,-1,-1;CARTO CARTO true false false 3 Text 0 0 ,First,#,Z:\projects\hydro\data\TestShapefiles\ZMarc.shp,CARTO,-1,-1;LINEAR_TYP LINEAR_TYP true false false 2 Text 0 0 ,First,#,Z:\projects\hydro\data\TestShapefiles\ZMarc.shp,LINEAR_TYP,-1,-1;QUAD_LINE_FLAG_TEXT QUAD_LINE_FLAG true false false 3 Text 0 0 ,First,#,Z:\projects\hydro\data\TestShapefiles\ZMarc.shp,QUADLINE,-1,-1;DURATION DURATION true false false 2 Text 0 0 ,First,#,Z:\projects\hydro\data\TestShapefiles\ZMarc.shp,DURATION,-1,-1;LANDLOCKED LANDLOCKED true false false 3 Text 0 0 ,First,#,Z:\projects\hydro\data\TestShapefiles\ZMarc.shp,LANDLOCKED,-1,-1;FLOW FLOW true false false 2 Text 0 0 ,First,#,Z:\projects\hydro\data\TestShapefiles\ZMarc.shp,FLOW,-1,-1;STREAM_ORD STREAM_ORD true false false 2 Short 0 2 ,First,#,Z:\projects\hydro\data\TestShapefiles\ZMarc.shp,STREAM_ORD,-1,-1;LR_BANK LR_BANK true false false 2 Text 0 0 ,First,#,Z:\projects\hydro\data\TestShapefiles\ZMarc.shp,LR_BANK,-1,-1;AR_BND_TYP AR_BND_TYP true false false 4 Text 0 0 ,First,#,Z:\projects\hydro\data\TestShapefiles\ZMarc.shp,AR_BND_TYP,-1,-1;ORIG_HRZ_SRC_YR ORIG_HRZ_SRC_YR true false false 4 Short 0 4 ,First,#,Z:\projects\hydro\data\TestShapefiles\ZMarc.shp,OH_SRC_YR,-1,-1;ORIG_HRZ_COLL_MTHD_CODE ORIG_HRZ_COLL_MTHD_CODE true false false 6 Text 0 0 ,First,#,Z:\projects\hydro\data\TestShapefiles\ZMarc.shp,OH_COL_MTH,-1,-1;ORIG_HRZ_SRC_DNOM_AMT ORIG_HRZ_SRC_DNOM_AMT true false false 10 Long 0 10 ,First,#,Z:\projects\hydro\data\TestShapefiles\ZMarc.shp,OH_SRC_DNM,-1,-1;LAST_UPDATE_DATE LAST_UPDATE_DATE true true false 8 Date 0 0 ,First,#,Z:\projects\hydro\data\TestShapefiles\ZMarc.shp,BUILD_DATE,-1,-1;HYD_VER HYD_VER true false false 3 Short 0 3 ,First,#,Z:\projects\hydro\data\TestShapefiles\ZMarc.shp,HYD_VER,-1,-1;WGS_ID WGS_ID true false false 4 Short 0 4 ,First,#,Z:\projects\hydro\data\TestShapefiles\ZMarc.shp,WGS_ID,-1,-1;WBIC_ADDED WBIC_ADDED true true false 8 Date 0 0 ,First,#,Z:\projects\hydro\data\TestShapefiles\ZMarc.shp,WBIC_ADDED,-1,-1;WBIC_DATE WBIC_DATE true true false 8 Date 0 0 ,First,#,Z:\projects\hydro\data\TestShapefiles\ZMarc.shp,WBIC_DATE,-1,-1;WBIC_VER WBIC_VER true false false 3 Short 0 3 ,First,#,Z:\projects\hydro\data\TestShapefiles\ZMarc.shp,WBIC_VER,-1,-1;GEOM_CHANGE_FLAG GEOM_CHANGE_FLAG true false false 1 Short 0 1 ,First,#,Z:\projects\hydro\data\TestShapefiles\ZMarc.shp,GEOM_CHFLG,-1,-1;NAT_CHFLG NAT_CHFLG true false false 1 Short 0 1 ,First,#,Z:\projects\hydro\data\TestShapefiles\ZMarc.shp,NAT_CHFLG,-1,-1;GNIS_CHFLG GNIS_CHFLG true false false 1 Short 0 1 ,First,#,Z:\projects\hydro\data\TestShapefiles\ZMarc.shp,GNIS_CHFLG,-1,-1;WBIC_CHFLG WBIC_CHFLG true false false 1 Short 0 1 ,First,#,Z:\projects\hydro\data\TestShapefiles\ZMarc.shp,WBIC_CHFLG,-1,-1;REF_CHFLG REF_CHFLG true false false 1 Short 0 1 ,First,#,Z:\projects\hydro\data\TestShapefiles\ZMarc.shp,REF_CHFLG,-1,-1;FLIP_CHANGE_FLAG FLIP_CHANGE_FLAG true false false 1 Short 0 1 ,First,#,Z:\projects\hydro\data\TestShapefiles\ZMarc.shp,FLIP_CHFLG,-1,-1;NEW_FEAT_FLAG NEW_FEAT_FLAG true false false 1 Short 0 1 ,First,#,Z:\projects\hydro\data\TestShapefiles\ZMarc.shp,NEW,-1,-1" # "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\HydroBank"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">6. Add Field (2) <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090112 at time 125146<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 "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroBank" HYDROID LONG # # # # NULLABLE NON_REQUIRED # "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroBank"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">7. Add Attribute Index on HydroID <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090112 at time 171256<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 "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroBank" HydroID IDX_HydroBank_HydroID NON_UNIQUE NON_ASCENDING "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroBank"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">8. Add Field HYDROCODE (3) <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090113 at time 091819<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 "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroBank" HYDROCODE SHORT # # # # NULLABLE NON_REQUIRED # "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroBank"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">9. Add Field WATERBODY_HYDROID <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090113 at time 091820<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 "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroBank" WATERBODY_HYDROID LONG # # # # NULLABLE NON_REQUIRED # "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroBank"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">10. Add Field SHAID_ID <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090113 at time 091821<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 "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroBank" shaid_id LONG # # # # NULLABLE NON_REQUIRED # "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroBank"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">11. Add Field QUAD_LINE_FLAG (3) <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090113 at time 091822<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 "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroBank" QUAD_LINE_FLAG SHORT # # # # NULLABLE NON_REQUIRED # "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroBank"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">12. Add Attribute Index on LPOLY_ <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090114 at time 152238<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 "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroBank" LPOLY_ IDX_HydroBank_LPOLY NON_UNIQUE NON_ASCENDING "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroBank"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">13. Add Attribute Index on QUAD_LINE_FLAG_TEXT <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090114 at time 152241<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 "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroBank" QUAD_LINE_FLAG_TEXT IDX_HydroBank_QuadLineFlagText NON_UNIQUE NON_ASCENDING "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroBank"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">14. Add Attribute Index on RPOLY_ <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090114 at time 152242<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 "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroBank" RPOLY_ IDX_HydroBank_RPOLY NON_UNIQUE NON_ASCENDING "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroBank"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">15. Add Attribute Index on HYDNW924_ (2) <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090114 at time 152244<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 "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroBank" RPOLY_ IDX_HydroBank_HYDNW924_ NON_UNIQUE NON_ASCENDING "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroBank"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">16. Calculate HydroCode = 400 <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090114 at time 165055<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 "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroBank" HydroCode 400 VB # "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroBank"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">17. Add Attribute Index <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090115 at time 091347<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 "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroBank" shaid_id IDX_HydroBank_ShaidId NON_UNIQUE NON_ASCENDING "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroBank"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">18. Add Attribute Index on WaterBodyHydroID <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090115 at time 131610<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 "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroBank" WATERBODY_HYDROID IDX_HydroBank_WaterBodyHydroID NON_UNIQUE NON_ASCENDING "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroBank"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">19. Assign Domain To OH_COL_MTH (2) <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 115245<BR /> <I>Tool location:</I> C:\Program Files\ArcGIS\ArcToolbox\Toolboxes\Data Management Tools.tbx\AssignDomainToField<BR /> <DIV CLASS="srh1">Command issued</DIV> <DIV CLASS="sr2">AssignDomainToField "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroBank" ORIG_HRZ_COLL_MTHD_CODE "WD_HYDRO Collection Method" # "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroBank"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">20. Assign Domain To GEOM_CHFLG <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 115245<BR /> <I>Tool location:</I> C:\Program Files\ArcGIS\ArcToolbox\Toolboxes\Data Management Tools.tbx\AssignDomainToField<BR /> <DIV CLASS="srh1">Command issued</DIV> <DIV CLASS="sr2">AssignDomainToField "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroBank" GEOM_CHANGE_FLAG "WD_HYDRO Geometric Change" # "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroBank"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">21. Assign Domain To FLIP <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 115246<BR /> <I>Tool location:</I> C:\Program Files\ArcGIS\ArcToolbox\Toolboxes\Data Management Tools.tbx\AssignDomainToField<BR /> <DIV CLASS="srh1">Command issued</DIV> <DIV CLASS="sr2">AssignDomainToField "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroBank" FLIP_CHANGE_FLAG "WD_HYDRO Flip Change" # "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroBank"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">22. Assign Domain To NEW <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 115247<BR /> <I>Tool location:</I> C:\Program Files\ArcGIS\ArcToolbox\Toolboxes\Data Management Tools.tbx\AssignDomainToField<BR /> <DIV CLASS="srh1">Command issued</DIV> <DIV CLASS="sr2">AssignDomainToField "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroBank" NEW_FEAT_FLAG "WD_HYDRO New" # "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroBank"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">23. Assign Default To FLIP_CHG <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 122934<BR /> <I>Tool location:</I> C:\Program Files\ArcGIS\ArcToolbox\Toolboxes\Data Management Tools.tbx\AssignDefaultToField<BR /> <DIV CLASS="srh1">Command issued</DIV> <DIV CLASS="sr2">AssignDefaultToField "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroBank" FLIP_CHANGE_FLAG 0 # "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroBank"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">24. Assign Default To GEOM_CHG <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 122934<BR /> <I>Tool location:</I> C:\Program Files\ArcGIS\ArcToolbox\Toolboxes\Data Management Tools.tbx\AssignDefaultToField<BR /> <DIV CLASS="srh1">Command issued</DIV> <DIV CLASS="sr2">AssignDefaultToField "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroBank" GEOM_CHANGE_FLAG 0 # "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroBank"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">25. Assign Default To NEW (3) <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 122935<BR /> <I>Tool location:</I> C:\Program Files\ArcGIS\ArcToolbox\Toolboxes\Data Management Tools.tbx\AssignDefaultToField<BR /> <DIV CLASS="srh1">Command issued</DIV> <DIV CLASS="sr2">AssignDefaultToField "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroBank" NEW_FEAT_FLAG 1 # "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroBank"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">26. Assign Default To HYDROCODE <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 122935<BR /> <I>Tool location:</I> C:\Program Files\ArcGIS\ArcToolbox\Toolboxes\Data Management Tools.tbx\AssignDefaultToField<BR /> <DIV CLASS="srh1">Command issued</DIV> <DIV CLASS="sr2">AssignDefaultToField "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroBank" HYDROCODE 400 # "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroBank"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">27. Assign Default To ORIG_HRZ_SRC_DNOM_AMT <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 122936<BR /> <I>Tool location:</I> C:\Program Files\ArcGIS\ArcToolbox\Toolboxes\Data Management Tools.tbx\AssignDefaultToField<BR /> <DIV CLASS="srh1">Command issued</DIV> <DIV CLASS="sr2">AssignDefaultToField "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroBank" ORIG_HRZ_SRC_DNOM_AMT 24000 # "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroBank"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">28. Assign Default To ORIG_HRZ_COLL_MTHD_CODE (2) <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 122936<BR /> <I>Tool location:</I> C:\Program Files\ArcGIS\ArcToolbox\Toolboxes\Data Management Tools.tbx\AssignDefaultToField<BR /> <DIV CLASS="srh1">Command issued</DIV> <DIV CLASS="sr2">AssignDefaultToField "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroBank" ORIG_HRZ_COLL_MTHD_CODE SCR003 # "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroBank"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">29. Assign Default To FLIP_CHG <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 123046<BR /> <I>Tool location:</I> C:\Program Files\ArcGIS\ArcToolbox\Toolboxes\Data Management Tools.tbx\AssignDefaultToField<BR /> <DIV CLASS="srh1">Command issued</DIV> <DIV CLASS="sr2">AssignDefaultToField "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroBank" FLIP_CHANGE_FLAG 0 # "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroBank"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">30. Assign Default To GEOM_CHG <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 123047<BR /> <I>Tool location:</I> C:\Program Files\ArcGIS\ArcToolbox\Toolboxes\Data Management Tools.tbx\AssignDefaultToField<BR /> <DIV CLASS="srh1">Command issued</DIV> <DIV CLASS="sr2">AssignDefaultToField "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroBank" GEOM_CHANGE_FLAG 0 # "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroBank"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">31. Assign Default To NEW (3) <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 123048<BR /> <I>Tool location:</I> C:\Program Files\ArcGIS\ArcToolbox\Toolboxes\Data Management Tools.tbx\AssignDefaultToField<BR /> <DIV CLASS="srh1">Command issued</DIV> <DIV CLASS="sr2">AssignDefaultToField "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroBank" NEW_FEAT_FLAG 1 # "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroBank"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">32. Assign Default To HYDROCODE <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 123048<BR /> <I>Tool location:</I> C:\Program Files\ArcGIS\ArcToolbox\Toolboxes\Data Management Tools.tbx\AssignDefaultToField<BR /> <DIV CLASS="srh1">Command issued</DIV> <DIV CLASS="sr2">AssignDefaultToField "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroBank" HYDROCODE 400 # "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroBank"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">33. Assign Default To ORIG_HRZ_SRC_DNOM_AMT <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 123049<BR /> <I>Tool location:</I> C:\Program Files\ArcGIS\ArcToolbox\Toolboxes\Data Management Tools.tbx\AssignDefaultToField<BR /> <DIV CLASS="srh1">Command issued</DIV> <DIV CLASS="sr2">AssignDefaultToField "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroBank" ORIG_HRZ_SRC_DNOM_AMT 24000 # "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroBank"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">34. Assign Default To ORIG_HRZ_COLL_MTHD_CODE (2) <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 123050<BR /> <I>Tool location:</I> C:\Program Files\ArcGIS\ArcToolbox\Toolboxes\Data Management Tools.tbx\AssignDefaultToField<BR /> <DIV CLASS="srh1">Command issued</DIV> <DIV CLASS="sr2">AssignDefaultToField "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroBank" ORIG_HRZ_COLL_MTHD_CODE SCR003 # "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroBank"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">35. Assign Default To FLIP_CHG <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 123816<BR /> <I>Tool location:</I> C:\Program Files\ArcGIS\ArcToolbox\Toolboxes\Data Management Tools.tbx\AssignDefaultToField<BR /> <DIV CLASS="srh1">Command issued</DIV> <DIV CLASS="sr2">AssignDefaultToField "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroBank" FLIP_CHANGE_FLAG 0 # "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroBank"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">36. Assign Default To GEOM_CHG <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 123817<BR /> <I>Tool location:</I> C:\Program Files\ArcGIS\ArcToolbox\Toolboxes\Data Management Tools.tbx\AssignDefaultToField<BR /> <DIV CLASS="srh1">Command issued</DIV> <DIV CLASS="sr2">AssignDefaultToField "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroBank" GEOM_CHANGE_FLAG 0 # "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroBank"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">37. Assign Default To NEW (3) <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 123817<BR /> <I>Tool location:</I> C:\Program Files\ArcGIS\ArcToolbox\Toolboxes\Data Management Tools.tbx\AssignDefaultToField<BR /> <DIV CLASS="srh1">Command issued</DIV> <DIV CLASS="sr2">AssignDefaultToField "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroBank" NEW_FEAT_FLAG 1 # "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroBank"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">38. Assign Default To HYDROCODE <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 123818<BR /> <I>Tool location:</I> C:\Program Files\ArcGIS\ArcToolbox\Toolboxes\Data Management Tools.tbx\AssignDefaultToField<BR /> <DIV CLASS="srh1">Command issued</DIV> <DIV CLASS="sr2">AssignDefaultToField "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroBank" HYDROCODE 400 # "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroBank"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">39. Assign Default To ORIG_HRZ_SRC_DNOM_AMT <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 123818<BR /> <I>Tool location:</I> C:\Program Files\ArcGIS\ArcToolbox\Toolboxes\Data Management Tools.tbx\AssignDefaultToField<BR /> <DIV CLASS="srh1">Command issued</DIV> <DIV CLASS="sr2">AssignDefaultToField "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroBank" ORIG_HRZ_SRC_DNOM_AMT 24000 # "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroBank"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">40. Assign Default To ORIG_HRZ_COLL_MTHD_CODE (2) <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 123819<BR /> <I>Tool location:</I> C:\Program Files\ArcGIS\ArcToolbox\Toolboxes\Data Management Tools.tbx\AssignDefaultToField<BR /> <DIV CLASS="srh1">Command issued</DIV> <DIV CLASS="sr2">AssignDefaultToField "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroBank" ORIG_HRZ_COLL_MTHD_CODE SCR003 # "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroBank"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">41. Delete Fields <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 123947<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 "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroBank" FNODE_;TNODE_;LPOLY_;RPOLY_;LENGTH;HYDNW924_;HYDNW924_I;RIVSYSNAME;ROW_NAME;RIVSYSWBIC;WBIC_TYPE;CARTO;LINEAR_TYP;QUAD_LINE_FLAG_TEXT;DURATION;LANDLOCKED;FLOW;STREAM_ORD;LR_BANK;AR_BND_TYP;HYD_VER;WGS_ID;WBIC_ADDED;WBIC_DATE;WBIC_VER;NAT_CHFLG;GNIS_CHFLG;WBIC_CHFLG;REF_CHFLG;shaid_id "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroBank"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">42. Banks Add Field GEOM_CHANGE_DATETIME <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090731 at time 140831<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 "Database Connections\Connection to nrcoet215002065_sqlexpress.sde\Hydro.DBO.WD_HYDRO_DATA_24K\Hydro.DBO.WD_HYDRO_BANK_LN_24K" GEOM_CHANGE_DATETIME DATE # # # # NULLABLE NON_REQUIRED # "Database Connections\Connection to nrcoet215002065_sqlexpress.sde\Hydro.DBO.WD_HYDRO_DATA_24K\Hydro.DBO.WD_HYDRO_BANK_LN_24K"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">43. Banks Add Field FLIP_CHANGE_DATETIME <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090731 at time 140832<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 "Database Connections\Connection to nrcoet215002065_sqlexpress.sde\Hydro.DBO.WD_HYDRO_DATA_24K\Hydro.DBO.WD_HYDRO_BANK_LN_24K" FLIP_CHANGE_DATETIME DATE # # # # NULLABLE NON_REQUIRED # "Database Connections\Connection to nrcoet215002065_sqlexpress.sde\Hydro.DBO.WD_HYDRO_DATA_24K\Hydro.DBO.WD_HYDRO_BANK_LN_24K"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">44. Banks Add Field CREATE_DATETIME <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090731 at time 140833<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 "Database Connections\Connection to nrcoet215002065_sqlexpress.sde\Hydro.DBO.WD_HYDRO_DATA_24K\Hydro.DBO.WD_HYDRO_BANK_LN_24K" CREATE_DATETIME DATE # # # # NULLABLE NON_REQUIRED # "Database Connections\Connection to nrcoet215002065_sqlexpress.sde\Hydro.DBO.WD_HYDRO_DATA_24K\Hydro.DBO.WD_HYDRO_BANK_LN_24K"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">45. Banks Calculate Field GEOM Change <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090731 at time 141857<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 "banks GEOM Change View" GEOM_CHANGE_DATETIME "Now ( )" VB # "banks GEOM Change View"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">46. Banks Calculate Field FLIP Change <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090731 at time 141857<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 "banks FLIP Change View" FLIP_CHANGE_DATETIME "Now ( )" VB # "banks FLIP Change View"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">47. Banks Calculate Field NEW <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090731 at time 141858<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 "banks NEW Change View" CREATE_DATETIME "Now ( )" VB # "banks NEW Change View"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">48. Delete Old Change Flag Fields <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090731 at time 145616<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 "Database Connections\Connection to nrcoet215002065_sqlexpress.sde\Hydro.DBO.WD_HYDRO_DATA_24K\Hydro.DBO.WD_HYDRO_BANK_LN_24K" GEOM_CHANGE_FLAG;FLIP_CHANGE_FLAG;NEW_FEAT_FLAG "Database Connections\Connection to nrcoet215002065_sqlexpress.sde\Hydro.DBO.WD_HYDRO_DATA_24K\Hydro.DBO.WD_HYDRO_BANK_LN_24K"</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)"> W23324.WD_HYDRO_BANK_LN_24K <DIV CLASS="pe2" STYLE="display:none"> <I>ESRI feature type: </I>Simple<BR /> <I>Geometry type: </I>Polyline<BR /> <I>Topology: </I>TRUE<BR /> <I>Feature count: </I>176570<BR /> <I>Spatial Index: </I>TRUE<BR /> <I>Linear referencing: </I>TRUE<BR /> <BR /><I>XYRank: </I>1<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> 2205<BR /> <I>Participates in topology rules: </I> 2206<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> W23324.WD_HYDRO_BANK_LN_24K: String, 176570 </LI> </DIV> </DIV> </DIV> <BR /> </DIV> <DIV ID="Attributes" class="pv" STYLE="display:none"><BR /> <DIV CLASS="pn">Details for W23324.WD_HYDRO_BANK_LN_24K</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>176570</DIV> <DIV STYLE="margin-left:0.2in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Description <DIV CLASS="pe2" STYLE="display:none"> <SPAN CLASS="lt">Banks of all area features - double line streams, lakes, etc.</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)"> Shape <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>Shape<BR /> <I>Data type: </I>Geometry<BR /> <I>Width: </I>4<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">Feature geometry.</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <SPAN CLASS="lt"><I>Definition Source: </I><PRE ID="original">ESRI</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <BR /> </DIV> </DIV> </DIV> <DIV STYLE="margin-left:0.2in" CLASS="pn"> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> SW_NO <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>SW_NO<BR /> <I>Data type: </I>Integer<BR /> <I>Width: </I>4<BR /> <I>Precision: </I>10<BR /> <I>Scale: </I>0<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">Legacy unique identifier from the v.6 coverage model.</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)"> OBJECTID <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>OBJECTID<BR /> <I>Data type: </I>OID<BR /> <I>Width: </I>4<BR /> <I>Precision: </I>10<BR /> <I>Scale: </I>0<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">Internal feature number.</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <SPAN CLASS="lt"><I>Definition Source: </I><PRE ID="original">ESRI</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <BR /> </DIV> </DIV> </DIV> <DIV STYLE="margin-left:0.2in" CLASS="pn"> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> ORIG_HRZ_SRC_YR <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>ORIG_HRZ_SRC_YR<BR /> <I>Data type: </I>SmallInteger<BR /> <I>Width: </I>2<BR /> <I>Precision: </I>5<BR /> <I>Scale: </I>0<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">Original Horizontal Source Year Most recent year the data source that was utilized in our data capture; WIDNR constructed features (OH_HRZ_COLL_MTHD_CODE of TAB002, SCR004 or SCR006) carry the year date that the watershed processing was completed</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <SPAN CLASS="lt"><I>Definition Source: </I><PRE ID="original">http://www.dnr.state.wi.us/maps/gis/documents/loc_data_std.pdf</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)"> ORIG_HRZ_COLL_MTHD_CODE <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>ORIG_HRZ_COLL_MTHD_CODE<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>6<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">Original Horizontal Collection Method Code Character code indicating the method of data collection or conversion. (i.e. how the arc was created/derived). CNV001 = Provided in digital form from known source and converted for DNR use; SCN001 = Scanning or vectorizing technique; SCR003 = Digitized on screen: feature published/visible on USGS 7.5' DRG; SCR004 = Digitized on screen: feature interpreted from USGS 7.5' DRG; SCR005 = Digitized on screen: feature published/visible on digital vector data; SCR006 = Digitized on screen: feature interpreted from digital vector data; TAB001 = Digitized on table: feature published/visible on map sheet; TAB002 = Digitized on table: feature interpreted from map sheet</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <SPAN CLASS="lt"><I>Definition Source: </I><PRE ID="original">http://www.dnr.state.wi.us/maps/gis/documents/loc_data_std.pdf</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)"> ORIG_HRZ_SRC_DNOM_AMT <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>ORIG_HRZ_SRC_DNOM_AMT<BR /> <I>Data type: </I>Integer<BR /> <I>Width: </I>4<BR /> <I>Precision: </I>10<BR /> <I>Scale: </I>0<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">Original Horizontal Source Denominator Code. Denominator of map scale source</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <SPAN CLASS="lt"><I>Definition Source: </I><PRE ID="original">http://www.dnr.state.wi.us/maps/gis/documents/loc_data_std.pdf</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)"> LAST_UPDATE_DATE <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>LAST_UPDATE_DATE<BR /> <I>Data type: </I>Date<BR /> <I>Width: </I>36<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">Last Edit Date. Date indicating when the feature was added and verified by the editor.</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.len <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>SHAPE.LEN<BR /> <I>Data type: </I>Double<BR /> <I>Width: </I>0<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <BR /> </DIV> </DIV> </DIV> <DIV STYLE="margin-left:0.2in" CLASS="pn"> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> HYDROID <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>HYDROID<BR /> <I>Data type: </I>Integer<BR /> <I>Width: </I>4<BR /> <I>Precision: </I>10<BR /> <I>Scale: </I>0<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">Maintained universal unique ID</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)"> HYDROCODE <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>HYDROCODE<BR /> <I>Data type: </I>SmallInteger<BR /> <I>Width: </I>2<BR /> <I>Precision: </I>5<BR /> <I>Scale: </I>0<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">Numeric code that divides features into subtype values; 400 - Bank</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)"> WATERBODY_HYDROID <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>WATERBODY_HYDROID<BR /> <I>Data type: </I>Integer<BR /> <I>Width: </I>4<BR /> <I>Precision: </I>10<BR /> <I>Scale: </I>0<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">HydroID of HydroWaterBody feature that bank is part of, used as relate key in Relationship Class</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)"> GEOM_CHANGE_DATETIME <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>GEOM_CHANGE_DATETIME<BR /> <I>Data type: </I>Date<BR /> <I>Width: </I>36<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <BR /> </DIV> </DIV> </DIV> <DIV STYLE="margin-left:0.2in" CLASS="pn"> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> FLIP_CHANGE_DATETIME <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>FLIP_CHANGE_DATETIME<BR /> <I>Data type: </I>Date<BR /> <I>Width: </I>36<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <BR /> </DIV> </DIV> </DIV> <DIV STYLE="margin-left:0.2in" CLASS="pn"> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> CREATE_DATETIME <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>CREATE_DATETIME<BR /> <I>Data type: </I>Date<BR /> <I>Width: </I>36<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <BR /> </DIV> </DIV> </DIV> <DIV STYLE="margin-left:0.2in" CLASS="pn"> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> QUAD_LINE_FLAG <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>QUAD_LINE_FLAG<BR /> <I>Data type: </I>SmallInteger<BR /> <I>Width: </I>2<BR /> <I>Precision: </I>5<BR /> <I>Scale: </I>0<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">Numeric code indicating if the arc closes off a water polygon at a quadrangle boundary when the water polygon does not match between adjacent quads.</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <BR /> </DIV> </DIV> </DIV> <DIV STYLE="text-align:center; color:#6495ED">_________________</DIV><BR /> <DIV CLASS="pn">Details for W23324.WD_HYDRO_WATERBODY_TO_BANK</DIV> <DIV STYLE="margin-left:0.2in"><I>Type of object: </I>Relationship</DIV> <BR /> </DIV> </DIV> </BODY> </HTML>