ÿþ<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_JUNCTION_PT_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">Point features used to enforce connectivity rules between HydroFlowLine subtypes in the Geometric Network.</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">HydroJunction was created from the Node layer of production coverage 7, PRODR7. The production coverage utilizes fields that help maintain topological integrity between Arcs and Nodes. These fields indicate frequency of flow to and from nodes as well as the coverage# identification of the Arc feature flowing to that point. HydroJunction replicates these same principles of connectivity rules by monitoring what HydroFlowline subtype flows in and out of the HydroJuntion. Through connectivity rules relationships such as HydroFlowLine subtype FlowInWater may not connect to FlowOverLand unless it is through a HydroJunction subtype Shoreline can be established. HydroJunction may also be used to represent intersections in the network that may carry more significance such as the intersection of two streams or the inlet and outlet of a lake through the use of its subypes. HydroJunction is created having M and Z values. In order to participate in the Geometric Network with is composed of HydroFlowLine containing M and Z values, the HydroJunction feature class must also have M and Z values.coverage format.</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_JUNCTION_PT_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>8.639 MB<BR /> <I>Data transfer size: </I>8.639 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 14534900 <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.981012</DIV> <DIV STYLE="margin-left:0.6in"><I>East: </I> -84.546159</DIV> <DIV STYLE="margin-left:0.6in"><I>North: </I> 47.095750</DIV> <DIV STYLE="margin-left:0.6in"><I>South: </I> 42.378413</DIV> <DIV STYLE="margin-left:0.4in" CLASS="pn">In projected or local coordinates</DIV> <DIV STYLE="margin-left:0.6in"><I>Left: </I>293614.929900</DIV> <DIV STYLE="margin-left:0.6in"><I>Right: </I>934853.851000</DIV> <DIV STYLE="margin-left:0.6in"><I>Top: </I>735804.545100</DIV> <DIV STYLE="margin-left:0.6in"><I>Bottom: </I>224104.043400</DIV> <BR /> <DIV STYLE="margin-left:0.2in" CLASS="pn">Vertical</DIV> <DIV STYLE="margin-left:0.4in"><I>Minimum elevation: </I> 0.000000</DIV> <DIV STYLE="margin-left:0.4in"><I>Maximum elevation: </I> 0.000000</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\HydroJunction<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>H:\in_progress\water\hydro\geodatabase_design\shp\HydroJunction<BR /> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Process step 3 <DIV CLASS="pe2" STYLE="margin-left:0.2in; display:none"> <I>Process description: </I>Dataset copied.<BR /> <I>Source used: </I>H:\in_progress\water\hydro\geodatabase_design\shp\HydroJunctionVersion2<BR /> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Process step 4 <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\HydroJunction<BR /> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Process step 5 <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 11473700<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. Merge_1 <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20071121 at time 111937<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\test.shp;C:\Geo\HYDRO\GDBDesign\HydroJunction.shp C:\Geo\HYDRO\GDBDesign\test_Merge.shp "Id Id true false false 6 Long 0 6 ,First,#,C:\Geo\HYDRO\GDBDesign\test.shp,Id,-1,-1;ARC_ ARC_ true false false 9 Long 0 9 ,First,#,C:\Geo\HYDRO\GDBDesign\HydroJunction.shp,ARC_,-1,-1;DRAIN DRAIN true false false 4 Short 0 4 ,First,#,C:\Geo\HYDRO\GDBDesign\HydroJunction.shp,DRAIN,-1,-1;PRODR7_ PRODR7_ true false false 9 Long 0 9 ,First,#,C:\Geo\HYDRO\GDBDesign\HydroJunction.shp,PRODR7_,-1,-1;PRODR7_ID PRODR7_ID true false false 9 Long 0 9 ,First,#,C:\Geo\HYDRO\GDBDesign\HydroJunction.shp,PRODR7_ID,-1,-1;ORIGIN ORIGIN true false false 4 Short 0 4 ,First,#,C:\Geo\HYDRO\GDBDesign\HydroJunction.shp,ORIGIN,-1,-1;LUNQ_NO LUNQ_NO true false false 9 Long 0 9 ,First,#,C:\Geo\HYDRO\GDBDesign\HydroJunction.shp,LUNQ_NO,-1,-1;TFRQ TFRQ true false false 9 Long 0 9 ,First,#,C:\Geo\HYDRO\GDBDesign\HydroJunction.shp,TFRQ,-1,-1;STFRQ STFRQ true false false 9 Long 0 9 ,First,#,C:\Geo\HYDRO\GDBDesign\HydroJunction.shp,STFRQ,-1,-1;FFRQ FFRQ true false false 9 Long 0 9 ,First,#,C:\Geo\HYDRO\GDBDesign\HydroJunction.shp,FFRQ,-1,-1;SFFRQ SFFRQ true false false 9 Long 0 9 ,First,#,C:\Geo\HYDRO\GDBDesign\HydroJunction.shp,SFFRQ,-1,-1;NODE_ID NODE_ID true false false 9 Long 0 9 ,First,#,C:\Geo\HYDRO\GDBDesign\HydroJunction.shp,NODE_ID,-1,-1;X_COORD X_COORD true false false 19 Double 0 0 ,First,#,C:\Geo\HYDRO\GDBDesign\HydroJunction.shp,X_COORD,-1,-1;Y_COORD Y_COORD true false false 19 Double 0 0 ,First,#,C:\Geo\HYDRO\GDBDesign\HydroJunction.shp,Y_COORD,-1,-1;JunctCode JunctCode true false false 4 Short 0 4 ,First,#,C:\Geo\HYDRO\GDBDesign\HydroJunction.shp,JunctCode,-1,-1;ffcode ffcode true false false 4 Short 0 4 ,First,#,C:\Geo\HYDRO\GDBDesign\HydroJunction.shp,ffcode,-1,-1;tfcode tfcode true false false 4 Short 0 4 ,First,#,C:\Geo\HYDRO\GDBDesign\HydroJunction.shp,tfcode,-1,-1;trwbic trwbic true false false 9 Long 0 9 ,First,#,C:\Geo\HYDRO\GDBDesign\HydroJunction.shp,trwbic,-1,-1;frwbic frwbic true false false 9 Long 0 9 ,First,#,C:\Geo\HYDRO\GDBDesign\HydroJunction.shp,frwbic,-1,-1;swbic swbic true false false 9 Long 0 9 ,First,#,C:\Geo\HYDRO\GDBDesign\HydroJunction.shp,swbic,-1,-1;Enabled Enabled true false false 4 Short 0 4 ,First,#,C:\Geo\HYDRO\GDBDesign\HydroJunction.shp,Enabled,-1,-1;AncillaryR AncillaryR true false false 4 Short 0 4 ,First,#,C:\Geo\HYDRO\GDBDesign\HydroJunction.shp,AncillaryR,-1,-1;HydroID HydroID true false false 9 Long 0 9 ,First,#,C:\Geo\HYDRO\GDBDesign\HydroJunction.shp,HydroID,-1,-1"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">2. Merge_1 <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20071207 at time 103135<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\test_Merge.shp;C:\Geo\HYDRO\GDBDesign\NetworkJunctions.shp C:\Geo\HYDRO\GDBDesign\test_Merge_Merge.shp "Id Id true false false 6 Long 0 6 ,First,#,C:\Geo\HYDRO\GDBDesign\test_Merge.shp,Id,-1,-1;ARC_ ARC_ true false false 9 Long 0 9 ,First,#,C:\Geo\HYDRO\GDBDesign\test_Merge.shp,ARC_,-1,-1,C:\Geo\HYDRO\GDBDesign\NetworkJunctions.shp,ARC_,-1,-1;DRAIN DRAIN true false false 4 Short 0 4 ,First,#,C:\Geo\HYDRO\GDBDesign\test_Merge.shp,DRAIN,-1,-1,C:\Geo\HYDRO\GDBDesign\NetworkJunctions.shp,DRAIN,-1,-1;PRODR7_ PRODR7_ true false false 9 Long 0 9 ,First,#,C:\Geo\HYDRO\GDBDesign\test_Merge.shp,PRODR7_,-1,-1,C:\Geo\HYDRO\GDBDesign\NetworkJunctions.shp,PRODR7_,-1,-1;PRODR7_ID PRODR7_ID true false false 9 Long 0 9 ,First,#,C:\Geo\HYDRO\GDBDesign\test_Merge.shp,PRODR7_ID,-1,-1,C:\Geo\HYDRO\GDBDesign\NetworkJunctions.shp,PRODR7_ID,-1,-1;ORIGIN ORIGIN true false false 4 Short 0 4 ,First,#,C:\Geo\HYDRO\GDBDesign\test_Merge.shp,ORIGIN,-1,-1,C:\Geo\HYDRO\GDBDesign\NetworkJunctions.shp,ORIGIN,-1,-1;LUNQ_NO LUNQ_NO true false false 9 Long 0 9 ,First,#,C:\Geo\HYDRO\GDBDesign\test_Merge.shp,LUNQ_NO,-1,-1,C:\Geo\HYDRO\GDBDesign\NetworkJunctions.shp,LUNQ_NO,-1,-1;TFRQ TFRQ true false false 9 Long 0 9 ,First,#,C:\Geo\HYDRO\GDBDesign\test_Merge.shp,TFRQ,-1,-1,C:\Geo\HYDRO\GDBDesign\NetworkJunctions.shp,TFRQ,-1,-1;STFRQ STFRQ true false false 9 Long 0 9 ,First,#,C:\Geo\HYDRO\GDBDesign\test_Merge.shp,STFRQ,-1,-1,C:\Geo\HYDRO\GDBDesign\NetworkJunctions.shp,STFRQ,-1,-1;FFRQ FFRQ true false false 9 Long 0 9 ,First,#,C:\Geo\HYDRO\GDBDesign\test_Merge.shp,FFRQ,-1,-1,C:\Geo\HYDRO\GDBDesign\NetworkJunctions.shp,FFRQ,-1,-1;SFFRQ SFFRQ true false false 9 Long 0 9 ,First,#,C:\Geo\HYDRO\GDBDesign\test_Merge.shp,SFFRQ,-1,-1,C:\Geo\HYDRO\GDBDesign\NetworkJunctions.shp,SFFRQ,-1,-1;NODE_ID NODE_ID true false false 9 Long 0 9 ,First,#,C:\Geo\HYDRO\GDBDesign\test_Merge.shp,NODE_ID,-1,-1,C:\Geo\HYDRO\GDBDesign\NetworkJunctions.shp,NODE_ID,-1,-1;X_COORD X_COORD true false false 19 Double 0 0 ,First,#,C:\Geo\HYDRO\GDBDesign\test_Merge.shp,X_COORD,-1,-1,C:\Geo\HYDRO\GDBDesign\NetworkJunctions.shp,X_COORD,-1,-1;Y_COORD Y_COORD true false false 19 Double 0 0 ,First,#,C:\Geo\HYDRO\GDBDesign\test_Merge.shp,Y_COORD,-1,-1,C:\Geo\HYDRO\GDBDesign\NetworkJunctions.shp,Y_COORD,-1,-1;JunctCode JunctCode true false false 4 Short 0 4 ,First,#,C:\Geo\HYDRO\GDBDesign\test_Merge.shp,JunctCode,-1,-1,C:\Geo\HYDRO\GDBDesign\NetworkJunctions.shp,JunctCode,-1,-1;ffcode ffcode true false false 4 Short 0 4 ,First,#,C:\Geo\HYDRO\GDBDesign\test_Merge.shp,ffcode,-1,-1;tfcode tfcode true false false 4 Short 0 4 ,First,#,C:\Geo\HYDRO\GDBDesign\test_Merge.shp,tfcode,-1,-1;trwbic trwbic true false false 9 Long 0 9 ,First,#,C:\Geo\HYDRO\GDBDesign\test_Merge.shp,trwbic,-1,-1;frwbic frwbic true false false 9 Long 0 9 ,First,#,C:\Geo\HYDRO\GDBDesign\test_Merge.shp,frwbic,-1,-1;swbic swbic true false false 9 Long 0 9 ,First,#,C:\Geo\HYDRO\GDBDesign\test_Merge.shp,swbic,-1,-1;Enabled Enabled true false false 4 Short 0 4 ,First,#,C:\Geo\HYDRO\GDBDesign\test_Merge.shp,Enabled,-1,-1;AncillaryR AncillaryR true false false 4 Short 0 4 ,First,#,C:\Geo\HYDRO\GDBDesign\test_Merge.shp,AncillaryR,-1,-1;HydroID HydroID true false false 9 Long 0 9 ,First,#,C:\Geo\HYDRO\GDBDesign\test_Merge.shp,HydroID,-1,-1;CHNG_ORGN CHNG_ORGN true false false 1 Short 0 1 ,First,#,C:\Geo\HYDRO\GDBDesign\NetworkJunctions.shp,CHNG_ORGN,-1,-1;FLAG FLAG true false false 2 Short 0 2 ,First,#,C:\Geo\HYDRO\GDBDesign\NetworkJunctions.shp,FLAG,-1,-1;PFLAG PFLAG true false false 2 Short 0 2 ,First,#,C:\Geo\HYDRO\GDBDesign\NetworkJunctions.shp,PFLAG,-1,-1;SFLOW_ERR SFLOW_ERR true false false 2 Short 0 2 ,First,#,C:\Geo\HYDRO\GDBDesign\NetworkJunctions.shp,SFLOW_ERR,-1,-1;FIXED FIXED true false false 1 Short 0 1 ,First,#,C:\Geo\HYDRO\GDBDesign\NetworkJunctions.shp,FIXED,-1,-1;WAIT WAIT true false false 1 Short 0 1 ,First,#,C:\Geo\HYDRO\GDBDesign\NetworkJunctions.shp,WAIT,-1,-1;OLD_SFLOW_ OLD_SFLOW_ true false false 2 Short 0 2 ,First,#,C:\Geo\HYDRO\GDBDesign\NetworkJunctions.shp,OLD_SFLOW_,-1,-1;OK OK true false false 2 Short 0 2 ,First,#,C:\Geo\HYDRO\GDBDesign\NetworkJunctions.shp,OK,-1,-1;OFLAG OFLAG true false false 1 Short 0 1 ,First,#,C:\Geo\HYDRO\GDBDesign\NetworkJunctions.shp,OFLAG,-1,-1"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">3. Feature Class to Feature Class (3) <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090112 at time 113817<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\HydroJunction.shp "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography" HydroJunction # "Id Id true false false 6 Long 0 6 ,First,#,Z:\projects\hydro\data\TestShapefiles\HydroJunction.shp,Id,-1,-1;ARC_ ARC_ true false false 9 Long 0 9 ,First,#,Z:\projects\hydro\data\TestShapefiles\HydroJunction.shp,ARC_,-1,-1;DRAIN_CODE DRAIN_CODE true false false 4 Short 0 4 ,First,#,Z:\projects\hydro\data\TestShapefiles\HydroJunction.shp,DRAIN,-1,-1;PRODR7_ PRODR7_ true false false 9 Long 0 9 ,First,#,Z:\projects\hydro\data\TestShapefiles\HydroJunction.shp,PRODR7_,-1,-1;PRODR7_ID PRODR7_ID true false false 9 Long 0 9 ,First,#,Z:\projects\hydro\data\TestShapefiles\HydroJunction.shp,PRODR7_ID,-1,-1;ORIGIN ORIGIN true false false 4 Short 0 4 ,First,#,Z:\projects\hydro\data\TestShapefiles\HydroJunction.shp,ORIGIN,-1,-1;LUNQ_NO LUNQ_NO true false false 9 Long 0 9 ,First,#,Z:\projects\hydro\data\TestShapefiles\HydroJunction.shp,LUNQ_NO,-1,-1;TFRQ TFRQ true false false 9 Long 0 9 ,First,#,Z:\projects\hydro\data\TestShapefiles\HydroJunction.shp,TFRQ,-1,-1;STFRQ STFRQ true false false 9 Long 0 9 ,First,#,Z:\projects\hydro\data\TestShapefiles\HydroJunction.shp,STFRQ,-1,-1;FFRQ FFRQ true false false 9 Long 0 9 ,First,#,Z:\projects\hydro\data\TestShapefiles\HydroJunction.shp,FFRQ,-1,-1;SFFRQ SFFRQ true false false 9 Long 0 9 ,First,#,Z:\projects\hydro\data\TestShapefiles\HydroJunction.shp,SFFRQ,-1,-1;NODE_ID NODE_ID true false false 9 Long 0 9 ,First,#,Z:\projects\hydro\data\TestShapefiles\HydroJunction.shp,NODE_ID,-1,-1;X_COORD X_COORD true false false 19 Double 0 0 ,First,#,Z:\projects\hydro\data\TestShapefiles\HydroJunction.shp,X_COORD,-1,-1;Y_COORD Y_COORD true false false 19 Double 0 0 ,First,#,Z:\projects\hydro\data\TestShapefiles\HydroJunction.shp,Y_COORD,-1,-1;JUNCTIONCODE JUNCTIONCODE true false false 4 Short 0 4 ,First,#,Z:\projects\hydro\data\TestShapefiles\HydroJunction.shp,JunctCode,-1,-1;ffcode ffcode true false false 4 Short 0 4 ,First,#,Z:\projects\hydro\data\TestShapefiles\HydroJunction.shp,ffcode,-1,-1;tfcode tfcode true false false 4 Short 0 4 ,First,#,Z:\projects\hydro\data\TestShapefiles\HydroJunction.shp,tfcode,-1,-1;trwbic trwbic true false false 9 Long 0 9 ,First,#,Z:\projects\hydro\data\TestShapefiles\HydroJunction.shp,trwbic,-1,-1;frwbic frwbic true false false 9 Long 0 9 ,First,#,Z:\projects\hydro\data\TestShapefiles\HydroJunction.shp,frwbic,-1,-1;swbic swbic true false false 9 Long 0 9 ,First,#,Z:\projects\hydro\data\TestShapefiles\HydroJunction.shp,swbic,-1,-1;Enabled Enabled true false false 4 Short 0 4 ,First,#,Z:\projects\hydro\data\TestShapefiles\HydroJunction.shp,Enabled,-1,-1;AncillaryR AncillaryR true false false 4 Short 0 4 ,First,#,Z:\projects\hydro\data\TestShapefiles\HydroJunction.shp,AncillaryR,-1,-1;HydroID HydroID true false false 9 Long 0 9 ,First,#,Z:\projects\hydro\data\TestShapefiles\HydroJunction.shp,HydroID,-1,-1" # "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\HydroJunction"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">4. Add Attribute Index on HydroID (3) <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090112 at time 171313<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.HydroJunction" HydroID IDX_HydroJunction_HydroID NON_UNIQUE NON_ASCENDING "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroJunction"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">5. Set Subtype Field (3) <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 115204<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.HydroJunction" JUNCTIONCODE "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroJunction"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">6. Add Subtype 1 <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 115205<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.HydroJunction" 1 ShorelineIntersection "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroJunction"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">7. Add Subtype 2 <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 115206<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.HydroJunction" 2 CranberryBog "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroJunction"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">8. Add Subtype 6 <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 115206<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.HydroJunction" 6 "HydroCode &lt;&gt; InOut" "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroJunction"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">9. Add Subtype 7 <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 115207<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.HydroJunction" 7 HeadWater "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroJunction"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">10. Add Subtype 8 <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 115208<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.HydroJunction" 8 HeadWaterInWater "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroJunction"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">11. Add Subtype 9 <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 115208<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.HydroJunction" 9 PsuedoNode "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroJunction"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">12. Add Subtype 11 <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 115209<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.HydroJunction" 11 MainDrain "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroJunction"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">13. Add Subtype 12 <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 115210<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.HydroJunction" 12 DrainLeavesState "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroJunction"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">14. Add Subtype 13 <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 115210<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.HydroJunction" 13 CoastlineNode "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroJunction"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">15. Add Subtype 14 <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 115211<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.HydroJunction" 14 StreamConfluence "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroJunction"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">16. Set Default Subtype 14 <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 115212<BR /> <I>Tool location:</I> C:\Program Files\ArcGIS\ArcToolbox\Toolboxes\Data Management Tools.tbx\SetDefaultSubtype<BR /> <DIV CLASS="srh1">Command issued</DIV> <DIV CLASS="sr2">SetDefaultSubtype "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroJunction" 14 "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroJunction"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">17. Assign Domain To DRAIN <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 122755<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.HydroJunction" DRAIN_CODE "WD_HYDRO Drain" # "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroJunction"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">18. Assign Domain To DRAIN <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 122828<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.HydroJunction" DRAIN_CODE "WD_HYDRO Drain" # "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroJunction"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">19. Assign Default To DRAIN_CODE <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 122942<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.HydroJunction" DRAIN_CODE 0 # "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroJunction"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">20. Assign Default To ENABLED <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 122943<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.HydroJunction" Enabled 1 # "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroJunction"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">21. Assign Default To AncillaryR <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 122943<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.HydroJunction" AncillaryR 0 # "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroJunction"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">22. Assign Default To DRAIN_CODE <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 123055<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.HydroJunction" DRAIN_CODE 0 # "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroJunction"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">23. Assign Default To ENABLED <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 123056<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.HydroJunction" Enabled 1 # "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroJunction"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">24. Assign Default To AncillaryR <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 123056<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.HydroJunction" AncillaryR 0 # "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroJunction"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">25. Assign Default To DRAIN_CODE <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 123825<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.HydroJunction" DRAIN_CODE 0 # "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroJunction"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">26. Assign Default To ENABLED <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 123825<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.HydroJunction" Enabled 1 # "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroJunction"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">27. Assign Default To AncillaryR <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.HydroJunction" AncillaryR 0 # "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroJunction"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">28. Delete Fields <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090116 at time 124127<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.HydroJunction" Id;ARC_;PRODR7_;PRODR7_ID;ORIGIN;LUNQ_NO;TFRQ;STFRQ;FFRQ;SFFRQ;NODE_ID;X_COORD;Y_COORD;ffcode;tfcode;trwbic;frwbic;swbic "Database Servers\NRCOET100002870_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroJunction"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">29. Process<DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090320 at time 134756<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.HydroJunction" DRAIN_CODE "WD_HYDRO Drain" '1: ShorelineIntersection';'2: CranberryBog';'6: HydroCode &lt;&gt; InOut';'7: HeadWater';'8: HeadWaterInWater';'9: PsuedoNode';'11: MainDrain';'12: DrainLeavesState';'13: CoastlineNode';'14: StreamConfluence' "Database Servers\NRCOET210000510_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroJunction"</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">30. Process<DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20090407 at time 150550<BR /> <I>Tool location:</I> C:\Program Files\ArcGIS\ArcToolbox\Toolboxes\Data Management Tools.tbx\RemoveSubtype<BR /> <DIV CLASS="srh1">Command issued</DIV> <DIV CLASS="sr2">RemoveSubtype "Database Servers\NRCOET210000510_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroJunction" '13: CoastlineNode' "Database Servers\NRCOET210000510_SQLEXPRESS.gds\Hydro (VERSION:dbo.DEFAULT)\Hydro.DBO.WIDNR24KHydrography\Hydro.DBO.HydroJunction"</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_JUNCTION_PT_24K <DIV CLASS="pe2" STYLE="display:none"> <I>ESRI feature type: </I>Simple Junction<BR /> <I>Geometry type: </I>Point<BR /> <I>Topology: </I>TRUE<BR /> <I>Feature count: </I>205440<BR /> <I>Spatial Index: </I>TRUE<BR /> <I>Linear referencing: </I>TRUE<BR /> <I>Network role: </I>Source Sink<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_JUNCTION_PT_24K: Entity point, 205440 </LI> </DIV> </DIV> </DIV> <BR /> </DIV> <DIV ID="Attributes" class="pv" STYLE="display:none"><BR /> <DIV CLASS="pn">Details for W23324.WD_HYDRO_JUNCTION_PT_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>205440</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">Point features used to enforce connectivity rules between HydroFlowLine subtypes in the Geometric Network.</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)"> 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 /> <BR /> </DIV> </DIV> </DIV> <DIV STYLE="margin-left:0.2in" CLASS="pn"> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> Shape <DIV 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)"> 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)"> Enabled <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>Enabled<BR /> <I>Data type: </I>SmallInteger<BR /> <I>Width: </I>2<BR /> <I>Precision: </I>5<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)"> DRAIN_CODE <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>DRAIN_CODE<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 indicating function of node in network; 0 - Junction is not the downstream end of transport system; 1 - Junction is the downstream end of a non-landlocked transport system (AKA secondary drain); 2 - Junction is the downstream end of landlocked transport system (AKA main drain); 3 - Junction is the downstream end of a State non-landlocked transport system (where the system leaves the state) (AKA main drain)</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)"> AncillaryRole <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>AncillaryRole<BR /> <I>Data type: </I>SmallInteger<BR /> <I>Width: </I>2<BR /> <I>Precision: </I>5<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)"> 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 value indicating characteristic of node in network, basis for subtypes and connectivity rules within network; 1 - Shoreline Intersection; 2 - Cranberry Bog; 6 - HydroCode &lt;&gt; In and Out; 7 - Headwater; 8 - Headwater In Water; 9 - Pseudo Node; 11 - Main Drain; 12 - Drain Leaves State; 14 - Stream Confluence</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <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">1: Shoreline Intersection</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)"> DRAIN_CODE <DIV CLASS="pe2" STYLE="display:none"> <I>Default value: </I>0<BR /> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO Drain</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Indicates if junction is a drain<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)"> ENABLED <DIV CLASS="pe2" STYLE="display:none"> <I>Default value: </I>1<BR /> <DIV><SPAN CLASS="pn">Domain: </SPAN>EnabledDomain</DIV> <DIV STYLE="margin-left:0.2in"> <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)"> ANCILLARYROLE <DIV CLASS="pe2" STYLE="display:none"> <I>Default value: </I>0<BR /> <DIV><SPAN CLASS="pn">Domain: </SPAN>AncillaryRoleDomain</DIV> <DIV STYLE="margin-left:0.2in"> <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> </DIV> </DIV> <BR /></DIV> </DIV> <DIV STYLE="margin-left:0.4in" CLASS="pn">2: Cranberry Bog</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)"> DRAIN_CODE <DIV CLASS="pe2" STYLE="display:none"> <I>Default value: </I>0<BR /> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO Drain</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Indicates if junction is a drain<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)"> ENABLED <DIV CLASS="pe2" STYLE="display:none"> <I>Default value: </I>1<BR /> <DIV><SPAN CLASS="pn">Domain: </SPAN>EnabledDomain</DIV> <DIV STYLE="margin-left:0.2in"> <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)"> ANCILLARYROLE <DIV CLASS="pe2" STYLE="display:none"> <I>Default value: </I>0<BR /> <DIV><SPAN CLASS="pn">Domain: </SPAN>AncillaryRoleDomain</DIV> <DIV STYLE="margin-left:0.2in"> <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)"> AncillaryRole <DIV CLASS="pe2" STYLE="display:none"> <I>Default value: </I>0<BR /> <DIV><SPAN CLASS="pn">Domain: </SPAN>AncillaryRoleDomain</DIV> <DIV STYLE="margin-left:0.2in"> <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">6: HydroCode &lt;&gt; In and Out</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)"> DRAIN_CODE <DIV CLASS="pe2" STYLE="display:none"> <I>Default value: </I>0<BR /> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO Drain</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Indicates if junction is a drain<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)"> ENABLED <DIV CLASS="pe2" STYLE="display:none"> <I>Default value: </I>1<BR /> <DIV><SPAN CLASS="pn">Domain: </SPAN>EnabledDomain</DIV> <DIV STYLE="margin-left:0.2in"> <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)"> ANCILLARYROLE <DIV CLASS="pe2" STYLE="display:none"> <I>Default value: </I>0<BR /> <DIV><SPAN CLASS="pn">Domain: </SPAN>AncillaryRoleDomain</DIV> <DIV STYLE="margin-left:0.2in"> <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)"> AncillaryRole <DIV CLASS="pe2" STYLE="display:none"> <I>Default value: </I>0<BR /> <DIV><SPAN CLASS="pn">Domain: </SPAN>AncillaryRoleDomain</DIV> <DIV STYLE="margin-left:0.2in"> <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">7: Headwater</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)"> DRAIN_CODE <DIV CLASS="pe2" STYLE="display:none"> <I>Default value: </I>0<BR /> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO Drain</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Indicates if junction is a drain<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)"> ENABLED <DIV CLASS="pe2" STYLE="display:none"> <I>Default value: </I>1<BR /> <DIV><SPAN CLASS="pn">Domain: </SPAN>EnabledDomain</DIV> <DIV STYLE="margin-left:0.2in"> <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)"> ANCILLARYROLE <DIV CLASS="pe2" STYLE="display:none"> <I>Default value: </I>0<BR /> <DIV><SPAN CLASS="pn">Domain: </SPAN>AncillaryRoleDomain</DIV> <DIV STYLE="margin-left:0.2in"> <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)"> AncillaryRole <DIV CLASS="pe2" STYLE="display:none"> <I>Default value: </I>0<BR /> <DIV><SPAN CLASS="pn">Domain: </SPAN>AncillaryRoleDomain</DIV> <DIV STYLE="margin-left:0.2in"> <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">8: Headwater In Water</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)"> DRAIN_CODE <DIV CLASS="pe2" STYLE="display:none"> <I>Default value: </I>0<BR /> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO Drain</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Indicates if junction is a drain<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)"> ENABLED <DIV CLASS="pe2" STYLE="display:none"> <I>Default value: </I>1<BR /> <DIV><SPAN CLASS="pn">Domain: </SPAN>EnabledDomain</DIV> <DIV STYLE="margin-left:0.2in"> <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)"> ANCILLARYROLE <DIV CLASS="pe2" STYLE="display:none"> <I>Default value: </I>0<BR /> <DIV><SPAN CLASS="pn">Domain: </SPAN>AncillaryRoleDomain</DIV> <DIV STYLE="margin-left:0.2in"> <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)"> AncillaryRole <DIV CLASS="pe2" STYLE="display:none"> <I>Default value: </I>0<BR /> <DIV><SPAN CLASS="pn">Domain: </SPAN>AncillaryRoleDomain</DIV> <DIV STYLE="margin-left:0.2in"> <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">9: Psuedo</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)"> DRAIN_CODE <DIV CLASS="pe2" STYLE="display:none"> <I>Default value: </I>0<BR /> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO Drain</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Indicates if junction is a drain<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)"> ENABLED <DIV CLASS="pe2" STYLE="display:none"> <I>Default value: </I>1<BR /> <DIV><SPAN CLASS="pn">Domain: </SPAN>EnabledDomain</DIV> <DIV STYLE="margin-left:0.2in"> <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)"> ANCILLARYROLE <DIV CLASS="pe2" STYLE="display:none"> <I>Default value: </I>0<BR /> <DIV><SPAN CLASS="pn">Domain: </SPAN>AncillaryRoleDomain</DIV> <DIV STYLE="margin-left:0.2in"> <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)"> AncillaryRole <DIV CLASS="pe2" STYLE="display:none"> <I>Default value: </I>0<BR /> <DIV><SPAN CLASS="pn">Domain: </SPAN>AncillaryRoleDomain</DIV> <DIV STYLE="margin-left:0.2in"> <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">11: Main Drain</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)"> DRAIN_CODE <DIV CLASS="pe2" STYLE="display:none"> <I>Default value: </I>0<BR /> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO Drain</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Indicates if junction is a drain<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)"> ENABLED <DIV CLASS="pe2" STYLE="display:none"> <I>Default value: </I>1<BR /> <DIV><SPAN CLASS="pn">Domain: </SPAN>EnabledDomain</DIV> <DIV STYLE="margin-left:0.2in"> <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)"> ANCILLARYROLE <DIV CLASS="pe2" STYLE="display:none"> <I>Default value: </I>0<BR /> <DIV><SPAN CLASS="pn">Domain: </SPAN>AncillaryRoleDomain</DIV> <DIV STYLE="margin-left:0.2in"> <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)"> AncillaryRole <DIV CLASS="pe2" STYLE="display:none"> <I>Default value: </I>0<BR /> <DIV><SPAN CLASS="pn">Domain: </SPAN>AncillaryRoleDomain</DIV> <DIV STYLE="margin-left:0.2in"> <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">12: Drain Leaves State</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)"> DRAIN_CODE <DIV CLASS="pe2" STYLE="display:none"> <I>Default value: </I>0<BR /> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO Drain</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Indicates if junction is a drain<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)"> ENABLED <DIV CLASS="pe2" STYLE="display:none"> <I>Default value: </I>1<BR /> <DIV><SPAN CLASS="pn">Domain: </SPAN>EnabledDomain</DIV> <DIV STYLE="margin-left:0.2in"> <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)"> ANCILLARYROLE <DIV CLASS="pe2" STYLE="display:none"> <I>Default value: </I>0<BR /> <DIV><SPAN CLASS="pn">Domain: </SPAN>AncillaryRoleDomain</DIV> <DIV STYLE="margin-left:0.2in"> <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)"> AncillaryRole <DIV CLASS="pe2" STYLE="display:none"> <I>Default value: </I>0<BR /> <DIV><SPAN CLASS="pn">Domain: </SPAN>AncillaryRoleDomain</DIV> <DIV STYLE="margin-left:0.2in"> <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">14: Stream Confluence</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)"> DRAIN_CODE <DIV CLASS="pe2" STYLE="display:none"> <I>Default value: </I>0<BR /> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO Drain</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Indicates if junction is a drain<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)"> ENABLED <DIV CLASS="pe2" STYLE="display:none"> <I>Default value: </I>1<BR /> <DIV><SPAN CLASS="pn">Domain: </SPAN>EnabledDomain</DIV> <DIV STYLE="margin-left:0.2in"> <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)"> ANCILLARYROLE <DIV CLASS="pe2" STYLE="display:none"> <I>Default value: </I>0<BR /> <DIV><SPAN CLASS="pn">Domain: </SPAN>AncillaryRoleDomain</DIV> <DIV STYLE="margin-left:0.2in"> <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)"> AncillaryRole <DIV CLASS="pe2" STYLE="display:none"> <I>Default value: </I>0<BR /> <DIV><SPAN CLASS="pn">Domain: </SPAN>AncillaryRoleDomain</DIV> <DIV STYLE="margin-left:0.2in"> <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">14: StreamConfluence</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)"> DRAIN_CODE <DIV CLASS="pe2" STYLE="display:none"> <DIV><SPAN CLASS="pn">Domain: </SPAN>WD_HYDRO Drain</DIV> <DIV STYLE="margin-left:0.2in"> <I>Description: </I>Indicates if junction is a drain<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)"> Enabled <DIV CLASS="pe2" STYLE="display:none"> <I>Default value: </I>1<BR /> <DIV><SPAN CLASS="pn">Domain: </SPAN>EnabledDomain</DIV> <DIV STYLE="margin-left:0.2in"> <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)"> AncillaryRole <DIV CLASS="pe2" STYLE="display:none"> <I>Default value: </I>0<BR /> <DIV><SPAN CLASS="pn">Domain: </SPAN>AncillaryRoleDomain</DIV> <DIV STYLE="margin-left:0.2in"> <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>