| 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 | |
| acronym — Property, class com.supermap.web.iServerJava6R.layerServices.ChartFeatureInfoSpec | |
| 返回物标的简称 | |
| 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 | |
| 标识绘图操作是否已开始。 | |
| actualResourceValue — Property, class com.supermap.web.iServerJava6R.networkAnalystServices.DemandResult | |
| 该需求对象实际被分配的资源量。 | |
| actualResourceValue — Property, class com.supermap.web.iServerJava6R.networkAnalystServices.SupplyResult | |
| 资源供给中心实际提供的资源量。 | |
| add(value:Array) — 方法, class com.supermap.web.mapping.GraphicsLayer | |
| 添加 Graphic 数组。 | |
| ADD — Constant Static Property, class com.supermap.web.iServerJava6R.dataServices.EditType | |
| 增加操作。 | |
| ADD — Static Property, class com.supermap.web.ogc.wfs.ArithmeticType | |
| 加。 | |
| 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:flash.display:DisplayObject, bBox:com.supermap.web.core:Rectangle2D, offset:flash.geom:Point) — 方法, class com.supermap.web.mapping.ElementsLayer | |
| 添加可视组件,并返回用于唯一标识该对象的 id。. | |
| addComponentAt(component:flash.display:DisplayObject, 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 | |
| AddEntityParameters — class, 包 com.supermap.web.iServerJava2.editServices | |
| 添加地物参数类. | |
| AddEntityParameters(mapName:String) — 构造函数, class com.supermap.web.iServerJava2.editServices.AddEntityParameters | |
| 使用地图名称初始化 AddEntityParameters 类的新实例。 | |
| AddEntityService — class, 包 com.supermap.web.iServerJava2.editServices | |
| 添加地物服务类. | |
| AddEntityService(url:String) — 构造函数, class com.supermap.web.iServerJava2.editServices.AddEntityService | |
| 使用地图服务地址 url 实例化 AddEntityService 对象。 | |
| addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — 方法, class com.supermap.web.gears.components.LegendItemInfo | |
| addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — 方法, class com.supermap.web.iServerJava2.components.LegendItemInfo | |
| 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 集合的最末端,反之添加到最前端。 | |
| addFeature(feature:com.supermap.web.core:Feature, isfront:Boolean) — 方法, class com.supermap.web.mapping.HeatGridLayer | |
| 在当前图层中添加点要素。 当 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。 | |
| addFeatureAt(feature:com.supermap.web.core:Feature, index:int) — 方法, class com.supermap.web.mapping.HeatGridLayer | |
| 在指定位置处添加点要素。 若传入的索引值超出范围(小于 0 或大于 features.length),将会抛出异常信息 SmResource.OUT_OF_ARRAY_RANGE。例如:hgl.addFeatureAt(new Feature(new GeoPoint(0,0)),0); |
|
| 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 | |
| 为当前图层添加事件侦听器,以使侦听器能够接收 ZoomEvent、 ViewBoundsEvent 事件的触发通知。 | |
| ADD_NODE — Constant Static Property, class com.supermap.web.events.EditEvent | |
| 定义添加节点的 type 属性值,当点击边界添加节点时触发该事件。 | |
| 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 附近取值。如果发现图层叠加时有偏移,可通过该属性移动图层,使图层正确叠加。 | |
| AHEAD — Constant Static Property, class com.supermap.web.iServerJava2.networkAnalystServices.TurnType | |
| 向前直行。 | |
| AHEAD — Constant Static Property, class com.supermap.web.iServerJava6R.networkAnalystServices.TurnType | |
| 向前直行。 | |
| alias — Property, class com.supermap.web.iServerJava6R.queryServices.DatasourceConnectionInfo | |
| 获取或设置数据源别名。 | |
| alias — Property, class com.supermap.web.iServerJava6R.trafficTransferAnalystServices.TransferStopInfo | |
| 公交站点别名。 | |
| align — Property, class com.supermap.web.iServerJava2.themeServices.ServerTextStyle | |
| 获取或设置注记对象的对齐方式。 | |
| align — Property, class com.supermap.web.utils.serverTypes.ServerTextStyle | |
| 获取或设置注记文本的对齐方式,默认为 TextAlignment.BASELINECENTER。 | |
| ALL — Constant Static Property, class com.supermap.web.iServerJava6R.themeServices.ThemeGraphAxesTextDisplayMode | |
| 显示全部文本。 | |
| 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 | |
| alongLine — Property, class com.supermap.web.iServerJava6R.themeServices.ThemeLabel | |
| ThemeLabelAlongLine 对象,用于定义标签沿线标注的样式. | |
| alongLine — Property, class com.supermap.web.iServerJava6R.themeServices.ThemeLabelAlongLine | |
| 是否沿线显示文本。true 表示沿线显示文本,false 表示正常显示文本,默认为 true。 | |
| alongLineDirection — Property, class com.supermap.web.iServerJava6R.themeServices.ThemeLabelAlongLine | |
| 标签沿线标注方向。默认为 AlongLineDirection.LB_TO_RT(从下到上,从左到右放置)。 | |
| AlongLineDirection — class, 包 com.supermap.web.iServerJava6R.themeServices | |
| 标签沿线标注方向枚举类. | |
| alpha — Property, class com.supermap.web.clustering.SimpleClusterStyle | |
| 获取或设置 SimpleClusterStyle 的透明度,0 表示完全透明,1 表示不透明。 | |
| 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.symbol.grid.GridItem | |
| 方格透明度 默认为1 | |
| alpha — Property, class com.supermap.web.themes.Theme | |
| 点或线的透明度。1 表示不透明。取值范围:0~1。 | |
| alphas — Property, class com.supermap.web.core.styles.GradientFillStyle | |
| 获取或设置渐变颜色透明度,与 colors 数组中的颜色值一一对应,即在渐变填充中每种颜色的显示透明度。 | |
| AND — Static Property, class com.supermap.web.ogc.wfs.LogicalType | |
| 与,二元运算。 | |
| 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 | |
| 获取或设置文本旋转角度。 | |
| angle — Property, class com.supermap.web.iServerJava6R.mapServices.GetMapStatusResult | |
| 当前地图的旋转角度。 | |
| angle — Property, class com.supermap.web.iServerJava6R.spatialAnalystServices.InterpolationKrigingAnalystParameters | |
| 克吕金算法中旋转角度值。默认值为0。 | |
| angleFixed — Property, class com.supermap.web.iServerJava6R.themeServices.ThemeLabelAlongLine | |
| 当沿线显示文本时,是否将文本角度固定,默认为 false. | |
| antialias — Property, class com.supermap.web.iServerJava6R.mapServices.GetMapStatusResult | |
| 是否反走样地图. | |
| area — Property, class com.supermap.web.iServerJava2.measureServices.MeasureResult | |
| 面积量算结果。 | |
| area — Property, class com.supermap.web.iServerJava6R.measureServices.MeasureResult | |
| 获取面积量算结果。 | |
| AREA — Constant Static Property, class com.supermap.web.iServerJava2.themeServices.GraphType | |
| 面积图,对应值为0。 | |
| AREA — Constant Static Property, class com.supermap.web.iServerJava6R.themeServices.ThemeGraphType | |
| 面积图。 | |
| areaRegions — Property, class com.supermap.web.iServerJava2.networkAnalystServices.ServiceAreaResult | |
| 获取服务区分析结果区域集合。 | |
| Arithmetic — class, 包 com.supermap.web.ogc.wfs | |
| 算术运算. | |
| Arithmetic() — 构造函数, class com.supermap.web.ogc.wfs.Arithmetic | |
| 实例化 Arithmetic 对象。 | |
| ArithmeticType — class, 包 com.supermap.web.ogc.wfs | |
| 算术运算类型枚举类. | |
| aryClusterDictionary — Property, class com.supermap.web.clustering.WeightedClusterer | |
| aryClusterDictionaryMerge — Property, class com.supermap.web.clustering.WeightedClusterer | |
| attribute — Property, class com.supermap.web.rendering.RangeRenderer | |
| 获取或设置用于范围分段渲染的属性字段。 | |
| attribute — Property, class com.supermap.web.rendering.UniqueRenderer | |
| 获取或设置 UniqueRenderer 的属性字段。 | |
| ATTRIBUTE — Constant Static Property, class com.supermap.web.iServerJava6R.queryServices.QueryOption | |
| 属性类型,只返回地物的属性信息。 | |
| ATTRIBUTE_AND_GEOMETRY — Constant Static Property, class com.supermap.web.iServerJava6R.queryServices.QueryOption | |
| 属性和空间几何类型,返回地物的属性信息和空间几何信息。 | |
| attributeFields — Property, class com.supermap.web.iServerJava6R.layerServices.ChartFeatureInfoSpec | |
| 返回物标的属性集合。数据元素类型为ChartAttributeSpec | |
| attributeFilter — Property, class com.supermap.web.iServerJava6R.FilterParameter | |
| 获取或设置属性过滤条件。相当于 SQL 语句中的 WHERE 子句. | |
| attributeFilter — Property, class com.supermap.web.iServerJava6R.dataServices.GetFeaturesByBufferParameters | |
| 缓冲区查询属性过滤条件,相当于 SQL 语句中的 WHERE 子句. | |
| attributeFilter — Property, class com.supermap.web.iServerJava6R.dataServices.GetFeaturesByGeometryParameters | |
| 几何查询属性过滤条件,相当于 SQL 语句中的 WHERE 子句. | |
| attributeFilter — Property, class com.supermap.web.iServerJava6R.queryServices.ChartQueryFilterParameter | |
| 属性字段过滤条件。 | |
| attributes — Property, class com.supermap.web.core.Feature | |
| 获取或设置矢量要素的属性信息。 | |
| attributes — Property, class com.supermap.web.core.Graphic | |
| 属性信息... | |
| attributes — Property, class com.supermap.web.symbol.clover.SectorItem | |
| 属性信息。 | |
| attributes — Property, class com.supermap.web.symbol.event.CloverEvent | |
| attributes — Property, class com.supermap.web.symbol.event.GridEvent | |
| 获取方格事件绑定的属性封装对象 | |
| attributes — Property, class com.supermap.web.symbol.grid.GridItem | |
| 获取方格项对应的属性绑定对象 | |
| autoMoveToTop — Property, class com.supermap.web.core.Feature | |
| 获取或设置是否将当前矢量要素自动放置于顶端点。 | |
| AVERAGE — Constant Static Property, class com.supermap.web.iServerJava6R.dataServices.StatisticMode | |
| 统计所选字段的平均值。 | |
| averageWeight — Property, class com.supermap.web.iServerJava6R.networkAnalystServices.SupplyResult | |
| 从该资源供给中心到每个需求对象的平均耗费(阻值)。 | |
| axesColor — Property, class com.supermap.web.iServerJava2.themeServices.ThemeGraph | |
| 获取或设置坐标轴颜色,默认为黑色。 | |
| axesColor — Property, class com.supermap.web.iServerJava6R.themeServices.ThemeGraphAxes | |
坐标轴颜色,默认为黑色。当 axesDisplayed = true 时有效。 |
|
| axesDisplayed — Property, class com.supermap.web.iServerJava6R.themeServices.ThemeGraphAxes | |
| 是否显示坐标轴。默认为 false,即不显示. | |
| axesGridDisplayed — Property, class com.supermap.web.iServerJava6R.themeServices.ThemeGraphAxes | |
是否在统计图坐标轴上显示网格。默认为 false,即不显示。当 axesDisplayed = true 时有效。 |
|
| axesTextDisplayed — Property, class com.supermap.web.iServerJava6R.themeServices.ThemeGraphAxes | |
是否显示坐标轴的文本标注。默认为 false,即不显示。当 axesDisplayed = true 时有效。 |
|
| axesTextStyle — Property, class com.supermap.web.iServerJava2.themeServices.ThemeGraph | |
| 获取或设置坐标轴文本风格。 | |
| axesTextStyle — Property, class com.supermap.web.iServerJava6R.themeServices.ThemeGraphAxes | |
ServerTextStyle 对象。获取或设置坐标轴文本显示风格。当 axesTextDisplayed = true 时有效。 |
|
| 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 | |