|
Class STPadder
Extends STTransformRaster
Pads a raster with pixels along its edges.
Copyright, SchoonerTurtles LLP, 2009
@author Jim Graham
Static Functions
Returns | Function | Throws |
STRaster |
Pad(STRaster TheInput,int Left,int Top,int Right,int Bottom,
double FillValue,double MaskValue) |
Exception |
Static Functions
STRaster Pad(STRaster TheInput,int Left,int Top,int Right,int Bottom,
double FillValue,double MaskValue)
Exception Pads the raster based on pixels being added to the left, top, right,and bottom
Parameters: TheInput Left Top Right Bottom FillValue Returns:
|