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 |
action — Property, class com.supermap.web.mapping.Map |
|
获取或设置与 Map 关联的地图操作。如平移、缩放、绘制点/线/面等。 |
ACTION_CHANGED — Constant Static Property, class com.supermap.web.events.ActionEvent |
|
定义操作改变事件的 type 属性值。 |
ActionEvent — class, 包 com.supermap.web.events |
|
地图操作事件类. |
ActionEvent(type:String, oldAction:com.supermap.web.actions:MapAction, newAction:com.supermap.web.actions:MapAction) — 构造函数, class com.supermap.web.events.ActionEvent |
|
初始化 ActionEvent 类的新实例。 |
actionStarted — Property, class com.supermap.web.actions.DrawAction |
|
标识绘图操作是否已开始。 |
actionStarted — Property, class com.supermap.web.actions.DrawPoint |
|
标识绘图操作是否已开始。 |
add(value:Array) — 方法, class com.supermap.web.mapping.GraphicsLayer |
|
添加 Graphic 数组。 |
addAttribution(key:String, value:String) — 方法, class com.supermap.web.mapping.supportClasses.MetadataObj |
|
|
addChild(child:flash.display:DisplayObject) — 方法, class com.supermap.web.mapping.Map |
|
向 Map 容器中添加一个 DisplayObject 子项. |
addChildAt(child:flash.display:DisplayObject, index:int) — 方法, class com.supermap.web.mapping.Map |
|
向 Map 容器中的指定位置添加一个 DisplayObject 子项。. |
addComplete — 事件, class com.supermap.web.mapping.GraphicsLayer |
|
Graphic 数组添加完成后派发。 |
addComponent(component:mx.core:UIComponent, bBox:com.supermap.web.core:Rectangle2D, offset:flash.geom:Point) — 方法, class com.supermap.web.mapping.ElementsLayer |
|
添加可视组件,并返回用于唯一标识该对象的 id。. |
addComponentAt(component:mx.core:UIComponent, index:int, bBox:com.supermap.web.core:Rectangle2D, offset:flash.geom:Point) — 方法, class com.supermap.web.mapping.ElementsLayer |
|
将可视组件添加至指定索引位置处,并返回用于唯一标识该对象的 id. |
addedHandler(event:flash.events:Event) — 方法, class com.supermap.web.mapping.Layer |
|
处理 Event.ADDED 事件的侦听器函数。 |
addElement(element:com.supermap.web.core:Element) — 方法, class com.supermap.web.mapping.ElementsLayer |
|
添加元素,并返回用于唯一标识元素的 id。 |
addElementAt(element:com.supermap.web.core:Element, index:int) — 方法, class com.supermap.web.mapping.ElementsLayer |
|
将元素添加至指定索引位置处,并返回用于唯一标识元素的 id |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — 方法, class com.supermap.web.mapping.HeatPoint |
|
|
addFeature(feature:com.supermap.web.core:Feature, isfront:Boolean) — 方法, class com.supermap.web.mapping.FeaturesLayer |
|
在当前图层中添加矢量要素。当 isFront 属性为 true 时,新增的要素添加于 features 集合的最末端,反之添加到最前端。 |
addFeatureAt(feature:com.supermap.web.core:Feature, index:int) — 方法, class com.supermap.web.mapping.FeaturesLayer |
|
在指定位置处添加矢量要素。若传入的索引值超出范围(小于 0 或大于 features.length),将会抛出异常信息 SmResource.OUT_OF_ARRAY_RANGE。 |
addLayer(layer:com.supermap.web.mapping:Layer, index:int) — 方法, class com.supermap.web.mapping.Map |
|
在指定位置添加图层。. |
addMapListeners() — 方法, class com.supermap.web.mapping.ElementsLayer |
|
为当前图层添加事件侦听器,以使侦听器能够接收 ZoomEvent、 ViewBoundsEvent 事件的触发通知。 |
addMapListeners() — 方法, class com.supermap.web.mapping.FeaturesLayer |
|
为当前图层添加事件侦听器,以使侦听器能够接收 ZoomEvent、 ViewBoundsEvent 事件的触发通知。 |
addMapListeners() — 方法, class com.supermap.web.mapping.GraphicsLayer |
|
为当前图层添加事件侦听器,以使侦听器能够接收 ZoomEvent、 ViewBoundsEvent 事件的触发通知。 |
addMapListeners() — 方法, class com.supermap.web.mapping.Layer |
|
为当前图层添加事件侦听器,以使侦听器能够接收 ZoomEvent、 ViewBoundsEvent 事件的触发通知。 |
addMapListeners() — 方法, class com.supermap.web.mapping.TiledLayer |
|
为当前图层添加事件侦听器,以使侦听器能够接收 ZoomEvent、 ViewBoundsEvent 事件的触发通知。 |
addMapListeners() — 方法, class com.supermap.web.mapping.UTFGridLayer |
|
|
addPart(pts:Array) — 方法, class com.supermap.web.core.geometry.GeoLine |
|
向线对象追加一个子对象。 |
addPart(pts:Array) — 方法, class com.supermap.web.core.geometry.GeoRegion |
|
向面对象追加一个子对象。 |
adjustFactor — Property, class com.supermap.web.mapping.DynamicRESTLayer |
|
获取或设置地图坐标比例因子,取值范围大于0,建议在 1 附近取值。如果发现图层叠加时有偏移,可通过该属性移动图层,使图层正确叠加。 |
adjustFactor — Property, class com.supermap.web.mapping.TiledDynamicRESTLayer |
|
获取或设置地图坐标比例因子,取值范围大于0,建议在 1 附近取值。如果发现图层叠加时有偏移,可通过该属性移动图层,使图层正确叠加。 |
align — Property, class com.supermap.web.utils.serverTypes.ServerTextStyle |
|
获取或设置注记文本的对齐方式,默认为 TextAlignment.BASELINECENTER。 |
allowPointOverlap — Property, class com.supermap.web.utils.serverTypes.OverlapDisplayedOptions |
|
|
allowPointWithTextDisplay — Property, class com.supermap.web.utils.serverTypes.OverlapDisplayedOptions |
|
|
allowTextAndPointOverlap — Property, class com.supermap.web.utils.serverTypes.OverlapDisplayedOptions |
|
|
allowTextOverlap — Property, class com.supermap.web.utils.serverTypes.OverlapDisplayedOptions |
|
|
allowThemeGraduatedSymbolOverlap — Property, class com.supermap.web.utils.serverTypes.OverlapDisplayedOptions |
|
|
allowThemeGraphOverlap — Property, class com.supermap.web.utils.serverTypes.OverlapDisplayedOptions |
|
|
alpha — Property, class com.supermap.web.core.styles.LineStyle |
|
获取或设置线要素的透明度,默认为 1. |
alpha — Property, class com.supermap.web.core.styles.PictureFillStyle |
|
获取或设置图片透明度。取值在 0~1 之间,0 表示完全透明。 |
alpha — Property, class com.supermap.web.core.styles.PictureMarkerStyle |
|
获取或设置图片的透明度。0 表示完全透明,1表示不透明。 |
alpha — Property, class com.supermap.web.core.styles.PredefinedFillStyle |
|
获取或设置面要素的填充透明度。默认值为 0.156,取值在 0~1 之间,1 表示不透明。 |
alpha — Property, class com.supermap.web.core.styles.PredefinedMarkerStyle |
|
获取或设置要素透明度,0表示完全透明,1表示不透明。默认值为 1。 |
alpha — Property, class com.supermap.web.core.styles.TextStyle |
|
获取或设置文本透明度。取值范围在0~1之间,0表示完全透明,1表示不透明。 |
alpha — Property, class com.supermap.web.themes.Theme |
|
点或线的透明度。1 表示不透明。取值范围:0~1。 |
alphas — Property, class com.supermap.web.core.styles.GradientFillStyle |
|
获取或设置渐变颜色透明度,与 colors 数组中的颜色值一一对应,即在渐变填充中每种颜色的显示透明度。 |
angle — Property, class com.supermap.web.core.styles.MarkerStyle |
|
获取或设置点的旋转角度(单位:度),对于以中心对称的点样式(如:Circle) 该属性不起作用。针对 GraphicMarkerStyle,angle 属性只对图片起作用。 |
angle — Property, class com.supermap.web.core.styles.PictureFillStyle |
|
获取或设置图片的旋转角度,逆时针方向为正。 |
angle — Property, class com.supermap.web.core.styles.TextStyle |
|
获取或设置文本旋转角度。 |
attributes — Property, class com.supermap.web.core.Feature |
|
获取或设置矢量要素的属性信息。 |
attributes — Property, class com.supermap.web.core.Graphic |
|
属性信息... |
attribution — Property, class com.supermap.web.mapping.supportClasses.MetadataObj |
|
|
autoMoveToTop — Property, class com.supermap.web.core.Feature |
|
获取或设置是否将当前矢量要素自动放置于顶端点。 |
|
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 |