SuperMap.REST.Image

UGC 影像图层类。

Inherits from

Summary
SuperMap.REST.Image UGC 影像图层类。
Properties
brightness {Integer} 影像图层的亮度。
colorSpaceType {SuperMap.REST.ColorSpaceType} 返回影像图层的色彩显示模式。
contrast {Integer} 影像图层的对比度。
displayBandIndexes {Array(Integer)} 返回当前影像图层显示的波段索引。
transparent {Boolean} 是否背景透明。
transparentColor {SuperMap.REST.ServerColor} 返回背景透明色。
transparentColorTolerance {Integer} 背景透明色容限。
Constructor
SuperMap.REST.Image UGC 影像图层类构造函数。
Functions
toServerJSONObject 转换成对应的 JSON 格式对象。

Properties

brightness

{Integer} 影像图层的亮度。

colorSpaceType

{SuperMap.REST.ColorSpaceType} 返回影像图层的色彩显示模式。

contrast

{Integer} 影像图层的对比度。

displayBandIndexes

{Array(Integer)} 返回当前影像图层显示的波段索引。

transparent

{Boolean} 是否背景透明。

transparentColor

{SuperMap.REST.ServerColor} 返回背景透明色。

transparentColorTolerance

{Integer} 背景透明色容限。

Constructor

SuperMap.REST.Image

UGC 影像图层类构造函数。

Parameters

options {Object} 参数。

Allowed options properties

colorSpaceType {SuperMap.REST.ColorSpaceType} 返回影像图层的色彩显示模式。
brightness {Integer} 影像图层的亮度。
displayBandIndexes {Array(Integer)} 返回当前影像图层显示的波段索引。
contrast {Integer} 影像图层的对比度。
transparent {Boolean} 是否背景透明。
transparentColor {SuperMap.REST.ServerColor} 返回背景透明色。
transparentColorTolerance {Integer} 背景透明色容限。

Functions

toServerJSONObject

toServerJSONObject: function()

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

{Object} 色彩空间枚举。 由于成色原理的不同,决定了显示器、投影仪这类靠色光直接合成颜色的颜色设备和打印机、 印刷机这类靠使用颜料的印刷设备在生成颜色方式上的区别。 针对上述不同成色方式,SuperMap 提供两种色彩空间, 分别为 RGB 和 CMYK。RGB 主要用于显示系统中,CMYK 主要用于印刷系统中。
颜色类 该类使用三原色( RGB )来表达颜色。
toServerJSONObject: function()
转换成对应的 JSON 格式对象。
地图服务图层属性信息类,影像图层(Image)、专题图层(ServerTheme)、栅格图层(Grid)、矢量图层(Vector)等图层均继承该类。
Close