Uses of Interface
com.luciad.util.height.ILcdLayerHeightProviderFactory
Packages that use ILcdLayerHeightProviderFactory
Package
Description
Provides classes for
ILcdEarthTileSets with terrain data.Provides support facilities for adding a new data format to Lucy.
Provides supporting classes for asynchronous painting.
This package provides a heightprovider that uses heightproviderfactories registered to the
lucy backend.
General interfaces and implementations to retrieve heights from data, for
instance, elevation rasters.
-
Uses of ILcdLayerHeightProviderFactory in com.luciad.earth.tileset.terrain
Classes in com.luciad.earth.tileset.terrain that implement ILcdLayerHeightProviderFactoryModifier and TypeClassDescriptionclassA layer-based height provider factory implementation forILcdEarthTileSets inILcdGXYViews. -
Uses of ILcdLayerHeightProviderFactory in com.luciad.lucy.format
Methods in com.luciad.lucy.format that return ILcdLayerHeightProviderFactoryModifier and TypeMethodDescriptionprotected ILcdLayerHeightProviderFactoryALcyFormat.createLayerHeightProviderFactory()Creates theILcdLayerHeightProviderFactorythat can create anILcdHeightProviderfor this format.protected ILcdLayerHeightProviderFactoryALcyFormatWrapper.createLayerHeightProviderFactory()protected ILcdLayerHeightProviderFactoryTLcyAsynchronousFormatWrapper.createLayerHeightProviderFactory()protected ILcdLayerHeightProviderFactoryTLcySafeGuardFormatWrapper.createLayerHeightProviderFactory()ALcyFormat.getLayerHeightProviderFactory()Returns theILcdLayerHeightProviderFactorythat can create anILcdHeightProviderfor this format. -
Uses of ILcdLayerHeightProviderFactory in com.luciad.lucy.map.asynchronous
Classes in com.luciad.lucy.map.asynchronous that implement ILcdLayerHeightProviderFactoryModifier and TypeClassDescriptionclassILcdLayerHeightProviderFactoryfor asynchronous layers.Constructors in com.luciad.lucy.map.asynchronous with parameters of type ILcdLayerHeightProviderFactoryModifierConstructorDescriptionTLcyAsynchronousLayerHeightProviderFactory(ILcdLayerHeightProviderFactory aDelegate, ILcyLucyEnv aLucyEnv) Create a newTLcyAsynchronousLayerHeightProviderFactory, wrapped aroundaDelegate -
Uses of ILcdLayerHeightProviderFactory in com.luciad.lucy.util.height
Classes in com.luciad.lucy.util.height that implement ILcdLayerHeightProviderFactoryModifier and TypeClassDescriptionclassComposite implementation ofILcdLayerHeightProviderFactory. -
Uses of ILcdLayerHeightProviderFactory in com.luciad.util.height
Methods in com.luciad.util.height that return ILcdLayerHeightProviderFactoryModifier and TypeMethodDescriptionTLcdViewHeightProvider.getLayerHeightProviderFactory()Returns theILcdLayerHeightProviderFactoryto be used when creating anILcdHeightProvider.Constructors in com.luciad.util.height with parameters of type ILcdLayerHeightProviderFactoryModifierConstructorDescriptionTLcdViewHeightProvider(S aView, ILcdLayerHeightProviderFactory aLayerHeightProviderFactory, Map<String, Object> aRequiredProperties, Map<String, Object> aOptionalProperties) Constructs aTLcdViewHeightProviderusing a given view, anILcdLayerHeightProviderFactoryand a list of optional and required properties.