Class COptQuestKrigUserDefinedTestPointSequence

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

public class COptQuestKrigUserDefinedTestPointSequence extends Object
This is the an implementaion of a KrigTestPointSequence Upon construction it is given an array of points that it will return in order every time ::next() is called. When the array is exhaused, ::hasNext() will return false;
  • Constructor Details

    • COptQuestKrigUserDefinedTestPointSequence

      public COptQuestKrigUserDefinedTestPointSequence(List<COptQuestKrigTestPoint> points)
  • Method Details