@mapgis/webclient-common
Version:
mapgis ES6 format for igserver
345 lines (102 loc) • 4.58 kB
HTML
<header id="page-title" class="page-title">
<span class="page-title-main">类名</span>
<span class="page-title-sub">SketchTopologyTool</span>
</header>
<section>
<article>
<div class="container-overview">
<div class='vertical-section'>
<div class="members">
<div class="member">
<h4 class="name" id="SketchTopologyTool">
<a class="href-link" href="#SketchTopologyTool">#</a>
<span class="code-name" id="SketchTopologyTool" style="font-size:30px">
new SketchTopologyTool<span class="signature">()</span>
</span>
</h4>
<div class="description">
<p>草图拓扑分析类</p>
</div>
<dl class="details">
</dl>
</div>
</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="#unionPolygons">unionPolygons</a></code></td>
<td class="name">
<code>
<span class="param-type"><a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</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="member">
<h4 class="name" id="unionPolygons">
<a class="href-link" href="#unionPolygons">#</a>
<span class="code-name" id="unionPolygons" style="font-size:30px">
unionPolygons<span class="signature">(polygons)</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 class="last">描述</th>
</tr>
</thead>
<tbody>
<tr class="deep-level-0">
<td class="name" id="polygons"><code>polygons</code></td>
<td class="type">
<span class="param-type">Array</span>
</td>
<td class="description last"><p>被合并的区对象</p></td>
</tr>
</tbody>
</table>
</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="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</article>
</section>