Interface IKrigEvaluator


public interface IKrigEvaluator
  • Method Summary

    Modifier and Type
    Method
    Description
    com.opttek.optquest.heatmap.COptQuestKrigControlPoint
    add(com.opttek.optquest.heatmap.COptQuestKrigControlPoint controlPoint)
     
    com.opttek.optquest.heatmap.COptQuestKrigControlPoint
    addUnevaluated(com.opttek.optquest.heatmap.COptQuestKrigControlPoint controlPoint)
     
    boolean
    evaluate(com.opttek.optquest.heatmap.COptQuestKrigEvalPoint candidate)
     
    com.opttek.optquest.heatmap.COptQuestKrigFactory
     
    Iterator<com.opttek.optquest.heatmap.COptQuestKrigControlPoint>
     
    void
    remove(com.opttek.optquest.heatmap.COptQuestKrigControlPoint controlPoint)
     
    int
     
    Iterator<com.opttek.optquest.heatmap.COptQuestKrigControlPoint>
     
    void
     
  • Method Details

    • add

      com.opttek.optquest.heatmap.COptQuestKrigControlPoint add(com.opttek.optquest.heatmap.COptQuestKrigControlPoint controlPoint)
    • addUnevaluated

      com.opttek.optquest.heatmap.COptQuestKrigControlPoint addUnevaluated(com.opttek.optquest.heatmap.COptQuestKrigControlPoint controlPoint)
    • remove

      void remove(com.opttek.optquest.heatmap.COptQuestKrigControlPoint controlPoint)
    • iterator

      Iterator<com.opttek.optquest.heatmap.COptQuestKrigControlPoint> iterator()
    • unevaluatedIterator

      Iterator<com.opttek.optquest.heatmap.COptQuestKrigControlPoint> unevaluatedIterator()
    • size

      int size()
    • evaluate

      boolean evaluate(com.opttek.optquest.heatmap.COptQuestKrigEvalPoint candidate)
    • getKrigFactory

      com.opttek.optquest.heatmap.COptQuestKrigFactory getKrigFactory()
    • update

      void update()