Uses of Interface
com.luciad.earth.metadata.preprocessor.combiner.ILcdEarthTileCombiner
Package
Description
A tool that preprocesses 3D terrain repositories based on a model containing
ILcdEarthAsset
objects.Contains implementations of
ILcdEarthTileCombiner
.This package provides the LuciadFusion engine.
-
Uses of ILcdEarthTileCombiner in com.luciad.earth.metadata.preprocessor
Modifier and TypeMethodDescriptionvoid
TLcdEarthTileRepositoryPreprocessor.addTileCombiner
(ILcdEarthTileCombiner aCombiner) Registers a tile combiner to be used during preprocessing. -
Uses of ILcdEarthTileCombiner in com.luciad.earth.metadata.preprocessor.combiner
Modifier and TypeClassDescriptionclass
Base class forILcdEarthTileCombiner
implementations.class
Combiner forTLcdEarthElevationData
objects.class
Combiner forBufferedImage
objects.class
Combiner forTLcdEarthTerrainTileVertexArray
objects. -
Uses of ILcdEarthTileCombiner in com.luciad.fusion.engine
Modifier and TypeMethodDescriptionILfnEngineSession.getTileCombiner()
Gets the tile combiner for this coverage.