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 projected
- coordTrans- Coordinate transformation between bounding box coordinate
            system and raster store coordinate system.
- bbox- Adjusted extent of render petition
- w- Width of render petition
- h- Height of render petition
- time- time
- renderBands- Bands to be rendered
- status-
- Returns:
- A projected buffer
- Throws:
- QueryException
- ProcessInterruptedException- If the process is interrupted
- WarpException