public class RasterRenderReprojection
extends java.lang.Object
| Constructor and Description |
|---|
RasterRenderReprojection() |
| Modifier and Type | Method and Description |
|---|---|
Buffer |
warp(RasterDataStore store,
ICoordTrans coordTrans,
Extent bbox,
int w,
int h,
Time time,
int[] renderBands,
TaskStatus status)
Warp the result buffer of bounding box.
|
public Buffer warp(RasterDataStore store, ICoordTrans coordTrans, Extent bbox, int w, int h, Time time, int[] renderBands, TaskStatus status) throws WarpException
store - Store of buffer to be projectedcoordTrans - Coordinate transformation between bounding box coordinate
system and raster store coordinate system.bbox - Adjusted extent of render petitionw - Width of render petitionh - Height of render petitiontime - timerenderBands - Bands to be renderedstatus - QueryExceptionProcessInterruptedException - If the process is interruptedWarpException