BlueSpray - Help
© SchoonerTurtles, Inc. 2012-2015

Introduction
Contents
Getting Started
Download
Navigating
Tutorials
Scripting
Advanced
About

Class STClassifier

Extends STTransformRaster

Classifies ranges of values to a new value.


Copyright, SchoonerTurtles LLP, 2009
@author Jim Graham

Static Functions

ReturnsFunctionThrows
STRaster Classify(STRaster Input,double MinValue,
     boolean MinIsNegativeInfinity,double MaxValue,boolean MaxIsInfinity,
     double NewValue,boolean NewValueIsMask)
Exception
STRaster Classify(STRaster Input,double MinValue,
     double MaxValue,double NewValue)
Exception

Static Functions


STRaster Classify(STRaster Input,double MinValue,
     boolean MinIsNegativeInfinity,double MaxValue,boolean MaxIsInfinity,
     double NewValue,boolean NewValueIsMask) Exception


STRaster Classify(STRaster Input,double MinValue,
     double MaxValue,double NewValue) Exception