Class TLcdGXYViewMeasureProvider.Callback

java.lang.Object
com.luciad.view.gxy.measure.TLcdGXYViewMeasureProvider.Callback
Enclosing class:
TLcdGXYViewMeasureProvider

public abstract static class TLcdGXYViewMeasureProvider.Callback extends Object
Callback class that is used to return measure results when using the retrieveMeasuresAt method.
Since:
2015.0
  • Constructor Details

    • Callback

      public Callback()
  • Method Details

    • measuresRetrieved

      public abstract void measuresRetrieved(TLcdISO19103Measure[] aMeasures)
      This method is called by the retrieveMeasuresAt method when it has completed retrieving measures.
      Parameters:
      aMeasures - an array with the found measurements, or an empty array if no measure was found.