Package com.luciad.view.gxy.measure
Class TLcdGXYViewMeasureProvider.Callback
java.lang.Object
com.luciad.view.gxy.measure.TLcdGXYViewMeasureProvider.Callback
- Enclosing class:
TLcdGXYViewMeasureProvider
Callback class that is used to return measure results when using the
retrieveMeasuresAt
method.- Since:
- 2015.0
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract void
measuresRetrieved
(TLcdISO19103Measure[] aMeasures) This method is called by theretrieveMeasuresAt
method when it has completed retrieving measures.
-
Constructor Details
-
Callback
public Callback()
-
-
Method Details
-
measuresRetrieved
This method is called by theretrieveMeasuresAt
method when it has completed retrieving measures.- Parameters:
aMeasures
- an array with the found measurements, or an empty array if no measure was found.
-