Uses of Interface
com.luciad.util.measure.ILcdModelMeasureProviderFactory
Packages that use ILcdModelMeasureProviderFactory
Package
Description
Contains various utility classes used in the Luciad Earth framework.
Provides decoders for handling GRIB data.
Contains all classes to create a chart of the magnetic north declination and to perform magnetic north calculations.
Provides support facilities for adding a new data format to Lucy.
Provides support facilities for working with measures.
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 ILcdModelMeasureProviderFactory in com.luciad.earth.util
Classes in com.luciad.earth.util that implement ILcdModelMeasureProviderFactoryModifier and TypeClassDescriptionclass
This class is aILcdModelMeasureProviderFactory
forILcdEarthTileSet
models, containing aILcdEarthMultivaluedRasterTileSetCoverage
. -
Uses of ILcdModelMeasureProviderFactory in com.luciad.format.grib
Classes in com.luciad.format.grib that implement ILcdModelMeasureProviderFactoryModifier and TypeClassDescriptionclass
Deprecated.The NetCDF decoder should be used to decode GRIB data. -
Uses of ILcdModelMeasureProviderFactory in com.luciad.format.magneticnorth
Classes in com.luciad.format.magneticnorth that implement ILcdModelMeasureProviderFactoryModifier and TypeClassDescriptionclass
This class is aILcdModelMeasureProviderFactory
for magnetic north models. -
Uses of ILcdModelMeasureProviderFactory in com.luciad.lucy.format
Methods in com.luciad.lucy.format that return ILcdModelMeasureProviderFactoryModifier and TypeMethodDescriptionprotected ILcdModelMeasureProviderFactory
ALcyFormat.createModelMeasureProviderFactory()
Creates theILcdModelMeasureProviderFactory
for this format.protected ILcdModelMeasureProviderFactory
ALcyFormatWrapper.createModelMeasureProviderFactory()
protected ILcdModelMeasureProviderFactory
TLcySafeGuardFormatWrapper.createModelMeasureProviderFactory()
ALcyFormat.getModelMeasureProviderFactory()
Returns theILcdModelMeasureProviderFactory
created by this format. -
Uses of ILcdModelMeasureProviderFactory in com.luciad.lucy.util.measure
Classes in com.luciad.lucy.util.measure that implement ILcdModelMeasureProviderFactoryModifier and TypeClassDescriptionclass
Composite implementation (see composite design pattern) ofILcdModelMeasureProviderFactory
.Methods in com.luciad.lucy.util.measure that return types with arguments of type ILcdModelMeasureProviderFactoryModifier and TypeMethodDescriptionTLcyCompositeModelMeasureProviderFactory.getList()
Returns an unmodifiableList
containing all registered instances ofILcdModelMeasureProviderFactory
.Methods in com.luciad.lucy.util.measure with parameters of type ILcdModelMeasureProviderFactoryModifier and TypeMethodDescriptionvoid
TLcyCompositeModelMeasureProviderFactory.addModelMeasureProviderFactory
(ILcdModelMeasureProviderFactory aModelMeasureProviderFactory) Adds the givenILcdModelMeasureProviderFactory
to this composite measure provider factory.void
TLcyCompositeModelMeasureProviderFactory.addModelMeasureProviderFactory
(ILcdModelMeasureProviderFactory aModelMeasureProviderFactory, int aPriority) Adds the givenILcdModelMeasureProviderFactory
to this composite measure provider factory, with the given priority.void
TLcyCompositeModelMeasureProviderFactory.removeModelMeasureProviderFactory
(ILcdModelMeasureProviderFactory aModelMeasureProviderFactory) Removes the givenILcdModelMeasureProviderFactory
from this composite measure provider factory. -
Uses of ILcdModelMeasureProviderFactory in com.luciad.util.measure
Classes in com.luciad.util.measure that implement ILcdModelMeasureProviderFactoryModifier and TypeClassDescriptionclass
This model measure provider factory makes it possible to create anALcdMeasureProvider
for models containing elements of theALcdImage
type. -
Uses of ILcdModelMeasureProviderFactory in com.luciad.view.gxy.measure
Constructor parameters in com.luciad.view.gxy.measure with type arguments of type ILcdModelMeasureProviderFactoryModifierConstructorDescriptionTLcdGXYViewMeasureProvider
(ILcdGXYView aView, Iterable<? extends ILcdModelMeasureProviderFactory> aMeasureProviderFactories) Creates a new measure provider for the given view, using the given collection of model measure provider factories.TLcdGXYViewMeasureProvider
(ILcdGXYView aView, Iterable<? extends ILcdModelMeasureProviderFactory> aModelMeasureProviderFactories, Iterable<? extends ILcdLayerMeasureProviderFactory> aLayerMeasureProviderFactories) Creates a new measure provider for the given view, using the given collections of model and layer measure provider factories. -
Uses of ILcdModelMeasureProviderFactory in com.luciad.view.lightspeed.measure
Constructor parameters in com.luciad.view.lightspeed.measure with type arguments of type ILcdModelMeasureProviderFactoryModifierConstructorDescriptionTLspViewMeasureProvider
(ILspView aView, Iterable<? extends ILcdModelMeasureProviderFactory> aMeasureProviderFactories) Creates a new measure provider for the given view, using the given collection of model measure provider factories.TLspViewMeasureProvider
(ILspView aView, Iterable<? extends ILcdModelMeasureProviderFactory> aModelMeasureProviderFactories, Iterable<? extends ILcdLayerMeasureProviderFactory> aLayerMeasureProviderFactories) Creates a new measure provider for the given view, using the given collections of model and layer measure provider factories.