public class ImportDataInfoHDF5 extends ImportDataInfo
限定符和类型 | 方法和说明 |
---|---|
int |
getBandCount()
获取影像数据的波段数量,非多波段数据的波段数为 1。
|
int |
getHeight()
获取影像数据的高度。
|
PixelFormat |
getPixelFormat()
获取影像数据的像素格式。
|
double |
getResolution()
获取影像数据的分辨率。
|
String[] |
getVariableNames()
获取变量名称,用于 HDF5 多变量。
|
int |
getWidth()
获取影像数据的宽度,单位:像素。
|
getBounds, getSourceCharset, getSourceFile, getTargetName, setTargetName
public int getWidth()
public int getHeight()
public PixelFormat getPixelFormat()
public double getResolution()
public int getBandCount()
public String[] getVariableNames()
Copyright © 2021–2024 SuperMap. All rights reserved.