Uses of Interface
com.luciad.util.height.ILcdLayerHeightProviderFactory
Packages that use ILcdLayerHeightProviderFactory
Package
Description
Provides classes for
ILcdEarthTileSet
s 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 TypeClassDescriptionclass
A layer-based height provider factory implementation forILcdEarthTileSet
s inILcdGXYView
s. -
Uses of ILcdLayerHeightProviderFactory in com.luciad.lucy.format
Methods in com.luciad.lucy.format that return ILcdLayerHeightProviderFactoryModifier and TypeMethodDescriptionprotected ILcdLayerHeightProviderFactory
ALcyFormat.createLayerHeightProviderFactory()
Creates theILcdLayerHeightProviderFactory
that can create anILcdHeightProvider
for this format.protected ILcdLayerHeightProviderFactory
ALcyFormatWrapper.createLayerHeightProviderFactory()
protected ILcdLayerHeightProviderFactory
TLcyAsynchronousFormatWrapper.createLayerHeightProviderFactory()
protected ILcdLayerHeightProviderFactory
TLcySafeGuardFormatWrapper.createLayerHeightProviderFactory()
ALcyFormat.getLayerHeightProviderFactory()
Returns theILcdLayerHeightProviderFactory
that can create anILcdHeightProvider
for this format. -
Uses of ILcdLayerHeightProviderFactory in com.luciad.lucy.map.asynchronous
Classes in com.luciad.lucy.map.asynchronous that implement ILcdLayerHeightProviderFactoryModifier and TypeClassDescriptionclass
ILcdLayerHeightProviderFactory
for 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 TypeClassDescriptionclass
Composite implementation ofILcdLayerHeightProviderFactory
. -
Uses of ILcdLayerHeightProviderFactory in com.luciad.util.height
Methods in com.luciad.util.height that return ILcdLayerHeightProviderFactoryModifier and TypeMethodDescriptionTLcdViewHeightProvider.getLayerHeightProviderFactory()
Returns theILcdLayerHeightProviderFactory
to 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 aTLcdViewHeightProvider
using a given view, anILcdLayerHeightProviderFactory
and a list of optional and required properties.