Uses of Interface
com.luciad.util.measure.ILcdLayerMeasureProviderFactory
Packages that use ILcdLayerMeasureProviderFactory
Package
Description
This package contains a measure provider for ASTERIX data in a GXY view.
This package contains a measure provider for ASTERIX data in a Lightspeed view.
Provides support facilities for adding a new data format to Lucy.
Provides support facilities for adding visualization in a Lightspeed view for data formats.
Provides support facilities for working with measures.
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 ILcdLayerMeasureProviderFactory in com.luciad.format.asterix.gxy
Classes in com.luciad.format.asterix.gxy that implement ILcdLayerMeasureProviderFactoryModifier and TypeClassDescriptionclassTLcdGXYASTERIXLayerMeasureProviderFactory is an implementation ofILcdLayerMeasureProviderFactoryfor ASTERIX GXY Layers. -
Uses of ILcdLayerMeasureProviderFactory in com.luciad.format.asterix.lightspeed
Classes in com.luciad.format.asterix.lightspeed that implement ILcdLayerMeasureProviderFactoryModifier and TypeClassDescriptionclassTLspASTERIXLayerMeasureProviderFactory is an implementation ofILcdLayerMeasureProviderFactoryfor ASTERIX Lightspeed Layers. -
Uses of ILcdLayerMeasureProviderFactory in com.luciad.lucy.format
Methods in com.luciad.lucy.format that return ILcdLayerMeasureProviderFactoryModifier and TypeMethodDescriptionprotected ILcdLayerMeasureProviderFactoryALcyFormat.createLayerMeasureProviderFactory()Creates theILcdLayerMeasureProviderFactoryfor this format.protected ILcdLayerMeasureProviderFactoryALcyFormatWrapper.createLayerMeasureProviderFactory()protected ILcdLayerMeasureProviderFactoryTLcySafeGuardFormatWrapper.createLayerMeasureProviderFactory()ALcyFormat.getLayerMeasureProviderFactory()Returns theILcdLayerMeasureProviderFactorycreated by this format. -
Uses of ILcdLayerMeasureProviderFactory in com.luciad.lucy.format.lightspeed
Methods in com.luciad.lucy.format.lightspeed that return ILcdLayerMeasureProviderFactoryModifier and TypeMethodDescriptionprotected ILcdLayerMeasureProviderFactoryALcyLspFormat.createLayerMeasureProviderFactory()Creates aILcdLayerMeasureProviderFactorythat can create measure providers for a layer created by the layer factories of this format.protected ILcdLayerMeasureProviderFactoryALcyLspFormatWrapper.createLayerMeasureProviderFactory()Creates aILcdLayerMeasureProviderFactorythat can create measure providers for a layer created by the layer factories of this format.protected ILcdLayerMeasureProviderFactoryTLcyLspRasterFormat.createLayerMeasureProviderFactory()Creates aILcdLayerMeasureProviderFactorythat can create measure providers for a layer created by the layer factories of this format.protected ILcdLayerMeasureProviderFactoryTLcyLspSafeGuardFormatWrapper.createLayerMeasureProviderFactory()Creates aILcdLayerMeasureProviderFactorythat can create measure providers for a layer created by the layer factories of this format.ALcyLspFormat.getLayerMeasureProviderFactory()Returns theILcdLayerMeasureProviderFactorythat can create measure providers for a layer created by the layer factories of this format. -
Uses of ILcdLayerMeasureProviderFactory in com.luciad.lucy.util.measure
Classes in com.luciad.lucy.util.measure that implement ILcdLayerMeasureProviderFactoryModifier and TypeClassDescriptionfinal classComposite implementation (see composite design pattern) ofILcdLayerMeasureProviderFactory.Methods in com.luciad.lucy.util.measure that return types with arguments of type ILcdLayerMeasureProviderFactoryModifier and TypeMethodDescriptionTLcyCompositeLayerMeasureProviderFactory.getList()Returns an unmodifiableListcontaining all registered instances ofILcdLayerMeasureProviderFactory.Methods in com.luciad.lucy.util.measure with parameters of type ILcdLayerMeasureProviderFactoryModifier and TypeMethodDescriptionvoidTLcyCompositeLayerMeasureProviderFactory.addLayerMeasureProviderFactory(ILcdLayerMeasureProviderFactory aLayerMeasureProviderFactory) Adds the givenILcdLayerMeasureProviderFactoryto this composite measure provider factory.voidTLcyCompositeLayerMeasureProviderFactory.addLayerMeasureProviderFactory(ILcdLayerMeasureProviderFactory aLayerMeasureProviderFactory, int aPriority) Adds the givenILcdLayerMeasureProviderFactoryto this composite measure provider factory, with the given priority.voidTLcyCompositeLayerMeasureProviderFactory.removeLayerMeasureProviderFactory(ILcdLayerMeasureProviderFactory aLayerMeasureProviderFactory) Removes the givenILcdLayerMeasureProviderFactoryfrom this composite measure provider factory. -
Uses of ILcdLayerMeasureProviderFactory in com.luciad.view.gxy.measure
Classes in com.luciad.view.gxy.measure that implement ILcdLayerMeasureProviderFactoryModifier and TypeClassDescriptionclassThis layer measure provider factory makes it possible to create anALcdMeasureProviderfor GXY layers containing elements of theALcdImagetype. -
Uses of ILcdLayerMeasureProviderFactory in com.luciad.view.lightspeed.measure
Classes in com.luciad.view.lightspeed.measure that implement ILcdLayerMeasureProviderFactoryModifier and TypeClassDescriptionclassThis layer measure provider factory makes it possible to create anALcdMeasureProviderfor layers containing elements of theALcdImagetype.