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 TypeClassDescriptionclassThis class is aILcdModelMeasureProviderFactoryforILcdEarthTileSetmodels, containing aILcdEarthMultivaluedRasterTileSetCoverage. -
Uses of ILcdModelMeasureProviderFactory in com.luciad.format.grib
Classes in com.luciad.format.grib that implement ILcdModelMeasureProviderFactoryModifier and TypeClassDescriptionclassDeprecated.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 TypeClassDescriptionclassThis class is aILcdModelMeasureProviderFactoryfor magnetic north models. -
Uses of ILcdModelMeasureProviderFactory in com.luciad.lucy.format
Methods in com.luciad.lucy.format that return ILcdModelMeasureProviderFactoryModifier and TypeMethodDescriptionprotected ILcdModelMeasureProviderFactoryALcyFormat.createModelMeasureProviderFactory()Creates theILcdModelMeasureProviderFactoryfor this format.protected ILcdModelMeasureProviderFactoryALcyFormatWrapper.createModelMeasureProviderFactory()protected ILcdModelMeasureProviderFactoryTLcySafeGuardFormatWrapper.createModelMeasureProviderFactory()ALcyFormat.getModelMeasureProviderFactory()Returns theILcdModelMeasureProviderFactorycreated by this format. -
Uses of ILcdModelMeasureProviderFactory in com.luciad.lucy.util.measure
Classes in com.luciad.lucy.util.measure that implement ILcdModelMeasureProviderFactoryModifier and TypeClassDescriptionclassComposite 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 unmodifiableListcontaining all registered instances ofILcdModelMeasureProviderFactory.Methods in com.luciad.lucy.util.measure with parameters of type ILcdModelMeasureProviderFactoryModifier and TypeMethodDescriptionvoidTLcyCompositeModelMeasureProviderFactory.addModelMeasureProviderFactory(ILcdModelMeasureProviderFactory aModelMeasureProviderFactory) Adds the givenILcdModelMeasureProviderFactoryto this composite measure provider factory.voidTLcyCompositeModelMeasureProviderFactory.addModelMeasureProviderFactory(ILcdModelMeasureProviderFactory aModelMeasureProviderFactory, int aPriority) Adds the givenILcdModelMeasureProviderFactoryto this composite measure provider factory, with the given priority.voidTLcyCompositeModelMeasureProviderFactory.removeModelMeasureProviderFactory(ILcdModelMeasureProviderFactory aModelMeasureProviderFactory) Removes the givenILcdModelMeasureProviderFactoryfrom this composite measure provider factory. -
Uses of ILcdModelMeasureProviderFactory in com.luciad.util.measure
Classes in com.luciad.util.measure that implement ILcdModelMeasureProviderFactoryModifier and TypeClassDescriptionclassThis model measure provider factory makes it possible to create anALcdMeasureProviderfor models containing elements of theALcdImagetype. -
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.