ÿþ<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_LINE_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">Linear features that serve mainly a cartographic purpose.</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">HydroLine consist of linear features in Version 6 HYDNW924 coverage model that do not transport water and are not banks or artificial banks. These include Channel in Water and Original Water Course. HydroLine was included as a place to store hydrologic related features that do not particiate in HydroBank or HydroFlowLine and do not carry measures. It could function as a place holder for future linear data such as dams. Many of the features serve strictly cartographic purposes and do not participate in topological or attribute relationships.</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_LINE_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: 20090916 at time 10490600 <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> -92.539859</DIV> <DIV STYLE="margin-left:0.6in"><I>East: </I> -87.503883</DIV> <DIV STYLE="margin-left:0.6in"><I>North: </I> 46.789638</DIV> <DIV STYLE="margin-left:0.6in"><I>South: </I> 42.505816</DIV> <DIV STYLE="margin-left:0.4in" CLASS="pn">In projected or local coordinates</DIV> <DIV STYLE="margin-left:0.6in"><I>Left: </I>326051.862500</DIV> <DIV STYLE="margin-left:0.6in"><I>Right: </I>710604.705300</DIV> <DIV STYLE="margin-left:0.6in"><I>Top: </I>701787.763000</DIV> <DIV STYLE="margin-left:0.6in"><I>Bottom: </I>228639.159300</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 11403900<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 (5) <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090112 at time 113037<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" HydroLine ""LINEAR_TYP" = 'CW' OR "LINEAR_TYP" = 'OC' OR "LINEAR_TYP" = 'UN'" "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_USE_FLAG CARTO_USE_FLAG 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 QUADLINE 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;LANDLOCK_CODE LANDLOCK_CODE 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\HydroLine"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">6. Add Field (5) <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090112 at time 125201<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.HydroLine" HYDROID LONG # # # # NULLABLE NON_REQUIRED # "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroLine"</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 (4) <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090112 at time 171314<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.HydroLine" HydroID IDX_HydroLine_HydroID NON_UNIQUE NON_ASCENDING "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroLine"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">8. Add Field HYDROCODE (1) <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090113 at time 091830<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.HydroLine" HYDROCODE SHORT # # # # NULLABLE NON_REQUIRED # "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroLine"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">9. Add Field QUAD_LINE_FLAG (2) <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090113 at time 091831<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.HydroLine" QUAD_LINE_FLAG SHORT # # # # NULLABLE NON_REQUIRED # "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroLine"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">10. Add Field HYDROTYPE (3) <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090113 at time 091832<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.HydroLine" HYDROTYPE SHORT # # # # NULLABLE NON_REQUIRED # "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroLine"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">11. Set Subtype Field <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 115224<BR /> <I>Tool location:</I> C:\Program Files\ArcGIS\ArcToolbox\Toolboxes\Data Management Tools.tbx\SetSubtypeField<BR /> <DIV CLASS="srh1">Command issued</DIV> <DIV CLASS="sr2">SetSubtypeField "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroLine" HYDROCODE "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroLine"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">12. Add Subtype 800 <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 115224<BR /> <I>Tool location:</I> C:\Program Files\ArcGIS\ArcToolbox\Toolboxes\Data Management Tools.tbx\AddSubtype<BR /> <DIV CLASS="srh1">Command issued</DIV> <DIV CLASS="sr2">AddSubtype "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroLine" 800 Unknown "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroLine"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">13. Add Subtype 900 <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 115225<BR /> <I>Tool location:</I> C:\Program Files\ArcGIS\ArcToolbox\Toolboxes\Data Management Tools.tbx\AddSubtype<BR /> <DIV CLASS="srh1">Command issued</DIV> <DIV CLASS="sr2">AddSubtype "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroLine" 900 "Channel in Water or Original Water Course" "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroLine"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">14. Assign Domain To HYDROTYPE <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 122841<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.HydroLine" HYDROTYPE "WD_HYDRO Line Type" # "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroLine"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">15. Assign Domain To OH_COL_MTH (3) <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 122841<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.HydroLine" ORIG_HRZ_COLL_MTHD_CODE "WD_HYDRO Collection Method" # "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroLine"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">16. Assign Domain To GEOM_CHFLG (2) <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 122842<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.HydroLine" GEOM_CHANGE_FLAG "WD_HYDRO Geometric Change" # "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroLine"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">17. Assign Domain To FLIP_CHFLG (2) <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 122842<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.HydroLine" FLIP_CHANGE_FLAG "WD_HYDRO Flip Change" # "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroLine"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">18. Assign Domain To NEW (3) <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 122843<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.HydroLine" NEW_FEAT_FLAG "WD_HYDRO New" # "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroLine"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">19. Assign Default To FLIP_CHANGE_FLAG (2) <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 122944<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.HydroLine" FLIP_CHANGE_FLAG 0 # "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroLine"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">20. Assign Default To GEOM_CHANGE_FLAG (2) <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 122944<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.HydroLine" GEOM_CHANGE_FLAG 0 # "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroLine"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">21. Assign Default To NEW_FEAT_FLAG (2) <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 122945<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.HydroLine" NEW_FEAT_FLAG 1 # "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroLine"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">22. Assign Default To ORIG_HRZ_COLL_MTHD_CODE (3) <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 122946<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.HydroLine" ORIG_HRZ_COLL_MTHD_CODE SCR003 # "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroLine"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">23. Assign Default To ORIG_HRZ_SRC_DNOM_AMT (3) <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 122946<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.HydroLine" ORIG_HRZ_SRC_DNOM_AMT 24000 # "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroLine"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">24. Assign Default To FLIP_CHANGE_FLAG (2) <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 123057<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.HydroLine" FLIP_CHANGE_FLAG 0 # "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroLine"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">25. Assign Default To GEOM_CHANGE_FLAG (2) <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 123057<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.HydroLine" GEOM_CHANGE_FLAG 0 # "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroLine"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">26. Assign Default To NEW_FEAT_FLAG (2) <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 123058<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.HydroLine" NEW_FEAT_FLAG 1 # "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroLine"</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_COLL_MTHD_CODE (3) <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 123058<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.HydroLine" ORIG_HRZ_COLL_MTHD_CODE SCR003 # "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroLine"</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_SRC_DNOM_AMT (3) <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 123059<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.HydroLine" ORIG_HRZ_SRC_DNOM_AMT 24000 # "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroLine"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">29. Assign Default To FLIP_CHANGE_FLAG (2) <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 123826<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.HydroLine" FLIP_CHANGE_FLAG 0 # "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroLine"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">30. Assign Default To GEOM_CHANGE_FLAG (2) <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 123827<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.HydroLine" GEOM_CHANGE_FLAG 0 # "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroLine"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">31. Assign Default To NEW_FEAT_FLAG (2) <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 123827<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.HydroLine" NEW_FEAT_FLAG 1 # "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroLine"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">32. Assign Default To ORIG_HRZ_COLL_MTHD_CODE (3) <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 123828<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.HydroLine" ORIG_HRZ_COLL_MTHD_CODE SCR003 # "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroLine"</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 (3) <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 123828<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.HydroLine" ORIG_HRZ_SRC_DNOM_AMT 24000 # "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroLine"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">34. Assign Default To HYDROTYPE (2) <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 123829<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.HydroLine" HYDROTYPE 401 # "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroLine"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">35. Delete Fields <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 124152<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.HydroLine" FNODE_;TNODE_;LPOLY_;RPOLY_;LENGTH;HYDNW924_;HYDNW924_I;RIVSYSNAME;ROW_NAME;RIVSYSWBIC;WBIC_TYPE;CARTO_USE_FLAG;LINEAR_TYP;QUAD_LINE_FLAG_TEXT;DURATION;LANDLOCK_CODE;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;QUAD_LINE_FLAG "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroLine"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">36. Process<DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090323 at time 101248<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\NRCOET210000510_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroLine" HYDROCODE 800 '800: Unknown';'900: Channel in Water or Original Water Course' "Database Servers\NRCOET210000510_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroLine"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">37. Process<DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090323 at time 102155<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\NRCOET210000510_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroLine" ORIG_HRZ_COLL_MTHD_CODE "WD_HYDRO Collection Method" '800: Unknown';'900: Channel in Water or Original Water Course' "Database Servers\NRCOET210000510_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroLine"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">38. Process<DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090323 at time 102451<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\NRCOET210000510_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroLine" GEOM_CHANGE_FLAG "WD_HYDRO Geometric Change" '800: Unknown';'900: Channel in Water or Original Water Course' "Database Servers\NRCOET210000510_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroLine"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">39. Process<DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090323 at time 102547<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\NRCOET210000510_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroLine" FLIP_CHANGE_FLAG "WD_HYDRO Flip Change" '800: Unknown';'900: Channel in Water or Original Water Course' "Database Servers\NRCOET210000510_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroLine"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">40. Process<DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090323 at time 102615<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\NRCOET210000510_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroLine" NEW_FEAT_FLAG "WD_HYDRO New" '800: Unknown';'900: Channel in Water or Original Water Course' "Database Servers\NRCOET210000510_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroLine"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">41. Process<DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090323 at time 102640<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\NRCOET210000510_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroLine" HYDROTYPE "WD_HYDRO Line Type" '800: Unknown';'900: Channel in Water or Original Water Course' "Database Servers\NRCOET210000510_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroLine"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">42. Add Field GEOM_CHANGE_DATETIME <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090731 at time 140903<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_LINE_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_LINE_LN_24K"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">43. Add Field FLIP_CHANGE_DATETIME <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090731 at time 140903<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_LINE_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_LINE_LN_24K"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">44. Add Field CREATE_DATETIME <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090731 at time 140904<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_LINE_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_LINE_LN_24K"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">45. Calculate Field GEOM Change <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090731 at time 142545<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. Calculate Field FLIP Change <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090731 at time 142546<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. Calculate Field NEW <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090731 at time 142546<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 145717<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_LINE_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_LINE_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_LINE_LN_24K <DIV CLASS="pe2" STYLE="display:none"> <I>ESRI feature type: </I>Simple<BR /> <I>Geometry type: </I>Polyline<BR /> <I>Topology: </I>FALSE<BR /> <I>Feature count: </I>461<BR /> <I>Spatial Index: </I>TRUE<BR /> <I>Linear referencing: </I>TRUE<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_LINE_LN_24K: String, 461 </LI> </DIV> </DIV> </DIV> <BR /> </DIV> <DIV ID="Attributes" class="pv" STYLE="display:none"><BR /> <DIV CLASS="pn">Details for W23324.WD_HYDRO_LINE_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>461</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">Linear features that serve mainly a cartographic purpose.</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">Surface Water Number Unique numerical identifier for each arc from coverage model, no longer maintained</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> <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). Values: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> <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> <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)"> 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; 800 - Unknown; 900 - Channel in Water or Original Water Course</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)"> HYDROTYPE <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>HYDROTYPE<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 value used as a descriptor of feature; 401 - Channel In Water; 402 - Original Channel; 403 - Unknown</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)"> 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> <BR /> <DIV STYLE="margin-left:0.2in" CLASS="pn">Subtype Information</DIV> <DIV STYLE="margin-left:0.4in" CLASS="pe2">In the following list the subtype code is followed by the subtype name.</DIV> <BR /> <DIV STYLE="margin-left:0.4in" CLASS="pn">800: Unknown</DIV> <DIV STYLE="margin-left:0.7in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Attributes <DIV STYLE="display:none"> <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"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO Collection Method</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Collection Methodology of Feature<BR /> <I>Field type: </I>String<BR /> <I>Domain type: </I>Coded Value<BR /> <I>Merge rule: </I>Default value<BR /> <I>Split rule: </I>Duplicate<BR /> <I>Domain owner: </I>W23324<BR /> </DIV> <BR /></DIV> </DIV> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> HYDROCODE <DIV CLASS="pe2" STYLE="display:none"> <I>Default value: </I>800<BR /> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO Geometric Change</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Track Geometric Change of Feature<BR /> <I>Field type: </I>SmallInteger<BR /> <I>Domain type: </I>Coded Value<BR /> <I>Merge rule: </I>Default value<BR /> <I>Split rule: </I>Default value<BR /> <I>Domain owner: </I>DBO<BR /> </DIV> <BR /></DIV> </DIV> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> HYDROTYPE <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO Line Type</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Valid values for HydroLine HYDROTYPE<BR /> <I>Field type: </I>SmallInteger<BR /> <I>Domain type: </I>Coded Value<BR /> <I>Merge rule: </I>Default value<BR /> <I>Split rule: </I>Default value<BR /> <I>Domain owner: </I>W23324<BR /> </DIV> <BR /></DIV> </DIV> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> NEW_FEAT_FLAG <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO New</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Indicates if item is New<BR /> <I>Field type: </I>SmallInteger<BR /> <I>Domain type: </I>Coded Value<BR /> <I>Merge rule: </I>Default value<BR /> <I>Split rule: </I>Default value<BR /> <I>Domain owner: </I>DBO<BR /> </DIV> <BR /></DIV> </DIV> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> HYDROCODE <DIV CLASS="pe2" STYLE="display:none"> <I>Default value: </I>800<BR /> <BR /></DIV> </DIV> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> HYDROTYPE <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO Line Type</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Valid values for HydroLine HYDROTYPE<BR /> <I>Field type: </I>SmallInteger<BR /> <I>Domain type: </I>Coded Value<BR /> <I>Merge rule: </I>Default value<BR /> <I>Split rule: </I>Default value<BR /> <I>Domain owner: </I>DBO<BR /> </DIV> </DIV> </DIV> <BR /></DIV> </DIV> <DIV STYLE="margin-left:0.4in" CLASS="pn">900: Channel in Water or Original Water Course</DIV> <DIV STYLE="margin-left:0.7in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Attributes <DIV STYLE="display:none"> <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"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO Collection Method</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Collection Methodology of Feature<BR /> <I>Field type: </I>String<BR /> <I>Domain type: </I>Coded Value<BR /> <I>Merge rule: </I>Default value<BR /> <I>Split rule: </I>Duplicate<BR /> <I>Domain owner: </I>W23324<BR /> </DIV> <BR /></DIV> </DIV> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> HYDROCODE <DIV CLASS="pe2" STYLE="display:none"> <I>Default value: </I>800<BR /> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO Geometric Change</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Track Geometric Change of Feature<BR /> <I>Field type: </I>SmallInteger<BR /> <I>Domain type: </I>Coded Value<BR /> <I>Merge rule: </I>Default value<BR /> <I>Split rule: </I>Default value<BR /> <I>Domain owner: </I>DBO<BR /> </DIV> <BR /></DIV> </DIV> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> HYDROTYPE <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO Line Type</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Valid values for HydroLine HYDROTYPE<BR /> <I>Field type: </I>SmallInteger<BR /> <I>Domain type: </I>Coded Value<BR /> <I>Merge rule: </I>Default value<BR /> <I>Split rule: </I>Default value<BR /> <I>Domain owner: </I>W23324<BR /> </DIV> <BR /></DIV> </DIV> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> NEW_FEAT_FLAG <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO New</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Indicates if item is New<BR /> <I>Field type: </I>SmallInteger<BR /> <I>Domain type: </I>Coded Value<BR /> <I>Merge rule: </I>Default value<BR /> <I>Split rule: </I>Default value<BR /> <I>Domain owner: </I>DBO<BR /> </DIV> <BR /></DIV> </DIV> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> HYDROCODE <DIV CLASS="pe2" STYLE="display:none"> <I>Default value: </I>800<BR /> <BR /></DIV> </DIV> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> HYDROTYPE <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO Line Type</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Valid values for HydroLine HYDROTYPE<BR /> <I>Field type: </I>SmallInteger<BR /> <I>Domain type: </I>Coded Value<BR /> <I>Merge rule: </I>Default value<BR /> <I>Split rule: </I>Default value<BR /> <I>Domain owner: </I>DBO<BR /> </DIV> </DIV> </DIV> </DIV> </DIV> <BR /> </DIV> </DIV> </BODY> </HTML>