com.supermap.data.conversion
类 ImportDataInfoIMG

java.lang.Object
  继承者 com.supermap.data.conversion.ImportDataInfo
      继承者 com.supermap.data.conversion.ImportDataInfoIMG

public class ImportDataInfoIMG
extends ImportDataInfo

导入 Erdas Image 源影像数据的信息类。继承于 ImportDataInfo 类。


方法摘要
 int getBandCount()
          返回影像数据的波段个数,非多波段数据为1。
 int getHeight()
          返回影像数据的高度。
 PixelFormat getPixelFormat()
          返回影像数据的像素格式。
 double getResolution()
          返回影像数据的分辨率。
 int getWidth()
          返回影像数据集的宽度。
 
从类 com.supermap.data.conversion.ImportDataInfo 继承的方法
getBounds, getSourceCharset, getSourceFile, getTargetName, setTargetName
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

方法详细信息

getWidth

public int getWidth()
返回影像数据集的宽度。单位为像素。

返回:
影像数据集的宽度。单位为像素。

getHeight

public int getHeight()
返回影像数据的高度。单位:像素。

返回:
影像数据的高度。单位:像素。

getPixelFormat

public PixelFormat getPixelFormat()
返回影像数据的像素格式。

返回:
影像数据的像素格式。

getResolution

public double getResolution()
返回影像数据的分辨率。单位:像素/米。

返回:
影像数据的分辨率。单位:像素/米。

getBandCount

public int getBandCount()
返回影像数据的波段个数,非多波段数据为1。

返回:
影像数据的波段个数,非多波段数据为1。