com.supermap.analyst.spatialanalyst
类 ReclassPixelFormat

java.lang.Object
  继承者 com.supermap.data.Enum
      继承者 com.supermap.analyst.spatialanalyst.ReclassPixelFormat

public class ReclassPixelFormat
extends Enum

该类定义了栅格数据集的像元值的存储类型常量。


字段摘要
static ReclassPixelFormat BIT16
          无符号16位。
static ReclassPixelFormat BIT32
          32位(整型)。
static ReclassPixelFormat BIT64
          64位(长整型)。
static ReclassPixelFormat BIT8
          无符号8位。
static ReclassPixelFormat DOUBLE
          双精度。
static ReclassPixelFormat SINGLE
          单精度。
 
方法摘要
 
从类 com.supermap.data.Enum 继承的方法
equals, getEnums, getNameByValue, getNames, getPredefineValues, getValueByName, getValues, hashCode, isDefined, isDefined, name, parse, parse, toString, value
 
从类 java.lang.Object 继承的方法
getClass, notify, notifyAll, wait, wait, wait
 

字段详细信息

BIT8

public static final ReclassPixelFormat BIT8
无符号8位。


BIT16

public static final ReclassPixelFormat BIT16
无符号16位。


BIT32

public static final ReclassPixelFormat BIT32
32位(整型)。


BIT64

public static final ReclassPixelFormat BIT64
64位(长整型)。


SINGLE

public static final ReclassPixelFormat SINGLE
单精度。


DOUBLE

public static final ReclassPixelFormat DOUBLE
双精度。