com.supermap.data.conversion
类 ImportDataInfoMrSID

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

public class ImportDataInfoMrSID
extends ImportDataInfo

导入 MrSID 源影像数据的信息类。继承自 ImportDataInfo 类。


方法摘要
 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()
返回影像数据的分辨率。单位:像素/米。

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