BlueSpray - Help
© SchoonerTurtles, Inc. 2012-2015

Introduction
Contents
Getting Started
Download
Navigating
Tutorials
Scripting
Advanced
About

Class STPadder

Extends STTransformRaster

Pads a raster with pixels along its edges.


Copyright, SchoonerTurtles LLP, 2009
@author Jim Graham

Static Functions

ReturnsFunctionThrows
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: