Class: Image

Image

UGC 影像图层类。

new SuperMap.Image(options)

common/iServer/Image.js, line 6
Name Type Description
options Object

可选参数。如:
colorSpaceType - {SuperMap.ColorSpaceType} 返回影像图层的色彩显示模式。
brightness - {integer} 影像图层的亮度。
displayBandIndexes - {Array} 返回当前影像图层显示的波段索引。
contrast - {integer} 影像图层的对比度。
transparent - {boolean} 是否背景透明。
transparentColor - SuperMap.ServerColor 返回背景透明色。
transparentColorTolerance - {integer} 背景透明色容限。

Extends

Members

图层范围。

brightnessinteger

影像图层的亮度。

captionstring

图层的标题。

colorSpaceTypeSuperMap.ColorSpaceType

返回影像图层的色彩显示模式。

completeLineSymbolDisplayedboolean

是否显示完整线型。

contrastinteger

影像图层的对比度。

数据集信息。

descriptionstring

图层的描述信息。

displayBandIndexesArray.<integer>

返回当前影像图层显示的波段索引。

displayFilterstring

图层显示过滤条件。

连接信息类。

maxScalenumber

地图最大比例尺。

minScalenumber

地图最小比例尺。

minVisibleGeometrySizenumber

几何对象的最小可见大小,以像素为单位。

namestring

图层的名称。

opaqueRateinteger

图层的不透明度。

overlapDisplayedboolean

地图对象在同一范围内时,是否重叠显示,默认为False。

overlapDisplayedOptionsSuperMap.OverlapDisplayedOptions

地图的压盖过滤显示选项,当 overlapDisplayed 为 false 时有效。

queryableboolean

图层中的对象是否可以查询。

representationFieldstring

存储制图表达信息的字段。

subLayersArray

子图层集。

symbolScalableboolean

是否允许图层的符号大小随图缩放。

symbolScalenumber

图层的符号缩放基准比例尺。

transparentboolean

是否背景透明。

transparentColorSuperMap.ServerColor

返回背景透明色。

transparentColorToleranceinteger

背景透明色容限。

图层类型。

ugcLayerTypeSuperMap.LayerType

图层类型。

visibleboolean

图层是否可视。

Methods

inherited destroy()

common/iServer/UGCLayer.js, line 72

释放资源,将引用资源的属性置空。

fromJson(jsonObject)

common/iServer/Image.js, line 77

将服务端JSON对象转换成当前客户端对象。

Name Type Description
jsonObject Object

要转换的 JSON 对象。

toServerJSONObject()

common/iServer/Image.js, line 91

转换成对应的 JSON 格式对象。