BlueSpray - Help
© SchoonerTurtles, Inc. 2012-2015

Introduction
Contents
Getting Started
Download
Navigating
Tutorials
Scripting
Advanced
About

Class STFiller

Extends STTransformRaster

Fills one input raster layer with the selected type and values


Copyright, SchoonerTurtles LLP, 2009
@author Jim Graham

Enumerated Types

FILL_TYPE
    FILL_NONE - None
    FILL_SINGLE_VALUE - Single Value
    FILL_SINE - Sine Wave
    FILL_GRID - Grid
    FILL_COLOR_PANE_TEST - Color Pane Test (RGB only)
    FILL_TOP_TO_BOTTOM - Top to Bottom
    FILL_BOTTOM_TO_TOP - Bottom to Top
    FILL_LEFT_TO_RIGHT - Left to Right
    FILL_RIGHT_TO_LEFT - Right to Left

Static Functions

ReturnsFunctionThrows
Fill(STRaster TheRaster,FILL_TYPE FillType,double MinFillValue,
     double MaxFillValue)
Exception
Fill(STRaster TheRaster,double Value) Exception
Fill(STRaster TheRaster,double[] Values) Exception

Static Functions


Fill(STRaster TheRaster,FILL_TYPE FillType,double MinFillValue,
     double MaxFillValue) Exception

Fills a raster based on a FillType, a minimum value and a maximum value.

Parameters:
    TheRaster
    FillType
    MinFillValue
    MaxFillValue
Throws: Exception


Fill(STRaster TheRaster,double Value) Exception

Fills a raster with a value.

Parameters:
    TheRaster
    Value
Throws: Exception


Fill(STRaster TheRaster,double[] Values) Exception

Fills a raster based on a FillType and an array of values (i.e. RGB) for
each pixel

Parameters:
    TheRaster
    FillType
    MinFillValue
    MaxFillValue
Throws: Exception