<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <!-- saved from url=(0067)http://www.sjrwmd.com/gisdevelopment/docs/metadata/IRL_seagrass.htm --> <HTML><HEAD> <TITLE>Indian River Lagoon Seagrass</TITLE> <META http-equiv=Content-Type content="text/html; charset=unicode"> <STYLE>BODY { FONT-SIZE: 10pt; MARGIN: 0.25in; FONT-FAMILY: Arial,sans-serif; BACKGROUND-COLOR: #fbffff } H1 { FONT-WEIGHT: bold; FONT-SIZE: 18px; MARGIN-LEFT: 0.05in; COLOR: #006400; FONT-FAMILY: Verdana,sans-serif; POSITION: relative; TOP: -6px; TEXT-ALIGN: center } H2 { FONT-SIZE: 13px; MARGIN-LEFT: 0.25in; COLOR: #006400; FONT-FAMILY: Verdana,sans-serif; POSITION: relative; TOP: -16px; TEXT-ALIGN: center } TABLE { TABLE-LAYOUT: fixed; POSITION: relative; TOP: -10px; BORDER-COLLAPSE: collapse; valign: top } TD { TEXT-ALIGN: center } TD { FONT-WEIGHT: bold; FONT-SIZE: 11pt; BORDER-LEFT-COLOR: #6495ed; BORDER-BOTTOM-COLOR: #6495ed; BORDER-TOP-COLOR: #6495ed; BORDER-RIGHT-COLOR: #6495ed } .tsel { COLOR: #ffffff; BACKGROUND-COLOR: #6495ed } .tun { COLOR: #00008b; BACKGROUND-COLOR: #b8defa } .tover { CURSOR: hand; COLOR: #0000cd; BACKGROUND-COLOR: #b8e6ff } .f { BORDER-RIGHT: #6495ed 1.5pt solid; BORDER-TOP: #6495ed 1.5pt solid; BORDER-LEFT: #6495ed 1.5pt solid; BORDER-BOTTOM: #6495ed 1.5pt solid; POSITION: relative; TOP: -10px; BACKGROUND-COLOR: #ffffff } .ph1 { FONT-WEIGHT: bold; COLOR: #2e8b57 } .ph2 { FONT-WEIGHT: bold; MARGIN-LEFT: 0.2in; COLOR: #2e8b57 } .pover1 { FONT-WEIGHT: bold; CURSOR: hand; COLOR: #006000 } .pover2 { FONT-WEIGHT: bold; MARGIN-LEFT: 0.2in; CURSOR: hand; COLOR: #006000 } .pn { FONT-WEIGHT: bold; COLOR: #00008b } .pv { MARGIN: 0in 0.15in 0.75in; COLOR: #191970; LINE-HEIGHT: 135%; FONT-FAMILY: Verdana,sans-serif } .pe1 { MARGIN-LEFT: 0.2in } .pe2 { FONT-WEIGHT: normal; MARGIN-LEFT: 0.25in; COLOR: #191970 } .lt { LINE-HEIGHT: 115% } .lt2 { MARGIN-BOTTOM: 1mm; LINE-HEIGHT: 115% } .sr1 { MARGIN-LEFT: 0in } .sr2 { MARGIN-LEFT: 0.2in } .sr3 { MARGIN-LEFT: 0.4in } .srh1 { FONT-WEIGHT: bold; MARGIN-LEFT: 0in; COLOR: #00008b } .srh2 { FONT-WEIGHT: bold; MARGIN-LEFT: 0.2in; COLOR: #00008b } .name { FONT-WEIGHT: bold; FONT-SIZE: 18px; MARGIN-LEFT: 0.05in; COLOR: #006400; FONT-FAMILY: Verdana,sans-serif; POSITION: relative; TOP: -6px; TEXT-ALIGN: center } .sub { FONT-WEIGHT: bold; FONT-SIZE: 13px; MARGIN-LEFT: 0.25in; COLOR: #006400; FONT-FAMILY: Verdana,sans-serif; POSITION: relative; TOP: 3px; TEXT-ALIGN: center } .search { FONT-SIZE: 13px; MARGIN: 0in 0.15in 0.75in; COLOR: #191970; FONT-FAMILY: Verdana,sans-serif } .head { COLOR: #006400 } </STYLE> <SCRIPT language=JScript><!-- //changes the color of the tabs or headings that you can click //when the mouse hovers over them function doHilite() { var e = window.event.srcElement; if (e.className == "tun") { e.className = "tover"; } else if (e.className == "tover") { e.className = "tun"; } else if (e.className == "ph1") { e.className = "pover1"; } else if (e.className == "ph2") { e.className = "pover2"; } else if (e.className == "pover1") { e.className = "ph1"; } else if (e.className == "pover2") { e.className = "ph2"; } window.event.cancelBubble = true; } //changes the style of the selected tab to unselected and hide its text, then //set the style of the tab that was clicked on to selected and show its text function changeTab(eRow) { var tabs = eRow.cells; for (var i = 0; i < tabs.length; i++) { var oldTab = tabs[i]; if (oldTab.className == "tsel") { break; } } oldTab.className = "tun"; var oldContent = getAssociated(oldTab); oldContent.style.display = "none"; var newTab = window.event.srcElement; newTab.className ="tsel"; var newContent = getAssociated(newTab); newContent.style.display = "block"; window.event.cancelBubble = true; } //hide or show the text assoicated with the heading that was clicked function hideShowGroup(e) { var theGroup = e.children[0]; if (theGroup.style.display == "none") { theGroup.style.display="block"; } else { theGroup.style.display="none"; } window.event.cancelBubble = true; } //returns the name of the element containing the text associated with each tab function getAssociated(e) { if (e.tagName == "TD") { switch (e.id) { case "DescTab": return (Description); case "SpatialTab": return (Spatial); case "AttribTab": return (Attributes); } } } //centers the thumbnail function position() { var e; e = document.all("thumbnail"); if (e != null) { b = document.body; w1 = b.clientWidth - 80; w2 = w1 - thumbnail.width; var margin = Math.floor(w2 * .5); thumbnail.style.visibility = "hidden"; thumbnail.style.marginLeft = margin; thumbnail.style.visibility = "visible"; } } //parse text to respect line breaks added - increases readability. //lines beginning with a ">" character are presented with a monospace //(fixed-width) font - e.g., so equations will appear correctly function fix(e) { var par = e.parentNode; e.id = ""; var pos = e.innerText.indexOf("\n"); if (pos > 0) { while (pos > 0) { var t = e.childNodes(0); var n = document.createElement("PRE"); var s = t.splitText(pos); e.insertAdjacentElement("afterEnd", n); n.appendChild(s); e = n; pos = e.innerText.indexOf("\n"); } var count = (par.children.length); for (var i = 0; i < count; i++) { e = par.children(i); if (e.tagName == "PRE") { pos = e.innerText.indexOf(">"); if (pos != 0) { n = document.createElement("DIV"); e.insertAdjacentElement("afterEnd", n); n.innerText = e.innerText; e.removeNode(true); } } } if (par.children.tags("PRE").length > 0) { count = (par.childNodes.length); for (i = 0; i < count; i++) { e = par.children(i); if (e.tagName == "PRE") { e.id = ""; if (i < (count-1)) { var e2 = par.children(i + 1); if (e2.tagName == "PRE") { e.insertAdjacentText("beforeEnd", e2.innerText+"\n"); e2.removeNode(true); count = count-1; i = i-1; } } } } } } else { n = document.createElement("DIV"); par.appendChild(n); n.innerText = e.innerText; e.removeNode(true); } } --></SCRIPT> <META content="MSHTML 6.00.6000.16735" name=GENERATOR></HEAD> <BODY oncontextmenu="return true" onresize=position(); onload=position();> <H1>Indian River Lagoon Seagrass</H1> <H2>&nbsp;</H2> <TABLE height=28 cols=3 rules=cols width=315 frame=void> <COLGROUP> <COL width=105> <COL width=105> <COL width=105> <TBODY> <TR onmouseover=doHilite() onclick=changeTab(this) onmouseout=doHilite() height=28> <TD class=tsel id=DescTab title="Click to see a description of the data">Description</TD> <TD class=tun id=SpatialTab title="Click for details about the spatial data">Spatial</TD> <TD class=tun id=AttribTab title="Click for details about the attribute data">Attributes</TD></TR></TBODY></TABLE> <DIV class=f id=Group> <DIV class=pv id=Description style="DISPLAY: block"><BR><BR><BR> <DIV class=pn>Keywords</DIV> <DIV class=lt2 style="MARGIN-LEFT: 0.2in"><SPAN class=pn>Theme: </SPAN><SPAN style="COLOR: #999999">REQUIRED: Common-use word or phrase used to describe the subject of the data set.</SPAN> </DIV><BR> <DIV class=pn>Description</DIV> <DIV class=ph2 onmouseover=doHilite() onclick=hideShowGroup(this) onmouseout=doHilite()>Abstract <DIV class=pe2><SPAN class=lt><PRE id=original>Seagrass Monitoring and Restoration: Seagrass is the key resource on which the Coastal Basins Section focuses. This is primarily because as a habitat it sustains a fishery valued in the hundreds of millions of dollars per year, but also because it is a good indicator of the overall health of the lagoon ecosystem and is strongly (negatively)impacted by reductions in water quality/ clarity/ salinity. Seagrasses are vascular, flowering plants, not algae. The seven species which occur in the Lagoon system belong to three different families. The Lagoon has the highest diversity of seagrass species in the entire Western Atlantic / Caribbean region, and one species Halophila johnsonii, is virtually endemic, only occurring along the east coast of Florida from Sebastian Inlet to Biscayne Bay. Seagrass meadows play the role of nursery substrate for various species of commercially important fish which spawn in the Lagoon and also of forage for marine herbivores such as fish, green sea turtles and manatees. Seagrass monitoring is done in two ways: a) Seagrass mapping is conducted every two years (and in addition, 2006) based on interpretation of 1:24,000 aerial photos by an outside contractor (Avineon, etc). 2009 is the most recent mapped year. Mapped seagrass coverages exist for 1943, 1986, 1989, 1992, 1994, 1996, 1999, 2001 (partial), 2003, 2005, 2006, 2007, and 2009. b) Field monitoring of 85 fixed transects in the Lagoon occurs semiannually, January-February and July-August. Transects are evaluated every 10 m for species present, percentage cover, presence of epiphytes and macroalgae, canopy height, water depth, light availability and distance from shore at deep edge of seagrass bed.</PRE></SPAN><BR> <SCRIPT>fix(original)</SCRIPT> </DIV></DIV> <DIV class=ph2 onmouseover=doHilite() onclick=hideShowGroup(this) onmouseout=doHilite()>Purpose <DIV class=pe2 id=Purpose><SPAN class=lt><PRE id=original>A primary objective of the Indian River Lagoon (IRL) Surface Water Improvement and Management (SWIM) Plan is to protect and restore seagrasses. The IRL SWIM Plan directs the South Florida and St. Johns River Water Management Districts to map seagrasses in the Indian River Lagoon at two to three year intervals. These lagoon-wide maps, based on aerial photographs, provide an overall picture of the seagrass resources in the IRL. These maps serve as important management tools for obtaining a current inventory of this resource, identifying "healthy" areas that may deserve special protection efforts, and identifying potential "problem" areas that require further investigation. The maps can also document large-scale trends in the status of this resource.</PRE></SPAN><BR> <SCRIPT>fix(original)</SCRIPT> </DIV></DIV> <DIV style="COLOR: #6495ed; TEXT-ALIGN: center">_________________</DIV><BR> <DIV class=ph1 onmouseover=doHilite() onclick=hideShowGroup(this) onmouseout=doHilite()>Status of the data <DIV class=pe2 style="DISPLAY: none"><SPAN style="COLOR: #999999">REQUIRED: The state of the data set.</SPAN><BR><I>Data update frequency: </I><SPAN style="COLOR: #999999">REQUIRED: The frequency with which changes and additions are made to the data set after the initial data set is completed.</SPAN><BR></DIV></DIV><BR> <DIV class=ph1 onmouseover=doHilite() onclick=hideShowGroup(this) onmouseout=doHilite()>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() onclick=hideShowGroup(this) onmouseout=doHilite()>Publication Information <DIV class=pe2 style="DISPLAY: none"><SPAN class=lt2><I>Who created the data: </I><SPAN style="COLOR: #999999">REQUIRED: The name of an organization or individual that developed the data set.</SPAN> <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="COLOR: #6495ed; TEXT-ALIGN: center">_________________</DIV><BR> <DIV class=ph1 onmouseover=doHilite() onclick=hideShowGroup(this) onmouseout=doHilite()>Data storage and access information <DIV class=pe2 style="DISPLAY: none"><I>File name: </I>Seagrass_2005<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">\\DELL18915\C$\Ellen\Misc\Seagrass_2005.shp</LI></DIV><I>Data processing environment: </I><SPAN class=lt>Microsoft Windows XP Version 5.1 (Build 2600) Service Pack 2; ESRI ArcCatalog 9.2.1.1332</SPAN><BR> <DIV class=ph1 onmouseover=doHilite() onclick=hideShowGroup(this) onmouseout=doHilite()>Accessing the data <DIV class=pe2 style="DISPLAY: none"><I>Size of the data: </I>22.359 MB<BR><I>Data transfer size: </I>22.359 MB<BR><BR></DIV></DIV> <DIV class=ph1 onmouseover=doHilite() onclick=hideShowGroup(this) onmouseout=doHilite()>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() onclick=hideShowGroup(this) onmouseout=doHilite()>Details about this document <DIV class=pe2 style="DISPLAY: none">Contents last updated: 20070523 at time 13190900 <DIV class=ph1 onmouseover=doHilite() onclick=hideShowGroup(this) onmouseout=doHilite()>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() onclick=hideShowGroup(this) onmouseout=doHilite()>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 href="http://www.esri.com/metadata/esriprof80.html" target=viewer>http://www.esri.com/metadata/esriprof80.html</A></LI></DIV></DIV></DIV></DIV><BR></DIV> <DIV class=pv id=Spatial 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_UTM_Zone_17N</DIV> <DIV style="MARGIN-LEFT: 0.2in"><I>Geographic coordinate system name: </I>GCS_North_American_1983_HARN</DIV> <DIV class=ph2 onmouseover=doHilite() onclick=hideShowGroup(this) onmouseout=doHilite()>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>-81.000000<BR><I>Latitude of Projection Origin: </I>0.000000<BR><I>False Easting: </I>500000.000000<BR><I>False Northing: </I>0.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.000000</DIV> <DIV class=sr3><I>Ordinate Resolution: </I>0.000000</DIV><BR> <DIV class=srh1>Geodetic Model</DIV> <DIV class=sr2><I>Horizontal Datum Name: </I>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>1.000000</DIV> <DIV class=sr2><I>Encoding Method: </I>Explicit elevation coordinate included with horizontal coordinates</DIV> <DIV style="COLOR: #6495ed; TEXT-ALIGN: center">_________________</DIV><BR> <DIV class=pn>Bounding coordinates</DIV> <DIV class=pn style="MARGIN-LEFT: 0.2in">Horizontal</DIV> <DIV class=pn style="MARGIN-LEFT: 0.4in">In decimal degrees</DIV> <DIV style="MARGIN-LEFT: 0.6in"><I>West: </I>-80.975487</DIV> <DIV style="MARGIN-LEFT: 0.6in"><I>East: </I>-80.051976</DIV> <DIV style="MARGIN-LEFT: 0.6in"><I>North: </I>29.102309</DIV> <DIV style="MARGIN-LEFT: 0.6in"><I>South: </I>26.939489</DIV> <DIV class=pn style="MARGIN-LEFT: 0.4in">In projected or local coordinates</DIV> <DIV style="MARGIN-LEFT: 0.6in"><I>Left: </I>502433.305000</DIV> <DIV style="MARGIN-LEFT: 0.6in"><I>Right: </I>592251.601000</DIV> <DIV style="MARGIN-LEFT: 0.6in"><I>Top: </I>3219320.885000</DIV> <DIV style="MARGIN-LEFT: 0.6in"><I>Bottom: </I>2980072.104000</DIV> <DIV style="COLOR: #6495ed; TEXT-ALIGN: center">_________________</DIV><BR> <DIV class=pn>Spatial data description</DIV> <DIV class=pn style="MARGIN-LEFT: 0.2in">Vector data information</DIV> <DIV class=pn style="MARGIN-LEFT: 0.4in">ESRI description</DIV> <DIV class=ph2 onmouseover=doHilite() style="MARGIN-LEFT: 0.6in" onclick=hideShowGroup(this) onmouseout=doHilite()>Seagrass_2005 <DIV class=pe2 style="DISPLAY: none"><I>ESRI feature type: </I>Simple<BR><I>Geometry type: </I>Polygon<BR><I>Topology: </I>FALSE<BR><I>Feature count: </I>6781<BR><I>Spatial Index: </I>TRUE<BR><I>Linear referencing: </I>FALSE<BR></DIV></DIV><BR> <DIV class=ph2 onmouseover=doHilite() style="MARGIN-LEFT: 0.4in" onclick=hideShowGroup(this) onmouseout=doHilite()>SDTS description <DIV class=pe2 style="DISPLAY: none"> <DIV>Feature class: SDTS feature type, feature count</DIV> <DIV style="MARGIN-LEFT: 0.2in"> <LI>Seagrass_2005: G-polygon, 6781 </LI></DIV></DIV></DIV><BR></DIV> <DIV class=pv id=Attributes style="DISPLAY: none"><BR> <DIV class=pn>Details for Seagrass_2005</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>6781</DIV> <DIV class=pn style="MARGIN-LEFT: 0.2in">Attributes <DIV class=ph2 onmouseover=doHilite() style="MARGIN-LEFT: 0.25in" onclick=hideShowGroup(this) onmouseout=doHilite()>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 class=pn style="MARGIN-LEFT: 0.2in"> <DIV class=ph2 onmouseover=doHilite() style="MARGIN-LEFT: 0.25in" onclick=hideShowGroup(this) onmouseout=doHilite()>FID <DIV class=pe2 style="DISPLAY: none"><I>Alias: </I>FID<BR><I>Data type: </I>OID<BR><I>Width: </I>4<BR><I>Precision: </I>0<BR><I>Scale: </I>0<BR><SPAN class=lt><I>Definition: </I><PRE id=original>Internal feature number.</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <SPAN class=lt><I>Definition Source: </I><PRE id=original>ESRI</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <BR></DIV></DIV></DIV> <DIV class=pn style="MARGIN-LEFT: 0.2in"> <DIV class=ph2 onmouseover=doHilite() style="MARGIN-LEFT: 0.25in" onclick=hideShowGroup(this) onmouseout=doHilite()>Shape <DIV class=pe2 style="DISPLAY: none"><I>Alias: </I>Shape<BR><I>Data type: </I>Float<BR><I>Width: </I>19<BR><I>Number of decimals: </I>11<BR><SPAN class=lt><I>Definition: </I><PRE id=original>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 class=pn style="MARGIN-LEFT: 0.2in"> <DIV class=ph2 onmouseover=doHilite() style="MARGIN-LEFT: 0.25in" onclick=hideShowGroup(this) onmouseout=doHilite()>AREA <DIV class=pe2 style="DISPLAY: none"><I>Alias: </I>AREA<BR><I>Data type: </I>Float<BR><I>Width: </I>19<BR><I>Number of decimals: </I>11<BR><BR></DIV></DIV></DIV> <DIV class=pn style="MARGIN-LEFT: 0.2in"> <DIV class=ph2 onmouseover=doHilite() style="MARGIN-LEFT: 0.25in" onclick=hideShowGroup(this) onmouseout=doHilite()>PERIMETER <DIV class=pe2 style="DISPLAY: none"><I>Alias: </I>PERIMETER<BR><I>Data type: </I>Number<BR><I>Width: </I>9<BR><BR></DIV></DIV></DIV> <DIV class=pn style="MARGIN-LEFT: 0.2in"> <DIV class=ph2 onmouseover=doHilite() style="MARGIN-LEFT: 0.25in" onclick=hideShowGroup(this) onmouseout=doHilite()>SEAGRASS_2 <DIV class=pe2 style="DISPLAY: none"><I>Alias: </I>SEAGRASS_2<BR><I>Data type: </I>Number<BR><I>Width: </I>9<BR><BR></DIV></DIV></DIV> <DIV class=pn style="MARGIN-LEFT: 0.2in"> <DIV class=ph2 onmouseover=doHilite() style="MARGIN-LEFT: 0.25in" onclick=hideShowGroup(this) onmouseout=doHilite()>SEAGRASS_3 <DIV class=pe2 style="DISPLAY: none"><I>Alias: </I>SEAGRASS_3<BR><I>Data type: </I>String<BR><I>Width: </I>16<BR><BR></DIV></DIV></DIV> <DIV class=pn style="MARGIN-LEFT: 0.2in"> <DIV class=ph2 onmouseover=doHilite() style="MARGIN-LEFT: 0.25in" onclick=hideShowGroup(this) onmouseout=doHilite()>HABITAT <DIV class=pe2 style="DISPLAY: none"><I>Alias: </I>HABITAT<BR><I>Data type: </I>Float<BR><I>Width: </I>19<BR><I>Number of decimals: </I>11<BR><BR></DIV></DIV></DIV> <DIV class=pn style="MARGIN-LEFT: 0.2in"> <DIV class=ph2 onmouseover=doHilite() style="MARGIN-LEFT: 0.25in" onclick=hideShowGroup(this) onmouseout=doHilite()>Shape_Leng <DIV class=pe2 style="DISPLAY: none"><I>Alias: </I>Shape_Leng<BR><I>Data type: </I>Float<BR><I>Width: </I>19<BR><I>Number of decimals: </I>11<BR><BR></DIV></DIV></DIV> <DIV class=pn style="MARGIN-LEFT: 0.2in"> <DIV class=ph2 onmouseover=doHilite() style="MARGIN-LEFT: 0.25in" onclick=hideShowGroup(this) onmouseout=doHilite()>Shape_Area <DIV class=pe2 style="DISPLAY: none"><I>Alias: </I>Shape_Area<BR><I>Data type: </I>Double<BR><I>Width: </I>19<BR><I>Precision: </I>0<BR><I>Scale: </I>0<BR><SPAN class=lt><I>Definition: </I><PRE id=original>Area of feature in internal units squared.</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <SPAN class=lt><I>Definition Source: </I><PRE id=original>ESRI</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <BR></DIV></DIV></DIV><BR></DIV></DIV></BODY></HTML>