Uses of Class
cn.mapway.common.geo.tools.BandData
Packages that use BandData
-
Uses of BandData in cn.mapway.common.geo.tools
Methods in cn.mapway.common.geo.tools with parameters of type BandDataModifier and TypeMethodDescriptionBaseTileExtractor.readAndTranslateToBytes256(byte[] transparentBand, BandData sourceBandData, int sourceX, int sourceY, int sourceWidth, int sourceHeight, int targetX, int targetY, int targetWidth, int targetHeight, int canvasWidth, int canvasHeight) 读取元数据 转换为 RGB byte 格式BaseTileExtractor.readSourceDataNoTranslate(byte[] transparentBand, BandData sourceBandData, int sourceX, int sourceY, int sourceWidth, int sourceHeight, int targetX, int targetY, int targetWidth, int targetHeight, int tileWidth) 读取元数据 不进行格式转换 原始影像的一个举行区域 读取数据到 目标区域Method parameters in cn.mapway.common.geo.tools with type arguments of type BandDataModifier and TypeMethodDescriptionbyte[]BaseTileExtractor.getBand(boolean singleBand, cn.mapway.ui.client.mvc.Size canvasSize, cn.mapway.geo.shared.vector.Rect targetRect, cn.mapway.geo.shared.vector.Rect sourceRect, List<BandData> sourceBandList, List<org.gdal.gdal.Band> targetBandList) 读取 三波段影像数据 并返回 Alpha波段数据booleanBaseTileExtractor.processBands(cn.mapway.geo.client.raster.ImageInfo imageInfo, org.gdal.gdal.Dataset sourceDataset, org.gdal.gdal.Dataset targetDataset, List<BandData> sourceBandList, List<org.gdal.gdal.Band> targetBandList) 处理波段数据