Class KrigRangeScaledTestPointSequence

java.lang.Object
com.opttek.optquest.heatmap.KrigRangeScaledTestPointSequence
All Implemented Interfaces:
IKrigTestPointSequence

public class KrigRangeScaledTestPointSequence extends Object implements IKrigTestPointSequence
This is the an implementaion of a KrigTestPointSequence Upon construction it is given an implementation of another KrigTestPointsSequence. A call to ::next() will defer to the source sequence. It will modify the return of that sequence to be scaled and offset to a new range. The source sequence needs to return values on the range [0,1].