Package cn.mapway.geo.client.raster
Class BandInfo
java.lang.Object
cn.mapway.geo.client.raster.BandInfo
- All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable,Serializable
public class BandInfo
extends Object
implements Serializable, com.google.gwt.user.client.rpc.IsSerializable
BandInfo
- Author:
- zhangjianshe <zhangjianshe@gmail.com>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
index
public int indexspecial start from 0,1,2... -
dataType
public int dataType -
maxValue
-
minValue
-
calMinValue
-
calMaxValue
-
enableGamma
public boolean enableGamma是否进行 Gamma矫正 default is false -
gammaMin
Gamma矫正 -
gamma
-
gammaMax
-
outputMin
public int outputMin输出 最小值 拉伸的目标 [0-255] -
outputMax
public int outputMax输出 最大值 拉伸的目标 [0-255] -
noValues
-
metadata
-
colorMaps
影像中的颜色表 IndexRGB -
overviews
金字塔信息 -
name
波段名称 比如 映像数据 映像分类
-
-
Constructor Details
-
BandInfo
public BandInfo()
-
-
Method Details
-
calValue
public double calValue(double v) -
check
public void check() -
getValueExtend
public double getValueExtend() -
getCalValueExtend
public double getCalValueExtend()
-