hi-ucs/front/public/leaflet/libs/iclient8c/apidoc/files/SuperMap/Map-js.html

7435 lines
296 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<title>SuperMap.Map - SuperMap</title>
<link rel="stylesheet" type="text/css" href="../../styles/main.css" />
<script language="JavaScript" src="../../javascript/main.js"></script>
<script language="JavaScript" src="../../javascript/jquery.js"></script>
<script language="JavaScript" src="../../javascript/bootstrap.js"></script>
<script language="JavaScript" src="../../javascript/prettify.js"></script>
<script language="JavaScript" src="../../javascript/searchdata.js"></script>
</head>
<body class="ContentPage" onload="NDOnLoad();prettyPrint();">
<script language="JavaScript"><!--
if (browserType) {document.write("<div class=" + browserType + ">");if (browserVer) {document.write("<div class=" + browserVer + ">"); }}// --></script>
<div class="navbar navbar-fixed-top" id="navbar"></div>
<script src="../../../apidoc/../examples/js/navbar.js"></script>
<script src="../../../apidoc/../examples/js/GoTop.js" id="js_gotop"></script>
<div id="Content">
<div class="CClass">
<div class="CTopic" id="MainTopic">
<h1 class="CTitle"><a name="SuperMap.Map"></a>SuperMap.Map</h1>
<div class="CBody">
<p>地图类。 用于实例化map类创建一个新地图实现地图在客户端的交互操作可通过给创建的map添加图层和控件来扩展应用 在创建地图时如果没有添加指定的控件则默认Navigation、PanZoomBar控件。</p>
<!--START_ND_SUMMARY-->
<div class="Summary">
<div class="STitle">
Summary
</div>
<div class="SBorder">
<table border="0" cellspacing="0" cellpadding="0" class="STable">
<tr class="SMain">
<td class="SEntry"><a href="#SuperMap.Map">SuperMap.Map</a></td>
<td class="SDescription">地图类。 用于实例化map类创建一个新地图实现地图在客户端的交互操作可通过给创建的map添加图层和控件来扩展应用 在创建地图时如果没有添加指定的控件则默认Navigation、PanZoomBar控件。</td>
</tr>
<tr class="SGroup SIndent1">
<td class="SEntry"><a href="#SuperMap.Map.Constants">Constants</a></td>
<td class="SDescription"></td>
</tr>
<tr class="SConstant SIndent2">
<td class="SEntry"><a href="#SuperMap.Map.EVENT_TYPES">EVENT_TYPES</a></td>
<td class="SDescription">支持应用事件的类型。</td>
</tr>
<tr class="SConstant SIndent2 SMarked">
<td class="SEntry"><a href="#SuperMap.Map.Z_INDEX_BASE">Z_INDEX_BASE</a></td>
<td class="SDescription">{Object} 不同的类的基本z-index值。</td>
</tr>
<tr class="SGroup SIndent1">
<td class="SEntry"><a href="#SuperMap.Map.Properties">Properties</a></td>
<td class="SDescription"></td>
</tr>
<tr class="SProperty SIndent2">
<td class="SEntry"><a href="#SuperMap.Map.allOverlays">allOverlays</a></td>
<td class="SDescription">{Boolean} 地图所有图层都被当做叠加图层来使用默认是false。如果设置为 true则图层相互叠加 最先绘制的图层可以被视为是底图(显示效果上的底图,但其isBaseLayer为false 而且所有将要添加的图层的”isBaseLayer”属性在添加的时候都会被默认修改成false。。</td>
</tr>
<tr class="SProperty SIndent2">
<td class="SEntry"><a href="#SuperMap.Map.baseLayer">baseLayer</a></td>
<td class="SDescription">{<a href="Layer-js.html#SuperMap.Layer" class="LClass" id="link5" onmouseover="ShowTip(event, 'tt3', 'link5')" onmouseout="HideTip('tt3')">SuperMap.Layer</a>} 用来确定min/max zoom level、projection等属性。</td>
</tr>
<tr class="SProperty SIndent2">
<td class="SEntry"><a href="#SuperMap.Map.displayProjection">displayProjection</a></td>
<td class="SDescription">{<a href="Projection-js.html#SuperMap.Projection" class="LClass" id="link11" onmouseover="ShowTip(event, 'tt8', 'link11')" onmouseout="HideTip('tt8')">SuperMap.Projection</a>} 将投影设置为除EPSG:4326 或 EPSG:900913/EPSG:3857以外的投影需要proj4js的支持。该投影用 于通过控件controls向用户展示数据。如果设置了该属性它就会 被设置到任何一个在添加到地图上的时候displayProjection属性为null的 控件上。</td>
</tr>
<tr class="SProperty SIndent2 SMarked">
<td class="SEntry"><a href="#SuperMap.Map.div">div</a></td>
<td class="SDescription">{DOMElement|String} 装载地图的DOM元素或一个元素的id值如果 调用 <a href="#SuperMap.Map.SuperMap.Map" class="LConstructor" id="link1" onmouseover="ShowTip(event, 'tt1', 'link1')" onmouseout="HideTip('tt1')">SuperMap.Map</a> 构造函数的时候传递两个参数,它将作为第一 个参数。此外,构造函数也能够只接收选项(options)对象作为唯一的参 数这种情况下div属性可能会也可能不会被提供。如果div属性没有 被提供,稍后可以使用 <a href="#SuperMap.Map.render" class="LFunction" id="link2" onmouseover="ShowTip(event, 'tt2', 'link2')" onmouseout="HideTip('tt2')">render</a> 方法指定地图渲染的地方。</td>
</tr>
<tr class="SProperty SIndent2">
<td class="SEntry"><a href="#SuperMap.Map.eventListeners">eventListeners</a></td>
<td class="SDescription">{Object} 如果在构造方法中设置此选项,事件监听对象将注册。</td>
</tr>
<tr class="SProperty SIndent2 SMarked">
<td class="SEntry"><a href="#SuperMap.Map.events">events</a></td>
<td class="SDescription">{SuperMap.Events} 事件对象,负责触发地图上的所有事件。</td>
</tr>
<tr class="SProperty SIndent2 SMarked">
<td class="SEntry"><a href="#SuperMap.Map.fallThrough">fallThrough</a></td>
<td class="SDescription">{Boolean} 用来设置页面元素是否会接收地图触发的事件,默认是 true.</td>
</tr>
<tr class="SProperty SIndent2">
<td class="SEntry"><a href="#SuperMap.Map.layers">layers</a></td>
<td class="SDescription">{Array(<a href="Layer-js.html#SuperMap.Layer" class="LClass" id="link3" onmouseover="ShowTip(event, 'tt3', 'link3')" onmouseout="HideTip('tt3')">SuperMap.Layer</a>)} 地图上图层的有序列表。</td>
</tr>
<tr class="SProperty SIndent2 SMarked">
<td class="SEntry"><a href="#SuperMap.Map.maxExtent">maxExtent</a></td>
<td class="SDescription">{<a href="BaseTypes/Bounds-js.html#SuperMap.Bounds" class="LClass" id="link8" onmouseover="ShowTip(event, 'tt7', 'link8')" onmouseout="HideTip('tt7')">SuperMap.Bounds</a>} 用于地图实例化的时候设置地图的最大范围。默认是(-180, -90, 180, 90)。</td>
</tr>
<tr class="SProperty SIndent2 SMarked">
<td class="SEntry"><a href="#SuperMap.Map.maxResolution">maxResolution</a></td>
<td class="SDescription">{Float} 用于地图实例化的时候设置最大分辨率(设置该值可以使地图在分辨率达到某个值的时候无法 再缩小)。当不想将整张地图都展示在通过 <a href="#SuperMap.Map.tileSize" class="LProperty" id="link7" onmouseover="ShowTip(event, 'tt6', 'link7')" onmouseout="HideTip('tt6')">tileSize</a> 指定大小的一张瓦 片上的时候设置该值。设置为auto的时候地图会自适应视口大小。</td>
</tr>
<tr class="SProperty SIndent2 SMarked">
<td class="SEntry"><a href="#SuperMap.Map.maxScale">maxScale</a></td>
<td class="SDescription">{Float} 用于地图实例化的时候设置最大比例(设置该值可以使地图在比例达到某个值的时候无法 再放大)。</td>
</tr>
<tr class="SProperty SIndent2 SMarked">
<td class="SEntry"><a href="#SuperMap.Map.maxZoom">maxZoom</a></td>
<td class="SDescription">{Number} 地图最大缩放级别。 (自 8.1 新增)</td>
</tr>
<tr class="SProperty SIndent2">
<td class="SEntry"><a href="#SuperMap.Map.minExtent">minExtent</a></td>
<td class="SDescription">{<a href="BaseTypes/Bounds-js.html#SuperMap.Bounds" class="LClass" id="link9" onmouseover="ShowTip(event, 'tt7', 'link9')" onmouseout="HideTip('tt7')">SuperMap.Bounds</a>} 用于地图实例化的时候设置地图的最小范围。 默认值是null。</td>
</tr>
<tr class="SProperty SIndent2">
<td class="SEntry"><a href="#SuperMap.Map.minResolution">minResolution</a></td>
<td class="SDescription">{Float} 用于地图实例化的时候设置最小分辨率(设置该值可以使地图在分辨率达到某个值的时候无法 再放大)。</td>
</tr>
<tr class="SProperty SIndent2">
<td class="SEntry"><a href="#SuperMap.Map.minScale">minScale</a></td>
<td class="SDescription">{Float} 用于地图实例化的时候设置最小比例(设置该值可以使地图在比例达到某个值的时候无法 再缩小)。</td>
</tr>
<tr class="SProperty SIndent2">
<td class="SEntry"><a href="#SuperMap.Map.minZoom">minZoom</a></td>
<td class="SDescription">{Number} 地图最小缩放级别。 (自 8.1 新增)</td>
</tr>
<tr class="SProperty SIndent2">
<td class="SEntry"><a href="#SuperMap.Map.numZoomLevels">numZoomLevels</a></td>
<td class="SDescription">{Integer} 用于地图实例化的时候设置地图缩放级别的数量。默认值16当需要的时候可以在地图选项中设置 其他的值。</td>
</tr>
<tr class="SProperty SIndent2 SMarked">
<td class="SEntry"><a href="#SuperMap.Map.panMethod">panMethod</a></td>
<td class="SDescription">{Function} 作用于平移时的动画效果方法设置为null时动画平移将关闭。</td>
</tr>
<tr class="SProperty SIndent2 SMarked">
<td class="SEntry"><a href="#SuperMap.Map.popups">popups</a></td>
<td class="SDescription">{Array(<a href="Popup-js.html#SuperMap.Popup" class="LClass" id="link4" onmouseover="ShowTip(event, 'tt4', 'link4')" onmouseout="HideTip('tt4')">SuperMap.Popup</a>)} 地图上的弹窗列表。</td>
</tr>
<tr class="SProperty SIndent2">
<td class="SEntry"><a href="#SuperMap.Map.projection">projection</a></td>
<td class="SDescription">{String} 在地图选项中被设置,用来指定地图添加图层的默认投影。同时 也可以选择设置maxExtent、 maxResolution、 和 units等属性。该项 默认值是”EPSG:4326”。</td>
</tr>
<tr class="SProperty SIndent2">
<td class="SEntry"><a href="#SuperMap.Map.resolutions">resolutions</a></td>
<td class="SDescription">{Array(Float)} 降序排列的地图分辨率数组 (地图上每个像素代表的尺寸) 如果在构造图层时没有设置该属性,可通过比例尺相关的属 性例如maxExtent, maxResolution, maxScale等计算获得。</td>
</tr>
<tr class="SProperty SIndent2 SMarked">
<td class="SEntry"><a href="#SuperMap.Map.restrictedExtent">restrictedExtent</a></td>
<td class="SDescription">{<a href="BaseTypes/Bounds-js.html#SuperMap.Bounds" class="LClass" id="link10" onmouseover="ShowTip(event, 'tt7', 'link10')" onmouseout="HideTip('tt7')">SuperMap.Bounds</a>} 限定地图缩放范围。 如果设置了restrictedExtent, 平移将会被限制在指定的边界内。</td>
</tr>
<tr class="SProperty SIndent2 SMarked">
<td class="SEntry"><a href="#SuperMap.Map.theme">theme</a></td>
<td class="SDescription">{String} 要加载的主题风格的CSS文件的相对路径。如果想通过直接在页 面添加层叠样式表链接或样式声明来设置样式,那就应该在地图属 性options对象中指定为null例如{theme: null})。</td>
</tr>
<tr class="SProperty SIndent2 SMarked">
<td class="SEntry"><a href="#SuperMap.Map.tileSize">tileSize</a></td>
<td class="SDescription">{<a href="BaseTypes/Size-js.html#SuperMap.Size" class="LClass" id="link6" onmouseover="ShowTip(event, 'tt5', 'link6')" onmouseout="HideTip('tt5')">SuperMap.Size</a>} 在地图选项中被设置,用来设置地图上默认瓦片尺寸。</td>
</tr>
<tr class="SProperty SIndent2 SMarked">
<td class="SEntry"><a href="#SuperMap.Map.units">units</a></td>
<td class="SDescription">{String} 地图的单位。默认是degrees。可选值为degrees(或者 dd), m,ft,km,mi,inches</td>
</tr>
<tr class="SGroup SIndent1">
<td class="SEntry"><a href="#SuperMap.Map.Constructor">Constructor</a></td>
<td class="SDescription"></td>
</tr>
<tr class="SConstructor SIndent2 SMarked">
<td class="SEntry"><a href="#SuperMap.Map.SuperMap.Map">SuperMap.Map</a></td>
<td class="SDescription">实例化 Map 类。</td>
</tr>
<tr class="SGroup SIndent1">
<td class="SEntry"><a href="#SuperMap.Map.Functions">Functions</a></td>
<td class="SDescription"></td>
</tr>
<tr class="SFunction SIndent2">
<td class="SEntry"><a href="#SuperMap.Map.addControl" id="link31" onmouseover="ShowTip(event, 'tt27', 'link31')" onmouseout="HideTip('tt27')">addControl</a></td>
<td class="SDescription">为地图添加控件。可选的位置参数用来指定控件的像素位置。</td>
</tr>
<tr class="SFunction SIndent2 SMarked">
<td class="SEntry"><a href="#SuperMap.Map.addControls" id="link32" onmouseover="ShowTip(event, 'tt28', 'link32')" onmouseout="HideTip('tt28')">addControls</a></td>
<td class="SDescription">将控件添加到map上。 可以通过options的第二个数组通过像素对象控制控件的位置 两个数组应该匹配如果pixel设为null控件会显示在默认位置。</td>
</tr>
<tr class="SFunction SIndent2">
<td class="SEntry"><a href="#SuperMap.Map.addLayer" id="link23" onmouseover="ShowTip(event, 'tt19', 'link23')" onmouseout="HideTip('tt19')">addLayer</a></td>
<td class="SDescription">向地图中添加指定的单个图层。</td>
</tr>
<tr class="SFunction SIndent2 SMarked">
<td class="SEntry"><a href="#SuperMap.Map.addLayers" id="link24" onmouseover="ShowTip(event, 'tt20', 'link24')" onmouseout="HideTip('tt20')">addLayers</a></td>
<td class="SDescription">向地图中添加指定的多个图层。</td>
</tr>
<tr class="SFunction SIndent2">
<td class="SEntry"><a href="#SuperMap.Map.addPopup" id="link35" onmouseover="ShowTip(event, 'tt31', 'link35')" onmouseout="HideTip('tt31')">addPopup</a></td>
<td class="SDescription">在地图中添加弹出窗口。</td>
</tr>
<tr class="SFunction SIndent2">
<td class="SEntry"><a href="#SuperMap.Map.destroy" id="link13" onmouseover="ShowTip(event, 'tt9', 'link13')" onmouseout="HideTip('tt9')">destroy</a></td>
<td class="SDescription">销毁地图 注意如果从DOM中移除map容器需要在destroy前执行。</td>
</tr>
<tr class="SFunction SIndent2 SMarked">
<td class="SEntry"><a href="#SuperMap.Map.getBy" id="link16" onmouseover="ShowTip(event, 'tt12', 'link16')" onmouseout="HideTip('tt12')">getBy</a></td>
<td class="SDescription">获取一个对象数组,并通过给定的属性匹配其中的项。</td>
</tr>
<tr class="SFunction SIndent2 SMarked">
<td class="SEntry"><a href="#SuperMap.Map.getCenter" id="link40" onmouseover="ShowTip(event, 'tt36', 'link40')" onmouseout="HideTip('tt36')">getCenter</a></td>
<td class="SDescription">获取当前地图的中心点坐标。</td>
</tr>
<tr class="SFunction SIndent2">
<td class="SEntry"><a href="#SuperMap.Map.getControl" id="link33" onmouseover="ShowTip(event, 'tt29', 'link33')" onmouseout="HideTip('tt29')">getControl</a></td>
<td class="SDescription">通过id值获取控件对象。</td>
</tr>
<tr class="SFunction SIndent2 SMarked">
<td class="SEntry"><a href="#SuperMap.Map.getControlsBy" id="link20" onmouseover="ShowTip(event, 'tt16', 'link20')" onmouseout="HideTip('tt16')">getControlsBy</a></td>
<td class="SDescription">根据给定的属性和匹配字符串匹配到的控件列表。</td>
</tr>
<tr class="SFunction SIndent2">
<td class="SEntry"><a href="#SuperMap.Map.getControlsByClass" id="link21" onmouseover="ShowTip(event, 'tt17', 'link21')" onmouseout="HideTip('tt17')">getControlsByClass</a></td>
<td class="SDescription">根据给定类的类名匹配到的控件列表。</td>
</tr>
<tr class="SFunction SIndent2 SMarked">
<td class="SEntry"><a href="#SuperMap.Map.getExtent" id="link50" onmouseover="ShowTip(event, 'tt46', 'link50')" onmouseout="HideTip('tt46')">getExtent</a></td>
<td class="SDescription">获取当前地图的范围。</td>
</tr>
<tr class="SFunction SIndent2 SMarked">
<td class="SEntry"><a href="#SuperMap.Map.getLayer" id="link22" onmouseover="ShowTip(event, 'tt18', 'link22')" onmouseout="HideTip('tt18')">getLayer</a></td>
<td class="SDescription">根据传入参数id获取图层。</td>
</tr>
<tr class="SFunction SIndent2">
<td class="SEntry"><a href="#SuperMap.Map.getLayerIndex" id="link27" onmouseover="ShowTip(event, 'tt23', 'link27')" onmouseout="HideTip('tt23')">getLayerIndex</a></td>
<td class="SDescription">获取图层在地图上的索引值(索引值从零开始)。</td>
</tr>
<tr class="SFunction SIndent2 SMarked">
<td class="SEntry"><a href="#SuperMap.Map.getLayerPxFromLonLat" id="link68" onmouseover="ShowTip(event, 'tt64', 'link68')" onmouseout="HideTip('tt64')">getLayerPxFromLonLat</a></td>
<td class="SDescription">根据传入的大地坐标获取图层坐标对象。</td>
</tr>
<tr class="SFunction SIndent2">
<td class="SEntry"><a href="#SuperMap.Map.getLayerPxFromViewPortPx" id="link67" onmouseover="ShowTip(event, 'tt63', 'link67')" onmouseout="HideTip('tt63')">getLayerPxFromViewPortPx</a></td>
<td class="SDescription">根据视图窗口像素点坐标获取图层像素点坐标。</td>
</tr>
<tr class="SFunction SIndent2">
<td class="SEntry"><a href="#SuperMap.Map.getLayersBy" id="link17" onmouseover="ShowTip(event, 'tt13', 'link17')" onmouseout="HideTip('tt13')">getLayersBy</a></td>
<td class="SDescription">获取与给定属性和匹配字符串匹配的图层列表。</td>
</tr>
<tr class="SFunction SIndent2">
<td class="SEntry"><a href="#SuperMap.Map.getLayersByClass" id="link19" onmouseover="ShowTip(event, 'tt15', 'link19')" onmouseout="HideTip('tt15')">getLayersByClass</a></td>
<td class="SDescription">根据类名获取的图层列表。</td>
</tr>
<tr class="SFunction SIndent2 SMarked">
<td class="SEntry"><a href="#SuperMap.Map.getLayersByName" id="link18" onmouseover="ShowTip(event, 'tt14', 'link18')" onmouseout="HideTip('tt14')">getLayersByName</a></td>
<td class="SDescription">获取根据名称匹配得到的图层列表。</td>
</tr>
<tr class="SFunction SIndent2 SMarked">
<td class="SEntry"><a href="#SuperMap.Map.getLonLatFromPixel" id="link64" onmouseover="ShowTip(event, 'tt60', 'link64')" onmouseout="HideTip('tt60')">getLonLatFromPixel</a></td>
<td class="SDescription">根据相对于地图窗口左上角的像素位置返回其在地图上的地理位置。依据当前baselayer转换成 lon/lat (经度/纬度)形式。</td>
</tr>
<tr class="SFunction SIndent2 SMarked">
<td class="SEntry"><a href="#SuperMap.Map.getMaxExtent" id="link48" onmouseover="ShowTip(event, 'tt44', 'link48')" onmouseout="HideTip('tt44')">getMaxExtent</a></td>
<td class="SDescription">获取地图的最大范围。</td>
</tr>
<tr class="SFunction SIndent2">
<td class="SEntry"><a href="#SuperMap.Map.getMaxResolution" id="link47" onmouseover="ShowTip(event, 'tt43', 'link47')" onmouseout="HideTip('tt43')">getMaxResolution</a></td>
<td class="SDescription">返回baseLayer最大的分辨率。</td>
</tr>
<tr class="SFunction SIndent2 SMarked">
<td class="SEntry"><a href="#SuperMap.Map.getNumLayers" id="link26" onmouseover="ShowTip(event, 'tt22', 'link26')" onmouseout="HideTip('tt22')">getNumLayers</a></td>
<td class="SDescription">获取地图上的图层数量。</td>
</tr>
<tr class="SFunction SIndent2">
<td class="SEntry"><a href="#SuperMap.Map.getNumZoomLevels" id="link49" onmouseover="ShowTip(event, 'tt45', 'link49')" onmouseout="HideTip('tt45')">getNumZoomLevels</a></td>
<td class="SDescription">获取当前底图的缩放级别总数在底图存在的情况下与底图缩放级别numZoomLevels 相同</td>
</tr>
<tr class="SFunction SIndent2">
<td class="SEntry"><a href="#SuperMap.Map.getPixelFromLonLat" id="link65" onmouseover="ShowTip(event, 'tt61', 'link65')" onmouseout="HideTip('tt61')">getPixelFromLonLat</a></td>
<td class="SDescription">获取地图上的像素坐标。依照当前baselayer将指定的地理点位置坐标 转换成其相对于地图窗口左上角点的像素坐标。</td>
</tr>
<tr class="SFunction SIndent2">
<td class="SEntry"><a href="#SuperMap.Map.getProjection" id="link45" onmouseover="ShowTip(event, 'tt41', 'link45')" onmouseout="HideTip('tt41')">getProjection</a></td>
<td class="SDescription">该方法返回代表投影的字符串。</td>
</tr>
<tr class="SFunction SIndent2 SMarked">
<td class="SEntry"><a href="#SuperMap.Map.getProjectionObject" id="link46" onmouseover="ShowTip(event, 'tt42', 'link46')" onmouseout="HideTip('tt42')">getProjectionObject</a></td>
<td class="SDescription">返回baseLayer的投影。</td>
</tr>
<tr class="SFunction SIndent2">
<td class="SEntry"><a href="#SuperMap.Map.getResolution" id="link51" onmouseover="ShowTip(event, 'tt47', 'link51')" onmouseout="HideTip('tt47')">getResolution</a></td>
<td class="SDescription">获取当前地图的分辨率。</td>
</tr>
<tr class="SFunction SIndent2">
<td class="SEntry"><a href="#SuperMap.Map.getResolutionForZoom" id="link55" onmouseover="ShowTip(event, 'tt51', 'link55')" onmouseout="HideTip('tt51')">getResolutionForZoom</a></td>
<td class="SDescription">根据缩放级别获取对应分辨率。</td>
</tr>
<tr class="SFunction SIndent2">
<td class="SEntry"><a href="#SuperMap.Map.getScale" id="link53" onmouseover="ShowTip(event, 'tt49', 'link53')" onmouseout="HideTip('tt49')">getScale</a></td>
<td class="SDescription">获取当前地图的缩放比例。</td>
</tr>
<tr class="SFunction SIndent2 SMarked">
<td class="SEntry"><a href="#SuperMap.Map.getSize" id="link38" onmouseover="ShowTip(event, 'tt34', 'link38')" onmouseout="HideTip('tt34')">getSize</a></td>
<td class="SDescription">获取当前地图容器大小。</td>
</tr>
<tr class="SFunction SIndent2">
<td class="SEntry"><a href="#SuperMap.Map.getTileSize" id="link15" onmouseover="ShowTip(event, 'tt11', 'link15')" onmouseout="HideTip('tt11')">getTileSize</a></td>
<td class="SDescription">获取地图瓦片的大小。</td>
</tr>
<tr class="SFunction SIndent2 SMarked">
<td class="SEntry"><a href="#SuperMap.Map.getUnits" id="link52" onmouseover="ShowTip(event, 'tt48', 'link52')" onmouseout="HideTip('tt48')">getUnits</a></td>
<td class="SDescription">获取地图的当前单位。</td>
</tr>
<tr class="SFunction SIndent2 SMarked">
<td class="SEntry"><a href="#SuperMap.Map.getViewPortPxFromLayerPx" id="link66" onmouseover="ShowTip(event, 'tt62', 'link66')" onmouseout="HideTip('tt62')">getViewPortPxFromLayerPx</a></td>
<td class="SDescription">根据图层像素点坐标获取视图窗口像素点坐标。</td>
</tr>
<tr class="SFunction SIndent2">
<td class="SEntry"><a href="#SuperMap.Map.getViewPortPxFromLonLat" id="link63" onmouseover="ShowTip(event, 'tt59', 'link63')" onmouseout="HideTip('tt59')">getViewPortPxFromLonLat</a></td>
<td class="SDescription">根据指定地理位置,返回其相对于当前地图窗口左上角的像素位置。</td>
</tr>
<tr class="SFunction SIndent2">
<td class="SEntry"><a href="#SuperMap.Map.getZoom" id="link41" onmouseover="ShowTip(event, 'tt37', 'link41')" onmouseout="HideTip('tt37')">getZoom</a></td>
<td class="SDescription">获取当前地图的缩放比例级别。</td>
</tr>
<tr class="SFunction SIndent2 SMarked">
<td class="SEntry"><a href="#SuperMap.Map.getZoomForExtent" id="link54" onmouseover="ShowTip(event, 'tt50', 'link54')" onmouseout="HideTip('tt50')">getZoomForExtent</a></td>
<td class="SDescription">通过给定的范围获取比例级别。</td>
</tr>
<tr class="SFunction SIndent2 SMarked">
<td class="SEntry"><a href="#SuperMap.Map.getZoomForResolution" id="link56" onmouseover="ShowTip(event, 'tt52', 'link56')" onmouseout="HideTip('tt52')">getZoomForResolution</a></td>
<td class="SDescription">根据分辨率获取对应缩放级别。</td>
</tr>
<tr class="SFunction SIndent2 SMarked">
<td class="SEntry"><a href="#SuperMap.Map.pan" id="link42" onmouseover="ShowTip(event, 'tt38', 'link42')" onmouseout="HideTip('tt38')">pan</a></td>
<td class="SDescription">根据指定的屏幕像素值平移地图</td>
</tr>
<tr class="SFunction SIndent2">
<td class="SEntry"><a href="#SuperMap.Map.panTo" id="link43" onmouseover="ShowTip(event, 'tt39', 'link43')" onmouseout="HideTip('tt39')">panTo</a></td>
<td class="SDescription">平移地图到新的位置 如果新的位置在地图的当前范围内,地图将平滑地移动。</td>
</tr>
<tr class="SFunction SIndent2">
<td class="SEntry"><a href="#SuperMap.Map.raiseLayer" id="link29" onmouseover="ShowTip(event, 'tt25', 'link29')" onmouseout="HideTip('tt25')">raiseLayer</a></td>
<td class="SDescription">通过给定的增量值delta参数来改变给定图层的索引值。如果增量值为 正,图层就会在图层堆栈中向上移;如果增量值为负,图层就会向下移。 这个方法同样不能将底图移动到叠加图层之上。</td>
</tr>
<tr class="SFunction SIndent2">
<td class="SEntry"><a href="#SuperMap.Map.removeAllPopup" id="link37" onmouseover="ShowTip(event, 'tt33', 'link37')" onmouseout="HideTip('tt33')">removeAllPopup</a></td>
<td class="SDescription">移除所有弹出窗口。</td>
</tr>
<tr class="SFunction SIndent2 SMarked">
<td class="SEntry"><a href="#SuperMap.Map.removeControl" id="link34" onmouseover="ShowTip(event, 'tt30', 'link34')" onmouseout="HideTip('tt30')">removeControl</a></td>
<td class="SDescription">移除控件。该方法不会使控件失效若要使其失效需调用该控件的deactivate方法。</td>
</tr>
<tr class="SFunction SIndent2">
<td class="SEntry"><a href="#SuperMap.Map.removeLayer" id="link25" onmouseover="ShowTip(event, 'tt21', 'link25')" onmouseout="HideTip('tt21')">removeLayer</a></td>
<td class="SDescription">通过删除可见元素即layer.div属性来移除地图上的图层。然后从地图的 图层列表中移除该图层同时设置图层的map属性为null。</td>
</tr>
<tr class="SFunction SIndent2 SMarked">
<td class="SEntry"><a href="#SuperMap.Map.removePopup" id="link36" onmouseover="ShowTip(event, 'tt32', 'link36')" onmouseout="HideTip('tt32')">removePopup</a></td>
<td class="SDescription">移除指定的弹出窗口。</td>
</tr>
<tr class="SFunction SIndent2 SMarked">
<td class="SEntry"><a href="#SuperMap.Map.render" id="link12" onmouseover="ShowTip(event, 'tt2', 'link12')" onmouseout="HideTip('tt2')">render</a></td>
<td class="SDescription">在指定的容器中渲染地图。</td>
</tr>
<tr class="SFunction SIndent2 SMarked">
<td class="SEntry"><a href="#SuperMap.Map.setBaseLayer" id="link30" onmouseover="ShowTip(event, 'tt26', 'link30')" onmouseout="HideTip('tt26')">setBaseLayer</a></td>
<td class="SDescription">允许用户指定当前加载的某一图层为地图新的底图。</td>
</tr>
<tr class="SFunction SIndent2 SMarked">
<td class="SEntry"><a href="#SuperMap.Map.setCenter" id="link44" onmouseover="ShowTip(event, 'tt40', 'link44')" onmouseout="HideTip('tt40')">setCenter</a></td>
<td class="SDescription">设置地图中心点。</td>
</tr>
<tr class="SFunction SIndent2 SMarked">
<td class="SEntry"><a href="#SuperMap.Map.setLayerIndex" id="link28" onmouseover="ShowTip(event, 'tt24', 'link28')" onmouseout="HideTip('tt24')">setLayerIndex</a></td>
<td class="SDescription">移动图层到图层列表中的指定索引值(索引值从零开始)的位置。改变 它在地图显示时的z-index值。使用map.getLayerIndex()方法查看图层 当前的索引值。注意该方法不能将底图移动到叠加图层之上。</td>
</tr>
<tr class="SFunction SIndent2 SMarked">
<td class="SEntry"><a href="#SuperMap.Map.setOptions" id="link14" onmouseover="ShowTip(event, 'tt10', 'link14')" onmouseout="HideTip('tt10')">setOptions</a></td>
<td class="SDescription">设置地图的options.</td>
</tr>
<tr class="SFunction SIndent2">
<td class="SEntry"><a href="#SuperMap.Map.updateSize" id="link39" onmouseover="ShowTip(event, 'tt35', 'link39')" onmouseout="HideTip('tt35')">updateSize</a></td>
<td class="SDescription">通过动态调用updateSize()方式,来改变地图容器的大小。</td>
</tr>
<tr class="SFunction SIndent2 SMarked">
<td class="SEntry"><a href="#SuperMap.Map.zoomIn" id="link58" onmouseover="ShowTip(event, 'tt54', 'link58')" onmouseout="HideTip('tt54')">zoomIn</a></td>
<td class="SDescription">在当前缩放级别的基础上放大一级。</td>
</tr>
<tr class="SFunction SIndent2">
<td class="SEntry"><a href="#SuperMap.Map.zoomOut" id="link59" onmouseover="ShowTip(event, 'tt55', 'link59')" onmouseout="HideTip('tt55')">zoomOut</a></td>
<td class="SDescription">在当前缩放级别的基础上缩小一级。</td>
</tr>
<tr class="SFunction SIndent2">
<td class="SEntry"><a href="#SuperMap.Map.zoomTo" id="link57" onmouseover="ShowTip(event, 'tt53', 'link57')" onmouseout="HideTip('tt53')">zoomTo</a></td>
<td class="SDescription">缩放到指定的级别。</td>
</tr>
<tr class="SFunction SIndent2 SMarked">
<td class="SEntry"><a href="#SuperMap.Map.zoomToExtent" id="link60" onmouseover="ShowTip(event, 'tt56', 'link60')" onmouseout="HideTip('tt56')">zoomToExtent</a></td>
<td class="SDescription">缩放到指定范围,重新定位中心点。</td>
</tr>
<tr class="SFunction SIndent2">
<td class="SEntry"><a href="#SuperMap.Map.zoomToMaxExtent" id="link61" onmouseover="ShowTip(event, 'tt57', 'link61')" onmouseout="HideTip('tt57')">zoomToMaxExtent</a></td>
<td class="SDescription">缩放到最大范围,并重新定位中心点。</td>
</tr>
<tr class="SFunction SIndent2 SMarked">
<td class="SEntry"><a href="#SuperMap.Map.zoomToScale" id="link62" onmouseover="ShowTip(event, 'tt58', 'link62')" onmouseout="HideTip('tt58')">zoomToScale</a></td>
<td class="SDescription">缩放到指定的比例</td>
</tr>
<tr class="SGroup SIndent1">
<td class="SEntry"><a href="#SuperMap.Map.Constants">Constants</a></td>
<td class="SDescription"></td>
</tr>
<tr class="SConstant SIndent2">
<td class="SEntry"><a href="#SuperMap.Map.TILE_HEIGHT">TILE_HEIGHT</a></td>
<td class="SDescription">{Integer} 瓦片默认高度 256。</td>
</tr>
<tr class="SConstant SIndent2 SMarked">
<td class="SEntry"><a href="#SuperMap.Map.TILE_WIDTH">TILE_WIDTH</a></td>
<td class="SDescription">{Integer} 瓦片默认宽度 256。</td>
</tr>
</table>
</div>
</div>
<!--END_ND_SUMMARY-->
</div>
</div>
</div>
<div class="CGroup">
<div class="CTopic">
<h3 class="CTitle"><a name="SuperMap.Map.Constants"></a>Constants</h3>
</div>
</div>
<div class="CConstant">
<div class="CTopic">
<h3 class="CTitle"><a name="SuperMap.Map.Z_INDEX_BASE"></a>Z_INDEX_BASE</h3>
<div class="CBody">
<p>{Object} 不同的类的基本z-index值。</p>
</div>
</div>
</div>
<div class="CConstant">
<div class="CTopic">
<h3 class="CTitle"><a name="SuperMap.Map.EVENT_TYPES"></a>EVENT_TYPES</h3>
<div class="CBody">
<p>支持应用事件的类型。</p>
<h4 class="CHeading">{Array(String)} 支持应用事件的类型。为一个特殊的事件注册一个监听对象使用下面的方法</h4>
<blockquote>
<pre class="prettyprint">map.events.register(type, obj, listener);</pre>
</blockquote>
<p>监听对象将会作为事件对象的参考,事件的属性将取决于所发生的事情。</p>
<h4 class="CHeading">所有的事件对象都有下面的这些属性</h4>
<ul>
<li><b>object</b> {Object} 发出浏览器事件的对象。</li>
<li><b>element</b> {DOMElement} 浏览器接收事件的DOM元素。</li>
</ul>
<h4 class="CHeading">浏览器事件有以下附加的属性</h4>
<ul>
<li><b>xy</b> {<a href="BaseTypes/Pixel-js.html#SuperMap.Pixel" class="LClass" id="link69" onmouseover="ShowTip(event, 'tt65', 'link69')" onmouseout="HideTip('tt65')">SuperMap.Pixel</a>} 事件触发的像素位置(相对于地图视口)。</li>
<li>其他的属性来源于浏览器事件.</li>
</ul>
<h4 class="CHeading">支持地图事件类型</h4>
<ul>
<li><b>preaddlayer</b> 图层被添加之前被触发。事件对象包含 <b>layer</b> 属性来指明添 加的图层。当监听函数返回“false”表示无法添加图层。</li>
<li><b>addlayer</b> 图层被添加之后被触发。事件对象包含 <b>layer</b> 属性来指明添加 的图层。</li>
<li><b>preremovelayer</b> 图层被移除之前触发。事件对象包含 <b>layer</b> 属性来指明 要被移除的图层。当监听函数返回“false”表示无法移除该图层。</li>
<li><b>removelayer</b> 图层被移除后触发。事件对象包含 <b>layer</b> 属性来指明要被移 除的图层。</li>
<li><b>changelayer</b> 当一个图层的名称name、顺序order、透明度 opcity、参数个数params、可见性visibility由可见比例引 起或属性attribution发生改变时被触发。监听者会接收到一个事件 对象,该事件对象包含 <b>layer</b><b>property</b> 属性,其中 <b>layer</b> 属性 指明发生变化的图层, <b>property</b> 属性是代表变化属性的关键字name, order, opacity, params, visibility or attribution</li>
<li><b>movestart</b> dragpan或zoom操作开始时会触发该事件。</li>
<li><b>move</b> dragpan或zoom操作开始后被触发。</li>
<li><b>moveend</b> dragpan或zoom操作完成时被触发。</li>
<li><b>zoomend</b> zoom操作完成后被触发。</li>
<li><b>mouseover</b> 鼠标移至地图时被触发。</li>
<li><b>mouseout</b> 鼠标移出地图时被触发。</li>
<li><b>mousemove</b> 鼠标在地图上移动时被触发。</li>
<li><b>mouseup</b> 鼠标在地图上释放时被触发。</li>
<li><b>click</b> 鼠标在地图上单击时被触发。</li>
<li><b>changebaselayer</b> 改变基础图层时触发事件。</li>
</ul>
</div>
</div>
</div>
<div class="CGroup">
<div class="CTopic">
<h3 class="CTitle"><a name="SuperMap.Map.Properties"></a>Properties</h3>
</div>
</div>
<div class="CProperty">
<div class="CTopic">
<h3 class="CTitle"><a name="SuperMap.Map.events"></a>events</h3>
<div class="CBody">
<p>{SuperMap.Events} 事件对象,负责触发地图上的所有事件。</p>
</div>
</div>
</div>
<div class="CProperty">
<div class="CTopic">
<h3 class="CTitle"><a name="SuperMap.Map.allOverlays"></a>allOverlays</h3>
<div class="CBody">
<p>{Boolean} 地图所有图层都被当做叠加图层来使用默认是false。如果设置为 true则图层相互叠加 最先绘制的图层可以被视为是底图(显示效果上的底图,但其isBaseLayer为false 而且所有将要添加的图层的”isBaseLayer”属性在添加的时候都会被默认修改成false。。</p>
<h4 class="CHeading">提示</h4>
<p>如果将map.allOverlays设置为true则不能设置map.setBaseLayer 或者layer.setIsBaseLayer。当设置了allOverlays属性为true时位于显示索引最 下边的图层会被当做”base layer”所以如果想要更改”base layer”使用 <a href="#SuperMap.Map.setLayerIndex" class="LFunction" id="link70" onmouseover="ShowTip(event, 'tt24', 'link70')" onmouseout="HideTip('tt24')">setLayerIndex</a> 或者 <a href="#SuperMap.Map.raiseLayer" class="LFunction" id="link71" onmouseover="ShowTip(event, 'tt25', 'link71')" onmouseout="HideTip('tt25')">raiseLayer</a> 将图层的index设置为0。</p>
</div>
</div>
</div>
<div class="CProperty">
<div class="CTopic">
<h3 class="CTitle"><a name="SuperMap.Map.div"></a>div</h3>
<div class="CBody">
<p>{DOMElement|String} 装载地图的DOM元素或一个元素的id值如果 调用 <a href="#SuperMap.Map.SuperMap.Map" class="LConstructor" id="link72" onmouseover="ShowTip(event, 'tt1', 'link72')" onmouseout="HideTip('tt1')">SuperMap.Map</a> 构造函数的时候传递两个参数,它将作为第一 个参数。此外,构造函数也能够只接收选项(options)对象作为唯一的参 数这种情况下div属性可能会也可能不会被提供。如果div属性没有 被提供,稍后可以使用 <a href="#SuperMap.Map.render" class="LFunction" id="link73" onmouseover="ShowTip(event, 'tt2', 'link73')" onmouseout="HideTip('tt2')">render</a> 方法指定地图渲染的地方。</p>
<p>提示: 如果在地图定义以后使用 <a href="#SuperMap.Map.render" class="LFunction" id="link74" onmouseover="ShowTip(event, 'tt2', 'link74')" onmouseout="HideTip('tt2')">render</a> 来指定渲染位置,不要将 <a href="#SuperMap.Map.maxResolution" class="LProperty" id="link75" onmouseover="ShowTip(event, 'tt66', 'link75')" onmouseout="HideTip('tt66')">maxResolution</a> 属性设置为auto而是使用 <a href="#SuperMap.Map.maxExtent" class="LProperty" id="link76" onmouseover="ShowTip(event, 'tt67', 'link76')" onmouseout="HideTip('tt67')">maxExtent</a> 指定你所期望的最大范围。</p>
</div>
</div>
</div>
<div class="CProperty">
<div class="CTopic">
<h3 class="CTitle"><a name="SuperMap.Map.layers"></a>layers</h3>
<div class="CBody">
<p>{Array(<a href="Layer-js.html#SuperMap.Layer" class="LClass" id="link77" onmouseover="ShowTip(event, 'tt3', 'link77')" onmouseout="HideTip('tt3')">SuperMap.Layer</a>)} 地图上图层的有序列表。</p>
</div>
</div>
</div>
<div class="CProperty">
<div class="CTopic">
<h3 class="CTitle"><a name="SuperMap.Map.popups"></a>popups</h3>
<div class="CBody">
<p>{Array(<a href="Popup-js.html#SuperMap.Popup" class="LClass" id="link78" onmouseover="ShowTip(event, 'tt4', 'link78')" onmouseout="HideTip('tt4')">SuperMap.Popup</a>)} 地图上的弹窗列表。</p>
</div>
</div>
</div>
<div class="CProperty">
<div class="CTopic">
<h3 class="CTitle"><a name="SuperMap.Map.baseLayer"></a>baseLayer</h3>
<div class="CBody">
<p>{<a href="Layer-js.html#SuperMap.Layer" class="LClass" id="link79" onmouseover="ShowTip(event, 'tt3', 'link79')" onmouseout="HideTip('tt3')">SuperMap.Layer</a>} 用来确定min/max zoom level、projection等属性。</p>
</div>
</div>
</div>
<div class="CProperty">
<div class="CTopic">
<h3 class="CTitle"><a name="SuperMap.Map.tileSize"></a>tileSize</h3>
<div class="CBody">
<p>{<a href="BaseTypes/Size-js.html#SuperMap.Size" class="LClass" id="link80" onmouseover="ShowTip(event, 'tt5', 'link80')" onmouseout="HideTip('tt5')">SuperMap.Size</a>} 在地图选项中被设置,用来设置地图上默认瓦片尺寸。</p>
</div>
</div>
</div>
<div class="CProperty">
<div class="CTopic">
<h3 class="CTitle"><a name="SuperMap.Map.projection"></a>projection</h3>
<div class="CBody">
<p>{String} 在地图选项中被设置,用来指定地图添加图层的默认投影。同时 也可以选择设置maxExtent、 maxResolution、 和 units等属性。该项 默认值是”EPSG:4326”。</p>
</div>
</div>
</div>
<div class="CProperty">
<div class="CTopic">
<h3 class="CTitle"><a name="SuperMap.Map.units"></a>units</h3>
<div class="CBody">
<p>{String} 地图的单位。默认是degrees。可选值为degrees(或者 dd), m,ft,km,mi,inches</p>
</div>
</div>
</div>
<div class="CProperty">
<div class="CTopic">
<h3 class="CTitle"><a name="SuperMap.Map.resolutions"></a>resolutions</h3>
<div class="CBody">
<p>{Array(Float)} 降序排列的地图分辨率数组 (地图上每个像素代表的尺寸) 如果在构造图层时没有设置该属性,可通过比例尺相关的属 性例如maxExtent, maxResolution, maxScale等计算获得。</p>
</div>
</div>
</div>
<div class="CProperty">
<div class="CTopic">
<h3 class="CTitle"><a name="SuperMap.Map.maxResolution"></a>maxResolution</h3>
<div class="CBody">
<p>{Float} 用于地图实例化的时候设置最大分辨率(设置该值可以使地图在分辨率达到某个值的时候无法 再缩小)。当不想将整张地图都展示在通过 <a href="#SuperMap.Map.tileSize" class="LProperty" id="link81" onmouseover="ShowTip(event, 'tt6', 'link81')" onmouseout="HideTip('tt6')">tileSize</a> 指定大小的一张瓦 片上的时候设置该值。设置为auto的时候地图会自适应视口大小。</p>
</div>
</div>
</div>
<div class="CProperty">
<div class="CTopic">
<h3 class="CTitle"><a name="SuperMap.Map.minResolution"></a>minResolution</h3>
<div class="CBody">
<p>{Float} 用于地图实例化的时候设置最小分辨率(设置该值可以使地图在分辨率达到某个值的时候无法 再放大)。</p>
</div>
</div>
</div>
<div class="CProperty">
<div class="CTopic">
<h3 class="CTitle"><a name="SuperMap.Map.maxScale"></a>maxScale</h3>
<div class="CBody">
<p>{Float} 用于地图实例化的时候设置最大比例(设置该值可以使地图在比例达到某个值的时候无法 再放大)。</p>
</div>
</div>
</div>
<div class="CProperty">
<div class="CTopic">
<h3 class="CTitle"><a name="SuperMap.Map.minScale"></a>minScale</h3>
<div class="CBody">
<p>{Float} 用于地图实例化的时候设置最小比例(设置该值可以使地图在比例达到某个值的时候无法 再缩小)。</p>
</div>
</div>
</div>
<div class="CProperty">
<div class="CTopic">
<h3 class="CTitle"><a name="SuperMap.Map.maxExtent"></a>maxExtent</h3>
<div class="CBody">
<p>{<a href="BaseTypes/Bounds-js.html#SuperMap.Bounds" class="LClass" id="link82" onmouseover="ShowTip(event, 'tt7', 'link82')" onmouseout="HideTip('tt7')">SuperMap.Bounds</a>} 用于地图实例化的时候设置地图的最大范围。默认是(-180, -90, 180, 90)。</p>
</div>
</div>
</div>
<div class="CProperty">
<div class="CTopic">
<h3 class="CTitle"><a name="SuperMap.Map.minExtent"></a>minExtent</h3>
<div class="CBody">
<p>{<a href="BaseTypes/Bounds-js.html#SuperMap.Bounds" class="LClass" id="link83" onmouseover="ShowTip(event, 'tt7', 'link83')" onmouseout="HideTip('tt7')">SuperMap.Bounds</a>} 用于地图实例化的时候设置地图的最小范围。 默认值是null。</p>
</div>
</div>
</div>
<div class="CProperty">
<div class="CTopic">
<h3 class="CTitle"><a name="SuperMap.Map.restrictedExtent"></a>restrictedExtent</h3>
<div class="CBody">
<p>{<a href="BaseTypes/Bounds-js.html#SuperMap.Bounds" class="LClass" id="link84" onmouseover="ShowTip(event, 'tt7', 'link84')" onmouseout="HideTip('tt7')">SuperMap.Bounds</a>} 限定地图缩放范围。 如果设置了restrictedExtent, 平移将会被限制在指定的边界内。</p>
</div>
</div>
</div>
<div class="CProperty">
<div class="CTopic">
<h3 class="CTitle"><a name="SuperMap.Map.numZoomLevels"></a>numZoomLevels</h3>
<div class="CBody">
<p>{Integer} 用于地图实例化的时候设置地图缩放级别的数量。默认值16当需要的时候可以在地图选项中设置 其他的值。</p>
</div>
</div>
</div>
<div class="CProperty">
<div class="CTopic">
<h3 class="CTitle"><a name="SuperMap.Map.theme"></a>theme</h3>
<div class="CBody">
<p>{String} 要加载的主题风格的CSS文件的相对路径。如果想通过直接在页 面添加层叠样式表链接或样式声明来设置样式,那就应该在地图属 性options对象中指定为null例如{theme: null})。</p>
</div>
</div>
</div>
<div class="CProperty">
<div class="CTopic">
<h3 class="CTitle"><a name="SuperMap.Map.displayProjection"></a>displayProjection</h3>
<div class="CBody">
<p>{<a href="Projection-js.html#SuperMap.Projection" class="LClass" id="link85" onmouseover="ShowTip(event, 'tt8', 'link85')" onmouseout="HideTip('tt8')">SuperMap.Projection</a>} 将投影设置为除EPSG:4326 或 EPSG:900913/EPSG:3857以外的投影需要proj4js的支持。该投影用 于通过控件controls向用户展示数据。如果设置了该属性它就会 被设置到任何一个在添加到地图上的时候displayProjection属性为null的 控件上。</p>
</div>
</div>
</div>
<div class="CProperty">
<div class="CTopic">
<h3 class="CTitle"><a name="SuperMap.Map.fallThrough"></a>fallThrough</h3>
<div class="CBody">
<p>{Boolean} 用来设置页面元素是否会接收地图触发的事件,默认是 true.</p>
</div>
</div>
</div>
<div class="CProperty">
<div class="CTopic">
<h3 class="CTitle"><a name="SuperMap.Map.eventListeners"></a>eventListeners</h3>
<div class="CBody">
<p>{Object} 如果在构造方法中设置此选项,事件监听对象将注册。</p>
</div>
</div>
</div>
<div class="CProperty">
<div class="CTopic">
<h3 class="CTitle"><a name="SuperMap.Map.panMethod"></a>panMethod</h3>
<div class="CBody">
<p>{Function} 作用于平移时的动画效果方法设置为null时动画平移将关闭。</p>
</div>
</div>
</div>
<div class="CProperty">
<div class="CTopic">
<h3 class="CTitle"><a name="SuperMap.Map.minZoom"></a>minZoom</h3>
<div class="CBody">
<p>{Number} 地图最小缩放级别。 (自 8.1 新增)</p>
</div>
</div>
</div>
<div class="CProperty">
<div class="CTopic">
<h3 class="CTitle"><a name="SuperMap.Map.maxZoom"></a>maxZoom</h3>
<div class="CBody">
<p>{Number} 地图最大缩放级别。 (自 8.1 新增)</p>
</div>
</div>
</div>
<div class="CGroup">
<div class="CTopic">
<h3 class="CTitle"><a name="SuperMap.Map.Constructor"></a>Constructor</h3>
</div>
</div>
<div class="CConstructor">
<div class="CTopic">
<h3 class="CTitle"><a name="SuperMap.Map.SuperMap.Map"></a>SuperMap.Map</h3>
<div class="CBody">
<p>实例化 Map 类。</p>
<h4 class="CHeading">Parameters</h4>
<table border="0" cellspacing="0" cellpadding="0" class="CDescriptionList">
<tbody>
<tr>
<td class="CDLEntry">div</td>
<td class="CDLDescription">{DOMElement|String} 页面上装载地图的DOM元素当设置了 <a href="#SuperMap.Map.div" class="LProperty" id="link86" onmouseover="ShowTip(event, 'tt68', 'link86')" onmouseout="HideTip('tt68')">div</a> 选项option或稍后调用 <a href="#SuperMap.Map.render" class="LFunction" id="link87" onmouseover="ShowTip(event, 'tt2', 'link87')" onmouseout="HideTip('tt2')">render</a> 方法时可以省略。</td>
</tr>
<tr>
<td class="CDLEntry">options</td>
<td class="CDLDescription">{Object} 地图的选项设置如果在此参数中没有对controls进行设置则默认Navigation、PanZoomBar控件。</td>
</tr>
</tbody>
</table>
<h4 class="CHeading">Examples</h4>
<blockquote>
<pre class="prettyprint">// 在id为map1的页面元素中创建一个map地图对象。
var map = new SuperMap.Map(&quot;map1&quot;);
var options = {
maxExtent: new SuperMap.Bounds(-200000, -200000, 200000, 200000),
maxResolution: 156543,
units: 'm',
projection: &quot;EPSG:41001&quot;
};
//在id为map2的页面元素中创建一个map地图对象。
var map = new SuperMap.Map(&quot;map2&quot;, options);
// 为地图的属性设置div、options参数。
var map = new SuperMap.Map({
div: &quot;map_id&quot;,
maxExtent: new SuperMap.Bounds(-200000, -200000, 200000, 200000),
maxResolution: 156543,
units: 'm',
projection: &quot;EPSG:41001&quot;
});
// 为地图的属性设置options参数。
var map = new SuperMap.Map({
maxExtent: new SuperMap.Bounds(-200000, -200000, 200000, 200000),
maxResolution: 156543,
units: 'm',
projection: &quot;EPSG:41001&quot;
});
//用addControls方法为地图添加控件
var map = new SuperMap.Map('map', {controls: []});
map.addControl(new SuperMap.Control.Navigation());
//创建map地图对象通过设置options参数添加指定控件
var map = new SuperMap.Map('map', {controls: [
new SuperMap.Control.LayerSwitcher(),
new SuperMap.Control.ScaleLine(),
new SuperMap.Control.PanZoomBar(),
new SuperMap.Control.Navigation()
]});</pre>
</blockquote>
</div>
</div>
</div>
<div class="CGroup">
<div class="CTopic">
<h3 class="CTitle"><a name="SuperMap.Map.Functions"></a>Functions</h3>
</div>
</div>
<div class="CFunction">
<div class="CTopic">
<h3 class="CTitle"><a name="SuperMap.Map.render"></a>render</h3>
<div class="CBody">
<blockquote>
<table border="0" cellspacing="0" cellpadding="0" class="Prototype">
<tbody>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td class="PBeforeParameters prettyprint " nowrap="">render: function(</td>
<td class="PParameter prettyprint " nowrap="">div</td>
<td class="PAfterParameters prettyprint " nowrap="">)</td>
</tr>
</tbody>
</table></td>
</tr>
</tbody>
</table>
</blockquote>
<p>在指定的容器中渲染地图。</p>
<h4 class="CHeading">Parameters</h4>
<table border="0" cellspacing="0" cellpadding="0" class="CDescriptionList">
<tbody>
<tr>
<td class="CDLEntry">div</td>
<td class="CDLDescription">{String|DOMElement} 指定要渲染地图的DOM元素容器。如果与当前地图 容器不同,则地图视口将会被移动到新的容器。</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div class="CFunction">
<div class="CTopic">
<h3 class="CTitle"><a name="SuperMap.Map.destroy"></a>destroy</h3>
<div class="CBody">
<blockquote>
<table border="0" cellspacing="0" cellpadding="0" class="Prototype">
<tbody>
<tr>
<td class="prettyprint">destroy:function()</td>
</tr>
</tbody>
</table>
</blockquote>
<p>销毁地图 注意如果从DOM中移除map容器需要在destroy前执行。</p>
</div>
</div>
</div>
<div class="CFunction">
<div class="CTopic">
<h3 class="CTitle"><a name="SuperMap.Map.setOptions"></a>setOptions</h3>
<div class="CBody">
<blockquote>
<table border="0" cellspacing="0" cellpadding="0" class="Prototype">
<tbody>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td class="PBeforeParameters prettyprint " nowrap="">setOptions: function(</td>
<td class="PParameter prettyprint " nowrap="">options</td>
<td class="PAfterParameters prettyprint " nowrap="">)</td>
</tr>
</tbody>
</table></td>
</tr>
</tbody>
</table>
</blockquote>
<p>设置地图的options.</p>
<h4 class="CHeading">Parameters</h4>
<table border="0" cellspacing="0" cellpadding="0" class="CDescriptionList">
<tbody>
<tr>
<td class="CDLEntry">options</td>
<td class="CDLDescription">{Object} 标记地图的属性。</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div class="CFunction">
<div class="CTopic">
<h3 class="CTitle"><a name="SuperMap.Map.getTileSize"></a>getTileSize</h3>
<div class="CBody">
<blockquote>
<table border="0" cellspacing="0" cellpadding="0" class="Prototype">
<tbody>
<tr>
<td class="prettyprint">getTileSize: function()</td>
</tr>
</tbody>
</table>
</blockquote>
<p>获取地图瓦片的大小。</p>
<h4 class="CHeading">Returns</h4>
<p>{<a href="BaseTypes/Size-js.html#SuperMap.Size" class="LClass" id="link88" onmouseover="ShowTip(event, 'tt5', 'link88')" onmouseout="HideTip('tt5')">SuperMap.Size</a>} 返回 <a href="BaseTypes/Size-js.html#SuperMap.Size" class="LClass" id="link89" onmouseover="ShowTip(event, 'tt5', 'link89')" onmouseout="HideTip('tt5')">SuperMap.Size</a> 对象。</p>
</div>
</div>
</div>
<div class="CFunction">
<div class="CTopic">
<h3 class="CTitle"><a name="SuperMap.Map.getBy"></a>getBy</h3>
<div class="CBody">
<blockquote>
<table border="0" cellspacing="0" cellpadding="0" class="Prototype">
<tbody>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td class="PBeforeParameters prettyprint " nowrap="">getBy: function(</td>
<td class="PParameter prettyprint " nowrap="">array,</td>
</tr>
<tr>
<td></td>
<td class="PParameter prettyprint " nowrap="">property,</td>
</tr>
<tr>
<td></td>
<td class="PParameter prettyprint " nowrap="">match</td>
<td class="PAfterParameters prettyprint " nowrap="">)</td>
</tr>
</tbody>
</table></td>
</tr>
</tbody>
</table>
</blockquote>
<p>获取一个对象数组,并通过给定的属性匹配其中的项。</p>
<h4 class="CHeading">Parameters</h4>
<table border="0" cellspacing="0" cellpadding="0" class="CDescriptionList">
<tbody>
<tr>
<td class="CDLEntry">array</td>
<td class="CDLDescription">{String} 地图的属性,获取该值能够得到一个数组。</td>
</tr>
<tr>
<td class="CDLEntry">property</td>
<td class="CDLDescription">{String} 通过指定的地图属性获得的数组中每一项都包含的属性。</td>
</tr>
<tr>
<td class="CDLEntry">match</td>
<td class="CDLDescription">{String | Object} 用于匹配属性值的字符串,可以是正则表达式的 文本或对象。此外,正则表达式或包含名称为test方法的任意对象如果使 用match.test(map[array][i][property])计算返回的是true那该项即被包 含在返回的数组里边。如果没有找到符合标准的项目,返回的是一个 空字符串。</td>
</tr>
</tbody>
</table>
<h4 class="CHeading">Returns</h4>
<p>{Array} 返回其属性匹配给定条件的项组成的一个数组。</p>
<h4 class="CHeading">Examples</h4>
<blockquote>
<pre class="prettyprint">//以下代码能够获取CLASS_NAME属性值为SuperMap.Control.ScaleLine的控件。
map.getBy(&quot;controls&quot;,&quot;CLASS_NAME&quot;,&quot;SuperMap.Control.ScaleLine&quot;);
//以下代码能够获得name属性为World的图层。
map.getBy(&quot;layers&quot;,&quot;name&quot;,&quot;World&quot;);</pre>
</blockquote>
</div>
</div>
</div>
<div class="CFunction">
<div class="CTopic">
<h3 class="CTitle"><a name="SuperMap.Map.getLayersBy"></a>getLayersBy</h3>
<div class="CBody">
<blockquote>
<table border="0" cellspacing="0" cellpadding="0" class="Prototype">
<tbody>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td class="PBeforeParameters prettyprint " nowrap="">getLayersBy: function(</td>
<td class="PParameter prettyprint " nowrap="">property,</td>
</tr>
<tr>
<td></td>
<td class="PParameter prettyprint " nowrap="">match</td>
<td class="PAfterParameters prettyprint " nowrap="">)</td>
</tr>
</tbody>
</table></td>
</tr>
</tbody>
</table>
</blockquote>
<p>获取与给定属性和匹配字符串匹配的图层列表。</p>
<h4 class="CHeading">Parameter</h4>
<table border="0" cellspacing="0" cellpadding="0" class="CDescriptionList">
<tbody>
<tr>
<td class="CDLEntry">property</td>
<td class="CDLDescription">{String} 用来匹配的图层属性。</td>
</tr>
<tr>
<td class="CDLEntry">match</td>
<td class="CDLDescription">{String | Object} 匹配字符串,可以使正则表达式的文字或者对象。</td>
</tr>
</tbody>
</table>
<h4 class="CHeading">Returns</h4>
<p>{Array(<a href="Layer-js.html#SuperMap.Layer" class="LClass" id="link90" onmouseover="ShowTip(event, 'tt3', 'link90')" onmouseout="HideTip('tt3')">SuperMap.Layer</a>)} 返回匹配到的图层列表。如果没有匹配到则返回空数组。</p>
</div>
</div>
</div>
<div class="CFunction">
<div class="CTopic">
<h3 class="CTitle"><a name="SuperMap.Map.getLayersByName"></a>getLayersByName</h3>
<div class="CBody">
<blockquote>
<table border="0" cellspacing="0" cellpadding="0" class="Prototype">
<tbody>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td class="PBeforeParameters prettyprint " nowrap="">getLayersByName: function(</td>
<td class="PParameter prettyprint " nowrap="">match</td>
<td class="PAfterParameters prettyprint " nowrap="">)</td>
</tr>
</tbody>
</table></td>
</tr>
</tbody>
</table>
</blockquote>
<p>获取根据名称匹配得到的图层列表。</p>
<h4 class="CHeading">Parameter</h4>
<table border="0" cellspacing="0" cellpadding="0" class="CDescriptionList">
<tbody>
<tr>
<td class="CDLEntry">match</td>
<td class="CDLDescription">{String | Object} 图层名称,可以使用正则表达式的文字或者对象。</td>
</tr>
</tbody>
</table>
<h4 class="CHeading">Returns</h4>
<p>{Array(<a href="Layer-js.html#SuperMap.Layer" class="LClass" id="link91" onmouseover="ShowTip(event, 'tt3', 'link91')" onmouseout="HideTip('tt3')">SuperMap.Layer</a>)} 根据图层名称匹配得到的图层列表,无匹配时返回空数组。</p>
</div>
</div>
</div>
<div class="CFunction">
<div class="CTopic">
<h3 class="CTitle"><a name="SuperMap.Map.getLayersByClass"></a>getLayersByClass</h3>
<div class="CBody">
<blockquote>
<table border="0" cellspacing="0" cellpadding="0" class="Prototype">
<tbody>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td class="PBeforeParameters prettyprint " nowrap="">getLayersByClass: function(</td>
<td class="PParameter prettyprint " nowrap="">match</td>
<td class="PAfterParameters prettyprint " nowrap="">)</td>
</tr>
</tbody>
</table></td>
</tr>
</tbody>
</table>
</blockquote>
<p>根据类名获取的图层列表。</p>
<h4 class="CHeading">Parameter</h4>
<table border="0" cellspacing="0" cellpadding="0" class="CDescriptionList">
<tbody>
<tr>
<td class="CDLEntry">match</td>
<td class="CDLDescription">{String | Object} 图层类名。匹配字符可以使用正则表达式的文字或者对象.</td>
</tr>
</tbody>
</table>
<h4 class="CHeading">Returns</h4>
<p>{Array(<a href="Layer-js.html#SuperMap.Layer" class="LClass" id="link92" onmouseover="ShowTip(event, 'tt3', 'link92')" onmouseout="HideTip('tt3')">SuperMap.Layer</a>)} 根据类名匹配到的图层列表。如果匹配不到将返回空数组。</p>
</div>
</div>
</div>
<div class="CFunction">
<div class="CTopic">
<h3 class="CTitle"><a name="SuperMap.Map.getControlsBy"></a>getControlsBy</h3>
<div class="CBody">
<blockquote>
<table border="0" cellspacing="0" cellpadding="0" class="Prototype">
<tbody>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td class="PBeforeParameters prettyprint " nowrap="">getControlsBy: function(</td>
<td class="PParameter prettyprint " nowrap="">property,</td>
</tr>
<tr>
<td></td>
<td class="PParameter prettyprint " nowrap="">match</td>
<td class="PAfterParameters prettyprint " nowrap="">)</td>
</tr>
</tbody>
</table></td>
</tr>
</tbody>
</table>
</blockquote>
<p>根据给定的属性和匹配字符串匹配到的控件列表。</p>
<h4 class="CHeading">Parameter</h4>
<table border="0" cellspacing="0" cellpadding="0" class="CDescriptionList">
<tbody>
<tr>
<td class="CDLEntry">property</td>
<td class="CDLDescription">{String} 用来匹配控件的属性。</td>
</tr>
<tr>
<td class="CDLEntry">match</td>
<td class="CDLDescription">{String | Object} 匹配字符串。可以是正则表达式的文字或者对象。</td>
</tr>
</tbody>
</table>
<h4 class="CHeading">Returns</h4>
<p>{Array(<a href="Control-js.html#SuperMap.Control" class="LClass" id="link93" onmouseover="ShowTip(event, 'tt69', 'link93')" onmouseout="HideTip('tt69')">SuperMap.Control</a>)} 根据属性匹配到的控件列表。如果匹配不到将返回空数组。</p>
</div>
</div>
</div>
<div class="CFunction">
<div class="CTopic">
<h3 class="CTitle"><a name="SuperMap.Map.getControlsByClass"></a>getControlsByClass</h3>
<div class="CBody">
<blockquote>
<table border="0" cellspacing="0" cellpadding="0" class="Prototype">
<tbody>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td class="PBeforeParameters prettyprint " nowrap="">getControlsByClass: function(</td>
<td class="PParameter prettyprint " nowrap="">match</td>
<td class="PAfterParameters prettyprint " nowrap="">)</td>
</tr>
</tbody>
</table></td>
</tr>
</tbody>
</table>
</blockquote>
<p>根据给定类的类名匹配到的控件列表。</p>
<h4 class="CHeading">Parameter</h4>
<table border="0" cellspacing="0" cellpadding="0" class="CDescriptionList">
<tbody>
<tr>
<td class="CDLEntry">match</td>
<td class="CDLDescription">{String | Object} 控件的类名。可以是正则表达式的文字或者对象</td>
</tr>
</tbody>
</table>
<h4 class="CHeading">Returns</h4>
<p>{Array(<a href="Control-js.html#SuperMap.Control" class="LClass" id="link94" onmouseover="ShowTip(event, 'tt69', 'link94')" onmouseout="HideTip('tt69')">SuperMap.Control</a>)} 返回匹配到的控件列表。如果匹配不到将返回空数组。</p>
</div>
</div>
</div>
<div class="CFunction">
<div class="CTopic">
<h3 class="CTitle"><a name="SuperMap.Map.getLayer"></a>getLayer</h3>
<div class="CBody">
<blockquote>
<table border="0" cellspacing="0" cellpadding="0" class="Prototype">
<tbody>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td class="PBeforeParameters prettyprint " nowrap="">getLayer: function(</td>
<td class="PParameter prettyprint " nowrap="">id</td>
<td class="PAfterParameters prettyprint " nowrap="">)</td>
</tr>
</tbody>
</table></td>
</tr>
</tbody>
</table>
</blockquote>
<p>根据传入参数id获取图层。</p>
<h4 class="CHeading">Parameter</h4>
<table border="0" cellspacing="0" cellpadding="0" class="CDescriptionList">
<tbody>
<tr>
<td class="CDLEntry">id</td>
<td class="CDLDescription">{String} 图层的id属性值。</td>
</tr>
</tbody>
</table>
<h4 class="CHeading">Returns</h4>
<p>{<a href="Layer-js.html#SuperMap.Layer" class="LClass" id="link95" onmouseover="ShowTip(event, 'tt3', 'link95')" onmouseout="HideTip('tt3')">SuperMap.Layer</a>} 返回id对应的图层若没有匹配到返回null 。</p>
</div>
</div>
</div>
<div class="CFunction">
<div class="CTopic">
<h3 class="CTitle"><a name="SuperMap.Map.addLayer"></a>addLayer</h3>
<div class="CBody">
<blockquote>
<table border="0" cellspacing="0" cellpadding="0" class="Prototype">
<tbody>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td class="PBeforeParameters prettyprint " nowrap="">addLayer: function (</td>
<td class="PParameter prettyprint " nowrap="">layer</td>
<td class="PAfterParameters prettyprint " nowrap="">)</td>
</tr>
</tbody>
</table></td>
</tr>
</tbody>
</table>
</blockquote>
<p>向地图中添加指定的单个图层。</p>
<h4 class="CHeading">Parameters</h4>
<table border="0" cellspacing="0" cellpadding="0" class="CDescriptionList">
<tbody>
<tr>
<td class="CDLEntry">layer</td>
<td class="CDLDescription">{<a href="Layer-js.html#SuperMap.Layer" class="LClass" id="link96" onmouseover="ShowTip(event, 'tt3', 'link96')" onmouseout="HideTip('tt3')">SuperMap.Layer</a>} 指定向地图中添加的图层。</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div class="CFunction">
<div class="CTopic">
<h3 class="CTitle"><a name="SuperMap.Map.addLayers"></a>addLayers</h3>
<div class="CBody">
<blockquote>
<table border="0" cellspacing="0" cellpadding="0" class="Prototype">
<tbody>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td class="PBeforeParameters prettyprint " nowrap="">addLayers: function (</td>
<td class="PParameter prettyprint " nowrap="">layers</td>
<td class="PAfterParameters prettyprint " nowrap="">)</td>
</tr>
</tbody>
</table></td>
</tr>
</tbody>
</table>
</blockquote>
<p>向地图中添加指定的多个图层。</p>
<h4 class="CHeading">Parameters</h4>
<table border="0" cellspacing="0" cellpadding="0" class="CDescriptionList">
<tbody>
<tr>
<td class="CDLEntry">layers</td>
<td class="CDLDescription">{Array(<a href="Layer-js.html#SuperMap.Layer" class="LClass" id="link97" onmouseover="ShowTip(event, 'tt3', 'link97')" onmouseout="HideTip('tt3')">SuperMap.Layer</a>)} 指定向地图中添加的多个图层的数组。</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div class="CFunction">
<div class="CTopic">
<h3 class="CTitle"><a name="SuperMap.Map.removeLayer"></a>removeLayer</h3>
<div class="CBody">
<blockquote>
<table border="0" cellspacing="0" cellpadding="0" class="Prototype">
<tbody>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td class="PBeforeParameters prettyprint " nowrap="">removeLayer: function(</td>
<td class="PParameter prettyprint " nowrap="">layer,</td>
</tr>
<tr>
<td></td>
<td class="PParameter prettyprint " nowrap="">setNewBaseLayer</td>
<td class="PAfterParameters prettyprint " nowrap="">)</td>
</tr>
</tbody>
</table></td>
</tr>
</tbody>
</table>
</blockquote>
<p>通过删除可见元素即layer.div属性来移除地图上的图层。然后从地图的 图层列表中移除该图层同时设置图层的map属性为null。</p>
<h4 class="CHeading">Parameters</h4>
<table border="0" cellspacing="0" cellpadding="0" class="CDescriptionList">
<tbody>
<tr>
<td class="CDLEntry">layer</td>
<td class="CDLDescription">{<a href="Layer-js.html#SuperMap.Layer" class="LClass" id="link98" onmouseover="ShowTip(event, 'tt3', 'link98')" onmouseout="HideTip('tt3')">SuperMap.Layer</a>} 指定要被移除的图层。</td>
</tr>
<tr>
<td class="CDLEntry">setNewBaseLayer</td>
<td class="CDLDescription">{Boolean} 是否设置新的底图默认值为true。</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div class="CFunction">
<div class="CTopic">
<h3 class="CTitle"><a name="SuperMap.Map.getNumLayers"></a>getNumLayers</h3>
<div class="CBody">
<blockquote>
<table border="0" cellspacing="0" cellpadding="0" class="Prototype">
<tbody>
<tr>
<td class="prettyprint">getNumLayers: function ()</td>
</tr>
</tbody>
</table>
</blockquote>
<p>获取地图上的图层数量。</p>
<h4 class="CHeading">Returns</h4>
<p>{Int} 返回地图上加载的图层数量的整数值。</p>
</div>
</div>
</div>
<div class="CFunction">
<div class="CTopic">
<h3 class="CTitle"><a name="SuperMap.Map.getLayerIndex"></a>getLayerIndex</h3>
<div class="CBody">
<blockquote>
<table border="0" cellspacing="0" cellpadding="0" class="Prototype">
<tbody>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td class="PBeforeParameters prettyprint " nowrap="">getLayerIndex: function (</td>
<td class="PParameter prettyprint " nowrap="">layer</td>
<td class="PAfterParameters prettyprint " nowrap="">)</td>
</tr>
</tbody>
</table></td>
</tr>
</tbody>
</table>
</blockquote>
<p>获取图层在地图上的索引值(索引值从零开始)。</p>
<h4 class="CHeading">Parameters</h4>
<table border="0" cellspacing="0" cellpadding="0" class="CDescriptionList">
<tbody>
<tr>
<td class="CDLEntry">layer</td>
<td class="CDLDescription">{<a href="Layer-js.html#SuperMap.Layer" class="LClass" id="link99" onmouseover="ShowTip(event, 'tt3', 'link99')" onmouseout="HideTip('tt3')">SuperMap.Layer</a>} 指定要获取索引值的图层。</td>
</tr>
</tbody>
</table>
<h4 class="CHeading">Returns</h4>
<p>{Integer} 图层在地图上的索引值(索引值从零开始)。如果图层不在地图 上则返回-1。</p>
</div>
</div>
</div>
<div class="CFunction">
<div class="CTopic">
<h3 class="CTitle"><a name="SuperMap.Map.setLayerIndex"></a>setLayerIndex</h3>
<div class="CBody">
<blockquote>
<table border="0" cellspacing="0" cellpadding="0" class="Prototype">
<tbody>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td class="PBeforeParameters prettyprint " nowrap="">setLayerIndex: function (</td>
<td class="PParameter prettyprint " nowrap="">layer,</td>
</tr>
<tr>
<td></td>
<td class="PParameter prettyprint " nowrap="">idx</td>
<td class="PAfterParameters prettyprint " nowrap="">)</td>
</tr>
</tbody>
</table></td>
</tr>
</tbody>
</table>
</blockquote>
<p>移动图层到图层列表中的指定索引值(索引值从零开始)的位置。改变 它在地图显示时的z-index值。使用map.getLayerIndex()方法查看图层 当前的索引值。注意该方法不能将底图移动到叠加图层之上。</p>
<h4 class="CHeading">Parameters</h4>
<table border="0" cellspacing="0" cellpadding="0" class="CDescriptionList">
<tbody>
<tr>
<td class="CDLEntry">layer</td>
<td class="CDLDescription">{<a href="Layer-js.html#SuperMap.Layer" class="LClass" id="link100" onmouseover="ShowTip(event, 'tt3', 'link100')" onmouseout="HideTip('tt3')">SuperMap.Layer</a>} 要改变索引值的图层。</td>
</tr>
<tr>
<td class="CDLEntry">idx</td>
<td class="CDLDescription">{int} 指定的索引值。</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div class="CFunction">
<div class="CTopic">
<h3 class="CTitle"><a name="SuperMap.Map.raiseLayer"></a>raiseLayer</h3>
<div class="CBody">
<blockquote>
<table border="0" cellspacing="0" cellpadding="0" class="Prototype">
<tbody>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td class="PBeforeParameters prettyprint " nowrap="">raiseLayer: function (</td>
<td class="PParameter prettyprint " nowrap="">layer,</td>
</tr>
<tr>
<td></td>
<td class="PParameter prettyprint " nowrap="">delta</td>
<td class="PAfterParameters prettyprint " nowrap="">)</td>
</tr>
</tbody>
</table></td>
</tr>
</tbody>
</table>
</blockquote>
<p>通过给定的增量值delta参数来改变给定图层的索引值。如果增量值为 正,图层就会在图层堆栈中向上移;如果增量值为负,图层就会向下移。 这个方法同样不能将底图移动到叠加图层之上。</p>
<h4 class="CHeading">Paremeters</h4>
<table border="0" cellspacing="0" cellpadding="0" class="CDescriptionList">
<tbody>
<tr>
<td class="CDLEntry">layer</td>
<td class="CDLDescription">{<a href="Layer-js.html#SuperMap.Layer" class="LClass" id="link101" onmouseover="ShowTip(event, 'tt3', 'link101')" onmouseout="HideTip('tt3')">SuperMap.Layer</a>} 要移动的图层。</td>
</tr>
<tr>
<td class="CDLEntry">delta</td>
<td class="CDLDescription">{int} 指定移动的增量值。</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div class="CFunction">
<div class="CTopic">
<h3 class="CTitle"><a name="SuperMap.Map.setBaseLayer"></a>setBaseLayer</h3>
<div class="CBody">
<blockquote>
<table border="0" cellspacing="0" cellpadding="0" class="Prototype">
<tbody>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td class="PBeforeParameters prettyprint " nowrap="">setBaseLayer: function(</td>
<td class="PParameter prettyprint " nowrap="">newBaseLayer</td>
<td class="PAfterParameters prettyprint " nowrap="">)</td>
</tr>
</tbody>
</table></td>
</tr>
</tbody>
</table>
</blockquote>
<p>允许用户指定当前加载的某一图层为地图新的底图。</p>
<h4 class="CHeading">Parameters</h4>
<table border="0" cellspacing="0" cellpadding="0" class="CDescriptionList">
<tbody>
<tr>
<td class="CDLEntry">newBaseLayer</td>
<td class="CDLDescription">{<a href="Layer-js.html#SuperMap.Layer" class="LClass" id="link102" onmouseover="ShowTip(event, 'tt3', 'link102')" onmouseout="HideTip('tt3')">SuperMap.Layer</a>} 要被设置成新底图的图层。</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div class="CFunction">
<div class="CTopic">
<h3 class="CTitle"><a name="SuperMap.Map.addControl"></a>addControl</h3>
<div class="CBody">
<blockquote>
<table border="0" cellspacing="0" cellpadding="0" class="Prototype">
<tbody>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td class="PBeforeParameters prettyprint " nowrap="">addControl: function (</td>
<td class="PParameter prettyprint " nowrap="">control,</td>
</tr>
<tr>
<td></td>
<td class="PParameter prettyprint " nowrap="">px</td>
<td class="PAfterParameters prettyprint " nowrap="">)</td>
</tr>
</tbody>
</table></td>
</tr>
</tbody>
</table>
</blockquote>
<p>为地图添加控件。可选的位置参数用来指定控件的像素位置。</p>
<h4 class="CHeading">Parameters</h4>
<table border="0" cellspacing="0" cellpadding="0" class="CDescriptionList">
<tbody>
<tr>
<td class="CDLEntry">control</td>
<td class="CDLDescription">{<a href="Control-js.html#SuperMap.Control" class="LClass" id="link103" onmouseover="ShowTip(event, 'tt69', 'link103')" onmouseout="HideTip('tt69')">SuperMap.Control</a>} 要添加的控件。</td>
</tr>
<tr>
<td class="CDLEntry">px</td>
<td class="CDLDescription">{<a href="BaseTypes/Pixel-js.html#SuperMap.Pixel" class="LClass" id="link104" onmouseover="ShowTip(event, 'tt65', 'link104')" onmouseout="HideTip('tt65')">SuperMap.Pixel</a>} 控件添加的像素位置。</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div class="CFunction">
<div class="CTopic">
<h3 class="CTitle"><a name="SuperMap.Map.addControls"></a>addControls</h3>
<div class="CBody">
<blockquote>
<table border="0" cellspacing="0" cellpadding="0" class="Prototype">
<tbody>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td class="PBeforeParameters prettyprint " nowrap="">addControls: function (</td>
<td class="PParameter prettyprint " nowrap="">controls,</td>
</tr>
<tr>
<td></td>
<td class="PParameter prettyprint " nowrap="">pixels</td>
<td class="PAfterParameters prettyprint " nowrap="">)</td>
</tr>
</tbody>
</table></td>
</tr>
</tbody>
</table>
</blockquote>
<p>将控件添加到map上。 可以通过options的第二个数组通过像素对象控制控件的位置 两个数组应该匹配如果pixel设为null控件会显示在默认位置。</p>
<h4 class="CHeading">Parameters</h4>
<table border="0" cellspacing="0" cellpadding="0" class="CDescriptionList">
<tbody>
<tr>
<td class="CDLEntry">controls</td>
<td class="CDLDescription">{Array(<a href="Control-js.html#SuperMap.Control" class="LClass" id="link105" onmouseover="ShowTip(event, 'tt69', 'link105')" onmouseout="HideTip('tt69')">SuperMap.Control</a>)} 要添加的控件数组。</td>
</tr>
<tr>
<td class="CDLEntry">pixels</td>
<td class="CDLDescription">{Array(<a href="BaseTypes/Pixel-js.html#SuperMap.Pixel" class="LClass" id="link106" onmouseover="ShowTip(event, 'tt65', 'link106')" onmouseout="HideTip('tt65')">SuperMap.Pixel</a>)} 对应控件的像素位置数组。</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div class="CFunction">
<div class="CTopic">
<h3 class="CTitle"><a name="SuperMap.Map.getControl"></a>getControl</h3>
<div class="CBody">
<blockquote>
<table border="0" cellspacing="0" cellpadding="0" class="Prototype">
<tbody>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td class="PBeforeParameters prettyprint " nowrap="">getControl: function (</td>
<td class="PParameter prettyprint " nowrap="">id</td>
<td class="PAfterParameters prettyprint " nowrap="">)</td>
</tr>
</tbody>
</table></td>
</tr>
</tbody>
</table>
</blockquote>
<p>通过id值获取控件对象。</p>
<h4 class="CHeading">Parameters</h4>
<table border="0" cellspacing="0" cellpadding="0" class="CDescriptionList">
<tbody>
<tr>
<td class="CDLEntry">id</td>
<td class="CDLDescription">{String} 要获取的控件的id。</td>
</tr>
</tbody>
</table>
<h4 class="CHeading">Returns</h4>
<p>{<a href="Control-js.html#SuperMap.Control" class="LClass" id="link107" onmouseover="ShowTip(event, 'tt69', 'link107')" onmouseout="HideTip('tt69')">SuperMap.Control</a>} 根据id从map上的控件列表中匹配到控件。如果没有找到则返回null。</p>
</div>
</div>
</div>
<div class="CFunction">
<div class="CTopic">
<h3 class="CTitle"><a name="SuperMap.Map.removeControl"></a>removeControl</h3>
<div class="CBody">
<blockquote>
<table border="0" cellspacing="0" cellpadding="0" class="Prototype">
<tbody>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td class="PBeforeParameters prettyprint " nowrap="">removeControl: function (</td>
<td class="PParameter prettyprint " nowrap="">control</td>
<td class="PAfterParameters prettyprint " nowrap="">)</td>
</tr>
</tbody>
</table></td>
</tr>
</tbody>
</table>
</blockquote>
<p>移除控件。该方法不会使控件失效若要使其失效需调用该控件的deactivate方法。</p>
<h4 class="CHeading">Parameters</h4>
<table border="0" cellspacing="0" cellpadding="0" class="CDescriptionList">
<tbody>
<tr>
<td class="CDLEntry">control</td>
<td class="CDLDescription">{<a href="Control-js.html#SuperMap.Control" class="LClass" id="link108" onmouseover="ShowTip(event, 'tt69', 'link108')" onmouseout="HideTip('tt69')">SuperMap.Control</a>} 将被移除的控件。</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div class="CFunction">
<div class="CTopic">
<h3 class="CTitle"><a name="SuperMap.Map.addPopup"></a>addPopup</h3>
<div class="CBody">
<blockquote>
<table border="0" cellspacing="0" cellpadding="0" class="Prototype">
<tbody>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td class="PBeforeParameters prettyprint " nowrap="">addPopup: function(</td>
<td class="PParameter prettyprint " nowrap="">popup,</td>
</tr>
<tr>
<td></td>
<td class="PParameter prettyprint " nowrap="">exclusive</td>
<td class="PAfterParameters prettyprint " nowrap="">)</td>
</tr>
</tbody>
</table></td>
</tr>
</tbody>
</table>
</blockquote>
<p>在地图中添加弹出窗口。</p>
<h4 class="CHeading">Parameters</h4>
<table border="0" cellspacing="0" cellpadding="0" class="CDescriptionList">
<tbody>
<tr>
<td class="CDLEntry">popup</td>
<td class="CDLDescription">{<a href="Popup-js.html#SuperMap.Popup" class="LClass" id="link109" onmouseover="ShowTip(event, 'tt4', 'link109')" onmouseout="HideTip('tt4')">SuperMap.Popup</a>} 要添加的弹出窗口。</td>
</tr>
<tr>
<td class="CDLEntry">exclusive</td>
<td class="CDLDescription">{Boolean} 如果设为true则首先关闭所有其他弹出窗口。</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div class="CFunction">
<div class="CTopic">
<h3 class="CTitle"><a name="SuperMap.Map.removePopup"></a>removePopup</h3>
<div class="CBody">
<blockquote>
<table border="0" cellspacing="0" cellpadding="0" class="Prototype">
<tbody>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td class="PBeforeParameters prettyprint " nowrap="">removePopup: function(</td>
<td class="PParameter prettyprint " nowrap="">popup</td>
<td class="PAfterParameters prettyprint " nowrap="">)</td>
</tr>
</tbody>
</table></td>
</tr>
</tbody>
</table>
</blockquote>
<p>移除指定的弹出窗口。</p>
<h4 class="CHeading">Parameters</h4>
<table border="0" cellspacing="0" cellpadding="0" class="CDescriptionList">
<tbody>
<tr>
<td class="CDLEntry">popup</td>
<td class="CDLDescription">{<a href="Popup-js.html#SuperMap.Popup" class="LClass" id="link110" onmouseover="ShowTip(event, 'tt4', 'link110')" onmouseout="HideTip('tt4')">SuperMap.Popup</a>} 将删除的弹出窗口对象。</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div class="CFunction">
<div class="CTopic">
<h3 class="CTitle"><a name="SuperMap.Map.removeAllPopup"></a>removeAllPopup</h3>
<div class="CBody">
<blockquote>
<table border="0" cellspacing="0" cellpadding="0" class="Prototype">
<tbody>
<tr>
<td class="prettyprint">removeAllPopup:function ()</td>
</tr>
</tbody>
</table>
</blockquote>
<p>移除所有弹出窗口。</p>
</div>
</div>
</div>
<div class="CFunction">
<div class="CTopic">
<h3 class="CTitle"><a name="SuperMap.Map.getSize"></a>getSize</h3>
<div class="CBody">
<blockquote>
<table border="0" cellspacing="0" cellpadding="0" class="Prototype">
<tbody>
<tr>
<td class="prettyprint">getSize: function ()</td>
</tr>
</tbody>
</table>
</blockquote>
<p>获取当前地图容器大小。</p>
<h4 class="CHeading">Returns</h4>
<p>{<a href="BaseTypes/Size-js.html#SuperMap.Size" class="LClass" id="link111" onmouseover="ShowTip(event, 'tt5', 'link111')" onmouseout="HideTip('tt5')">SuperMap.Size</a>} 返回加载当前地图的容器 Div 的大小size以像素为单位。注意返回的对象是本地Size 对象的副本,意味着不允许用户修改。</p>
</div>
</div>
</div>
<div class="CFunction">
<div class="CTopic">
<h3 class="CTitle"><a name="SuperMap.Map.updateSize"></a>updateSize</h3>
<div class="CBody">
<blockquote>
<table border="0" cellspacing="0" cellpadding="0" class="Prototype">
<tbody>
<tr>
<td class="prettyprint">updateSize: function()</td>
</tr>
</tbody>
</table>
</blockquote>
<p>通过动态调用updateSize()方式,来改变地图容器的大小。</p>
</div>
</div>
</div>
<div class="CFunction">
<div class="CTopic">
<h3 class="CTitle"><a name="SuperMap.Map.getCenter"></a>getCenter</h3>
<div class="CBody">
<blockquote>
<table border="0" cellspacing="0" cellpadding="0" class="Prototype">
<tbody>
<tr>
<td class="prettyprint">getCenter: function ()</td>
</tr>
</tbody>
</table>
</blockquote>
<p>获取当前地图的中心点坐标。</p>
<h4 class="CHeading">Returns</h4>
<p>{<a href="BaseTypes/LonLat-js.html#SuperMap.LonLat" class="LClass" id="link112" onmouseover="ShowTip(event, 'tt70', 'link112')" onmouseout="HideTip('tt70')">SuperMap.LonLat</a>} 返回 <a href="BaseTypes/LonLat-js.html#SuperMap.LonLat" class="LClass" id="link113" onmouseover="ShowTip(event, 'tt70', 'link113')" onmouseout="HideTip('tt70')">SuperMap.LonLat</a> 对象。</p>
</div>
</div>
</div>
<div class="CFunction">
<div class="CTopic">
<h3 class="CTitle"><a name="SuperMap.Map.getZoom"></a>getZoom</h3>
<div class="CBody">
<blockquote>
<table border="0" cellspacing="0" cellpadding="0" class="Prototype">
<tbody>
<tr>
<td class="prettyprint">getZoom: function ()</td>
</tr>
</tbody>
</table>
</blockquote>
<p>获取当前地图的缩放比例级别。</p>
<h4 class="CHeading">Returns</h4>
<p>{Integer} 返回代表当前地图缩放级别的整数值。</p>
</div>
</div>
</div>
<div class="CFunction">
<div class="CTopic">
<h3 class="CTitle"><a name="SuperMap.Map.pan"></a>pan</h3>
<div class="CBody">
<blockquote>
<table border="0" cellspacing="0" cellpadding="0" class="Prototype">
<tbody>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td class="PBeforeParameters prettyprint " nowrap="">pan: function(</td>
<td class="PParameter prettyprint " nowrap="">dx,</td>
</tr>
<tr>
<td></td>
<td class="PParameter prettyprint " nowrap="">dy,</td>
</tr>
<tr>
<td></td>
<td class="PParameter prettyprint " nowrap="">options</td>
<td class="PAfterParameters prettyprint " nowrap="">)</td>
</tr>
</tbody>
</table></td>
</tr>
</tbody>
</table>
</blockquote>
<p>根据指定的屏幕像素值平移地图</p>
<h4 class="CHeading">Parameters</h4>
<table border="0" cellspacing="0" cellpadding="0" class="CDescriptionList">
<tbody>
<tr>
<td class="CDLEntry">dx</td>
<td class="CDLDescription">{Integer} 屏幕的x像素位置。</td>
</tr>
<tr>
<td class="CDLEntry">dy</td>
<td class="CDLDescription">{integer} 屏幕的y像素位置。</td>
</tr>
<tr>
<td class="CDLEntry">options</td>
<td class="CDLDescription">{Object} 平移的可选参数。 <b>animate</b> {Boolean} 平移过程是否使用动画。默认为true。 <b>dragging</b> {Boolean} 设置为true时调用setCenter()方法。默认为false。</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div class="CFunction">
<div class="CTopic">
<h3 class="CTitle"><a name="SuperMap.Map.panTo"></a>panTo</h3>
<div class="CBody">
<blockquote>
<table border="0" cellspacing="0" cellpadding="0" class="Prototype">
<tbody>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td class="PBeforeParameters prettyprint " nowrap="">panTo: function(</td>
<td class="PParameter prettyprint " nowrap="">lonlat</td>
<td class="PAfterParameters prettyprint " nowrap="">)</td>
</tr>
</tbody>
</table></td>
</tr>
</tbody>
</table>
</blockquote>
<p>平移地图到新的位置 如果新的位置在地图的当前范围内,地图将平滑地移动。</p>
<h4 class="CHeading">Parameters</h4>
<table border="0" cellspacing="0" cellpadding="0" class="CDescriptionList">
<tbody>
<tr>
<td class="CDLEntry">lonlat</td>
<td class="CDLDescription">{<a href="BaseTypes/LonLat-js.html#SuperMap.LonLat" class="LClass" id="link114" onmouseover="ShowTip(event, 'tt70', 'link114')" onmouseout="HideTip('tt70')">SuperMap.LonLat</a>} 要移动到的新位置。</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div class="CFunction">
<div class="CTopic">
<h3 class="CTitle"><a name="SuperMap.Map.setCenter"></a>setCenter</h3>
<div class="CBody">
<blockquote>
<table border="0" cellspacing="0" cellpadding="0" class="Prototype">
<tbody>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td class="PBeforeParameters prettyprint " nowrap="">setCenter: function(</td>
<td class="PParameter prettyprint " nowrap="">lonlat,</td>
</tr>
<tr>
<td></td>
<td class="PParameter prettyprint " nowrap="">zoom,</td>
</tr>
<tr>
<td></td>
<td class="PParameter prettyprint " nowrap="">dragging,</td>
</tr>
<tr>
<td></td>
<td class="PParameter prettyprint " nowrap="">forceZoomChange</td>
<td class="PAfterParameters prettyprint " nowrap="">)</td>
</tr>
</tbody>
</table></td>
</tr>
</tbody>
</table>
</blockquote>
<p>设置地图中心点。</p>
<h4 class="CHeading">Parameters</h4>
<table border="0" cellspacing="0" cellpadding="0" class="CDescriptionList">
<tbody>
<tr>
<td class="CDLEntry">lonlat</td>
<td class="CDLDescription">{<a href="BaseTypes/LonLat-js.html#SuperMap.LonLat" class="LClass" id="link115" onmouseover="ShowTip(event, 'tt70', 'link115')" onmouseout="HideTip('tt70')">SuperMap.LonLat</a>} 要设置的中心点。</td>
</tr>
<tr>
<td class="CDLEntry">zoom</td>
<td class="CDLDescription">{Integer} 缩放级别。</td>
</tr>
<tr>
<td class="CDLEntry">dragging</td>
<td class="CDLDescription">{Boolean} 指定是否触发 movestart/end 事件。</td>
</tr>
<tr>
<td class="CDLEntry">forceZoomChange</td>
<td class="CDLDescription">{Boolean} 指定是否触发zoomchange事件依赖于baseLayer的变化。</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div class="CFunction">
<div class="CTopic">
<h3 class="CTitle"><a name="SuperMap.Map.getProjection"></a>getProjection</h3>
<div class="CBody">
<blockquote>
<table border="0" cellspacing="0" cellpadding="0" class="Prototype">
<tbody>
<tr>
<td class="prettyprint">getProjection: function()</td>
</tr>
</tbody>
</table>
</blockquote>
<p>该方法返回代表投影的字符串。</p>
<h4 class="CHeading">Returns</h4>
<p>{String} 来源于baseLayer的投影字符串或者是null。</p>
</div>
</div>
</div>
<div class="CFunction">
<div class="CTopic">
<h3 class="CTitle"><a name="SuperMap.Map.getProjectionObject"></a>getProjectionObject</h3>
<div class="CBody">
<blockquote>
<table border="0" cellspacing="0" cellpadding="0" class="Prototype">
<tbody>
<tr>
<td class="prettyprint">getProjectionObject: function()</td>
</tr>
</tbody>
</table>
</blockquote>
<p>返回baseLayer的投影。</p>
<h4 class="CHeading">Returns</h4>
<p>{<a href="Projection-js.html#SuperMap.Projection" class="LClass" id="link116" onmouseover="ShowTip(event, 'tt8', 'link116')" onmouseout="HideTip('tt8')">SuperMap.Projection</a>} baseLayer的投影。</p>
</div>
</div>
</div>
<div class="CFunction">
<div class="CTopic">
<h3 class="CTitle"><a name="SuperMap.Map.getMaxResolution"></a>getMaxResolution</h3>
<div class="CBody">
<blockquote>
<table border="0" cellspacing="0" cellpadding="0" class="Prototype">
<tbody>
<tr>
<td class="prettyprint">getMaxResolution: function()</td>
</tr>
</tbody>
</table>
</blockquote>
<p>返回baseLayer最大的分辨率。</p>
<h4 class="CHeading">Returns</h4>
<p>{<a href="Projection-js.html#SuperMap.Projection" class="LClass" id="link117" onmouseover="ShowTip(event, 'tt8', 'link117')" onmouseout="HideTip('tt8')">SuperMap.Projection</a>} baseLayer的最大的分辨率。</p>
</div>
</div>
</div>
<div class="CFunction">
<div class="CTopic">
<h3 class="CTitle"><a name="SuperMap.Map.getMaxExtent"></a>getMaxExtent</h3>
<div class="CBody">
<blockquote>
<table border="0" cellspacing="0" cellpadding="0" class="Prototype">
<tbody>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td class="PBeforeParameters prettyprint " nowrap="">getMaxExtent: function (</td>
<td class="PParameter prettyprint " nowrap="">options</td>
<td class="PAfterParameters prettyprint " nowrap="">)</td>
</tr>
</tbody>
</table></td>
</tr>
</tbody>
</table>
</blockquote>
<p>获取地图的最大范围。</p>
<h4 class="CHeading">Parameters</h4>
<table border="0" cellspacing="0" cellpadding="0" class="CDescriptionList">
<tbody>
<tr>
<td class="CDLEntry">options</td>
<td class="CDLDescription">{Object} 选项对象。</td>
</tr>
</tbody>
</table>
<h4 class="CHeading">Allowed Options</h4>
<table border="0" cellspacing="0" cellpadding="0" class="CDescriptionList">
<tbody>
<tr>
<td class="CDLEntry">restricted</td>
<td class="CDLDescription">{Boolean} 如果将该选项设置为true返回的就是restrictedExtent 对应的范围(前提是设置了该限制范围)。</td>
</tr>
</tbody>
</table>
<h4 class="CHeading">Returns</h4>
<p>{&lt;Supermap.Bounds&gt;} 返回当前底图的maxExtent最大范围属性对应 的范围如果在选项options对象中设置了restricted选项返回的就 是restrictedExtent对应的范围前提是设置了该限制范围</p>
</div>
</div>
</div>
<div class="CFunction">
<div class="CTopic">
<h3 class="CTitle"><a name="SuperMap.Map.getNumZoomLevels"></a>getNumZoomLevels</h3>
<div class="CBody">
<blockquote>
<table border="0" cellspacing="0" cellpadding="0" class="Prototype">
<tbody>
<tr>
<td class="prettyprint">getNumZoomLevels: function()</td>
</tr>
</tbody>
</table>
</blockquote>
<p>获取当前底图的缩放级别总数在底图存在的情况下与底图缩放级别numZoomLevels 相同</p>
<h4 class="CHeading">Returns</h4>
<p>{Integer} 当前底图能够展示的所有缩放级别的总个数。</p>
</div>
</div>
</div>
<div class="CFunction">
<div class="CTopic">
<h3 class="CTitle"><a name="SuperMap.Map.getExtent"></a>getExtent</h3>
<div class="CBody">
<blockquote>
<table border="0" cellspacing="0" cellpadding="0" class="Prototype">
<tbody>
<tr>
<td class="prettyprint">getExtent: function ()</td>
</tr>
</tbody>
</table>
</blockquote>
<p>获取当前地图的范围。</p>
<h4 class="CHeading">Returns</h4>
<p>{<a href="BaseTypes/Bounds-js.html#SuperMap.Bounds" class="LClass" id="link118" onmouseover="ShowTip(event, 'tt7', 'link118')" onmouseout="HideTip('tt7')">SuperMap.Bounds</a>} 当前地图的范围如果baseLayer未设置则返回null。</p>
</div>
</div>
</div>
<div class="CFunction">
<div class="CTopic">
<h3 class="CTitle"><a name="SuperMap.Map.getResolution"></a>getResolution</h3>
<div class="CBody">
<blockquote>
<table border="0" cellspacing="0" cellpadding="0" class="Prototype">
<tbody>
<tr>
<td class="prettyprint">getResolution: function ()</td>
</tr>
</tbody>
</table>
</blockquote>
<p>获取当前地图的分辨率。</p>
<h4 class="CHeading">Returns</h4>
<p>{Float} 当前地图的分别率, 如果baseLayer未设置则返回null。</p>
</div>
</div>
</div>
<div class="CFunction">
<div class="CTopic">
<h3 class="CTitle"><a name="SuperMap.Map.getUnits"></a>getUnits</h3>
<div class="CBody">
<blockquote>
<table border="0" cellspacing="0" cellpadding="0" class="Prototype">
<tbody>
<tr>
<td class="prettyprint">getUnits: function ()</td>
</tr>
</tbody>
</table>
</blockquote>
<p>获取地图的当前单位。</p>
<h4 class="CHeading">Returns</h4>
<p>{String} 地图的当前单位没有底图的情况下返回的是null。</p>
</div>
</div>
</div>
<div class="CFunction">
<div class="CTopic">
<h3 class="CTitle"><a name="SuperMap.Map.getScale"></a>getScale</h3>
<div class="CBody">
<blockquote>
<table border="0" cellspacing="0" cellpadding="0" class="Prototype">
<tbody>
<tr>
<td class="prettyprint">getScale: function ()</td>
</tr>
</tbody>
</table>
</blockquote>
<p>获取当前地图的缩放比例。</p>
<h4 class="CHeading">Returns</h4>
<p>{Float} 当前地图的缩放比例。如果baseLayer未设置则返回null。</p>
</div>
</div>
</div>
<div class="CFunction">
<div class="CTopic">
<h3 class="CTitle"><a name="SuperMap.Map.getZoomForExtent"></a>getZoomForExtent</h3>
<div class="CBody">
<blockquote>
<table border="0" cellspacing="0" cellpadding="0" class="Prototype">
<tbody>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td class="PBeforeParameters prettyprint " nowrap="">getZoomForExtent: function (</td>
<td class="PParameter prettyprint " nowrap="">bounds,</td>
</tr>
<tr>
<td></td>
<td class="PParameter prettyprint " nowrap="">closest</td>
<td class="PAfterParameters prettyprint " nowrap="">)</td>
</tr>
</tbody>
</table></td>
</tr>
</tbody>
</table>
</blockquote>
<p>通过给定的范围获取比例级别。</p>
<h4 class="CHeading">Parameters</h4>
<table border="0" cellspacing="0" cellpadding="0" class="CDescriptionList">
<tbody>
<tr>
<td class="CDLEntry">bounds</td>
<td class="CDLDescription">{<a href="BaseTypes/Bounds-js.html#SuperMap.Bounds" class="LClass" id="link119" onmouseover="ShowTip(event, 'tt7', 'link119')" onmouseout="HideTip('tt7')">SuperMap.Bounds</a>} 指定要获取对应比例级别的范围。</td>
</tr>
<tr>
<td class="CDLEntry">closest</td>
<td class="CDLDescription">{Boolean} 是否找到最符合指定范围的比例级别。注意这样可能会 导致返回的级别不完全包含指定范围。默认值是false。</td>
</tr>
</tbody>
</table>
<h4 class="CHeading">Returns</h4>
<p>{Integer} 适应给定范围的缩放级别。如果底图没有设置返回null。</p>
</div>
</div>
</div>
<div class="CFunction">
<div class="CTopic">
<h3 class="CTitle"><a name="SuperMap.Map.getResolutionForZoom"></a>getResolutionForZoom</h3>
<div class="CBody">
<blockquote>
<table border="0" cellspacing="0" cellpadding="0" class="Prototype">
<tbody>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td class="PBeforeParameters prettyprint " nowrap="">getResolutionForZoom: function(</td>
<td class="PParameter prettyprint " nowrap="">zoom</td>
<td class="PAfterParameters prettyprint " nowrap="">)</td>
</tr>
</tbody>
</table></td>
</tr>
</tbody>
</table>
</blockquote>
<p>根据缩放级别获取对应分辨率。</p>
<h4 class="CHeading">Parameters</h4>
<table border="0" cellspacing="0" cellpadding="0" class="CDescriptionList">
<tbody>
<tr>
<td class="CDLEntry">zoom</td>
<td class="CDLDescription">{Float} 指定要获取对应分辨率的缩放级别。</td>
</tr>
</tbody>
</table>
<h4 class="CHeading">Returns</h4>
<p>{Float} 根据指定缩放级别获取的相对应的分辨率。如果没有设置底图返回null。</p>
</div>
</div>
</div>
<div class="CFunction">
<div class="CTopic">
<h3 class="CTitle"><a name="SuperMap.Map.getZoomForResolution"></a>getZoomForResolution</h3>
<div class="CBody">
<blockquote>
<table border="0" cellspacing="0" cellpadding="0" class="Prototype">
<tbody>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td class="PBeforeParameters prettyprint " nowrap="">getZoomForResolution: function(</td>
<td class="PParameter prettyprint " nowrap="">resolution,</td>
</tr>
<tr>
<td></td>
<td class="PParameter prettyprint " nowrap="">closest</td>
<td class="PAfterParameters prettyprint " nowrap="">)</td>
</tr>
</tbody>
</table></td>
</tr>
</tbody>
</table>
</blockquote>
<p>根据分辨率获取对应缩放级别。</p>
<h4 class="CHeading">Parameters</h4>
<table border="0" cellspacing="0" cellpadding="0" class="CDescriptionList">
<tbody>
<tr>
<td class="CDLEntry">resolution</td>
<td class="CDLDescription">{Float} 指定要获取对应缩放级别的分辨率。</td>
</tr>
<tr>
<td class="CDLEntry">closest</td>
<td class="CDLDescription">{Boolean} 是否通过分辨率的精确值类获取缩放级别。设置为true 的时候根据分辨率获得的比例级别实际上会小于我们想要的,默认值 为false。</td>
</tr>
</tbody>
</table>
<h4 class="CHeading">Returns</h4>
<p>{Integer} 根据指定分辨率获取的相对应的缩放级别。如果没有设置底图返回null。</p>
</div>
</div>
</div>
<div class="CFunction">
<div class="CTopic">
<h3 class="CTitle"><a name="SuperMap.Map.zoomTo"></a>zoomTo</h3>
<div class="CBody">
<blockquote>
<table border="0" cellspacing="0" cellpadding="0" class="Prototype">
<tbody>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td class="PBeforeParameters prettyprint " nowrap="">zoomTo: function(</td>
<td class="PParameter prettyprint " nowrap="">zoom</td>
<td class="PAfterParameters prettyprint " nowrap="">)</td>
</tr>
</tbody>
</table></td>
</tr>
</tbody>
</table>
</blockquote>
<p>缩放到指定的级别。</p>
<h4 class="CHeading">Parameters</h4>
<table border="0" cellspacing="0" cellpadding="0" class="CDescriptionList">
<tbody>
<tr>
<td class="CDLEntry">zoom</td>
<td class="CDLDescription">{Integer} 指定缩放级别的整数值。</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div class="CFunction">
<div class="CTopic">
<h3 class="CTitle"><a name="SuperMap.Map.zoomIn"></a>zoomIn</h3>
<div class="CBody">
<blockquote>
<table border="0" cellspacing="0" cellpadding="0" class="Prototype">
<tbody>
<tr>
<td class="prettyprint">zoomIn: function()</td>
</tr>
</tbody>
</table>
</blockquote>
<p>在当前缩放级别的基础上放大一级。</p>
</div>
</div>
</div>
<div class="CFunction">
<div class="CTopic">
<h3 class="CTitle"><a name="SuperMap.Map.zoomOut"></a>zoomOut</h3>
<div class="CBody">
<blockquote>
<table border="0" cellspacing="0" cellpadding="0" class="Prototype">
<tbody>
<tr>
<td class="prettyprint">zoomOut: function()</td>
</tr>
</tbody>
</table>
</blockquote>
<p>在当前缩放级别的基础上缩小一级。</p>
</div>
</div>
</div>
<div class="CFunction">
<div class="CTopic">
<h3 class="CTitle"><a name="SuperMap.Map.zoomToExtent"></a>zoomToExtent</h3>
<div class="CBody">
<blockquote>
<table border="0" cellspacing="0" cellpadding="0" class="Prototype">
<tbody>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td class="PBeforeParameters prettyprint " nowrap="">zoomToExtent: function(</td>
<td class="PParameter prettyprint " nowrap="">bounds,</td>
</tr>
<tr>
<td></td>
<td class="PParameter prettyprint " nowrap="">closest</td>
<td class="PAfterParameters prettyprint " nowrap="">)</td>
</tr>
</tbody>
</table></td>
</tr>
</tbody>
</table>
</blockquote>
<p>缩放到指定范围,重新定位中心点。</p>
<h4 class="CHeading">Parameters</h4>
<table border="0" cellspacing="0" cellpadding="0" class="CDescriptionList">
<tbody>
<tr>
<td class="CDLEntry">bounds</td>
<td class="CDLDescription">{<a href="BaseTypes/Bounds-js.html#SuperMap.Bounds" class="LClass" id="link120" onmouseover="ShowTip(event, 'tt7', 'link120')" onmouseout="HideTip('tt7')">SuperMap.Bounds</a>} 要缩放到的指定范围。</td>
</tr>
<tr>
<td class="CDLEntry">closest</td>
<td class="CDLDescription">{Boolean} 是否找到最符合指定范围的比例级别。注意这样可能会 导致返回的级别不完全包含指定范围。默认值是false。</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div class="CFunction">
<div class="CTopic">
<h3 class="CTitle"><a name="SuperMap.Map.zoomToMaxExtent"></a>zoomToMaxExtent</h3>
<div class="CBody">
<blockquote>
<table border="0" cellspacing="0" cellpadding="0" class="Prototype">
<tbody>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td class="PBeforeParameters prettyprint " nowrap="">zoomToMaxExtent: function(</td>
<td class="PParameter prettyprint " nowrap="">options</td>
<td class="PAfterParameters prettyprint " nowrap="">)</td>
</tr>
</tbody>
</table></td>
</tr>
</tbody>
</table>
</blockquote>
<p>缩放到最大范围,并重新定位中心点。</p>
<h4 class="CHeading">Parameters</h4>
<table border="0" cellspacing="0" cellpadding="0" class="CDescriptionList">
<tbody>
<tr>
<td class="CDLEntry">options</td>
<td class="CDLDescription">{Object} 选项对象参数。</td>
</tr>
</tbody>
</table>
<h4 class="CHeading">Allowed Options</h4>
<table border="0" cellspacing="0" cellpadding="0" class="CDescriptionList">
<tbody>
<tr>
<td class="CDLEntry">restricted</td>
<td class="CDLDescription">{Boolean} 设置为true就会缩放到 <a href="#SuperMap.Map.restrictedExtent" class="LProperty" id="link121" onmouseover="ShowTip(event, 'tt71', 'link121')" onmouseout="HideTip('tt71')">restrictedExtent</a> (限定范围), 前提是地图设置了restrictedExtent属性。默认值为true。</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div class="CFunction">
<div class="CTopic">
<h3 class="CTitle"><a name="SuperMap.Map.zoomToScale"></a>zoomToScale</h3>
<div class="CBody">
<blockquote>
<table border="0" cellspacing="0" cellpadding="0" class="Prototype">
<tbody>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td class="PBeforeParameters prettyprint " nowrap="">zoomToScale: function(</td>
<td class="PParameter prettyprint " nowrap="">scale,</td>
</tr>
<tr>
<td></td>
<td class="PParameter prettyprint " nowrap="">closest</td>
<td class="PAfterParameters prettyprint " nowrap="">)</td>
</tr>
</tbody>
</table></td>
</tr>
</tbody>
</table>
</blockquote>
<p>缩放到指定的比例</p>
<h4 class="CHeading">Parameters</h4>
<table border="0" cellspacing="0" cellpadding="0" class="CDescriptionList">
<tbody>
<tr>
<td class="CDLEntry">scale</td>
<td class="CDLDescription">{float} 指定要缩放到得比例级别。</td>
</tr>
<tr>
<td class="CDLEntry">closest</td>
<td class="CDLDescription">{Boolean} 查找与指定比例尺最接近的缩放级别(zoomLevel) 默认为 false。</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div class="CFunction">
<div class="CTopic">
<h3 class="CTitle"><a name="SuperMap.Map.getViewPortPxFromLonLat"></a>getViewPortPxFromLonLat</h3>
<div class="CBody">
<blockquote>
<table border="0" cellspacing="0" cellpadding="0" class="Prototype">
<tbody>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td class="PBeforeParameters prettyprint " nowrap="">getViewPortPxFromLonLat: function (</td>
<td class="PParameter prettyprint " nowrap="">lonlat</td>
<td class="PAfterParameters prettyprint " nowrap="">)</td>
</tr>
</tbody>
</table></td>
</tr>
</tbody>
</table>
</blockquote>
<p>根据指定地理位置,返回其相对于当前地图窗口左上角的像素位置。</p>
<h4 class="CHeading">Parameters</h4>
<table border="0" cellspacing="0" cellpadding="0" class="CDescriptionList">
<tbody>
<tr>
<td class="CDLEntry">lonlat</td>
<td class="CDLDescription">{<a href="BaseTypes/LonLat-js.html#SuperMap.LonLat" class="LClass" id="link122" onmouseover="ShowTip(event, 'tt70', 'link122')" onmouseout="HideTip('tt70')">SuperMap.LonLat</a>} 地理位置坐标。</td>
</tr>
</tbody>
</table>
<h4 class="CHeading">Returns</h4>
<p>{<a href="BaseTypes/Pixel-js.html#SuperMap.Pixel" class="LClass" id="link123" onmouseover="ShowTip(event, 'tt65', 'link123')" onmouseout="HideTip('tt65')">SuperMap.Pixel</a>} 返回指定地理位置相对于地图窗口左上角的像素坐标。</p>
</div>
</div>
</div>
<div class="CFunction">
<div class="CTopic">
<h3 class="CTitle"><a name="SuperMap.Map.getLonLatFromPixel"></a>getLonLatFromPixel</h3>
<div class="CBody">
<blockquote>
<table border="0" cellspacing="0" cellpadding="0" class="Prototype">
<tbody>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td class="PBeforeParameters prettyprint " nowrap="">getLonLatFromPixel: function (</td>
<td class="PParameter prettyprint " nowrap="">px</td>
<td class="PAfterParameters prettyprint " nowrap="">)</td>
</tr>
</tbody>
</table></td>
</tr>
</tbody>
</table>
</blockquote>
<p>根据相对于地图窗口左上角的像素位置返回其在地图上的地理位置。依据当前baselayer转换成 lon/lat (经度/纬度)形式。</p>
<h4 class="CHeading">Parameters</h4>
<table border="0" cellspacing="0" cellpadding="0" class="CDescriptionList">
<tbody>
<tr>
<td class="CDLEntry">px</td>
<td class="CDLDescription">{<a href="BaseTypes/Pixel-js.html#SuperMap.Pixel" class="LClass" id="link124" onmouseover="ShowTip(event, 'tt65', 'link124')" onmouseout="HideTip('tt65')">SuperMap.Pixel</a>}</td>
</tr>
</tbody>
</table>
<h4 class="CHeading">Returns</h4>
<p>{<a href="BaseTypes/LonLat-js.html#SuperMap.LonLat" class="LClass" id="link125" onmouseover="ShowTip(event, 'tt70', 'link125')" onmouseout="HideTip('tt70')">SuperMap.LonLat</a>} 指定地图窗口像素坐标所对应的地理位置LonLat对象。</p>
</div>
</div>
</div>
<div class="CFunction">
<div class="CTopic">
<h3 class="CTitle"><a name="SuperMap.Map.getPixelFromLonLat"></a>getPixelFromLonLat</h3>
<div class="CBody">
<blockquote>
<table border="0" cellspacing="0" cellpadding="0" class="Prototype">
<tbody>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td class="PBeforeParameters prettyprint " nowrap="">getPixelFromLonLat: function (</td>
<td class="PParameter prettyprint " nowrap="">lonlat</td>
<td class="PAfterParameters prettyprint " nowrap="">)</td>
</tr>
</tbody>
</table></td>
</tr>
</tbody>
</table>
</blockquote>
<p>获取地图上的像素坐标。依照当前baselayer将指定的地理点位置坐标 转换成其相对于地图窗口左上角点的像素坐标。</p>
<h4 class="CHeading">Parameters</h4>
<table border="0" cellspacing="0" cellpadding="0" class="CDescriptionList">
<tbody>
<tr>
<td class="CDLEntry">lonlat</td>
<td class="CDLDescription">{<a href="BaseTypes/LonLat-js.html#SuperMap.LonLat" class="LClass" id="link126" onmouseover="ShowTip(event, 'tt70', 'link126')" onmouseout="HideTip('tt70')">SuperMap.LonLat</a>} 地图位置。</td>
</tr>
</tbody>
</table>
<h4 class="CHeading">Returns</h4>
<p>{<a href="BaseTypes/Pixel-js.html#SuperMap.Pixel" class="LClass" id="link127" onmouseover="ShowTip(event, 'tt65', 'link127')" onmouseout="HideTip('tt65')">SuperMap.Pixel</a>} 返回视图窗口像素坐标位置, 此坐标是根据当前地图的经纬度坐标转换成的视图窗口像素点坐标。</p>
</div>
</div>
</div>
<div class="CFunction">
<div class="CTopic">
<h3 class="CTitle"><a name="SuperMap.Map.getViewPortPxFromLayerPx"></a>getViewPortPxFromLayerPx</h3>
<div class="CBody">
<blockquote>
<table border="0" cellspacing="0" cellpadding="0" class="Prototype">
<tbody>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td class="PBeforeParameters prettyprint " nowrap="">getViewPortPxFromLayerPx:function(</td>
<td class="PParameter prettyprint " nowrap="">layerPx</td>
<td class="PAfterParameters prettyprint " nowrap="">)</td>
</tr>
</tbody>
</table></td>
</tr>
</tbody>
</table>
</blockquote>
<p>根据图层像素点坐标获取视图窗口像素点坐标。</p>
<h4 class="CHeading">Parameters</h4>
<table border="0" cellspacing="0" cellpadding="0" class="CDescriptionList">
<tbody>
<tr>
<td class="CDLEntry">layerPx</td>
<td class="CDLDescription">{<a href="BaseTypes/Pixel-js.html#SuperMap.Pixel" class="LClass" id="link128" onmouseover="ShowTip(event, 'tt65', 'link128')" onmouseout="HideTip('tt65')">SuperMap.Pixel</a>}</td>
</tr>
</tbody>
</table>
<h4 class="CHeading">Returns</h4>
<p>{<a href="BaseTypes/Pixel-js.html#SuperMap.Pixel" class="LClass" id="link129" onmouseover="ShowTip(event, 'tt65', 'link129')" onmouseout="HideTip('tt65')">SuperMap.Pixel</a>} 将图层像素点转换成视图窗口像素点坐标。</p>
</div>
</div>
</div>
<div class="CFunction">
<div class="CTopic">
<h3 class="CTitle"><a name="SuperMap.Map.getLayerPxFromViewPortPx"></a>getLayerPxFromViewPortPx</h3>
<div class="CBody">
<blockquote>
<table border="0" cellspacing="0" cellpadding="0" class="Prototype">
<tbody>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td class="PBeforeParameters prettyprint " nowrap="">getLayerPxFromViewPortPx:function(</td>
<td class="PParameter prettyprint " nowrap="">viewPortPx</td>
<td class="PAfterParameters prettyprint " nowrap="">)</td>
</tr>
</tbody>
</table></td>
</tr>
</tbody>
</table>
</blockquote>
<p>根据视图窗口像素点坐标获取图层像素点坐标。</p>
<h4 class="CHeading">Parameters</h4>
<table border="0" cellspacing="0" cellpadding="0" class="CDescriptionList">
<tbody>
<tr>
<td class="CDLEntry">viewPortPx</td>
<td class="CDLDescription">{<a href="BaseTypes/Pixel-js.html#SuperMap.Pixel" class="LClass" id="link130" onmouseover="ShowTip(event, 'tt65', 'link130')" onmouseout="HideTip('tt65')">SuperMap.Pixel</a>}</td>
</tr>
</tbody>
</table>
<h4 class="CHeading">Returns</h4>
<p>{<a href="BaseTypes/Pixel-js.html#SuperMap.Pixel" class="LClass" id="link131" onmouseover="ShowTip(event, 'tt65', 'link131')" onmouseout="HideTip('tt65')">SuperMap.Pixel</a>} 视图窗口像素点坐标转换成图层像素点坐标。</p>
</div>
</div>
</div>
<div class="CFunction">
<div class="CTopic">
<h3 class="CTitle"><a name="SuperMap.Map.getLayerPxFromLonLat"></a>getLayerPxFromLonLat</h3>
<div class="CBody">
<blockquote>
<table border="0" cellspacing="0" cellpadding="0" class="Prototype">
<tbody>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td class="PBeforeParameters prettyprint " nowrap="">getLayerPxFromLonLat: function (</td>
<td class="PParameter prettyprint " nowrap="">lonlat</td>
<td class="PAfterParameters prettyprint " nowrap="">)</td>
</tr>
</tbody>
</table></td>
</tr>
</tbody>
</table>
</blockquote>
<p>根据传入的大地坐标获取图层坐标对象。</p>
<h4 class="CHeading">Parameters</h4>
<table border="0" cellspacing="0" cellpadding="0" class="CDescriptionList">
<tbody>
<tr>
<td class="CDLEntry">lonlat</td>
<td class="CDLDescription">{<a href="BaseTypes/LonLat-js.html#SuperMap.LonLat" class="LClass" id="link132" onmouseover="ShowTip(event, 'tt70', 'link132')" onmouseout="HideTip('tt70')">SuperMap.LonLat</a>} 坐标点参数。</td>
</tr>
</tbody>
</table>
<h4 class="CHeading">Returns</h4>
<p>{<a href="BaseTypes/Pixel-js.html#SuperMap.Pixel" class="LClass" id="link133" onmouseover="ShowTip(event, 'tt65', 'link133')" onmouseout="HideTip('tt65')">SuperMap.Pixel</a>} 通过传进的LonLat对象返回气相对于图层的坐标Pixel对象。</p>
</div>
</div>
</div>
<div class="CGroup">
<div class="CTopic">
<h3 class="CTitle"><a name="SuperMap.Map.Constants"></a>Constants</h3>
</div>
</div>
<div class="CConstant">
<div class="CTopic">
<h3 class="CTitle"><a name="SuperMap.Map.TILE_WIDTH"></a>TILE_WIDTH</h3>
<div class="CBody">
<p>{Integer} 瓦片默认宽度 256。</p>
</div>
</div>
</div>
<div class="CConstant">
<div class="CTopic">
<h3 class="CTitle"><a name="SuperMap.Map.TILE_HEIGHT"></a>TILE_HEIGHT</h3>
<div class="CBody">
<p>{Integer} 瓦片默认高度 256。</p>
</div>
</div>
</div>
</div>
<!--Content-->
<div id="Footer">
<a href="http://www.naturaldocs.org">Generated by Natural Docs</a>
</div>
<!--Footer-->
<div id="Menu">
<div class="MTitle">
SuperMap
<div class="MSubTitle">
JavaScript Mapping Library
</div>
</div>
<div class="MEntry">
<div class="MGroup">
<a href="javascript:ToggleMenu('MGroupContent48')">SuperMap</a>
<div class="MGroupContent" id="MGroupContent48">
<div class="MEntry">
<div class="MGroup">
<a href="javascript:ToggleMenu('MGroupContent2')">BaseTypes</a>
<div class="MGroupContent" id="MGroupContent2">
<div class="MEntry">
<div class="MFile">
<a href="BaseTypes-js.html">BaseTypes</a>
</div>
</div>
<div class="MEntry">
<div class="MGroup">
<a href="javascript:ToggleMenu('MGroupContent1')">BaseTypes</a>
<div class="MGroupContent" id="MGroupContent1">
<div class="MEntry">
<div class="MFile">
<a href="BaseTypes/Bounds-js.html">Bounds</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="BaseTypes/Class-js.html">Class</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="BaseTypes/Credential-js.html">Credential</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="BaseTypes/Date-js.html">Date</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="BaseTypes/Element-js.html">Element</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="BaseTypes/LonLat-js.html">LonLat</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="BaseTypes/Pixel-js.html">Pixel</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="BaseTypes/Size-js.html">Size</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="MEntry">
<div class="MGroup">
<a href="javascript:ToggleMenu('MGroupContent4')">Control</a>
<div class="MGroupContent" id="MGroupContent4">
<div class="MEntry">
<div class="MFile">
<a href="Control-js.html">Control</a>
</div>
</div>
<div class="MEntry">
<div class="MGroup">
<a href="javascript:ToggleMenu('MGroupContent3')">Control</a>
<div class="MGroupContent" id="MGroupContent3">
<div class="MEntry">
<div class="MFile">
<a href="Control/ArgParser-js.html">ArgParser</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Control/Attribution-js.html">Attribution</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Control/ChangeTilesVersion-js.html">ChangeTilesVersion</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Control/DragFeature-js.html">DragFeature</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Control/DragPan-js.html">DragPan</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Control/DrawFeature-js.html">DrawFeature</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Control/Geolocate-js.html">Geolocate</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Control/GOIs-js.html">GOIs</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Control/KeyboardDefaults-js.html">KeyboardDefaults</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Control/LayerSwitcher-js.html">LayerSwitcher</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Control/Measure-js.html">Measure</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Control/ModifyFeature-js.html">ModifyFeature</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Control/MousePosition-js.html">MousePosition</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Control/Navigation-js.html">Navigation</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Control/OverviewMap-js.html">OverviewMap</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Control/Panel-js.html">Panel</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Control/PanZoomBar-js.html">PanZoomBar</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Control/PinchZoom-js.html">PinchZoom</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Control/ScaleLine-js.html">ScaleLine</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Control/SearchCity-js.html">SearchCity</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Control/SelectCluster-js.html">SelectCluster</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Control/SelectFeature-js.html">SelectFeature</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Control/SelectGraphic-js.html">SelectGraphic</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Control/SelectGrid-js.html">SelectGrid</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Control/TiledVectorLayerEditor-js.html">TiledVectorLayerEditor</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Control/TouchNavigation-js.html">TouchNavigation</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Control/UTFGrid-js.html">UTFGrid</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Control/Zoom-js.html">Zoom</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Control/ZoomBox-js.html">ZoomBox</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Animator-js.html">Animator</a>
</div>
</div>
<div class="MEntry">
<div class="MGroup">
<a href="javascript:ToggleMenu('MGroupContent9')">Cloud</a>
<div class="MGroupContent" id="MGroupContent9">
<div class="MEntry">
<div class="MFile">
<a href="Cloud/Cloud-js.html">Cloud.js</a>
</div>
</div>
<div class="MEntry">
<div class="MGroup">
<a href="javascript:ToggleMenu('MGroupContent5')">LocalSearch</a>
<div class="MGroupContent" id="MGroupContent5">
<div class="MEntry">
<div class="MFile">
<a href="Cloud/LocalSearch/POIInfo-js.html">POIInfo</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Cloud/LocalSearch/POIInfosEventArgs-js.html">POIInfosEventArgs</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Cloud/LocalSearch/POIInfosParameter-js.html">POIInfosParameter</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Cloud/LocalSearch/POIInfosResult-js.html">POIInfosResult</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Cloud/LocalSearch/POIInfosServices-js.html">POIInfosService</a>
</div>
</div>
</div>
</div>
</div>
<div class="MEntry">
<div class="MGroup">
<a href="javascript:ToggleMenu('MGroupContent6')">Location</a>
<div class="MGroupContent" id="MGroupContent6">
<div class="MEntry">
<div class="MFile">
<a href="Cloud/Location/AddressComponent-js.html">AddressComponent</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Cloud/Location/GeocodingEventArgs-js.html">GeocodingEventArgs.js</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Cloud/Location/GeocodingParameter-js.html">GeocodingParameter</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Cloud/Location/GeocodingResult-js.html">GeocodingResult.js</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Cloud/Location/GeocodingService-js.html">GeocodingService</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Cloud/Location/GeoDecodingEventArgs-js.html">GeoDecodingEventArgs.js</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Cloud/Location/GeoDecodingParameter-js.html">GeoDecodingParameter</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Cloud/Location/GeoDecodingResult-js.html">GeoDecodingResult.js</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Cloud/Location/GeoDecodingService-js.html">GeoDecodingService</a>
</div>
</div>
</div>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Cloud/MapViewer-js.html">MapViewer</a>
</div>
</div>
<div class="MEntry">
<div class="MGroup">
<a href="javascript:ToggleMenu('MGroupContent7')">Navigation</a>
<div class="MGroupContent" id="MGroupContent7">
<div class="MEntry">
<div class="MFile">
<a href="Cloud/Navigation/PathAnalystEventArgs-js.html">PathAnalystEventArgs</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Cloud/Navigation/PathAnalystParameter-js.html">PathAnalystParameter</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Cloud/Navigation/PathAnalystResult-js.html">PathAnalystResult</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Cloud/Navigation/PathAnalystService-js.html">PathAnalystService</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Cloud/Navigation/PathInfo-js.html">PathInfo</a>
</div>
</div>
</div>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Cloud/Security-js.html">Security</a>
</div>
</div>
<div class="MEntry">
<div class="MGroup">
<a href="javascript:ToggleMenu('MGroupContent8')">TrafficTransferAnalyst</a>
<div class="MGroupContent" id="MGroupContent8">
<div class="MEntry">
<div class="MFile">
<a href="Cloud/TrafficTransferAnalyst/TransferLine-js.html">TransferLine</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Cloud/TrafficTransferAnalyst/TransferLines-js.html">TransferLines</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Cloud/TrafficTransferAnalyst/TransferSolution-js.html">TransferSolution</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Cloud/TrafficTransferAnalyst/TransferSolutionEventArgs-js.html">TransferSolutionEventArgs</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Cloud/TrafficTransferAnalyst/TransferSolutionParameters-js.html">TransferSolutionParameters</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Cloud/TrafficTransferAnalyst/TransferSolutionResult-js.html">TransferSolutionResult</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Cloud/TrafficTransferAnalyst/TransferSolutionService-js.html">TransferSolutionService</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Cloud/TrafficTransferAnalyst/TransferStopInfo-js.html">TransferStopInfo</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Cloud/TrafficTransferAnalyst/TransferWalkInfo-js.html">TransferWalkInfo</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Event-js.html">Event</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Events-js.html">Events</a>
</div>
</div>
<div class="MEntry">
<div class="MGroup">
<a href="javascript:ToggleMenu('MGroupContent12')">Feature</a>
<div class="MGroupContent" id="MGroupContent12">
<div class="MEntry">
<div class="MFile">
<a href="Feature-js.html">Feature</a>
</div>
</div>
<div class="MEntry">
<div class="MGroup">
<a href="javascript:ToggleMenu('MGroupContent11')">Feature</a>
<div class="MGroupContent" id="MGroupContent11">
<div class="MEntry">
<div class="MFile">
<a href="Feature/ShapeFactory-js.html">ShapeFactory</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Feature/ShapeParameters-js.html">ShapeParameters</a>
</div>
</div>
<div class="MEntry">
<div class="MGroup">
<a href="javascript:ToggleMenu('MGroupContent10')">ShapeParameters</a>
<div class="MGroupContent" id="MGroupContent10">
<div class="MEntry">
<div class="MFile">
<a href="Feature/ShapeParameters/Circle-js.html">Circle</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Feature/ShapeParameters/Image-js.html">Image</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Feature/ShapeParameters/Label-js.html">Label</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Feature/ShapeParameters/Line-js.html">Line</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Feature/ShapeParameters/Point-js.html">Point</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Feature/ShapeParameters/Polygon-js.html">Polygon</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Feature/ShapeParameters/Rectangle-js.html">Rectangle</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Feature/ShapeParameters/Sector-js.html">Sector</a>
</div>
</div>
</div>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Feature/Theme-js.html">Theme</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Feature/Theme/Graph-js.html">Theme.<wbr />Graph</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Feature/Theme/RankSymbol-js.html">Theme.<wbr />RankSymbol</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Feature/Vector-js.html">Vector</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="MEntry">
<div class="MGroup">
<a href="javascript:ToggleMenu('MGroupContent13')">Filter</a>
<div class="MGroupContent" id="MGroupContent13">
<div class="MEntry">
<div class="MFile">
<a href="Filter-js.html">Filter</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Filter/Comparison-js.html">Comparison</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Filter/Logical-js.html">Logical</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Filter/Spatial-js.html">Spatial</a>
</div>
</div>
</div>
</div>
</div>
<div class="MEntry">
<div class="MGroup">
<a href="javascript:ToggleMenu('MGroupContent15')">Geometry</a>
<div class="MGroupContent" id="MGroupContent15">
<div class="MEntry">
<div class="MFile">
<a href="Geometry-js.html">Geometry</a>
</div>
</div>
<div class="MEntry">
<div class="MGroup">
<a href="javascript:ToggleMenu('MGroupContent14')">Geometry</a>
<div class="MGroupContent" id="MGroupContent14">
<div class="MEntry">
<div class="MFile">
<a href="Geometry/Collection-js.html">Collection</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Geometry/Curve-js.html">Curve</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Geometry/GeoText-js.html">GeoText</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Geometry/LinearRing-js.html">LinearRing</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Geometry/LineString-js.html">LineString</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Geometry/MultiLineString-js.html">MultiLineString</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Geometry/MultiPoint-js.html">MultiPoint</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Geometry/MultiPolygon-js.html">MultiPolygon</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Geometry/Point-js.html">Point</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Geometry/Polygon-js.html">Polygon</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Geometry/Rectangle-js.html">Rectangle</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="MEntry">
<div class="MGroup">
<a href="javascript:ToggleMenu('MGroupContent17')">Handler</a>
<div class="MGroupContent" id="MGroupContent17">
<div class="MEntry">
<div class="MFile">
<a href="Handler-js.html">Handler</a>
</div>
</div>
<div class="MEntry">
<div class="MGroup">
<a href="javascript:ToggleMenu('MGroupContent16')">Handler</a>
<div class="MGroupContent" id="MGroupContent16">
<div class="MEntry">
<div class="MFile">
<a href="Handler/Box-js.html">Box</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Handler/Click-js.html">Click</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Handler/Drag-js.html">Drag</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Handler/Feature-js.html">Feature</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Handler/Graphic-js.html">Graphic</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Handler/Hover-js.html">Hover</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Handler/Keyboard-js.html">Keyboard</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Handler/MouseWheel-js.html">MouseWheel</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Handler/Path-js.html">Path</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Handler/Pinch-js.html">Pinch</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Handler/Point-js.html">Point</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Handler/Polygon-js.html">Polygon</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Handler/RegularPolygon-js.html">RegularPolygon</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="GOIs-js.html">GOIs</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Graphic-js.html">Graphic</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Icon-js.html">Icon</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Lang-js.html">Lang</a>
</div>
</div>
<div class="MEntry">
<div class="MGroup">
<a href="javascript:ToggleMenu('MGroupContent21')">Layer</a>
<div class="MGroupContent" id="MGroupContent21">
<div class="MEntry">
<div class="MFile">
<a href="Layer-js.html">Layer</a>
</div>
</div>
<div class="MEntry">
<div class="MGroup">
<a href="javascript:ToggleMenu('MGroupContent19')">Layer</a>
<div class="MGroupContent" id="MGroupContent19">
<div class="MEntry">
<div class="MFile">
<a href="Layer/CanvasLayer-js.html">CanvasLayer</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Layer/CloudLayer-js.html">CloudLayer</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Layer/ClusterLayer-js.html">ClusterLayer</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Layer/Grid-js.html">Grid</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Layer/HeatMapLayer-js.html">HeatMapLayer</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Layer/HeatMapFastLayer-js.html">HeatMapLayer</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Layer/HTTPRequest-js.html">HTTPRequest</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Layer/Image-js.html">Image</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Layer/UTFGrid-js.html">UTFGrid</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Layer/Markers-js.html">Markers</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Layer/SimpleCachedLayer-js.html">SimpleCachedLayer</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Layer/TiledDynamicRESTLayer-js.html">TiledDynamicRESTLayer</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Layer/WMS-js.html">WMS</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Layer/WMTS-js.html">WMTS</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Layer/AnimatorVector-js.html">AnimatorVector</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Layer/Baidu-js.html">Baidu</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Layer/Bing-js.html">Bing</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Layer/BingMap-js.html">BingMap</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Layer/Elements-js.html">Elements</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Layer/EventPane-js.html">EventPane</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Layer/FixedZoomLevels-js.html">FixedZoomLevels</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Layer/Google-js.html">Google</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Layer/Google-v3-js.html">Google.<wbr />v3.js</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Layer/Graphics-js.html">Graphic</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Layer/HeatGridLayer-js.html">HeatGridLayer</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Layer/HeatMapWeight-js.html">HeatMapWeight</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Layer/OSM-js.html">OSM</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Layer/Siweidg-js.html">Siweidg</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Layer/SphericalMercator-js.html">SphericalMercator</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Layer/Tencent-js.html">Tencent</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Layer/Theme-js.html">Theme</a>
</div>
</div>
<div class="MEntry">
<div class="MGroup">
<a href="javascript:ToggleMenu('MGroupContent18')">Theme</a>
<div class="MGroupContent" id="MGroupContent18">
<div class="MEntry">
<div class="MFile">
<a href="Layer/Theme/Graph-js.html">Graph</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Layer/Theme/Range-js.html">Range</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Layer/Theme/RankSymbol-js.html">RankSymbol</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Layer/Theme/GeoFeature-js.html">Theme.<wbr />GeoFeature</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Layer/Theme/Unique-js.html">Unique</a>
</div>
</div>
</div>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Layer/Tianditu-js.html">Tianditu</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Layer/TiledVectorLayer-js.html">TiledVectorLayer</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Layer/WCS-js.html">WCS</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Layer/XYZ-js.html">XYZ</a>
</div>
</div>
</div>
</div>
</div>
<div class="MEntry">
<div class="MGroup">
<a href="javascript:ToggleMenu('MGroupContent20')">Vector</a>
<div class="MGroupContent" id="MGroupContent20">
<div class="MEntry">
<div class="MFile">
<a href="Layer/Vector-js.html">Vector</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Layer/Vector/RootContainer-js.html">RootContainer</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="MEntry">
<div class="MFile" id="MSelected">
Map
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Marker-js.html">Marker</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Projection-js.html">Projection</a>
</div>
</div>
<div class="MEntry">
<div class="MGroup">
<a href="javascript:ToggleMenu('MGroupContent22')">Popup</a>
<div class="MGroupContent" id="MGroupContent22">
<div class="MEntry">
<div class="MFile">
<a href="Popup-js.html">Popup</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Popup/Anchored-js.html">Anchored</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Popup/Framed-js.html">Framed</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Popup/FramedCloud-js.html">FramedCloud</a>
</div>
</div>
</div>
</div>
</div>
<div class="MEntry">
<div class="MGroup">
<a href="javascript:ToggleMenu('MGroupContent23')">Format</a>
<div class="MGroupContent" id="MGroupContent23">
<div class="MEntry">
<div class="MFile">
<a href="Format/GeoJSON-js.html">GeoJSON</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Format/JSON-js.html">JSON</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Format/KML-js.html">KML</a>
</div>
</div>
</div>
</div>
</div>
<div class="MEntry">
<div class="MGroup">
<a href="javascript:ToggleMenu('MGroupContent25')">Protocol</a>
<div class="MGroupContent" id="MGroupContent25">
<div class="MEntry">
<div class="MFile">
<a href="Protocol-js.html">Protocol</a>
</div>
</div>
<div class="MEntry">
<div class="MGroup">
<a href="javascript:ToggleMenu('MGroupContent24')">WFS</a>
<div class="MGroupContent" id="MGroupContent24">
<div class="MEntry">
<div class="MFile">
<a href="Protocol/WFS-js.html">WFS</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Protocol/WFS/v1-js.html">v1</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Protocol/WFS/v1_0_0-js.html">v1_0_0</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Protocol/WFS/v1_1_0-js.html">v1_1_0</a>
</div>
</div>
</div>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Protocol/HTTP-js.html">HTTP</a>
</div>
</div>
</div>
</div>
</div>
<div class="MEntry">
<div class="MGroup">
<a href="javascript:ToggleMenu('MGroupContent27')">Renderer</a>
<div class="MGroupContent" id="MGroupContent27">
<div class="MEntry">
<div class="MFile">
<a href="Renderer-js.html">Renderer</a>
</div>
</div>
<div class="MEntry">
<div class="MGroup">
<a href="javascript:ToggleMenu('MGroupContent26')">AnimatorCanvas</a>
<div class="MGroupContent" id="MGroupContent26">
<div class="MEntry">
<div class="MFile">
<a href="Renderer/AnimatorCanvas-js.html">AnimatorCanvas</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Renderer/Graphic-js.html">Graphic.js</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Renderer/AnimatorCanvas/RadiatePoint-js.html">RadiatePoint</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Renderer/AnimatorCanvas/StretchLine-js.html">StretchLine</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Renderer/AnimatorCanvas/TadpolePoint-js.html">TadpolePoint</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="MEntry">
<div class="MGroup">
<a href="javascript:ToggleMenu('MGroupContent40')">REST</a>
<div class="MGroupContent" id="MGroupContent40">
<div class="MEntry">
<div class="MFile">
<a href="REST-js.html">REST</a>
</div>
</div>
<div class="MEntry">
<div class="MGroup">
<a href="javascript:ToggleMenu('MGroupContent28')">Data</a>
<div class="MGroupContent" id="MGroupContent28">
<div class="MEntry">
<div class="MFile">
<a href="REST/Data/EditFeaturesEventArgs-js.html">EditFeaturesEventArgs</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/Data/EditFeaturesParameters-js.html">EditFeaturesParameters</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/Data/EditFeaturesResult-js.html">EditFeaturesResult</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/Data/EditFeaturesService-js.html">EditFeaturesService</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/Data/FieldStatisticEventArgs-js.html">FieldStatisticEventArgs</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/Data/FieldStatisticResult-js.html">FieldStatisticResult</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/Data/FieldStatisticService-js.html">FieldStatisticService</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/Data/GetFeaturesByBoundsParameters-js.html">GetFeaturesByBoundsParameters</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/Data/GetFeaturesByBoundsService-js.html">GetFeaturesByBoundsService</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/Data/GetFeaturesByBufferParameters-js.html">GetFeaturesByBufferParameters</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/Data/GetFeaturesByBufferService-js.html">GetFeaturesByBufferService</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/Data/GetFeaturesByGeometryParameters-js.html">GetFeaturesByGeometryParameters</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/Data/GetFeaturesByGeometryService-js.html">GetFeaturesByGeometryService</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/Data/GetFeaturesByIDsParameters-js.html">GetFeaturesByIDsParameters</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/Data/GetFeaturesByIDsService-js.html">GetFeaturesByIDsService</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/Data/GetFeaturesBySQLParameters-js.html">GetFeaturesBySQLParameters</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/Data/GetFeaturesBySQLService-js.html">GetFeaturesBySQLService</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/Data/GetFeaturesEventArgs-js.html">GetFeaturesEventArgs</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/Data/GetFeaturesParametersBase-js.html">GetFeaturesParametersBase</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/Data/GetFeaturesResult-js.html">GetFeaturesResult</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/Data/GetFeaturesServiceBase-js.html">GetFeaturesServiceBase</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/Data/GetFieldsEventArgs-js.html">GetFieldsEventArgs</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/Data/GetFieldsResult-js.html">GetFieldsResult</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/Data/GetFieldsService-js.html">GetFieldsService</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/Data/GetGridCellInfosEventArgs-js.html">GetGridCellInfosEventArgs</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/Data/GetGridCellInfosParameter-js.html">GetGridCellInfosParameters</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/Data/GetGridCellInfosResult-js.html">GetGridCellInfosResult.js</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/Data/GetGridCellInfosService-js.html">GetGridCellInfosService</a>
</div>
</div>
</div>
</div>
</div>
<div class="MEntry">
<div class="MGroup">
<a href="javascript:ToggleMenu('MGroupContent29')">LayerServices</a>
<div class="MGroupContent" id="MGroupContent29">
<div class="MEntry">
<div class="MFile">
<a href="REST/LayerServices/ChartAttributeSpec-js.html">ChartAttributeSpec</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/LayerServices/ChartFeatureInfoSpec-js.html">ChartFeatureInfoSpec</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/LayerServices/ChartFeatureInfoSpecsResult-js.html">ChartFeatureInfoSpecsResult</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/LayerServices/ChartFeatureInfoSpecsService-js.html">ChartFeatureInfoSpecsService</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/LayerServices/ColorDictionary-js.html">ColorDictionary</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/LayerServices/DatasetInfo-js.html">DatasetInfo</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/LayerServices/GetLayersInfoEventArgs-js.html">GetLayersInfoEventArgs</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/LayerServices/GetLayersInfoService-js.html">GetLayersInfoService</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/LayerServices/Grid-js.html">Grid</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/LayerServices/Image-js.html">Image</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/LayerServices/LayerStatus-js.html">LayerStatus</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/LayerServices/OverlapDisplayedOptions-js.html">OverlapDisplayedOptions</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/LayerServices/ServerTheme-js.html">ServerTheme</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/LayerServices/SetLayerInfoService-js.html">SetLayerInfoService</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/LayerServices/SetLayerResult-js.html">SetLayerResult</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/LayerServices/SetLayersInfoEventArgs-js.html">SetLayersInfoEventArgs</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/LayerServices/SetLayersInfoResult-js.html">SetLayersInfoResult</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/LayerServices/SetLayersInfoService-js.html">SetLayersInfoService</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/LayerServices/SetLayersStatusEventArgs-js.html">SetLayersStatusEventArgs</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/LayerServices/SetLayerStatusParameters-js.html">SetLayerStatusParameters</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/LayerServices/SetLayerStatusService-js.html">SetLayerStatusService</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/LayerServices/UGCLayer-js.html">UGCLayer</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/LayerServices/UGCMapLayer-js.html">UGCMapLayer</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/LayerServices/UGCSubLayer-js.html">UGCSubLayer</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/LayerServices/Vector-js.html">Vector</a>
</div>
</div>
</div>
</div>
</div>
<div class="MEntry">
<div class="MGroup">
<a href="javascript:ToggleMenu('MGroupContent30')">MapService</a>
<div class="MGroupContent" id="MGroupContent30">
<div class="MEntry">
<div class="MFile">
<a href="REST/MapService/MapService-js.html">MapService</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/MapService/MapServiceEventArgs-js.html">MapServiceEventArgs</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/MapService/MapServiceResult-js.html">MapServiceResult</a>
</div>
</div>
</div>
</div>
</div>
<div class="MEntry">
<div class="MGroup">
<a href="javascript:ToggleMenu('MGroupContent31')">Measure</a>
<div class="MGroupContent" id="MGroupContent31">
<div class="MEntry">
<div class="MFile">
<a href="REST/Measure/MeasureEventArgs-js.html">MeasureEventArgs</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/Measure/MeasureParameters-js.html">MeasureParameters</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/Measure/MeasureResult-js.html">MeasureResult</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/Measure/MeasureService-js.html">MeasureService</a>
</div>
</div>
</div>
</div>
</div>
<div class="MEntry">
<div class="MGroup">
<a href="javascript:ToggleMenu('MGroupContent32')">NetworkAnalyst</a>
<div class="MGroupContent" id="MGroupContent32">
<div class="MEntry">
<div class="MFile">
<a href="REST/NetworkAnalyst/BurstPipelineAnalystEventArgs-js.html">BurstPipelineAnalystEventArgs</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/NetworkAnalyst/BurstPipelineAnalystParameters-js.html">BurstPipelineAnalystParameters</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/NetworkAnalyst/BurstPipelineAnalystResult-js.html">BurstPipelineAnalystResult</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/NetworkAnalyst/BurstPipelineAnalystService-js.html">BurstPipelineAnalystService</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/NetworkAnalyst/ClosestFacilityPath-js.html">ClosestFacilityPath</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/NetworkAnalyst/ComputeWeightMatrixEventArgs-js.html">ComputeWeightMatrixEventArgs</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/NetworkAnalyst/ComputeWeightMatrixParameters-js.html">ComputeWeightMatrixParameters</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/NetworkAnalyst/ComputeWeightMatrixResult-js.html">ComputeWeightMatrixResult</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/NetworkAnalyst/ComputeWeightMatrixService-js.html">ComputeWeightMatrixService</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/NetworkAnalyst/DemandResult-js.html">DemandResult</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/NetworkAnalyst/FacilityAnalystStreamEventArgs-js.html">FacilityAnalystStreamEventArgs</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/NetworkAnalyst/FacilityAnalystStreamParameters-js.html">FacilityAnalystStreamParameters</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/NetworkAnalyst/FacilityAnalystStreamResult-js.html">FacilityAnalystStreamResult</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/NetworkAnalyst/FacilityAnalystStreamService-js.html">FacilityAnalystStreamService</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/NetworkAnalyst/FindClosestFacilitiesEventArgs-js.html">FindClosestFacilitiesEventArgs</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/NetworkAnalyst/FindClosestFacilitiesParameters-js.html">FindClosestFacilitiesParameters</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/NetworkAnalyst/FindClosestFacilitiesService-js.html">FindClosestFacilitiesService</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/NetworkAnalyst/FindClosestFacilityResult-js.html">FindClosestFacilityResult</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/NetworkAnalyst/FindLocationEventArgs-js.html">FindLocationEventArgs</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/NetworkAnalyst/FindLocationParameters-js.html">FindLocationParameters</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/NetworkAnalyst/FindLocationResult-js.html">FindLocationResult</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/NetworkAnalyst/FindLocationService-js.html">FindLocationService</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/NetworkAnalyst/FindMTSPPathsEventArgs-js.html">FindMTSPPathsEventArgs</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/NetworkAnalyst/FindMTSPPathsParameters-js.html">FindMTSPPathsParameters</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/NetworkAnalyst/FindMTSPPathsResult-js.html">FindMTSPPathsResult</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/NetworkAnalyst/FindMTSPPathsService-js.html">FindMTSPPathsService</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/NetworkAnalyst/FindPathEventArgs-js.html">FindPathEventArgs</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/NetworkAnalyst/FindPathParameters-js.html">FindPathParameters</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/NetworkAnalyst/FindPathResult-js.html">FindPathResult</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/NetworkAnalyst/FindPathService-js.html">FindPathService</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/NetworkAnalyst/FindServiceAreasEventArgs-js.html">FindServiceAreasEventArgs</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/NetworkAnalyst/FindServiceAreasParameters-js.html">FindServiceAreasParameters</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/NetworkAnalyst/FindServiceAreasResult-js.html">FindServiceAreasResult</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/NetworkAnalyst/FindServiceAreasService-js.html">FindServiceAreasService</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/NetworkAnalyst/FindTSPPathsEventArgs-js.html">FindTSPPathsEventArgs</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/NetworkAnalyst/FindTSPPathsParameters-js.html">FindTSPPathsParameters</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/NetworkAnalyst/FindTSPPathsResult-js.html">FindTSPPathsResult</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/NetworkAnalyst/FindTSPPathsService-js.html">FindTSPPathsService</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/NetworkAnalyst/MTSPPath-js.html">MTSPPath</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/NetworkAnalyst/Path-js.html">Path</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/NetworkAnalyst/PathGuideItem-js.html">PathGuideItem</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/NetworkAnalyst/PointWithMeasure-js.html">PointWithMeasure</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/NetworkAnalyst/Route-js.html">Route</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/NetworkAnalyst/ServiceArea-js.html">ServiceArea</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/NetworkAnalyst/SupplyCenter-js.html">SupplyCenter</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/NetworkAnalyst/SupplyResult-js.html">SupplyResult</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/NetworkAnalyst/TransportationAnalystParameter-js.html">TransportationAnalystParameter</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/NetworkAnalyst/TransportationAnalystResultSetting-js.html">TransportationAnalystResultSetting</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/NetworkAnalyst/TSPPath-js.html">TSPPath</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/NetworkAnalyst/UpdateEdgeWeightEventArgs-js.html">UpdateEdgeWeightEventArgs</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/NetworkAnalyst/UpdateEdgeWeightParameters-js.html">UpdateEdgeWeightParameters.js</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/NetworkAnalyst/UpdateEdgeWeightResult-js.html">UpdateEdgeWeightResult</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/NetworkAnalyst/UpdateEdgeWeightService-js.html">UpdateEdgeWeightService.js</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/NetworkAnalyst/UpdateTurnNodeWeightEventArgs-js.html">UpdateTurnNodeWeightEventArgs</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/NetworkAnalyst/UpdateTurnNodeWeightParameters-js.html">UpdateTurnNodeWeightParameters.js</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/NetworkAnalyst/UpdateTurnNodeWeightResult-js.html">UpdateTurnNodeWeightResult</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/NetworkAnalyst/UpdateTurnNodeWeightService-js.html">UpdateTurnNodeWeightService.js</a>
</div>
</div>
</div>
</div>
</div>
<div class="MEntry">
<div class="MGroup">
<a href="javascript:ToggleMenu('MGroupContent33')">NetworkAnalyst3D</a>
<div class="MGroupContent" id="MGroupContent33">
<div class="MEntry">
<div class="MFile">
<a href="REST/NetworkAnalyst3D/FacilityAnalyst3DParameters-js.html">FacilityAnalyst3DParameters</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/NetworkAnalyst3D/FacilityAnalystSinks3DEventArgs-js.html">FacilityAnalystSinks3DEventArgs</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/NetworkAnalyst3D/FacilityAnalystSinks3DParameters-js.html">FacilityAnalystSinks3DParameters</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/NetworkAnalyst3D/FacilityAnalystSinks3DResult-js.html">FacilityAnalystSinks3DResult</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/NetworkAnalyst3D/FacilityAnalystSinks3DService-js.html">FacilityAnalystSinks3DService</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/NetworkAnalyst3D/FacilityAnalystSources3DEventArgs-js.html">FacilityAnalystSources3DEventArgs</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/NetworkAnalyst3D/FacilityAnalystSources3DParameters-js.html">FacilityAnalystSources3DParameters</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/NetworkAnalyst3D/FacilityAnalystSources3DResult-js.html">FacilityAnalystSources3DResult</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/NetworkAnalyst3D/FacilityAnalystSources3DService-js.html">FacilityAnalystSources3DService</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/NetworkAnalyst3D/FacilityAnalystTracedown3DEventArgs-js.html">FacilityAnalystTracedown3DEventArgs</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/NetworkAnalyst3D/FacilityAnalystTracedown3DParameters-js.html">FacilityAnalystTracedown3DParameters</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/NetworkAnalyst3D/FacilityAnalystTracedown3DResult-js.html">FacilityAnalystTracedown3DResult</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/NetworkAnalyst3D/FacilityAnalystTracedown3DService-js.html">FacilityAnalystTracedown3DService</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/NetworkAnalyst3D/FacilityAnalystTraceup3DEventArgs-js.html">FacilityAnalystTraceup3DEventArgs</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/NetworkAnalyst3D/FacilityAnalystTraceup3DParameters-js.html">FacilityAnalystTraceup3DParameters</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/NetworkAnalyst3D/FacilityAnalystTraceup3DResult-js.html">FacilityAnalystTraceup3DResult</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/NetworkAnalyst3D/FacilityAnalystTraceup3DService-js.html">FacilityAnalystTraceup3DService</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/NetworkAnalyst3D/FacilityAnalystUpstream3DEventArgs-js.html">FacilityAnalystUpstream3DEventArgs</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/NetworkAnalyst3D/FacilityAnalystUpstream3DParameters-js.html">FacilityAnalystUpstream3DParameters</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/NetworkAnalyst3D/FacilityAnalystUpstream3DResult-js.html">FacilityAnalystUpstream3DResult</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/NetworkAnalyst3D/FacilityAnalystUpstream3DService-js.html">FacilityAnalystUpstream3DService</a>
</div>
</div>
</div>
</div>
</div>
<div class="MEntry">
<div class="MGroup">
<a href="javascript:ToggleMenu('MGroupContent34')">Query</a>
<div class="MGroupContent" id="MGroupContent34">
<div class="MEntry">
<div class="MFile">
<a href="REST/Query/ChartQueryFilterParameter-js.html">ChartQueryFilterParameter</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/Query/ChartQueryParameters-js.html">ChartQueryParameters</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/Query/ChartQueryService-js.html">ChartQueryService</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/Query/DatasourceConnectionInfo-js.html">DatasourceConnectionInfo</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/Query/FilterParameter-js.html">FilterParameter</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/Query/JoinItem-js.html">JoinItem</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/Query/LinkItem-js.html">LinkItem</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/Query/QueryByBoundsParameters-js.html">QueryByBoundsParameters</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/Query/QueryByBoundsService-js.html">QueryByBoundsService</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/Query/QueryByDistanceParameters-js.html">QueryByDistanceParameters</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/Query/QueryByDistanceService-js.html">QueryByDistanceService</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/Query/QueryByGeometryParameters-js.html">QueryByGeometryParameters</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/Query/QueryByGeometryService-js.html">QueryByGeometryService</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/Query/QueryBySQLParameters-js.html">QueryBySQLParameters</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/Query/QueryBySQLService-js.html">QueryBySQLService</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/Query/QueryEventArgs-js.html">QueryEventArgs</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/Query/QueryParameters-js.html">QueryParameters</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/Query/QueryResult-js.html">QueryResult</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/Query/QueryService-js.html">QueryService</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/Query/Recordset-js.html">Recordset</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/Query/ResourceInfo-js.html">ResourceInfo</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/Query/TilesetsEventArgs-js.html">TilesetsEventArgs</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/Query/TilesetsResult-js.html">TilesetsResult</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/Query/TilesetsService-js.html">TilesetsService</a>
</div>
</div>
</div>
</div>
</div>
<div class="MEntry">
<div class="MGroup">
<a href="javascript:ToggleMenu('MGroupContent35')">ServerType</a>
<div class="MGroupContent" id="MGroupContent35">
<div class="MEntry">
<div class="MFile">
<a href="REST/ServerType/ServerColor-js.html">ServerColor</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/ServerType/ServerFeature-js.html">ServerFeature</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/ServerType/ServerGeometry-js.html">ServerGeometry</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/ServerType/ServerStyle-js.html">ServerStyle</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/ServerType/ServerTextStyle-js.html">ServerTextStyle</a>
</div>
</div>
</div>
</div>
</div>
<div class="MEntry">
<div class="MGroup">
<a href="javascript:ToggleMenu('MGroupContent36')">Service</a>
<div class="MGroupContent" id="MGroupContent36">
<div class="MEntry">
<div class="MFile">
<a href="REST/Service/ServiceBase-js.html">ServiceBase</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/Service/ServiceEventArgs-js.html">ServiceEventArgs</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/Service/ServiceException-js.html">ServiceException</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/Service/ServiceFailedEventArgs-js.html">ServiceFailedEventArgs</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/Service/ServiceUrls-js.html">ServiceUrls</a>
</div>
</div>
</div>
</div>
</div>
<div class="MEntry">
<div class="MGroup">
<a href="javascript:ToggleMenu('MGroupContent37')">SpatialAnalyst</a>
<div class="MGroupContent" id="MGroupContent37">
<div class="MEntry">
<div class="MFile">
<a href="REST/SpatialAnalyst/AreaSolarRadiationEventArgs-js.html">AreaSolarRadiationEventArgs</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/SpatialAnalyst/AreaSolarRadiationParameters-js.html">AreaSolarRadiationParameters</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/SpatialAnalyst/AreaSolarRadiationResult-js.html">AreaSolarRadiationResult</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/SpatialAnalyst/AreaSolarRadiationService-js.html">AreaSolarRadiationService</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/SpatialAnalyst/BufferAnalystEventArgs-js.html">BufferAnalystEventArgs</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/SpatialAnalyst/BufferAnalystParameters-js.html">BufferAnalystParameters</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/SpatialAnalyst/BufferAnalystService-js.html">BufferAnalystService</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/SpatialAnalyst/BufferDistance-js.html">BufferDistance</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/SpatialAnalyst/BufferSetting-js.html">BufferSetting</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/SpatialAnalyst/ClipParameter-js.html">ClipParameter</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/SpatialAnalyst/DataReturnOption-js.html">DataReturnOption</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/SpatialAnalyst/DatasetBufferAnalystParameters-js.html">DatasetBufferAnalystParameters</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/SpatialAnalyst/DatasetBufferAnalystResult-js.html">DatasetBufferAnalystResult</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/SpatialAnalyst/DatasetOverlayAnalystParameters-js.html">DatasetOverlayAnalystParameters</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/SpatialAnalyst/DatasetOverlayAnalystResult-js.html">DatasetOverlayAnalystResult</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/SpatialAnalyst/DatasetSurfaceAnalystParameters-js.html">DatasetSurfaceAnalystParameters</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/SpatialAnalyst/DatasetThiessenAnalystParameters-js.html">DatasetThiessenAnalystParameters</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/SpatialAnalyst/DensityAnalystEventArgs-js.html">DensityAnalystEventArgs</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/SpatialAnalyst/DensityAnalystService-js.html">DensityAnalystService</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/SpatialAnalyst/DensityKernelAnalystParameters-js.html">DensityKernelAnalystParameters</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/SpatialAnalyst/DensityKernelAnalystResult-js.html">DensityKernelAnalystResult</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/SpatialAnalyst/GenerateSpatialDataEventArgs-js.html">GenerateSpatialDataEventArgs</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/SpatialAnalyst/GenerateSpatialDataParameters-js.html">GenerateSpatialDataParameters</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/SpatialAnalyst/GenerateSpatialDataResult-js.html">GenerateSpatialDataResult</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/SpatialAnalyst/GenerateSpatialDataService-js.html">GenerateSpatialDataService</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/SpatialAnalyst/GeometryBatchOverlayAnalystParameters-js.html">GeometryBatchOverlayAnalystParameters</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/SpatialAnalyst/GeometryBatchOverlayAnalystResult-js.html">GeometryBatchOverlayAnalystResult</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/SpatialAnalyst/GeometryBatchOverlayAnalystService-js.html">GeometryBatchOverlayAnalystService</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/SpatialAnalyst/GeometryBufferAnalystParameters-js.html">GeometryBufferAnalystParameters</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/SpatialAnalyst/GeometryBufferAnalystResult-js.html">GeometryBufferAnalystResult</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/SpatialAnalyst/GeometryOverlayAnalystParameters-js.html">GeometryOverlayAnalystParameters</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/SpatialAnalyst/GeometryOverlayAnalystResult-js.html">GeometryOverlayAnalystResult</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/SpatialAnalyst/GeometrySurfaceAnalystParameters-js.html">GeometrySurfaceAnalystParameters</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/SpatialAnalyst/GeometryThiessenAnalystParameters-js.html">GeometryThiessenAnalystParameters</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/SpatialAnalyst/GeoRelationAnalystEventArgs-js.html">GeoRelationAnalystEventArgs</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/SpatialAnalyst/GeoRelationAnalystParameters-js.html">GeoRelationAnalystParameters</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/SpatialAnalyst/GeoRelationAnalystResult-js.html">GeoRelationAnalystResult</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/SpatialAnalyst/GeoRelationAnalystService-js.html">GeoRelationAnalystService</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/SpatialAnalyst/GeoRelationResult-js.html">GeoRelationResult</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/SpatialAnalyst/InterpolationAnalystEventArgs-js.html">InterpolationAnalystEventArgs</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/SpatialAnalyst/InterpolationAnalystParameters-js.html">InterpolationAnalystParameters</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/SpatialAnalyst/InterpolationAnalystResult-js.html">InterpolationAnalystResult</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/SpatialAnalyst/InterpolationAnalystService-js.html">InterpolationAnalystService</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/SpatialAnalyst/InterpolationDensityAnalystParameters-js.html">InterpolationDensityAnalystParameters</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/SpatialAnalyst/InterpolationIDWAnalystParameters-js.html">InterpolationIDWAnalystParameter</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/SpatialAnalyst/InterpolationKrigingAnalystParameters-js.html">InterpolationKrigingAnalystParameter</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/SpatialAnalyst/InterpolationRBFAnalystParameters-js.html">InterpolationRBFAnalystParameter</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/SpatialAnalyst/MathExpressionAnalysisEventArgs-js.html">MathExpressionAnalysisEventArgs</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/SpatialAnalyst/MathExpressionAnalysisParameters-js.html">MathExpressionAnalysisParameters</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/SpatialAnalyst/MathExpressionAnalysisResult-js.html">MathExpressionAnalysisResult</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/SpatialAnalyst/MathExpressionAnalysisService-js.html">MathExpressionAnalysisService</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/SpatialAnalyst/OverlayAnalystEventArgs-js.html">OverlayAnalystEventArgs</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/SpatialAnalyst/OverlayAnalystParameters-js.html">OverlayAnalystParameters</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/SpatialAnalyst/OverlayAnalystService-js.html">OverlayAnalystService</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/SpatialAnalyst/RouteCalculateMeasureEventArgs-js.html">RouteCalculateMeasureEventArgs</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/SpatialAnalyst/RouteCalculateMeasureParameters-js.html">RouteCalculateMeasureParameters</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/SpatialAnalyst/RouteCalculateMeasureResult-js.html">RouteCalculateMeasureResult</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/SpatialAnalyst/RouteCalculateMeasureService-js.html">RouteCalculateMeasureService</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/SpatialAnalyst/RouteLocatorEventArgs-js.html">RouteLocatorEventArgs</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/SpatialAnalyst/RouteLocatorParameters-js.html">RouteLocatorParameters</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/SpatialAnalyst/RouteLocatorResult-js.html">RouteLocatorResult</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/SpatialAnalyst/RouteLocatorService-js.html">RouteLocatorService</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/SpatialAnalyst/SpatialAnalystResult-js.html">SpatialAnalystResult</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/SpatialAnalyst/SurfaceAnalystEventArgs-js.html">SurfaceAnalystEventArgs</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/SpatialAnalyst/SurfaceAnalystParameters-js.html">SurfaceAnalystParameters</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/SpatialAnalyst/SurfaceAnalystParametersSetting-js.html">SurfaceAnalystParametersSetting</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/SpatialAnalyst/SurfaceAnalystResult-js.html">SurfaceAnalystResult</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/SpatialAnalyst/SurfaceAnalystService-js.html">SurfaceAnalystService</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/SpatialAnalyst/TerrainCurvatureCalculationEventArgs-js.html">TerrainCurvatureCalculationEventArgs</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/SpatialAnalyst/TerrainCurvatureCalculationParameters-js.html">TerrainCurvatureCalculationParameters</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/SpatialAnalyst/TerrainCurvatureCalculationResult-js.html">TerrainCurvatureCalculationResult</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/SpatialAnalyst/TerrainCurvatureCalculationService-js.html">TerrainCurvatureCalculationService</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/SpatialAnalyst/ThiessenAnalystEventArgs-js.html">ThiessenAnalystEventArgs</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/SpatialAnalyst/ThiessenAnalystParameters-js.html">ThiessenAnalystParameters</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/SpatialAnalyst/ThiessenAnalystResult-js.html">ThiessenAnalystResult</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/SpatialAnalyst/ThiessenAnalystService-js.html">ThiessenAnalystService</a>
</div>
</div>
</div>
</div>
</div>
<div class="MEntry">
<div class="MGroup">
<a href="javascript:ToggleMenu('MGroupContent38')">Theme</a>
<div class="MGroupContent" id="MGroupContent38">
<div class="MEntry">
<div class="MFile">
<a href="REST/Theme/LabelImageCell-js.html">LabelImageCell</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/Theme/LabelMatrixCell-js.html">LabelMatrixCell</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/Theme/LabelMixedTextStyle-js.html">LabelMixedTextStyle</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/Theme/LabelSymbolCell-js.html">LabelSymbolCell</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/Theme/LabelThemeCell-js.html">LabelThemeCell</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/Theme/Theme-js.html">Theme</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/Theme/ThemeDotDensity-js.html">ThemeDotDensity</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/Theme/ThemeEventArgs-js.html">ThemeEventArgs</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/Theme/ThemeFlow-js.html">ThemeFlow</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/Theme/ThemeGraduatedSymbol-js.html">ThemeGraduatedSymbol</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/Theme/ThemeGraduatedSymbolStyle-js.html">ThemeGraduatedSymbolStyle</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/Theme/ThemeGraph-js.html">ThemeGraph</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/Theme/ThemeGraphAxes-js.html">ThemeGraphAxes</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/Theme/ThemeGraphItem-js.html">ThemeGraphItem</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/Theme/ThemeGraphSize-js.html">ThemeGraphSize</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/Theme/ThemeGraphText-js.html">ThemeGraphText</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/Theme/ThemeGridRange-js.html">ThemeGridRange</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/Theme/ThemeGridRangeItem-js.html">ThemeGridRangeItem</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/Theme/ThemeGridUnique-js.html">ThemeGridUnique</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/Theme/ThemeGridUniqueItem-js.html">ThemeGridUniqueItem</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/Theme/ThemeLabel-js.html">ThemeLabel</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/Theme/ThemeLabelAlongLine-js.html">ThemeLabelAlongLine</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/Theme/ThemeLabelBackground-js.html">ThemeLabelBackground</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/Theme/ThemeLabelItem-js.html">ThemeLabelItem</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/Theme/ThemeLabelText-js.html">ThemeLabelText</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/Theme/ThemeLabelUniqueItem-js.html">ThemeLabelUniqueItem</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/Theme/ThemeMemoryData-js.html">ThemeMemoryData</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/Theme/ThemeOffset-js.html">ThemeOffset</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/Theme/ThemeParameters-js.html">ThemeParameters</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/Theme/ThemeRange-js.html">ThemeRange</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/Theme/ThemeRangeItem-js.html">ThemeRangeItem</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/Theme/ThemeResult-js.html">ThemeResult</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/Theme/ThemeService-js.html">ThemeService</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/Theme/ThemeUnique-js.html">ThemeUnique</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/Theme/ThemeUniqueItem-js.html">ThemeUniqueItem</a>
</div>
</div>
</div>
</div>
</div>
<div class="MEntry">
<div class="MGroup">
<a href="javascript:ToggleMenu('MGroupContent39')">TrafficTransferAnalyst</a>
<div class="MGroupContent" id="MGroupContent39">
<div class="MEntry">
<div class="MFile">
<a href="REST/TrafficTransferAnalyst/StopQueryEventArgs-js.html">StopQueryEventArgs</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/TrafficTransferAnalyst/StopQueryParameters-js.html">StopQueryParameters</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/TrafficTransferAnalyst/StopQueryResult-js.html">StopQueryResult</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/TrafficTransferAnalyst/StopQueryService-js.html">StopQueryService</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/TrafficTransferAnalyst/TransferGuide-js.html">TransferGuide</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/TrafficTransferAnalyst/TransferGuideItem-js.html">TransferGuideItem</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/TrafficTransferAnalyst/TransferLine-js.html">TransferLine</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/TrafficTransferAnalyst/TransferLines-js.html">TransferLines</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/TrafficTransferAnalyst/TransferPathEventArgs-js.html">TransferPathEventArgs</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/TrafficTransferAnalyst/TransferPathParameters-js.html">TransferPathParameters</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/TrafficTransferAnalyst/TransferPathResult-js.html">TransferPathResult</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/TrafficTransferAnalyst/TransferPathService-js.html">TransferPathService</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/TrafficTransferAnalyst/TransferSolution-js.html">TransferSolution</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/TrafficTransferAnalyst/TransferSolutionEventArgs-js.html">TransferSolutionEventArgs</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/TrafficTransferAnalyst/TransferSolutionParameters-js.html">TransferSolutionParameters</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/TrafficTransferAnalyst/TransferSolutionResult-js.html">TransferSolutionResult</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/TrafficTransferAnalyst/TransferSolutionService-js.html">TransferSolutionService</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/TrafficTransferAnalyst/TransferStopInfo-js.html">TransferStopInfo</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="MEntry">
<div class="MGroup">
<a href="javascript:ToggleMenu('MGroupContent41')">Request</a>
<div class="MGroupContent" id="MGroupContent41">
<div class="MEntry">
<div class="MFile">
<a href="Request-js.html">Request</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Request/XMLHttpRequest-js.html">XMLHttpRequest</a>
</div>
</div>
</div>
</div>
</div>
<div class="MEntry">
<div class="MGroup">
<a href="javascript:ToggleMenu('MGroupContent42')">Strategy</a>
<div class="MGroupContent" id="MGroupContent42">
<div class="MEntry">
<div class="MFile">
<a href="Strategy-js.html">Strategy</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Strategy/BBOX-js.html">BBOX</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Strategy/Fixed-js.html">Fixed</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Strategy/GeoText-js.html">GeoText</a>
</div>
</div>
</div>
</div>
</div>
<div class="MEntry">
<div class="MGroup">
<a href="javascript:ToggleMenu('MGroupContent43')">REST</a>
<div class="MGroupContent" id="MGroupContent43">
<div class="MEntry">
<div class="MFile">
<a href="REST/CoordTransfer/CoordTransferEventArgs-js.html">CoordTransferEventArgs</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/CoordTransfer/CoordTransferParameters-js.html">CoordTransferParameters</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/CoordTransfer/CoordTransferResult-js.html">CoordTransferParameters</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="REST/CoordTransfer/CoordTransferService-js.html">CoordTransferService</a>
</div>
</div>
</div>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Snap-js.html">Snap</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Style-js.html">Style</a>
</div>
</div>
<div class="MEntry">
<div class="MGroup">
<a href="javascript:ToggleMenu('MGroupContent45')">Style</a>
<div class="MGroupContent" id="MGroupContent45">
<div class="MEntry">
<div class="MFile">
<a href="Style/Fill-js.html">Fill</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Style/Gradient-js.html">Gradient</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Style/Image-js.html">Image</a>
</div>
</div>
<div class="MEntry">
<div class="MGroup">
<a href="javascript:ToggleMenu('MGroupContent44')">Image</a>
<div class="MGroupContent" id="MGroupContent44">
<div class="MEntry">
<div class="MFile">
<a href="Style/Image/Circle-js.html">Circle</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Style/Image/Clover-js.html">Clover.js</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Style/Image/HitClover-js.html">HitClover</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Style/Image/RegularShape-js.html">RegularShape</a>
</div>
</div>
</div>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Style/LinearGradient-js.html">LinearGradient</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Style/RadialGradient-js.html">RadialGradient</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Style/Stroke-js.html">Stroke</a>
</div>
</div>
</div>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="StyleMap-js.html">StyleMap</a>
</div>
</div>
<div class="MEntry">
<div class="MGroup">
<a href="javascript:ToggleMenu('MGroupContent46')">Symbolizer</a>
<div class="MGroupContent" id="MGroupContent46">
<div class="MEntry">
<div class="MFile">
<a href="Symbolizer-js.html">Symbolizer</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Symbolizer/Line-js.html">Line</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Symbolizer/Point-js.html">Point</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Symbolizer/Polygon-js.html">Polygon</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Symbolizer/Raster-js.html">Raster</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Symbolizer/Text-js.html">Text</a>
</div>
</div>
</div>
</div>
</div>
<div class="MEntry">
<div class="MGroup">
<a href="javascript:ToggleMenu('MGroupContent47')">Tool</a>
<div class="MGroupContent" id="MGroupContent47">
<div class="MEntry">
<div class="MFile">
<a href="Tool/ColorPicker-js.html">ColorPicker</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Tool/Slider-js.html">Slider</a>
</div>
</div>
</div>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="Util-js.html">Util</a>
</div>
</div>
</div>
</div>
</div>
<div class="MEntry">
<div class="MGroup">
<a href="javascript:ToggleMenu('MGroupContent57')">Plugins</a>
<div class="MGroupContent" id="MGroupContent57">
<div class="MEntry">
<div class="MGroup">
<a href="javascript:ToggleMenu('MGroupContent56')">Plotting</a>
<div class="MGroupContent" id="MGroupContent56">
<div class="MEntry">
<div class="MGroup">
<a href="javascript:ToggleMenu('MGroupContent49')">Control</a>
<div class="MGroupContent" id="MGroupContent49">
<div class="MEntry">
<div class="MFile">
<a href="../Plugins/Plotting/Control/PlottingEdit-js.html">PlottingEdit</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="../Plugins/Plotting/Control/PlottingGraphicsEdit-js.html">PlottingGraphicsEdit</a>
</div>
</div>
</div>
</div>
</div>
<div class="MEntry">
<div class="MGroup">
<a href="javascript:ToggleMenu('MGroupContent50')">Geometry</a>
<div class="MGroupContent" id="MGroupContent50">
<div class="MEntry">
<div class="MFile">
<a href="../Plugins/Plotting/Geometry/PlottingGeometry-js.html">PlottingGeometry</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="../Plugins/Plotting/Geometry/GeoGraphicObject-js.html">GeoGraphicObject</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="../Plugins/Plotting/Geometry/DotSymbol-js.html">DotSymbol</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="../Plugins/Plotting/Geometry/AlgoSymbol-js.html">AlgoSymbol</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="../Plugins/Plotting/Geometry/AirDeployment-js.html">AirDeployment</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="../Plugins/Plotting/Geometry/NavyDeployment-js.html">NavyDeployment</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="../Plugins/Plotting/Geometry/GroupObject-js.html">GroupObject</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="../Plugins/Plotting/Geometry/GeoSymbolText-js.html">GeoSymbolText</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="../Plugins/Plotting/Geometry/GeoSymbolText1-js.html">GeoSymbolText1</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="../Plugins/Plotting/Geometry/LineRelation-js.html">LineRelation</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="../Plugins/Plotting/Geometry/ArcRegion-js.html">ArcRegion</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="../Plugins/Plotting/Geometry/InterferenceBeam-js.html">InterferenceBeam</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="../Plugins/Plotting/Geometry/PolygonRegion-js.html">PolygonRegion</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="../Plugins/Plotting/Geometry/Route-js.html">Route</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="../Plugins/Plotting/Geometry/AirRoute-js.html">AirRoute</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="../Plugins/Plotting/Geometry/NavyRoute-js.html">NavyRoute</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="../Plugins/Plotting/Geometry/MissileRoute-js.html">MissileRoute</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="../Plugins/Plotting/Geometry/Satellite-js.html">Satellite</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="../Plugins/Plotting/Geometry/SatelliteTimeWindows-js.html">SatelliteTimeWindows</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="../Plugins/Plotting/Geometry/GeoLiterateSign-js.html">GeoLiterateSign</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="../Plugins/Plotting/Geometry/EditPoint-js.html">EditPoint</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="../Plugins/Plotting/Geometry/AvoidRegion-js.html">AvoidRegion</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="../Plugins/Plotting/Geometry/FlagGroup-js.html">FlagGroup</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="../Plugins/Plotting/Geometry/GeoRouteNode-js.html">GeoRouteNode</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="../Plugins/Plotting/Geometry/Picture-js.html">Picture</a>
</div>
</div>
</div>
</div>
</div>
<div class="MEntry">
<div class="MGroup">
<a href="javascript:ToggleMenu('MGroupContent51')">GOAnimation</a>
<div class="MGroupContent" id="MGroupContent51">
<div class="MEntry">
<div class="MFile">
<a href="../Plugins/Plotting/GOAnimation/GOAnimation-js.html">GOAnimation</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="../Plugins/Plotting/GOAnimation/GOAnimationAttribute-js.html">GOAnimationAttribute</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="../Plugins/Plotting/GOAnimation/GOAnimationBlink-js.html">GOAnimationBlink</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="../Plugins/Plotting/GOAnimation/GOAnimationDefine-js.html">GOAnimationDefine</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="../Plugins/Plotting/GOAnimation/GOAnimationGrow-js.html">GOAnimationGrow</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="../Plugins/Plotting/GOAnimation/GOAnimationManager-js.html">GOAnimationManager</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="../Plugins/Plotting/GOAnimation/GOAnimationRotate-js.html">GOAnimationRotate</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="../Plugins/Plotting/GOAnimation/GOAnimationScale-js.html">GOAnimationScale</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="../Plugins/Plotting/GOAnimation/GOAnimationShow-js.html">GOAnimationShow</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="../Plugins/Plotting/GOAnimation/GOAnimationWay-js.html">GOAnimationWay</a>
</div>
</div>
</div>
</div>
</div>
<div class="MEntry">
<div class="MGroup">
<a href="javascript:ToggleMenu('MGroupContent52')">Handler</a>
<div class="MGroupContent" id="MGroupContent52">
<div class="MEntry">
<div class="MFile">
<a href="../Plugins/Plotting/Handler/GraphicObject-js.html">GraphicObject</a>
</div>
</div>
</div>
</div>
</div>
<div class="MEntry">
<div class="MGroup">
<a href="javascript:ToggleMenu('MGroupContent53')">Layer</a>
<div class="MGroupContent" id="MGroupContent53">
<div class="MEntry">
<div class="MFile">
<a href="../Plugins/Plotting/Layer/PlottingGraphics-js.html">PlottingGraphics</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="../Plugins/Plotting/Layer/PlottingLayer-js.html">PlottingLayer</a>
</div>
</div>
</div>
</div>
</div>
<div class="MEntry">
<div class="MGroup">
<a href="javascript:ToggleMenu('MGroupContent54')">Plot</a>
<div class="MGroupContent" id="MGroupContent54">
<div class="MEntry">
<div class="MFile">
<a href="../Plugins/Plotting/Plot/DefaultStyle-js.html">DefaultStyle</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="../Plugins/Plotting/Plot/Editor-js.html">Editor</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="../Plugins/Plotting/Plot/ExtendProperty-js.html">ExtendProperty</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="../Plugins/Plotting/Plot/Plotting-js.html">Plotting</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="../Plugins/Plotting/Plot/Property-js.html">Property</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="../Plugins/Plotting/Plot/Query-js.html">Query</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="../Plugins/Plotting/Plot/SitDataManager-js.html">SitDataManager</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="../Plugins/Plotting/Plot/SitDataStruct-js.html">SitDataStruct</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="../Plugins/Plotting/Plot/SymbolLib-js.html">SymbolLib</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="../Plugins/Plotting/Plot/SymbolLibManager-js.html">SymbolLibManager</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="../Plugins/Plotting/Plot/SymbolType-js.html">SymbolType</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="../Plugins/Plotting/Plot/SymbolText-js.html">SymbolText</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="../Plugins/Plotting/Plot/RouteNode-js.html">RouteNode</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="../Plugins/Plotting/Plot/SubSymbol-js.html">SubSymbol</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="../Plugins/Plotting/Plot/OrbitPoint-js.html">OrbitPoint</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="../Plugins/Plotting/Plot/TimeWindowParameter-js.html">TimeWindowParameter</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="../Plugins/Plotting/Plot/TowardNode-js.html">TowardNode</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="../Plugins/Plotting/Plot/Transaction-js.html">Transaction</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="../Plugins/Plotting/Plot/TransactionManager-js.html">TransactionManager</a>
</div>
</div>
</div>
</div>
</div>
<div class="MEntry">
<div class="MGroup">
<a href="javascript:ToggleMenu('MGroupContent55')">REST</a>
<div class="MGroupContent" id="MGroupContent55">
<div class="MEntry">
<div class="MFile">
<a href="../Plugins/Plotting/REST/EditSmlFileEventArgs-js.html">EditEvoFileEventArgs</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="../Plugins/Plotting/REST/EditSituationEvolutionFileEventArgs-js.html">EditSituationEvolutionFileEventArgs</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="../Plugins/Plotting/REST/EditSituationEvolutionFileParameters-js.html">EditSituationEvolutionFileParameters</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="../Plugins/Plotting/REST/EditSituationEvolutionFileResult-js.html">EditSituationEvolutionFileResult</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="../Plugins/Plotting/REST/EditSituationEvolutionFileService-js.html">EditSituationEvolutionFileService</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="../Plugins/Plotting/REST/EditSmlFileParameters-js.html">EditSmlFileParameters</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="../Plugins/Plotting/REST/EditSmlFileResult-js.html">EditSmlFileResult</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="../Plugins/Plotting/REST/EditSmlFileService-js.html">EditSmlFileService</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="../Plugins/Plotting/REST/GetLibIDsEventArgs-js.html">GetLibIDsEventArgs</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="../Plugins/Plotting/REST/GetLibIDsResult-js.html">GetLibIDsResult</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="../Plugins/Plotting/REST/GetLibIDsService-js.html">GetLibIDsService</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="../Plugins/Plotting/REST/GetLibInfoEventArgs-js.html">GetLibInfoEventArgs</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="../Plugins/Plotting/REST/GetLibInfoResult-js.html">GetLibInfoResult</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="../Plugins/Plotting/REST/GetLibInfoService-js.html">GetLibInfoService</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="../Plugins/Plotting/REST/GetSituationEvolutionInfosEventArgs-js.html">GetSituationEvolutionInfosEventArgs</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="../Plugins/Plotting/REST/GetSituationEvolutionInfosParameters-js.html">GetSituationEvolutionInfosParameters</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="../Plugins/Plotting/REST/GetSituationEvolutionInfosResult-js.html">GetSituationEvolutionInfosResult</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="../Plugins/Plotting/REST/GetSituationEvolutionInfosService-js.html">GetSituationEvolutionInfosService</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="../Plugins/Plotting/REST/GetSMLInfosEventArgs-js.html">GetSMLInfosEventArgs</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="../Plugins/Plotting/REST/GetSMLInfosParameters-js.html">GetSMLInfosParameters</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="../Plugins/Plotting/REST/GetSMLInfosResult-js.html">GetSMLInfosResult</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="../Plugins/Plotting/REST/GetSMLInfosService-js.html">GetSMLInfosService</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="../Plugins/Plotting/REST/GetSymbolInfoEventArgs-js.html">GetSymbolInfoEventArgs</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="../Plugins/Plotting/REST/GetSymbolInfoParameters-js.html">GetSymbolInfoParameters</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="../Plugins/Plotting/REST/GetSymbolInfoResult-js.html">GetSymbolInfoResult</a>
</div>
</div>
<div class="MEntry">
<div class="MFile">
<a href="../Plugins/Plotting/REST/GetSymbolInfoService-js.html">GetSymbolInfoService</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="MEntry">
<div class="MGroup">
<a href="javascript:ToggleMenu('MGroupContent58')">Index</a>
<div class="MGroupContent" id="MGroupContent58">
<div class="MEntry">
<div class="MIndex">
<a href="../../index/General.html">Everything</a>
</div>
</div>
<div class="MEntry">
<div class="MIndex">
<a href="../../index/Classes.html">Classes</a>
</div>
</div>
<div class="MEntry">
<div class="MIndex">
<a href="../../index/Constants.html">Constants</a>
</div>
</div>
<div class="MEntry">
<div class="MIndex">
<a href="../../index/Functions.html">Functions</a>
</div>
</div>
<div class="MEntry">
<div class="MIndex">
<a href="../../index/Properties.html">Properties</a>
</div>
</div>
<div class="MEntry">
<div class="MIndex">
<a href="../../index/Files.html">Files</a>
</div>
</div>
<div class="MEntry">
<div class="MIndex">
<a href="../../index/Constructor.html">Constructor</a>
</div>
</div>
<div class="MEntry">
<div class="MIndex">
<a href="../../index/Variables.html">Variables</a>
</div>
</div>
<div class="MEntry">
<div class="MIndex">
<a href="../../index/Types.html">Types</a>
</div>
</div>
</div>
</div>
</div>
<script type="text/javascript"><!--
var searchPanel = new SearchPanel("searchPanel", "HTML", "../../search");
--></script>
<div id="MSearchPanel" class="MSearchPanelInactive">
<input type="text" id="MSearchField" placeholder="Search" onfocus="searchPanel.OnSearchFieldFocus(true)" onblur="searchPanel.OnSearchFieldFocus(false)" onkeyup="searchPanel.OnSearchFieldChange()" />
<select id="MSearchType" onfocus="searchPanel.OnSearchTypeFocus(true)" onblur="searchPanel.OnSearchTypeFocus(false)" onchange="searchPanel.OnSearchTypeChange()"><option id="MSearchEverything" selected="" value="General">Everything</option><option value="Classes">Classes</option><option value="Constants">Constants</option><option value="Constructor">Constructor</option><option value="Files">Files</option><option value="Functions">Functions</option><option value="Properties">Properties</option><option value="Types">Types</option><option value="Variables">Variables</option></select>
</div>
<script language="JavaScript"><!--
HideAllBut([48], 59);// --></script>
</div>
<!--Menu-->
<!--START_ND_TOOLTIPS-->
<div class="CToolTip" id="tt1">
<div class="CConstructor">
实例化 Map 类。
</div>
</div>
<div class="CToolTip" id="tt2">
<div class="CFunction">
<blockquote>
<table border="0" cellspacing="0" cellpadding="0" class="Prototype">
<tbody>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td class="PBeforeParameters prettyprint " nowrap="">render: function(</td>
<td class="PParameter prettyprint " nowrap="">div</td>
<td class="PAfterParameters prettyprint " nowrap="">)</td>
</tr>
</tbody>
</table></td>
</tr>
</tbody>
</table>
</blockquote>在指定的容器中渲染地图。
</div>
</div>
<div class="CToolTip" id="tt3">
<div class="CClass">
图层类。
</div>
</div>
<div class="CToolTip" id="tt4">
<div class="CClass">
弹窗类。
</div>
</div>
<div class="CToolTip" id="tt5">
<div class="CClass">
此类描绘一对高宽值的实例。
</div>
</div>
<div class="CToolTip" id="tt6">
<div class="CProperty">
{SuperMap.Size} 在地图选项中被设置,用来设置地图上默认瓦片尺寸。
</div>
</div>
<div class="CToolTip" id="tt7">
<div class="CClass">
表示边界类实例。使用bounds之前需要设置left,bottom, right, top四个属性这些属性的初始值为null。
</div>
</div>
<div class="CToolTip" id="tt8">
<div class="CClass">
坐标转换类。这个类封装了与 proj4js 投影对象进行交互的几种方法。
</div>
</div>
<div class="CToolTip" id="tt9">
<div class="CFunction">
<blockquote>
<table border="0" cellspacing="0" cellpadding="0" class="Prototype">
<tbody>
<tr>
<td class="prettyprint">destroy:function()</td>
</tr>
</tbody>
</table>
</blockquote>销毁地图 注意如果从DOM中移除map容器需要在destroy前执行。
</div>
</div>
<div class="CToolTip" id="tt10">
<div class="CFunction">
<blockquote>
<table border="0" cellspacing="0" cellpadding="0" class="Prototype">
<tbody>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td class="PBeforeParameters prettyprint " nowrap="">setOptions: function(</td>
<td class="PParameter prettyprint " nowrap="">options</td>
<td class="PAfterParameters prettyprint " nowrap="">)</td>
</tr>
</tbody>
</table></td>
</tr>
</tbody>
</table>
</blockquote>设置地图的options.
</div>
</div>
<div class="CToolTip" id="tt11">
<div class="CFunction">
<blockquote>
<table border="0" cellspacing="0" cellpadding="0" class="Prototype">
<tbody>
<tr>
<td class="prettyprint">getTileSize: function()</td>
</tr>
</tbody>
</table>
</blockquote>获取地图瓦片的大小。
</div>
</div>
<div class="CToolTip" id="tt12">
<div class="CFunction">
<blockquote>
<table border="0" cellspacing="0" cellpadding="0" class="Prototype">
<tbody>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td class="PBeforeParameters prettyprint " nowrap="">getBy: function(</td>
<td class="PParameter prettyprint " nowrap="">array,</td>
</tr>
<tr>
<td></td>
<td class="PParameter prettyprint " nowrap="">property,</td>
</tr>
<tr>
<td></td>
<td class="PParameter prettyprint " nowrap="">match</td>
<td class="PAfterParameters prettyprint " nowrap="">)</td>
</tr>
</tbody>
</table></td>
</tr>
</tbody>
</table>
</blockquote>获取一个对象数组,并通过给定的属性匹配其中的项。
</div>
</div>
<div class="CToolTip" id="tt13">
<div class="CFunction">
<blockquote>
<table border="0" cellspacing="0" cellpadding="0" class="Prototype">
<tbody>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td class="PBeforeParameters prettyprint " nowrap="">getLayersBy: function(</td>
<td class="PParameter prettyprint " nowrap="">property,</td>
</tr>
<tr>
<td></td>
<td class="PParameter prettyprint " nowrap="">match</td>
<td class="PAfterParameters prettyprint " nowrap="">)</td>
</tr>
</tbody>
</table></td>
</tr>
</tbody>
</table>
</blockquote>获取与给定属性和匹配字符串匹配的图层列表。
</div>
</div>
<div class="CToolTip" id="tt14">
<div class="CFunction">
<blockquote>
<table border="0" cellspacing="0" cellpadding="0" class="Prototype">
<tbody>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td class="PBeforeParameters prettyprint " nowrap="">getLayersByName: function(</td>
<td class="PParameter prettyprint " nowrap="">match</td>
<td class="PAfterParameters prettyprint " nowrap="">)</td>
</tr>
</tbody>
</table></td>
</tr>
</tbody>
</table>
</blockquote>获取根据名称匹配得到的图层列表。
</div>
</div>
<div class="CToolTip" id="tt15">
<div class="CFunction">
<blockquote>
<table border="0" cellspacing="0" cellpadding="0" class="Prototype">
<tbody>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td class="PBeforeParameters prettyprint " nowrap="">getLayersByClass: function(</td>
<td class="PParameter prettyprint " nowrap="">match</td>
<td class="PAfterParameters prettyprint " nowrap="">)</td>
</tr>
</tbody>
</table></td>
</tr>
</tbody>
</table>
</blockquote>根据类名获取的图层列表。
</div>
</div>
<div class="CToolTip" id="tt16">
<div class="CFunction">
<blockquote>
<table border="0" cellspacing="0" cellpadding="0" class="Prototype">
<tbody>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td class="PBeforeParameters prettyprint " nowrap="">getControlsBy: function(</td>
<td class="PParameter prettyprint " nowrap="">property,</td>
</tr>
<tr>
<td></td>
<td class="PParameter prettyprint " nowrap="">match</td>
<td class="PAfterParameters prettyprint " nowrap="">)</td>
</tr>
</tbody>
</table></td>
</tr>
</tbody>
</table>
</blockquote>根据给定的属性和匹配字符串匹配到的控件列表。
</div>
</div>
<div class="CToolTip" id="tt17">
<div class="CFunction">
<blockquote>
<table border="0" cellspacing="0" cellpadding="0" class="Prototype">
<tbody>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td class="PBeforeParameters prettyprint " nowrap="">getControlsByClass: function(</td>
<td class="PParameter prettyprint " nowrap="">match</td>
<td class="PAfterParameters prettyprint " nowrap="">)</td>
</tr>
</tbody>
</table></td>
</tr>
</tbody>
</table>
</blockquote>根据给定类的类名匹配到的控件列表。
</div>
</div>
<div class="CToolTip" id="tt18">
<div class="CFunction">
<blockquote>
<table border="0" cellspacing="0" cellpadding="0" class="Prototype">
<tbody>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td class="PBeforeParameters prettyprint " nowrap="">getLayer: function(</td>
<td class="PParameter prettyprint " nowrap="">id</td>
<td class="PAfterParameters prettyprint " nowrap="">)</td>
</tr>
</tbody>
</table></td>
</tr>
</tbody>
</table>
</blockquote>根据传入参数id获取图层。
</div>
</div>
<div class="CToolTip" id="tt19">
<div class="CFunction">
<blockquote>
<table border="0" cellspacing="0" cellpadding="0" class="Prototype">
<tbody>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td class="PBeforeParameters prettyprint " nowrap="">addLayer: function (</td>
<td class="PParameter prettyprint " nowrap="">layer</td>
<td class="PAfterParameters prettyprint " nowrap="">)</td>
</tr>
</tbody>
</table></td>
</tr>
</tbody>
</table>
</blockquote>向地图中添加指定的单个图层。
</div>
</div>
<div class="CToolTip" id="tt20">
<div class="CFunction">
<blockquote>
<table border="0" cellspacing="0" cellpadding="0" class="Prototype">
<tbody>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td class="PBeforeParameters prettyprint " nowrap="">addLayers: function (</td>
<td class="PParameter prettyprint " nowrap="">layers</td>
<td class="PAfterParameters prettyprint " nowrap="">)</td>
</tr>
</tbody>
</table></td>
</tr>
</tbody>
</table>
</blockquote>向地图中添加指定的多个图层。
</div>
</div>
<div class="CToolTip" id="tt21">
<div class="CFunction">
<blockquote>
<table border="0" cellspacing="0" cellpadding="0" class="Prototype">
<tbody>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td class="PBeforeParameters prettyprint " nowrap="">removeLayer: function(</td>
<td class="PParameter prettyprint " nowrap="">layer,</td>
</tr>
<tr>
<td></td>
<td class="PParameter prettyprint " nowrap="">setNewBaseLayer</td>
<td class="PAfterParameters prettyprint " nowrap="">)</td>
</tr>
</tbody>
</table></td>
</tr>
</tbody>
</table>
</blockquote>通过删除可见元素即layer.div属性来移除地图上的图层。然后从地图的 图层列表中移除该图层同时设置图层的map属性为null。
</div>
</div>
<div class="CToolTip" id="tt22">
<div class="CFunction">
<blockquote>
<table border="0" cellspacing="0" cellpadding="0" class="Prototype">
<tbody>
<tr>
<td class="prettyprint">getNumLayers: function ()</td>
</tr>
</tbody>
</table>
</blockquote>获取地图上的图层数量。
</div>
</div>
<div class="CToolTip" id="tt23">
<div class="CFunction">
<blockquote>
<table border="0" cellspacing="0" cellpadding="0" class="Prototype">
<tbody>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td class="PBeforeParameters prettyprint " nowrap="">getLayerIndex: function (</td>
<td class="PParameter prettyprint " nowrap="">layer</td>
<td class="PAfterParameters prettyprint " nowrap="">)</td>
</tr>
</tbody>
</table></td>
</tr>
</tbody>
</table>
</blockquote>获取图层在地图上的索引值(索引值从零开始)。
</div>
</div>
<div class="CToolTip" id="tt24">
<div class="CFunction">
<blockquote>
<table border="0" cellspacing="0" cellpadding="0" class="Prototype">
<tbody>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td class="PBeforeParameters prettyprint " nowrap="">setLayerIndex: function (</td>
<td class="PParameter prettyprint " nowrap="">layer,</td>
</tr>
<tr>
<td></td>
<td class="PParameter prettyprint " nowrap="">idx</td>
<td class="PAfterParameters prettyprint " nowrap="">)</td>
</tr>
</tbody>
</table></td>
</tr>
</tbody>
</table>
</blockquote>移动图层到图层列表中的指定索引值(索引值从零开始)的位置。改变 它在地图显示时的z-index值。使用map.getLayerIndex()方法查看图层 当前的索引值。注意该方法不能将底图移动到叠加图层之上。
</div>
</div>
<div class="CToolTip" id="tt25">
<div class="CFunction">
<blockquote>
<table border="0" cellspacing="0" cellpadding="0" class="Prototype">
<tbody>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td class="PBeforeParameters prettyprint " nowrap="">raiseLayer: function (</td>
<td class="PParameter prettyprint " nowrap="">layer,</td>
</tr>
<tr>
<td></td>
<td class="PParameter prettyprint " nowrap="">delta</td>
<td class="PAfterParameters prettyprint " nowrap="">)</td>
</tr>
</tbody>
</table></td>
</tr>
</tbody>
</table>
</blockquote>通过给定的增量值delta参数来改变给定图层的索引值。如果增量值为 正,图层就会在图层堆栈中向上移;如果增量值为负,图层就会向下移。 这个方法同样不能将底图移动到叠加图层之上。
</div>
</div>
<div class="CToolTip" id="tt26">
<div class="CFunction">
<blockquote>
<table border="0" cellspacing="0" cellpadding="0" class="Prototype">
<tbody>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td class="PBeforeParameters prettyprint " nowrap="">setBaseLayer: function(</td>
<td class="PParameter prettyprint " nowrap="">newBaseLayer</td>
<td class="PAfterParameters prettyprint " nowrap="">)</td>
</tr>
</tbody>
</table></td>
</tr>
</tbody>
</table>
</blockquote>允许用户指定当前加载的某一图层为地图新的底图。
</div>
</div>
<div class="CToolTip" id="tt27">
<div class="CFunction">
<blockquote>
<table border="0" cellspacing="0" cellpadding="0" class="Prototype">
<tbody>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td class="PBeforeParameters prettyprint " nowrap="">addControl: function (</td>
<td class="PParameter prettyprint " nowrap="">control,</td>
</tr>
<tr>
<td></td>
<td class="PParameter prettyprint " nowrap="">px</td>
<td class="PAfterParameters prettyprint " nowrap="">)</td>
</tr>
</tbody>
</table></td>
</tr>
</tbody>
</table>
</blockquote>为地图添加控件。可选的位置参数用来指定控件的像素位置。
</div>
</div>
<div class="CToolTip" id="tt28">
<div class="CFunction">
<blockquote>
<table border="0" cellspacing="0" cellpadding="0" class="Prototype">
<tbody>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td class="PBeforeParameters prettyprint " nowrap="">addControls: function (</td>
<td class="PParameter prettyprint " nowrap="">controls,</td>
</tr>
<tr>
<td></td>
<td class="PParameter prettyprint " nowrap="">pixels</td>
<td class="PAfterParameters prettyprint " nowrap="">)</td>
</tr>
</tbody>
</table></td>
</tr>
</tbody>
</table>
</blockquote>将控件添加到map上。 可以通过options的第二个数组通过像素对象控制控件的位置 两个数组应该匹配如果pixel设为null控件会显示在默认位置。
</div>
</div>
<div class="CToolTip" id="tt29">
<div class="CFunction">
<blockquote>
<table border="0" cellspacing="0" cellpadding="0" class="Prototype">
<tbody>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td class="PBeforeParameters prettyprint " nowrap="">getControl: function (</td>
<td class="PParameter prettyprint " nowrap="">id</td>
<td class="PAfterParameters prettyprint " nowrap="">)</td>
</tr>
</tbody>
</table></td>
</tr>
</tbody>
</table>
</blockquote>通过id值获取控件对象。
</div>
</div>
<div class="CToolTip" id="tt30">
<div class="CFunction">
<blockquote>
<table border="0" cellspacing="0" cellpadding="0" class="Prototype">
<tbody>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td class="PBeforeParameters prettyprint " nowrap="">removeControl: function (</td>
<td class="PParameter prettyprint " nowrap="">control</td>
<td class="PAfterParameters prettyprint " nowrap="">)</td>
</tr>
</tbody>
</table></td>
</tr>
</tbody>
</table>
</blockquote>移除控件。该方法不会使控件失效若要使其失效需调用该控件的deactivate方法。
</div>
</div>
<div class="CToolTip" id="tt31">
<div class="CFunction">
<blockquote>
<table border="0" cellspacing="0" cellpadding="0" class="Prototype">
<tbody>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td class="PBeforeParameters prettyprint " nowrap="">addPopup: function(</td>
<td class="PParameter prettyprint " nowrap="">popup,</td>
</tr>
<tr>
<td></td>
<td class="PParameter prettyprint " nowrap="">exclusive</td>
<td class="PAfterParameters prettyprint " nowrap="">)</td>
</tr>
</tbody>
</table></td>
</tr>
</tbody>
</table>
</blockquote>在地图中添加弹出窗口。
</div>
</div>
<div class="CToolTip" id="tt32">
<div class="CFunction">
<blockquote>
<table border="0" cellspacing="0" cellpadding="0" class="Prototype">
<tbody>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td class="PBeforeParameters prettyprint " nowrap="">removePopup: function(</td>
<td class="PParameter prettyprint " nowrap="">popup</td>
<td class="PAfterParameters prettyprint " nowrap="">)</td>
</tr>
</tbody>
</table></td>
</tr>
</tbody>
</table>
</blockquote>移除指定的弹出窗口。
</div>
</div>
<div class="CToolTip" id="tt33">
<div class="CFunction">
<blockquote>
<table border="0" cellspacing="0" cellpadding="0" class="Prototype">
<tbody>
<tr>
<td class="prettyprint">removeAllPopup:function ()</td>
</tr>
</tbody>
</table>
</blockquote>移除所有弹出窗口。
</div>
</div>
<div class="CToolTip" id="tt34">
<div class="CFunction">
<blockquote>
<table border="0" cellspacing="0" cellpadding="0" class="Prototype">
<tbody>
<tr>
<td class="prettyprint">getSize: function ()</td>
</tr>
</tbody>
</table>
</blockquote>获取当前地图容器大小。
</div>
</div>
<div class="CToolTip" id="tt35">
<div class="CFunction">
<blockquote>
<table border="0" cellspacing="0" cellpadding="0" class="Prototype">
<tbody>
<tr>
<td class="prettyprint">updateSize: function()</td>
</tr>
</tbody>
</table>
</blockquote>通过动态调用updateSize()方式,来改变地图容器的大小。
</div>
</div>
<div class="CToolTip" id="tt36">
<div class="CFunction">
<blockquote>
<table border="0" cellspacing="0" cellpadding="0" class="Prototype">
<tbody>
<tr>
<td class="prettyprint">getCenter: function ()</td>
</tr>
</tbody>
</table>
</blockquote>获取当前地图的中心点坐标。
</div>
</div>
<div class="CToolTip" id="tt37">
<div class="CFunction">
<blockquote>
<table border="0" cellspacing="0" cellpadding="0" class="Prototype">
<tbody>
<tr>
<td class="prettyprint">getZoom: function ()</td>
</tr>
</tbody>
</table>
</blockquote>获取当前地图的缩放比例级别。
</div>
</div>
<div class="CToolTip" id="tt38">
<div class="CFunction">
<blockquote>
<table border="0" cellspacing="0" cellpadding="0" class="Prototype">
<tbody>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td class="PBeforeParameters prettyprint " nowrap="">pan: function(</td>
<td class="PParameter prettyprint " nowrap="">dx,</td>
</tr>
<tr>
<td></td>
<td class="PParameter prettyprint " nowrap="">dy,</td>
</tr>
<tr>
<td></td>
<td class="PParameter prettyprint " nowrap="">options</td>
<td class="PAfterParameters prettyprint " nowrap="">)</td>
</tr>
</tbody>
</table></td>
</tr>
</tbody>
</table>
</blockquote>根据指定的屏幕像素值平移地图
</div>
</div>
<div class="CToolTip" id="tt39">
<div class="CFunction">
<blockquote>
<table border="0" cellspacing="0" cellpadding="0" class="Prototype">
<tbody>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td class="PBeforeParameters prettyprint " nowrap="">panTo: function(</td>
<td class="PParameter prettyprint " nowrap="">lonlat</td>
<td class="PAfterParameters prettyprint " nowrap="">)</td>
</tr>
</tbody>
</table></td>
</tr>
</tbody>
</table>
</blockquote>平移地图到新的位置 如果新的位置在地图的当前范围内,地图将平滑地移动。
</div>
</div>
<div class="CToolTip" id="tt40">
<div class="CFunction">
<blockquote>
<table border="0" cellspacing="0" cellpadding="0" class="Prototype">
<tbody>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td class="PBeforeParameters prettyprint " nowrap="">setCenter: function(</td>
<td class="PParameter prettyprint " nowrap="">lonlat,</td>
</tr>
<tr>
<td></td>
<td class="PParameter prettyprint " nowrap="">zoom,</td>
</tr>
<tr>
<td></td>
<td class="PParameter prettyprint " nowrap="">dragging,</td>
</tr>
<tr>
<td></td>
<td class="PParameter prettyprint " nowrap="">forceZoomChange</td>
<td class="PAfterParameters prettyprint " nowrap="">)</td>
</tr>
</tbody>
</table></td>
</tr>
</tbody>
</table>
</blockquote>设置地图中心点。
</div>
</div>
<div class="CToolTip" id="tt41">
<div class="CFunction">
<blockquote>
<table border="0" cellspacing="0" cellpadding="0" class="Prototype">
<tbody>
<tr>
<td class="prettyprint">getProjection: function()</td>
</tr>
</tbody>
</table>
</blockquote>该方法返回代表投影的字符串。
</div>
</div>
<div class="CToolTip" id="tt42">
<div class="CFunction">
<blockquote>
<table border="0" cellspacing="0" cellpadding="0" class="Prototype">
<tbody>
<tr>
<td class="prettyprint">getProjectionObject: function()</td>
</tr>
</tbody>
</table>
</blockquote>返回baseLayer的投影。
</div>
</div>
<div class="CToolTip" id="tt43">
<div class="CFunction">
<blockquote>
<table border="0" cellspacing="0" cellpadding="0" class="Prototype">
<tbody>
<tr>
<td class="prettyprint">getMaxResolution: function()</td>
</tr>
</tbody>
</table>
</blockquote>返回baseLayer最大的分辨率。
</div>
</div>
<div class="CToolTip" id="tt44">
<div class="CFunction">
<blockquote>
<table border="0" cellspacing="0" cellpadding="0" class="Prototype">
<tbody>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td class="PBeforeParameters prettyprint " nowrap="">getMaxExtent: function (</td>
<td class="PParameter prettyprint " nowrap="">options</td>
<td class="PAfterParameters prettyprint " nowrap="">)</td>
</tr>
</tbody>
</table></td>
</tr>
</tbody>
</table>
</blockquote>获取地图的最大范围。
</div>
</div>
<div class="CToolTip" id="tt45">
<div class="CFunction">
<blockquote>
<table border="0" cellspacing="0" cellpadding="0" class="Prototype">
<tbody>
<tr>
<td class="prettyprint">getNumZoomLevels: function()</td>
</tr>
</tbody>
</table>
</blockquote>获取当前底图的缩放级别总数在底图存在的情况下与底图缩放级别numZoomLevels 相同
</div>
</div>
<div class="CToolTip" id="tt46">
<div class="CFunction">
<blockquote>
<table border="0" cellspacing="0" cellpadding="0" class="Prototype">
<tbody>
<tr>
<td class="prettyprint">getExtent: function ()</td>
</tr>
</tbody>
</table>
</blockquote>获取当前地图的范围。
</div>
</div>
<div class="CToolTip" id="tt47">
<div class="CFunction">
<blockquote>
<table border="0" cellspacing="0" cellpadding="0" class="Prototype">
<tbody>
<tr>
<td class="prettyprint">getResolution: function ()</td>
</tr>
</tbody>
</table>
</blockquote>获取当前地图的分辨率。
</div>
</div>
<div class="CToolTip" id="tt48">
<div class="CFunction">
<blockquote>
<table border="0" cellspacing="0" cellpadding="0" class="Prototype">
<tbody>
<tr>
<td class="prettyprint">getUnits: function ()</td>
</tr>
</tbody>
</table>
</blockquote>获取地图的当前单位。
</div>
</div>
<div class="CToolTip" id="tt49">
<div class="CFunction">
<blockquote>
<table border="0" cellspacing="0" cellpadding="0" class="Prototype">
<tbody>
<tr>
<td class="prettyprint">getScale: function ()</td>
</tr>
</tbody>
</table>
</blockquote>获取当前地图的缩放比例。
</div>
</div>
<div class="CToolTip" id="tt50">
<div class="CFunction">
<blockquote>
<table border="0" cellspacing="0" cellpadding="0" class="Prototype">
<tbody>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td class="PBeforeParameters prettyprint " nowrap="">getZoomForExtent: function (</td>
<td class="PParameter prettyprint " nowrap="">bounds,</td>
</tr>
<tr>
<td></td>
<td class="PParameter prettyprint " nowrap="">closest</td>
<td class="PAfterParameters prettyprint " nowrap="">)</td>
</tr>
</tbody>
</table></td>
</tr>
</tbody>
</table>
</blockquote>通过给定的范围获取比例级别。
</div>
</div>
<div class="CToolTip" id="tt51">
<div class="CFunction">
<blockquote>
<table border="0" cellspacing="0" cellpadding="0" class="Prototype">
<tbody>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td class="PBeforeParameters prettyprint " nowrap="">getResolutionForZoom: function(</td>
<td class="PParameter prettyprint " nowrap="">zoom</td>
<td class="PAfterParameters prettyprint " nowrap="">)</td>
</tr>
</tbody>
</table></td>
</tr>
</tbody>
</table>
</blockquote>根据缩放级别获取对应分辨率。
</div>
</div>
<div class="CToolTip" id="tt52">
<div class="CFunction">
<blockquote>
<table border="0" cellspacing="0" cellpadding="0" class="Prototype">
<tbody>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td class="PBeforeParameters prettyprint " nowrap="">getZoomForResolution: function(</td>
<td class="PParameter prettyprint " nowrap="">resolution,</td>
</tr>
<tr>
<td></td>
<td class="PParameter prettyprint " nowrap="">closest</td>
<td class="PAfterParameters prettyprint " nowrap="">)</td>
</tr>
</tbody>
</table></td>
</tr>
</tbody>
</table>
</blockquote>根据分辨率获取对应缩放级别。
</div>
</div>
<div class="CToolTip" id="tt53">
<div class="CFunction">
<blockquote>
<table border="0" cellspacing="0" cellpadding="0" class="Prototype">
<tbody>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td class="PBeforeParameters prettyprint " nowrap="">zoomTo: function(</td>
<td class="PParameter prettyprint " nowrap="">zoom</td>
<td class="PAfterParameters prettyprint " nowrap="">)</td>
</tr>
</tbody>
</table></td>
</tr>
</tbody>
</table>
</blockquote>缩放到指定的级别。
</div>
</div>
<div class="CToolTip" id="tt54">
<div class="CFunction">
<blockquote>
<table border="0" cellspacing="0" cellpadding="0" class="Prototype">
<tbody>
<tr>
<td class="prettyprint">zoomIn: function()</td>
</tr>
</tbody>
</table>
</blockquote>在当前缩放级别的基础上放大一级。
</div>
</div>
<div class="CToolTip" id="tt55">
<div class="CFunction">
<blockquote>
<table border="0" cellspacing="0" cellpadding="0" class="Prototype">
<tbody>
<tr>
<td class="prettyprint">zoomOut: function()</td>
</tr>
</tbody>
</table>
</blockquote>在当前缩放级别的基础上缩小一级。
</div>
</div>
<div class="CToolTip" id="tt56">
<div class="CFunction">
<blockquote>
<table border="0" cellspacing="0" cellpadding="0" class="Prototype">
<tbody>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td class="PBeforeParameters prettyprint " nowrap="">zoomToExtent: function(</td>
<td class="PParameter prettyprint " nowrap="">bounds,</td>
</tr>
<tr>
<td></td>
<td class="PParameter prettyprint " nowrap="">closest</td>
<td class="PAfterParameters prettyprint " nowrap="">)</td>
</tr>
</tbody>
</table></td>
</tr>
</tbody>
</table>
</blockquote>缩放到指定范围,重新定位中心点。
</div>
</div>
<div class="CToolTip" id="tt57">
<div class="CFunction">
<blockquote>
<table border="0" cellspacing="0" cellpadding="0" class="Prototype">
<tbody>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td class="PBeforeParameters prettyprint " nowrap="">zoomToMaxExtent: function(</td>
<td class="PParameter prettyprint " nowrap="">options</td>
<td class="PAfterParameters prettyprint " nowrap="">)</td>
</tr>
</tbody>
</table></td>
</tr>
</tbody>
</table>
</blockquote>缩放到最大范围,并重新定位中心点。
</div>
</div>
<div class="CToolTip" id="tt58">
<div class="CFunction">
<blockquote>
<table border="0" cellspacing="0" cellpadding="0" class="Prototype">
<tbody>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td class="PBeforeParameters prettyprint " nowrap="">zoomToScale: function(</td>
<td class="PParameter prettyprint " nowrap="">scale,</td>
</tr>
<tr>
<td></td>
<td class="PParameter prettyprint " nowrap="">closest</td>
<td class="PAfterParameters prettyprint " nowrap="">)</td>
</tr>
</tbody>
</table></td>
</tr>
</tbody>
</table>
</blockquote>缩放到指定的比例
</div>
</div>
<div class="CToolTip" id="tt59">
<div class="CFunction">
<blockquote>
<table border="0" cellspacing="0" cellpadding="0" class="Prototype">
<tbody>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td class="PBeforeParameters prettyprint " nowrap="">getViewPortPxFromLonLat: function (</td>
<td class="PParameter prettyprint " nowrap="">lonlat</td>
<td class="PAfterParameters prettyprint " nowrap="">)</td>
</tr>
</tbody>
</table></td>
</tr>
</tbody>
</table>
</blockquote>根据指定地理位置,返回其相对于当前地图窗口左上角的像素位置。
</div>
</div>
<div class="CToolTip" id="tt60">
<div class="CFunction">
<blockquote>
<table border="0" cellspacing="0" cellpadding="0" class="Prototype">
<tbody>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td class="PBeforeParameters prettyprint " nowrap="">getLonLatFromPixel: function (</td>
<td class="PParameter prettyprint " nowrap="">px</td>
<td class="PAfterParameters prettyprint " nowrap="">)</td>
</tr>
</tbody>
</table></td>
</tr>
</tbody>
</table>
</blockquote>根据相对于地图窗口左上角的像素位置返回其在地图上的地理位置。依据当前baselayer转换成 lon/lat (经度/纬度)形式。
</div>
</div>
<div class="CToolTip" id="tt61">
<div class="CFunction">
<blockquote>
<table border="0" cellspacing="0" cellpadding="0" class="Prototype">
<tbody>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td class="PBeforeParameters prettyprint " nowrap="">getPixelFromLonLat: function (</td>
<td class="PParameter prettyprint " nowrap="">lonlat</td>
<td class="PAfterParameters prettyprint " nowrap="">)</td>
</tr>
</tbody>
</table></td>
</tr>
</tbody>
</table>
</blockquote>获取地图上的像素坐标。依照当前baselayer将指定的地理点位置坐标 转换成其相对于地图窗口左上角点的像素坐标。
</div>
</div>
<div class="CToolTip" id="tt62">
<div class="CFunction">
<blockquote>
<table border="0" cellspacing="0" cellpadding="0" class="Prototype">
<tbody>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td class="PBeforeParameters prettyprint " nowrap="">getViewPortPxFromLayerPx:function(</td>
<td class="PParameter prettyprint " nowrap="">layerPx</td>
<td class="PAfterParameters prettyprint " nowrap="">)</td>
</tr>
</tbody>
</table></td>
</tr>
</tbody>
</table>
</blockquote>根据图层像素点坐标获取视图窗口像素点坐标。
</div>
</div>
<div class="CToolTip" id="tt63">
<div class="CFunction">
<blockquote>
<table border="0" cellspacing="0" cellpadding="0" class="Prototype">
<tbody>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td class="PBeforeParameters prettyprint " nowrap="">getLayerPxFromViewPortPx:function(</td>
<td class="PParameter prettyprint " nowrap="">viewPortPx</td>
<td class="PAfterParameters prettyprint " nowrap="">)</td>
</tr>
</tbody>
</table></td>
</tr>
</tbody>
</table>
</blockquote>根据视图窗口像素点坐标获取图层像素点坐标。
</div>
</div>
<div class="CToolTip" id="tt64">
<div class="CFunction">
<blockquote>
<table border="0" cellspacing="0" cellpadding="0" class="Prototype">
<tbody>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td class="PBeforeParameters prettyprint " nowrap="">getLayerPxFromLonLat: function (</td>
<td class="PParameter prettyprint " nowrap="">lonlat</td>
<td class="PAfterParameters prettyprint " nowrap="">)</td>
</tr>
</tbody>
</table></td>
</tr>
</tbody>
</table>
</blockquote>根据传入的大地坐标获取图层坐标对象。
</div>
</div>
<div class="CToolTip" id="tt65">
<div class="CClass">
此类用x,y坐标描绘屏幕坐标像素点
</div>
</div>
<div class="CToolTip" id="tt66">
<div class="CProperty">
{Float} 用于地图实例化的时候设置最大分辨率(设置该值可以使地图在分辨率达到某个值的时候无法 再缩小)。当不想将整张地图都展示在通过 tileSize 指定大小的一张瓦 片上的时候设置该值。设置为auto的时候地图会自适应视口大小。
</div>
</div>
<div class="CToolTip" id="tt67">
<div class="CProperty">
{SuperMap.Bounds} 用于地图实例化的时候设置地图的最大范围。默认是(-180, -90, 180, 90)。
</div>
</div>
<div class="CToolTip" id="tt68">
<div class="CProperty">
{DOMElement|String} 装载地图的DOM元素或一个元素的id值如果 调用 SuperMap.Map 构造函数的时候传递两个参数,它将作为第一 个参数。此外,构造函数也能够只接收选项(options)对象作为唯一的参 数这种情况下div属性可能会也可能不会被提供。如果div属性没有 被提供,稍后可以使用 render 方法指定地图渲染的地方。
</div>
</div>
<div class="CToolTip" id="tt69">
<div class="CClass">
控件类,提供了多种控件,比如比例尺控件,鹰眼控件,缩放条控件等等。 用于处理 Control 事件的事件处理器 Handler内部封装了一系列的浏览器事件 在控件(control)实现过程中可调用Handler通过 active和 deactive两个方法实现动态的激活和注销。
</div>
</div>
<div class="CToolTip" id="tt70">
<div class="CClass">
这个类用来表示经度和纬度对。
</div>
</div>
<div class="CToolTip" id="tt71">
<div class="CProperty">
{SuperMap.Bounds} 限定地图缩放范围。 如果设置了restrictedExtent, 平移将会被限制在指定的边界内。
</div>
</div>
<!--END_ND_TOOLTIPS-->
<div id="MSearchResultsWindow">
<iframe src="" frameborder="0" name="MSearchResults" id="MSearchResults"></iframe>
<a href="javascript:searchPanel.CloseResultsWindow()" id="MSearchResultsWindowClose">Close</a>
</div>
<script language="JavaScript"><!--
if (browserType) {if (browserVer) {document.write("</div>"); }document.write("</div>");}// --></script>
<script language="JavaScript" src="../../javascript/merge.js"></script>
</body>
</html>