Uses of Class
com.luciad.util.iso19103.TLcdISO19103Measure
Package
Description
This package contains utility classes which are defined in the ISO 19103 standard: conceptual schema language for
geographic information.
This package contains classes used for working with generic measurement values.
This package contains classes for working with measurement values in a GXY context.
This package contains classes for working with measurement values in a lightspeed view context.
-
Uses of TLcdISO19103Measure in com.luciad.util.iso19103
Modifier and TypeClassDescriptionclass
A distance measure compliant with ISO 19103. -
Uses of TLcdISO19103Measure in com.luciad.util.measure
Modifier and TypeMethodDescriptionabstract TLcdISO19103Measure[]
ALcdMeasureProvider.retrieveMeasuresAt
(ILcdPoint aPoint, ILcdModelReference aPointReference, ALcdMeasureProvider.Parameters aParameters) This method retrieves the measures at the given point.TLcdTransformedMeasureProvider.retrieveMeasuresAt
(ILcdPoint aPoint, ILcdModelReference aPointReference, ALcdMeasureProvider.Parameters aParameters) -
Uses of TLcdISO19103Measure in com.luciad.view.gxy.measure
Modifier and TypeMethodDescriptionTLcdGXYViewMeasureProvider.retrieveMeasuresAt
(ILcdPoint aPoint, ILcdModelReference aPointReference, ALcdMeasureProvider.Parameters aParameters) This method retrieves the measures at the given point.Modifier and TypeMethodDescriptionabstract void
TLcdGXYViewMeasureProvider.Callback.measuresRetrieved
(TLcdISO19103Measure[] aMeasures) This method is called by theretrieveMeasuresAt
method when it has completed retrieving measures. -
Uses of TLcdISO19103Measure in com.luciad.view.lightspeed.measure
Modifier and TypeMethodDescriptionTLspViewMeasureProvider.retrieveMeasuresAt
(ILcdPoint aPoint, ILcdModelReference aPointReference, ALcdMeasureProvider.Parameters aParameters) This method retrieves the measures at the given point.