包 | com.supermap.web.iServerJava6R.layerServices |
类 | public class UGCImageLayer |
继承 | UGCImageLayer ![]() ![]() |
影像图层中的各个栅格有且只具有颜色信息(如:遥感影像),不附有其它任何信息。
例如在遥感领域中,根据传感器的类型,一幅遥感影像具有多个波段(如 QuickBird 影像,有红、绿、蓝、热红外四个波段),影像中的每个像素(栅格)值仅代表像素分别在各个波段的波段(颜色)值。每一波段又都有对应的影像(相当于 GIS 中地图的图层),影像中的像素(栅格)值仅代表像素在该波段的波段(颜色)值。
属性 | 定义方 | ||
---|---|---|---|
brightness : int
获取或设置影像图层的亮度。
|
UGCImageLayer | ||
colorSpaceType : String
获取或设置影像图层的色彩显示模式,由 ColorSpaceType 类定义。
|
UGCImageLayer | ||
contrast : int
获取或设置影像图层的对比度。
|
UGCImageLayer | ||
displayBandIndexes : Array
获取或设置当前影像图层代表的波段索引。
|
UGCImageLayer | ||
transparent : Boolean
获取或设置图层背景是否透明。
|
UGCImageLayer | ||
transparentColor : ServerColor
获取或设置返回背景透明色。
|
UGCImageLayer |
方法 | 定义方 | ||
---|---|---|---|
初始化 UGCImageLayer 类的新实例。
|
UGCImageLayer |
brightness | 属性 |
brightness:int
获取或设置影像图层的亮度。
public function get brightness():int
public function set brightness(value:int):void
colorSpaceType | 属性 |
colorSpaceType:String
获取或设置影像图层的色彩显示模式,由 ColorSpaceType 类定义。
public function get colorSpaceType():String
public function set colorSpaceType(value:String):void
另请参见
contrast | 属性 |
contrast:int
获取或设置影像图层的对比度。
public function get contrast():int
public function set contrast(value:int):void
displayBandIndexes | 属性 |
displayBandIndexes:Array
获取或设置当前影像图层代表的波段索引。
public function get displayBandIndexes():Array
public function set displayBandIndexes(value:Array):void
transparent | 属性 |
transparent:Boolean
获取或设置图层背景是否透明。
public function get transparent():Boolean
public function set transparent(value:Boolean):void
transparentColor | 属性 |
transparentColor:ServerColor
获取或设置返回背景透明色。
public function get transparentColor():ServerColor
public function set transparentColor(value:ServerColor):void
UGCImageLayer | () | 构造函数 |
public function UGCImageLayer()
初始化 UGCImageLayer 类的新实例。