com.supermap.data.conversion
类 ImportDataInfoBIP

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

public class ImportDataInfoBIP
extends ImportDataInfo

导入 BIL 格网数据文件的结构信息类。

继承自 ImportDataInfo 类。


方法摘要
 int getHeight()
          返回 BIP 格网数据的高度。
 PixelFormat getPixelFormat()
          返回 BIP 格网数据的像素格式。
 double getResolution()
          返回 BIP 格网数据的分辨率。
 int getWidth()
          返回 BIP 格网数据的宽度。
 
从类 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()
返回 BIP 格网数据的宽度。单位:像素。

返回:
BIP 格网数据的宽度。单位:像素。

getHeight

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

返回:
BIP 格网数据的高度。单位:像素。

getPixelFormat

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

返回:
BIP 格网数据的像素格式。

getResolution

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

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