Uses of Interface
com.luciad.earth.metadata.preprocessor.combiner.ILcdEarthTileCombiner
Packages that use 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
Methods in com.luciad.earth.metadata.preprocessor with parameters of type ILcdEarthTileCombinerModifier 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
Classes in com.luciad.earth.metadata.preprocessor.combiner that implement ILcdEarthTileCombinerModifier 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
Methods in com.luciad.fusion.engine that return ILcdEarthTileCombinerModifier and TypeMethodDescriptionILfnEngineSession.getTileCombiner()
Gets the tile combiner for this coverage.