Package cn.mapway.geo.client.raster
Class ImageInfo
java.lang.Object
cn.mapway.geo.client.raster.ImageInfo
- All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable,Serializable
public class ImageInfo
extends Object
implements Serializable, com.google.gwt.user.client.rpc.IsSerializable
ImageInfo
此对象描述一个影像的信息 这个影像可能为 TIFF GEOIMage 或者一个目录
如果描述一个镶嵌影像 (目录) (name location minZoom maxZoom copyright lng lat type)
- Author:
- zhangjianshe <zhangjianshe@gmail.com>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionint波段数量影像包围盒 WGS84数据生成的日期 格式 yyyy-MM-dd HH:mm:ss 2013-09-07 13:24:12文件长度double[]longdoubledoubleintint投影信息分辨率 以cm为单位原始坐标参考下的包围盒intepsg定义的坐标参考系标识int影像对应的URI location值可以从这个字段推导出来long -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
sha256
-
name
-
location
-
lng
public double lng -
lat
public double lat -
minZoom
public int minZoom -
maxZoom
public int maxZoom -
copyright
-
type
public int type -
resolution
分辨率 以cm为单位 -
bands
public int bands波段数量 -
width
public long width -
height
public long height -
projection
投影信息 -
box
影像包围盒 WGS84 -
sourceBox
原始坐标参考下的包围盒 -
fileSize
文件长度 -
srid
public int sridepsg定义的坐标参考系标识 -
dataTime
数据生成的日期 格式 yyyy-MM-dd HH:mm:ss 2013-09-07 13:24:12 -
geoTransform
public double[] geoTransform -
autoCreate
-
bandInfos
-
chanelData
-
uri
影像对应的URI location值可以从这个字段推导出来
-
-
Constructor Details
-
ImageInfo
public ImageInfo()
-
-
Method Details
-
findBand
- Parameters:
chanelIndex- 1,2,3- Returns:
-