UNPKG

@mapgis/webclient-common

Version:

mapgis ES6 format for igserver

912 lines (282 loc) 12.7 kB
<header id="page-title" class="page-title"> <span class="page-title-main">类名</span> <span class="page-title-sub">ElevationInfo</span> </header> <section> <article> <div class="container-overview"> <div class='vertical-section'> <div class="members"> <div class="member"> <h4 class="name" id="ElevationInfo"> <a class="href-link" href="#ElevationInfo">#</a> <span class="code-name" id="ElevationInfo" style="font-size:30px"> new ElevationInfo<span class="signature">(options)</span> </span> </h4> <div class="description"> <p>高程模式参数</p> </div> <h4>参数</h4> <div class="table-container"> <table class="params table"> <thead> <tr> <th>名称</th> <th>类型</th> <th style="min-width: 100px;">默认值</th> <th class="last">描述</th> </tr> </thead> <tbody> <tr class="deep-level-0"> <td class="name" id="options"><code>options</code></td> <td class="type"> <span class="param-type">Object</span> </td> <td class="default"> </td> <td class="description last"><p>构造参数</p></td> </tr> <tr class="deep-level-1"> <td class="name" id="mode"><code>mode</code></td> <td class="type"> <span class="param-type"><a link="ElevationMode.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ElevationMode" global.html#ElevationMode>ElevationMode</a></span> </td> <td class="default"> ElevationMode.OnTheGround </td> <td class="description last"><p>模式</p></td> </tr> <tr class="deep-level-1"> <td class="name" id="offset"><code>offset</code></td> <td class="type"> <span class="param-type">Number</span> </td> <td class="default"> 0 </td> <td class="description last"><p>高程偏移</p></td> </tr> <tr class="deep-level-1"> <td class="name" id="featureExpressionInfo"><code>featureExpressionInfo</code></td> <td class="type"> <span class="param-type"><a link="FeatureExpressionInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="FeatureExpressionInfo" FeatureExpressionInfo.html>FeatureExpressionInfo</a></span> </td> <td class="default"> </td> <td class="description last"><p>高度表达式</p></td> </tr> <tr class="deep-level-1"> <td class="name" id="unit"><code>unit</code></td> <td class="type"> <span class="param-type"><a link="LengthUnit.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LengthUnit" global.html#LengthUnit>LengthUnit</a></span> </td> <td class="default"> LengthUnit.meter </td> <td class="description last"><p>单位</p></td> </tr> </tbody> </table> </div> <dl class="details"> </dl> </div> </div> </div> </div> <div class='vertical-section'> <h3 id='member'>成员变量</h3> <h4 style="margin-top: 20px;margin-bottom: 20px;">成员变量概述</h4> <div class="table-container"> <table class="params table"> <thead> <tr> <th>名称</th> <th>类型</th> <th>描述</th> </tr> </thead> <tbody> <tr class="deep-level-0"> <td class="name"><code><a href="#featureExpressionInfo">featureExpressionInfo</a></code></td> <td class="name"> <code> </code> </td> <td class="name"><code><p>要素表达式信息</p></code></td> </tr> <tr class="deep-level-0"> <td class="name"><code><a href="#mode">mode</a></code></td> <td class="name"> <code> </code> </td> <td class="name"><code><p>高程模式</p></code></td> </tr> <tr class="deep-level-0"> <td class="name"><code><a href="#offset">offset</a></code></td> <td class="name"> <code> </code> </td> <td class="name"><code><p>高程偏移。默认为零,默认单位为米。</p></code></td> </tr> <tr class="deep-level-0"> <td class="name"><code><a href="#unit">unit</a></code></td> <td class="name"> <code> </code> </td> <td class="name"><code><p>offset和featureExpression的单位</p></code></td> </tr> </tbody> </table> </div> <h4 style="margin-top: 20px;margin-bottom: 20px;">成员变量详情</h4> <div class="members"> <div class="member"> <h4 class="name" id="featureExpressionInfo"> <a class="href-link" href="#featureExpressionInfo">#</a> <span class="code-name"> featureExpressionInfo </span> </h4> <div class="description"> <p>要素表达式信息</p> </div> <dl class="details"> </dl> </div> <div class="member"> <h4 class="name" id="mode"> <a class="href-link" href="#mode">#</a> <span class="code-name"> mode </span> </h4> <div class="description"> <p>高程模式</p> </div> <dl class="details"> </dl> </div> <div class="member"> <h4 class="name" id="offset"> <a class="href-link" href="#offset">#</a> <span class="code-name"> offset </span> </h4> <div class="description"> <p>高程偏移。默认为零,默认单位为米。</p> </div> <dl class="details"> </dl> </div> <div class="member"> <h4 class="name" id="unit"> <a class="href-link" href="#unit">#</a> <span class="code-name"> unit </span> </h4> <div class="description"> <p>offset和featureExpression的单位</p> </div> <dl class="details"> </dl> </div> </div> </div> <div class='vertical-section'> <h3 id='function'>方法</h3> <h4 style="margin-top: 20px;margin-bottom: 20px;">方法概述</h4> <div class="members"> <div class="table-container"> <table class="params table"> <thead> <tr> <th>名称</th> <th>返回值类型</th> <th>描述</th> </tr> </thead> <tbody> <tr class="deep-level-0"> <td class="name"><code><a href="#clone">clone</a></code></td> <td class="name"> <code> <span class="param-type"><a link="ElevationInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ElevationInfo" ElevationInfo.html>ElevationInfo</a></span> </code> </td> <td class="name"><code><p>克隆对象</p></code></td> </tr> <tr class="deep-level-0"> <td class="name"><code><a href="#toJSON">toJSON</a></code></td> <td class="name"> <code> <span class="param-type">Object</span> </code> </td> <td class="name"><code><p>转换为json对象</p></code></td> </tr> </tbody> </table> </div> <h4 style="margin-top: 20px;margin-bottom: 20px;">方法详情</h4> <div class="member"> <h4 class="name" id="clone"> <a class="href-link" href="#clone">#</a> <span class="code-name" id="clone" style="font-size:30px"> clone<span class="signature">()</span> </span> </h4> <div class="description"> <p>克隆对象</p> </div> <dl class="details"> </dl> <div class='columns method-parameter'> <div class="column is-2"><label>返回值</label></div> <div class="column is-10"> <div class="columns"> <div class='param-desc column is-7'><p>克隆后的新对象</p></div> <div class='column is-5 has-text-left'> <label>类型: </label> <span class="param-type"><a link="ElevationInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ElevationInfo" ElevationInfo.html>ElevationInfo</a></span> </div> </div> </div> </div> </div> <div class="member"> <h4 class="name" id="toJSON"> <a class="href-link" href="#toJSON">#</a> <span class="code-name" id="toJSON" style="font-size:30px"> toJSON<span class="signature">()</span> </span> </h4> <div class="description"> <p>转换为json对象</p> </div> <dl class="details"> </dl> <div class='columns method-parameter'> <div class="column is-2"><label>返回值</label></div> <div class="column is-10"> <div class="columns"> <div class='param-desc column is-7'><p>json对象</p></div> <div class='column is-5 has-text-left'> <label>类型: </label> <span class="param-type">Object</span> </div> </div> </div> </div> </div> </div> </div> </article> </section>