com.supermap.data.conversion
类 ImportDataInfoAiBinGrid

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

public class ImportDataInfoAiBinGrid
extends ImportDataInfo

ArcInfo binary grid 数据导入。


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

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