com.supermap.data.conversion
类 ImportDataInfoGRD

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

public class ImportDataInfoGRD
extends ImportDataInfo

导入 ArcInfo Grid 源栅格数据的信息类。继承自 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()
返回栅格数据的分辨率。单位:像素/米。

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