Uses of Interface
com.luciad.util.measure.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
Modifier and TypeClassDescriptionclass
This class is aILcdModelMeasureProviderFactory
forILcdEarthTileSet
models, containing aILcdEarthMultivaluedRasterTileSetCoverage
. -
Uses of ILcdModelMeasureProviderFactory in com.luciad.format.grib
Modifier and TypeClassDescriptionclass
Deprecated.The NetCDF decoder should be used to decode GRIB data. -
Uses of ILcdModelMeasureProviderFactory in com.luciad.format.magneticnorth
Modifier and TypeClassDescriptionclass
This class is aILcdModelMeasureProviderFactory
for magnetic north models. -
Uses of ILcdModelMeasureProviderFactory in com.luciad.lucy.format
Modifier 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
Modifier and TypeClassDescriptionclass
Composite implementation (see composite design pattern) ofILcdModelMeasureProviderFactory
.Modifier and TypeMethodDescriptionTLcyCompositeModelMeasureProviderFactory.getList()
Returns an unmodifiableList
containing all registered instances ofILcdModelMeasureProviderFactory
.Modifier 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
Modifier 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
ModifierConstructorDescriptionTLcdGXYViewMeasureProvider
(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
ModifierConstructorDescriptionTLspViewMeasureProvider
(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.