Class TLcdEarthTerrainTileVertexArrayCombiner
java.lang.Object
com.luciad.earth.metadata.preprocessor.combiner.ALcdEarthTileCombiner
com.luciad.earth.metadata.preprocessor.combiner.TLcdEarthTerrainTileVertexArrayCombiner
- All Implemented Interfaces:
ILcdEarthTileCombiner
Combiner for
TLcdEarthTerrainTileVertexArray
objects.
This class is thread-safe.- Since:
- 8.2
-
Constructor Summary
ConstructorDescriptionConstructs a newTLcdEarthTerrainTileVertexArrayCombiner
. -
Method Summary
Modifier and TypeMethodDescriptioncombineTileData
(ALcdEarthTile[][] aInputTiles, Object[][] aInputData) Combines the data present in the four input tiles.Returns the type of data that can be combined by this combiner.Methods inherited from class com.luciad.earth.metadata.preprocessor.combiner.ALcdEarthTileCombiner
combineTiles, combineTiles, createCombinedTile
-
Constructor Details
-
TLcdEarthTerrainTileVertexArrayCombiner
public TLcdEarthTerrainTileVertexArrayCombiner()Constructs a newTLcdEarthTerrainTileVertexArrayCombiner
.
-
-
Method Details
-
combineTileData
Description copied from class:ALcdEarthTileCombiner
Combines the data present in the four input tiles. Returns a new data object to be contained in the result ofcombineTiles()
.- Specified by:
combineTileData
in classALcdEarthTileCombiner
- Parameters:
aInputTiles
- the four source tilesaInputData
- the data objects of four source tiles- Returns:
- a new data object for the combined tiles
-
getDataFormat
Description copied from interface:ILcdEarthTileCombiner
Returns the type of data that can be combined by this combiner. ThegetData()
methods of the four input tiles should all return an object of this format.- Returns:
- the data format supported by this combiner
-