Uses of Class
com.opttek.optquest.heatmap.COptQuestKrigEvalPoint
Packages that use COptQuestKrigEvalPoint
-
Uses of COptQuestKrigEvalPoint in com.opttek.optquest.heatmap
Subclasses of COptQuestKrigEvalPoint in com.opttek.optquest.heatmapModifier and TypeClassDescriptionclass
A generic structure to hold the candidate points for a max variance kriging operation (See GeospataialSamplingGenerator)Methods in com.opttek.optquest.heatmap that return COptQuestKrigEvalPointModifier and TypeMethodDescriptionCOptQuestKrigCache.get
(double[] xout, int mask) COptQuestKrigEvalPoint.set
(double yin, double errin) COptQuestKrigEvalPoint.set
(double yin, double errin, double relerrin) COptQuestKrigEvalPoint.set
(double yin, double errin, double relerrin, double gradin) COptQuestKrigEvalPoint.set
(double yin, double errin, double relerrin, double gradin, double curvin) Methods in com.opttek.optquest.heatmap with parameters of type COptQuestKrigEvalPointModifier and TypeMethodDescriptionboolean
COptQuestKrigCoEvaluator.evaluate
(COptQuestKrigEvalPoint candidate) boolean
COptQuestKrigDifferenceEvaluator.evaluate
(COptQuestKrigEvalPoint candidate) boolean
COptQuestKrigEvaluator.evaluate
(COptQuestKrigEvalPoint candidate) boolean
IKrigEvaluator.evaluate
(COptQuestKrigEvalPoint candidate) Constructors in com.opttek.optquest.heatmap with parameters of type COptQuestKrigEvalPoint