Package com.opttek.optquest.heatmap
Class COptQuestKrigUserDefinedTestPointSequence
java.lang.Object
com.opttek.optquest.heatmap.COptQuestKrigUserDefinedTestPointSequence
- All Implemented Interfaces:
IKrigTestPointSequence
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 Summary
ConstructorsConstructorDescription -
Method Summary
-
Constructor Details
-
COptQuestKrigUserDefinedTestPointSequence
-
-
Method Details
-
hasNext
public boolean hasNext() -
next
-
size
public int size()
-