Function Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
E
 equalLarge, SuperMap.Control.PlottingEdit
 equals
 evaluate
 execute, SuperMap.Plot.GOAnimationManager
 extend
F
 False, SuperMap.Function
 filter, SuperMap.Array
 filterToParams, SuperMap.Protocol.HTTP
 findGOAnimationByName, SuperMap.Plot.GOAnimationManager
 findGOAnimationByUuid, SuperMap.Plot.GOAnimationManager
 findGOAnimationsByFeature, SuperMap.Plot.GOAnimationManager
 findSymbolByCode, SuperMap.Plot.SymbolLibManager
 findSymbolByName, SuperMap.Plot.SymbolLibManager
 finishGeometry, SuperMap.Handler.Path
 finishRoute, SuperMap.Geometry.Route
 finishSketch, SuperMap.Control.DrawFeature
 format
 forwardMercator, SuperMap.Layer.SphericalMercator
 fromArray
 fromJSON
 fromSize, SuperMap.Bounds
 fromString
equalLarge: function(equalLargeType)
设置标号等大。
equals:function(bounds)
判断两个 bounds 对象是否相等。
equals: function(geometry)
判断两个几何图形是否相等。如果所有的 components 具有相同的坐标,则认为是相等的。
equals: function(geom)
判断两个点对象是否相等。如果两个点对象具有相同的坐标,则认为是相等的。
equals:function(ll)
判断两个坐标对象是否相等。
equals:function(px)
比较两 pixel 是否相等
equals: function(geom)
判断两个路由点对象是否相等。如果两个路由点对象具有相同的坐标以及度量值,则认为是相等的。
equals:function(sz)
比较两个size对象是否相等。
evaluate: function(context)
根据给定环境确定过滤与否。 推荐使用实例或子类覆盖这个方法。
evaluate:function (context)
根据给定环境确定过滤与否。
evaluate: function(context)
根据给定环境确定过滤与否。
execute: function()
执行动画。
复制源对象的所有属性到目标对象上,源对象上的没有定义的属性在目标对象上也不会被设置。
extend:function(object)
在当前bounds上扩展bounds,支持point,lanlat和bounds。 扩展后的bounds的范围是两者的结合
False : function()
该函数仅仅返回false.
filter: function(array,
callback,
caller)
过滤数组.提供了ECMA-262标准中Array.prototype.filter函数的扩展.
将<SuperMap.Filter>对象序列化成请求的查询字符串的自定义方法。 如果没有提供自定义的方法,该过滤器将使用<SuperMap.Format.QueryStringFilter>来序列化。
findGOAnimationByName : function(name)
根据动画名称查找动画。
findGOAnimationByUuid : function(uuid)
根据uuid查找动画。
findGOAnimationsByFeature : function(goFeature)
根据动画原始几何对象查找动画。
findSymbolByCode : function(code)
根据标号的code在标号库中查找标号。
findSymbolByName : function(name)
根据标号名称在标号库中查询标号。
finishGeometry: function()
完成几何对象绘制并将它发送给控件。
finishRoute: function ()
销毁几何图形。
finishSketch: function()
结束要素的绘制,不包括当前已经绘制的点要素。需要提前结束而不是用户结束绘制时,可以调用此方法。
format: function(num,
dec,
tsep,
dsep)
数字格式化输出.
format: function(template,
context,
args)
提供带 ${token} 标记的字符串, 返回context对象属性中指定标记的属性值.
forwardMercator: function(lon,
lat)
Given a lon,lat in EPSG:4326, return a point in Spherical Mercator.
SuperMap.Bounds.fromArray = function(bbox,
reverseAxisOrder)
通过边界框数组创建Bounds
SuperMap.LonLat.fromArray = function(arr)
通过数组生成一个<SuperMap.LonLat>对象
fromJSON: function(jsonData)
将JSON格式数据转成地图信息结构
fromJSON: function(jsonData)
将JSON格式数据转成态势图信息结构
SuperMap.Bounds.fromSize = function(size)
通过传入的边界大小来创建新的边界。
SuperMap.Bounds.fromString = function(str,
reverseAxisOrder)
通过字符串参数创建新的bounds的构造函数
SuperMap.LonLat.fromString = function(str)
通过字符串生成一个<SuperMap.LonLat>对象
Close