Uses of Class
com.luciad.util.measure.ALcdMeasureProvider.Parameters
Packages that use ALcdMeasureProvider.Parameters
Package
Description
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 ALcdMeasureProvider.Parameters in com.luciad.util.measure
Methods in com.luciad.util.measure that return ALcdMeasureProvider.ParametersModifier and TypeMethodDescriptionALcdMeasureProvider.Parameters.Builder.build()
Builds a newParameter
object.Methods in com.luciad.util.measure with parameters of type ALcdMeasureProvider.ParametersModifier and TypeMethodDescriptionALcdMeasureProvider.Parameters.Builder.all
(ALcdMeasureProvider.Parameters aParameters) Sets all parameters on the builder based on the givenParameter
object.abstract 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 ALcdMeasureProvider.Parameters in com.luciad.view.gxy.measure
Methods in com.luciad.view.gxy.measure with parameters of type ALcdMeasureProvider.ParametersModifier and TypeMethodDescriptionTLcdGXYViewMeasureProvider.retrieveMeasuresAt
(ILcdPoint aPoint, ILcdModelReference aPointReference, ALcdMeasureProvider.Parameters aParameters) This method retrieves the measures at the given point.void
TLcdGXYViewMeasureProvider.retrieveMeasuresAt
(ILcdPoint aPoint, ILcdModelReference aPointReference, ALcdMeasureProvider.Parameters aParameters, TLcdGXYViewMeasureProvider.Callback aCallback) This method retrieves the measures at the given point, and does not block the calling thread when handling asynchronous layers. -
Uses of ALcdMeasureProvider.Parameters in com.luciad.view.lightspeed.measure
Methods in com.luciad.view.lightspeed.measure with parameters of type ALcdMeasureProvider.ParametersModifier and TypeMethodDescriptionTLspViewMeasureProvider.retrieveMeasuresAt
(ILcdPoint aPoint, ILcdModelReference aPointReference, ALcdMeasureProvider.Parameters aParameters) This method retrieves the measures at the given point.