com.supermap.data.conversion
类 ImportDataInfoHDF5

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

public class ImportDataInfoHDF5
extends ImportDataInfo

导入 HDF5 文件的信息类。


构造方法摘要
ImportDataInfoHDF5()
           
 
方法摘要
 int getBandCount()
          获取影像数据的波段数量,非多波段数据的波段数为 1。
 int getHeight()
          获取影像数据的高度。
 PixelFormat getPixelFormat()
          获取影像数据的像素格式。
 double getResolution()
          获取影像数据的分辨率。
 java.lang.String[] getVariableNames()
          获取变量名称,用于 HDF5 多变量。
 int getWidth()
          获取影像数据的宽度,单位:像素。
 
从类 com.supermap.data.conversion.ImportDataInfo 继承的方法
getBounds, getSourceCharset, getSourceFile, getTargetName, setTargetName
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

ImportDataInfoHDF5

public ImportDataInfoHDF5()
方法详细信息

getWidth

public int getWidth()
获取影像数据的宽度,单位:像素。

返回:
影像数据的宽度

getHeight

public int getHeight()
获取影像数据的高度。

返回:
影像数据的高度

getPixelFormat

public PixelFormat getPixelFormat()
获取影像数据的像素格式。

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

getResolution

public double getResolution()
获取影像数据的分辨率。

返回:
影像数据的分辨率。

getBandCount

public int getBandCount()
获取影像数据的波段数量,非多波段数据的波段数为 1。

返回:
影像数据的波段数

getVariableNames

public java.lang.String[] getVariableNames()
获取变量名称,用于 HDF5 多变量。

返回:
变量名称数组。