/docs/com/google/maps/extras/planetary/Mars.html

http://gmaps-utility-library-flash.googlecode.com/ · HTML · 133 lines · 124 code · 0 blank · 9 comment · 0 complexity · 7996fda00ef40ca195dbb41bbcda6bba 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="Mars,com.google.maps.extras.planetary.Mars,ELEVATION_MAP_TYPE,INFRARED_MAP_TYPE,VISIBLE_MAP_TYPE" name="keywords">
  8. <title>com.google.maps.extras.planetary.Mars</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 = 'Mars - 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&nbsp;Packages</a>&nbsp;|&nbsp;<a onclick="loadClassListFrame('../../../../../all-classes.html')" href="../../../../../class-summary.html">All&nbsp;Classes</a>&nbsp;|&nbsp;<a onclick="loadClassListFrame('../../../../../index-list.html')" href="../../../../../all-index-A.html">Index</a>&nbsp;|&nbsp;<a href="../../../../../index.html?com/google/maps/extras/planetary/Mars.html&amp;com/google/maps/extras/planetary/class-list.html" id="framesLink1">Frames</a><a onclick="parent.location=document.location" href="" style="display:none" id="noFramesLink1">No&nbsp;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&nbsp;Mars</td><td align="right" id="subNav" class="titleTableSubNav"><a href="#propertySummary">Properties</a></td>
  23. </tr>
  24. <tr class="titleTableRow3">
  25. <td colspan="2">&nbsp;</td>
  26. </tr>
  27. </table>
  28. <script type="text/javascript" language="javascript">
  29. <!--
  30. if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("Class Mars"); titleBar_setSubNav(false,true,false,false,false,false,false,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.planetary</a></td>
  36. </tr>
  37. <tr>
  38. <td class="classHeaderTableLabel">Class</td><td class="classSignature">public class Mars</td>
  39. </tr>
  40. </table>
  41. <p></p>
  42. Contains all the static Mars map types. To use, import this class and then call on your Map object:
  43. addMapType(Mars.ELEVATION_MAP_TYPE);
  44. addMapType(Mars.VISIBLE_MAP_TYPE);
  45. addMapType(Mars.INFRARED_MAP_TYPE);
  46. <p></p>
  47. <br>
  48. <hr>
  49. </div>
  50. <a name="propertySummary"></a>
  51. <div class="summarySection">
  52. <div class="summaryTableTitle">Public Properties</div>
  53. <table id="summaryTableProperty" class="summaryTable " cellpadding="3" cellspacing="0">
  54. <tr>
  55. <th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined&nbsp;by</th>
  56. </tr>
  57. <tr class="">
  58. <td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a class="signatureLink" href="#ELEVATION_MAP_TYPE">ELEVATION_MAP_TYPE</a> : MapType<div class="summaryTableDescription">[static][read-only]
  59. This map type displays a shaded relief map of the surface of Mars, color-coded by altitude.</div>
  60. </td><td class="summaryTableOwnerCol">Mars</td>
  61. </tr>
  62. <tr class="">
  63. <td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a class="signatureLink" href="#INFRARED_MAP_TYPE">INFRARED_MAP_TYPE</a> : MapType<div class="summaryTableDescription">[static][read-only]
  64. This map type displays a shaded infrared map of the surface of Mars, where warmer areas appear brighter and colder areas appear darker.</div>
  65. </td><td class="summaryTableOwnerCol">Mars</td>
  66. </tr>
  67. <tr class="">
  68. <td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a class="signatureLink" href="#VISIBLE_MAP_TYPE">VISIBLE_MAP_TYPE</a> : MapType<div class="summaryTableDescription">[static][read-only]
  69. This map type displays photographs taken from orbit around Mars.</div>
  70. </td><td class="summaryTableOwnerCol">Mars</td>
  71. </tr>
  72. </table>
  73. </div>
  74. <script type="text/javascript" language="javascript">
  75. <!--
  76. showHideInherited();
  77. --></script>
  78. <div class="MainContent">
  79. <a name="propertyDetail"></a>
  80. <div class="detailSectionHeader">Property detail</div>
  81. <a name="ELEVATION_MAP_TYPE"></a>
  82. <table cellspacing="0" cellpadding="0" class="detailHeader">
  83. <tr>
  84. <td class="detailHeaderName">ELEVATION_MAP_TYPE</td><td class="detailHeaderType">property</td>
  85. </tr>
  86. </table>
  87. <div class="detailBody">
  88. <code>ELEVATION_MAP_TYPE:MapType</code>&nbsp;&nbsp;[read-only]<p>
  89. This map type displays a shaded relief map of the surface of Mars, color-coded by altitude.
  90. </p><span class="label">Implementation</span>
  91. <br>
  92. <code>&nbsp;&nbsp;&nbsp;&nbsp;public static function get ELEVATION_MAP_TYPE():MapType</code>
  93. <br>
  94. </div>
  95. <a name="INFRARED_MAP_TYPE"></a>
  96. <table cellspacing="0" cellpadding="0" class="detailHeader">
  97. <tr>
  98. <td class="detailHeaderName">INFRARED_MAP_TYPE</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td>
  99. </tr>
  100. </table>
  101. <div class="detailBody">
  102. <code>INFRARED_MAP_TYPE:MapType</code>&nbsp;&nbsp;[read-only]<p>
  103. This map type displays a shaded infrared map of the surface of Mars, where warmer areas appear brighter and colder areas appear darker.
  104. </p><span class="label">Implementation</span>
  105. <br>
  106. <code>&nbsp;&nbsp;&nbsp;&nbsp;public static function get INFRARED_MAP_TYPE():MapType</code>
  107. <br>
  108. </div>
  109. <a name="VISIBLE_MAP_TYPE"></a>
  110. <table cellspacing="0" cellpadding="0" class="detailHeader">
  111. <tr>
  112. <td class="detailHeaderName">VISIBLE_MAP_TYPE</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td>
  113. </tr>
  114. </table>
  115. <div class="detailBody">
  116. <code>VISIBLE_MAP_TYPE:MapType</code>&nbsp;&nbsp;[read-only]<p>
  117. This map type displays photographs taken from orbit around Mars.
  118. </p><span class="label">Implementation</span>
  119. <br>
  120. <code>&nbsp;&nbsp;&nbsp;&nbsp;public static function get VISIBLE_MAP_TYPE():MapType</code>
  121. <br>
  122. </div>
  123. <br>
  124. <br>
  125. <hr>
  126. <br>
  127. <p></p>
  128. <center class="copyright">
  129. </center>
  130. </div>
  131. </body>
  132. </html>
  133. <!-- -->