UNPKG

@mapgis/webclient-common

Version:

mapgis ES6 format for igserver

675 lines (196 loc) 9.37 kB
<header id="page-title" class="page-title"> <span class="page-title-main">类名</span> <span class="page-title-sub">VideoPixelCoordTransforms</span> </header> <section> <article> <div class="container-overview"> <div class='vertical-section'> <div class="members"> <div class="member"> <h4 class="name" id="VideoPixelCoordTransforms"> <a class="href-link" href="#VideoPixelCoordTransforms">#</a> <span class="code-name" id="VideoPixelCoordTransforms" style="font-size:30px"> new VideoPixelCoordTransforms<span class="signature">()</span> </span> </h4> <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="#geoCoordToPixelCoord">geoCoordToPixelCoord</a></code></td> <td class="name"> <code> <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span> </code> </td> <td class="name"><code><p>地理坐标转像素坐标</p></code></td> </tr> <tr class="deep-level-0"> <td class="name"><code><a href="#init">init</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="#pixelCoordToGeoCoord">pixelCoordToGeoCoord</a></code></td> <td class="name"> <code> <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</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="geoCoordToPixelCoord"> <a class="href-link" href="#geoCoordToPixelCoord">#</a> <span class="code-name" id="geoCoordToPixelCoord" style="font-size:30px"> geoCoordToPixelCoord<span class="signature">(geoCoord)</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="geoCoord"><code>geoCoord</code></td> <td class="type"> <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></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="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span> </div> </div> </div> </div> </div> <div class="member"> <h4 class="name" id="init"> <a class="href-link" href="#init">#</a> <span class="code-name" id="init" style="font-size:30px"> init<span class="signature">(videoRegistrationParam)</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="videoRegistrationParam"><code>videoRegistrationParam</code></td> <td class="type"> <span class="param-type"><a link="VideoRegistrationParam.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VideoRegistrationParam" VideoRegistrationParam.html>VideoRegistrationParam</a></span> </td> <td class="description last"></td> </tr> </tbody> </table> </div> <dl class="details"> </dl> </div> <div class="member"> <h4 class="name" id="pixelCoordToGeoCoord"> <a class="href-link" href="#pixelCoordToGeoCoord">#</a> <span class="code-name" id="pixelCoordToGeoCoord" style="font-size:30px"> pixelCoordToGeoCoord<span class="signature">(pixelCoord)</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="pixelCoord"><code>pixelCoord</code></td> <td class="type"> <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></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="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span> </div> </div> </div> </div> </div> </div> </div> </article> </section>