warp
public Buffer warp(RasterDataStore store,
ICoordTrans coordTrans,
Extent bbox,
int w,
int h,
Time time,
int[] renderBands,
TaskStatus status)
throws WarpException
Warp the result buffer of bounding box.
- Parameters:
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
-
- Returns:
- A projected buffer
- Throws:
QueryException
ProcessInterruptedException
- If the process is interrupted
WarpException