/docs/com/google/maps/extras/xmlparsers/kml/KmlPoint.html
HTML | 211 lines | 200 code | 2 blank | 9 comment | 0 complexity | 9511fb016d5bb2962def101ba9fcdd77 MD5 | raw file
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 2<html> 3<head> 4<META http-equiv="Content-Type" content="text/html; charset=UTF-8"> 5<link rel="stylesheet" href="../../../../../../style.css" type="text/css" media="screen"> 6<link rel="stylesheet" href="../../../../../../print.css" type="text/css" media="print"> 7<meta content="KmlPoint,com.google.maps.extras.xmlparsers.kml.KmlPoint,coordinates,toString" name="keywords"> 8<title>com.google.maps.extras.xmlparsers.kml.KmlPoint</title> 9</head> 10<body> 11<script type="text/javascript" language="javascript" src="../../../../../../asdoc.js"></script><script type="text/javascript" language="javascript" src="../../../../../../cookies.js"></script><script type="text/javascript" language="javascript"> 12<!-- 13 asdocTitle = 'KmlPoint - API Documentation'; 14 var baseRef = '../../../../../../'; 15 window.onload = configPage; 16 --></script> 17<table style="display:none" id="titleTable" cellspacing="0" cellpadding="0" class="titleTable"> 18<tr> 19<td align="left" class="titleTableTitle">API Documentation</td><td align="right" class="titleTableTopNav"><a onclick="loadClassListFrame('../../../../../../all-classes.html')" href="../../../../../../package-summary.html">All Packages</a> | <a onclick="loadClassListFrame('../../../../../../all-classes.html')" href="../../../../../../class-summary.html">All Classes</a> | <a onclick="loadClassListFrame('../../../../../../index-list.html')" href="../../../../../../all-index-A.html">Index</a> | <a href="../../../../../../index.html?com/google/maps/extras/xmlparsers/kml/KmlPoint.html&com/google/maps/extras/xmlparsers/kml/class-list.html" id="framesLink1">Frames</a><a onclick="parent.location=document.location" href="" style="display:none" id="noFramesLink1">No Frames</a></td><td rowspan="3" align="right" class="titleTableLogo"><img alt="Adobe Logo" title="Adobe Logo" class="logoImage" src="../../../../../../images/logo.jpg"></td> 20</tr> 21<tr class="titleTableRow2"> 22<td align="left" id="subTitle" class="titleTableSubTitle">Class KmlPoint</td><td align="right" id="subNav" class="titleTableSubNav"><a href="#propertySummary">Properties</a> | <a href="#methodSummary">Methods</a></td> 23</tr> 24<tr class="titleTableRow3"> 25<td colspan="2"> </td> 26</tr> 27</table> 28<script type="text/javascript" language="javascript"> 29<!-- 30if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("Class KmlPoint"); titleBar_setSubNav(false,true,false,false,false,false,true,false,false,false,false,false,false,false);} 31--></script> 32<div class="MainContent"> 33<table cellspacing="0" cellpadding="0" class="classHeaderTable"> 34<tr> 35<td class="classHeaderTableLabel">Package</td><td><a onclick="javascript:loadClassListFrame('class-list.html')" href="package-detail.html">com.google.maps.extras.xmlparsers.kml</a></td> 36</tr> 37<tr> 38<td class="classHeaderTableLabel">Class</td><td class="classSignature">public class KmlPoint</td> 39</tr> 40<tr> 41<td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">KmlPoint <img class="inheritArrow" alt="Inheritance" title="Inheritance" src="../../../../../../images/inherit-arrow.gif"> <a href="Geometry.html">Geometry</a> <img class="inheritArrow" alt="Inheritance" title="Inheritance" src="../../../../../../images/inherit-arrow.gif"> <a href="KmlObject.html">KmlObject</a> <img class="inheritArrow" alt="Inheritance" title="Inheritance" src="../../../../../../images/inherit-arrow.gif"> <a href="../XmlElement.html">XmlElement</a></td> 42</tr> 43</table> 44<p></p> 45 Class that represents a <Point> element. 46 47 <p></p> 48<p> 49<span class="classHeaderTableLabel">See also</span> 50</p> 51<div class="seeAlso"> 52<a href="http://code.google.com/apis/kml/documentation/kmlreference.html#point" target="mm_external">http://code.google.com/apis/kml/documentation/kmlreference.html#point</a> 53</div> 54<br> 55<hr> 56</div> 57<a name="propertySummary"></a> 58<div class="summarySection"> 59<div class="summaryTableTitle">Public Properties</div> 60<div class="showHideLinks"> 61<div class="hideInheritedProperty" id="hideInheritedProperty"> 62<a onclick="javascript:setInheritedVisible(false,'Property');" href="#propertySummary" class="showHideLink"><img src="../../../../../../images/expanded.gif" class="showHideLinkImage"> Hide Inherited Public Properties</a> 63</div> 64<div class="showInheritedProperty" id="showInheritedProperty"> 65<a onclick="javascript:setInheritedVisible(true,'Property');" href="#propertySummary" class="showHideLink"><img src="../../../../../../images/collapsed.gif" class="showHideLinkImage"> Show Inherited Public Properties</a> 66</div> 67</div> 68<table id="summaryTableProperty" class="summaryTable " cellpadding="3" cellspacing="0"> 69<tr> 70<th> </th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined by</th> 71</tr> 72<tr class=""> 73<td class="summaryTablePaddingCol"> </td><td class="summaryTableInheritanceCol"> </td><td class="summaryTableSignatureCol"><a class="signatureLink" href="#coordinates">coordinates</a> : <a href="../kml/Coordinates.html">Coordinates</a> 74<div class="summaryTableDescription">[read-only] 75 Represents the <coordinates> child element.</div> 76</td><td class="summaryTableOwnerCol">KmlPoint</td> 77</tr> 78<tr class="hideInheritedProperty"> 79<td class="summaryTablePaddingCol"> </td><td class="summaryTableInheritanceCol"><img class="inheritedSummaryImage" title="Inherited" alt="Inherited" src="../../../../../../images/inheritedSummary.gif"></td><td class="summaryTableSignatureCol"><a class="signatureLink" href="KmlObject.html#_id">_id</a> : String<div class="summaryTableDescription"></div> 80</td><td class="summaryTableOwnerCol"><a href="KmlObject.html">KmlObject</a></td> 81</tr> 82<tr class="hideInheritedProperty"> 83<td class="summaryTablePaddingCol"> </td><td class="summaryTableInheritanceCol"><img class="inheritedSummaryImage" title="Inherited" alt="Inherited" src="../../../../../../images/inheritedSummary.gif"></td><td class="summaryTableSignatureCol"><a class="signatureLink" href="KmlObject.html#id">id</a> : String<div class="summaryTableDescription"> 84 Represents the id attribute of the element.</div> 85</td><td class="summaryTableOwnerCol"><a href="KmlObject.html">KmlObject</a></td> 86</tr> 87<tr class="hideInheritedProperty"> 88<td class="summaryTablePaddingCol"> </td><td class="summaryTableInheritanceCol"><img class="inheritedSummaryImage" title="Inherited" alt="Inherited" src="../../../../../../images/inheritedSummary.gif"></td><td class="summaryTableSignatureCol"><a class="signatureLink" href="KmlObject.html#kml">kml</a> : Namespace<div class="summaryTableDescription"></div> 89</td><td class="summaryTableOwnerCol"><a href="KmlObject.html">KmlObject</a></td> 90</tr> 91<tr class="hideInheritedProperty"> 92<td class="summaryTablePaddingCol"> </td><td class="summaryTableInheritanceCol"><img class="inheritedSummaryImage" title="Inherited" alt="Inherited" src="../../../../../../images/inheritedSummary.gif"></td><td class="summaryTableSignatureCol"><a class="signatureLink" href="../XmlElement.html#xml">xml</a> : XMLList<div class="summaryTableDescription"> 93 Get the XML used to populate the NewsFeedElement.</div> 94</td><td class="summaryTableOwnerCol"><a href="../XmlElement.html">XmlElement</a></td> 95</tr> 96</table> 97</div> 98<a name="protectedPropertySummary"></a> 99<div class="summarySection"> 100<div class="summaryTableTitle">Protected Properties</div> 101<div class="showHideLinks"> 102<div class="hideInheritedProtectedProperty" id="hideInheritedProtectedProperty"> 103<a onclick="javascript:setInheritedVisible(false,'ProtectedProperty');" href="#protectedPropertySummary" class="showHideLink"><img src="../../../../../../images/expanded.gif" class="showHideLinkImage"> Hide Inherited Protected Properties</a> 104</div> 105<div class="showInheritedProtectedProperty" id="showInheritedProtectedProperty"> 106<a onclick="javascript:setInheritedVisible(true,'ProtectedProperty');" href="#protectedPropertySummary" class="showHideLink"><img src="../../../../../../images/collapsed.gif" class="showHideLinkImage"> Show Inherited Protected Properties</a> 107</div> 108</div> 109<table id="summaryTableProtectedProperty" class="summaryTable hideInheritedProtectedProperty" cellpadding="3" cellspacing="0"> 110<tr> 111<th> </th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined by</th> 112</tr> 113<tr class="hideInheritedProtectedProperty"> 114<td class="summaryTablePaddingCol"> </td><td class="summaryTableInheritanceCol"><img class="inheritedSummaryImage" title="Inherited" alt="Inherited" src="../../../../../../images/inheritedSummary.gif"></td><td class="summaryTableSignatureCol"><a class="signatureLink" href="../XmlElement.html#x">x</a> : XMLList<div class="summaryTableDescription"></div> 115</td><td class="summaryTableOwnerCol"><a href="../XmlElement.html">XmlElement</a></td> 116</tr> 117</table> 118</div> 119<a name="methodSummary"></a> 120<div class="summarySection"> 121<div class="summaryTableTitle">Public Methods</div> 122<table id="summaryTableMethod" class="summaryTable " cellpadding="3" cellspacing="0"> 123<tr> 124<th> </th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined by</th> 125</tr> 126<tr class=""> 127<td class="summaryTablePaddingCol"> </td><td class="summaryTableInheritanceCol"> </td><td class="summaryTableSignatureCol"> 128<div class="summarySignature"> 129<a class="signatureLink" href="#KmlPoint()">KmlPoint</a>(x:XMLList)</div> 130<div class="summaryTableDescription"> 131 Constructor for class.</div> 132</td><td class="summaryTableOwnerCol">KmlPoint</td> 133</tr> 134<tr class=""> 135<td class="summaryTablePaddingCol"> </td><td class="summaryTableInheritanceCol"> </td><td class="summaryTableSignatureCol"> 136<div class="summarySignature"> 137<a class="signatureLink" href="#toString()">toString</a>():String</div> 138<div class="summaryTableDescription"></div> 139</td><td class="summaryTableOwnerCol">KmlPoint</td> 140</tr> 141</table> 142</div> 143<script type="text/javascript" language="javascript"> 144<!-- 145showHideInherited(); 146--></script> 147<div class="MainContent"> 148<a name="propertyDetail"></a> 149<div class="detailSectionHeader">Property detail</div> 150<a name="coordinates"></a> 151<table cellspacing="0" cellpadding="0" class="detailHeader"> 152<tr> 153<td class="detailHeaderName">coordinates</td><td class="detailHeaderType">property</td> 154</tr> 155</table> 156<div class="detailBody"> 157<code>coordinates:<a href="../kml/Coordinates.html">Coordinates</a></code> [read-only]<p> 158 Represents the <coordinates> child element. 159 </p><span class="label">Implementation</span> 160<br> 161<code> public function get coordinates():<a href="../kml/Coordinates.html">Coordinates</a></code> 162<br> 163</div> 164<a name="constructorDetail"></a> 165<div class="detailSectionHeader">Constructor detail</div> 166<a name="KmlPoint()"></a> 167<table cellspacing="0" cellpadding="0" class="detailHeader"> 168<tr> 169<td class="detailHeaderName">KmlPoint</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">constructor</td> 170</tr> 171</table> 172<div class="detailBody"> 173<code>public function KmlPoint(x:XMLList)</code><p> 174 Constructor for class. 175 176 </p><span class="label">Parameters</span> 177<table border="0" cellspacing="0" cellpadding="0"> 178<tr> 179<td width="20px"></td><td><code><span class="label">x</span>:XMLList</code></td> 180</tr> 181</table> 182</div> 183<a name="methodDetail"></a> 184<div class="detailSectionHeader">Method detail</div> 185<a name="toString()"></a> 186<table cellspacing="0" cellpadding="0" class="detailHeader"> 187<tr> 188<td class="detailHeaderName">toString</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td> 189</tr> 190</table> 191<div class="detailBody"> 192<code>public override function toString():String</code> 193<p></p> 194<span class="label">Returns</span> 195<table border="0" cellspacing="0" cellpadding="0"> 196<tr> 197<td width="20"></td><td><code>String</code></td> 198</tr> 199</table> 200</div> 201<br> 202<br> 203<hr> 204<br> 205<p></p> 206<center class="copyright"> 207</center> 208</div> 209</body> 210</html> 211<!-- -->