@mapgis/webclient-common
Version: 
mapgis ES6 format for igserver
477 lines (154 loc) • 6.87 kB
HTML
<header id="page-title" class="page-title">
    
        <span class="page-title-main">类名</span>
        <span class="page-title-sub">Symbol3D</span>
    
</header>
<section>
<article>
    <div class="container-overview">
    
        
            <div class='vertical-section'>
                <div class="members">
                    <div class="member">
                        
    
    <h4 class="name" id="Symbol3D">
        <a class="href-link" href="#Symbol3D">#</a>
        
        <span class="code-name" id="Symbol3D" style="font-size:30px">
            
                new Symbol3D<span class="signature">(options)</span>
            
        </span>
    </h4>
    
    
    <h4>参数</h4>
    
<div class="table-container">
    <table class="params table">
        <thead>
        <tr>
            
            <th>名称</th>
            
            <th>类型</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="description last"><p>初始化参数</p></td>
</tr>
  
    
<tr class="deep-level-1">
  
      <td class="name" id="symbolLayers"><code>symbolLayers</code></td>
  
  <td class="type">
  
      
<span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
  
  </td>
  
  <td class="description last"><p>symbolLayers 符号图层集合,用于可视化要素对象</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="#symbolLayers">symbolLayers</a></code></td>
                                <td class="name">
                                    <code>
                                        
<span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
                                    </code>
                                </td>
                                <td class="name"><code><p>符号图层集合,用于可视化要素对象</p></code></td>
                            </tr>
                        
                    </tbody>
                </table>
            </div>
            <h4 style="margin-top: 20px;margin-bottom: 20px;">成员变量详情</h4>
            <div class="members">
            
                <div class="member">
    <span class="method-parameter is-pulled-right">
        <label>类型:</label>
        
<span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
    </span>
<h4 class="name" id="symbolLayers">
    <a class="href-link" href="#symbolLayers">#</a>
    
    <span class="code-name">
        symbolLayers
    </span>
    
</h4>
<div class="description">
    <p>符号图层集合,用于可视化要素对象</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="#toJSON">toJSON</a></code></td>
                                <td class="name">
                                    <code>
                                        
                                                
<span class="param-type">Object</span>
                                            
                                    </code>
                                </td>
                                <td class="name"><code><p><a id='toJSON'></a>
导出为JSON对象</p></code></td>
                            </tr>
                        
                    </tbody>
                </table>
            </div>
            <h4 style="margin-top: 20px;margin-bottom: 20px;">方法详情</h4>
            
                <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><a id='toJSON'></a>
导出为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>