Uses of Interface
com.luciad.util.height.ILcdLayerHeightProviderFactory
Package
Description
Provides classes for
ILcdEarthTileSet
s with terrain data.General interfaces and implementations to retrieve heights from data, for
instance, elevation rasters.
-
Uses of ILcdLayerHeightProviderFactory in com.luciad.earth.tileset.terrain
Modifier and TypeClassDescriptionclass
A layer-based height provider factory implementation forILcdEarthTileSet
s inILcdGXYView
s. -
Uses of ILcdLayerHeightProviderFactory in com.luciad.util.height
Modifier and TypeMethodDescriptionTLcdViewHeightProvider.getLayerHeightProviderFactory()
Returns theILcdLayerHeightProviderFactory
to be used when creating anILcdHeightProvider
.ModifierConstructorDescriptionTLcdViewHeightProvider
(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.