com.supermap.web.iServerJava6R.layerServices
public class UGCImageLayer
继承 UGCImageLayer Inheritance UGCLayer Inheritance Object

UGC 影像图层类.

影像图层中的各个栅格有且只具有颜色信息(如:遥感影像),不附有其它任何信息。
例如在遥感领域中,根据传感器的类型,一幅遥感影像具有多个波段(如 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

获取或设置影像图层的亮度。


Implementation
    public function get brightness():int
    public function set brightness(value:int):void
colorSpaceType 属性  
colorSpaceType:String

获取或设置影像图层的色彩显示模式,由 ColorSpaceType 类定义。


Implementation
    public function get colorSpaceType():String
    public function set colorSpaceType(value:String):void

另请参见

contrast 属性  
contrast:int

获取或设置影像图层的对比度。


Implementation
    public function get contrast():int
    public function set contrast(value:int):void
displayBandIndexes 属性  
displayBandIndexes:Array

获取或设置当前影像图层代表的波段索引。


Implementation
    public function get displayBandIndexes():Array
    public function set displayBandIndexes(value:Array):void
transparent 属性  
transparent:Boolean

获取或设置图层背景是否透明。


Implementation
    public function get transparent():Boolean
    public function set transparent(value:Boolean):void
transparentColor 属性  
transparentColor:ServerColor

获取或设置返回背景透明色。


Implementation
    public function get transparentColor():ServerColor
    public function set transparentColor(value:ServerColor):void
构造函数详细信息
UGCImageLayer () 构造函数
public function UGCImageLayer()

初始化 UGCImageLayer 类的新实例。