Uses of Interface
com.luciad.util.height.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
Modifier and TypeClassDescriptionclass
A layer-based height provider factory implementation forILcdEarthTileSet
s inILcdGXYView
s. -
Uses of ILcdLayerHeightProviderFactory in com.luciad.lucy.format
Modifier 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
Modifier and TypeClassDescriptionclass
ILcdLayerHeightProviderFactory
for asynchronous layers.ModifierConstructorDescriptionTLcyAsynchronousLayerHeightProviderFactory
(ILcdLayerHeightProviderFactory aDelegate, ILcyLucyEnv aLucyEnv) Create a newTLcyAsynchronousLayerHeightProviderFactory
, wrapped aroundaDelegate
-
Uses of ILcdLayerHeightProviderFactory in com.luciad.lucy.util.height
Modifier and TypeClassDescriptionclass
Composite implementation ofILcdLayerHeightProviderFactory
. -
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.