Class TLcdEarthElevationDataSplitter
java.lang.Object
com.luciad.earth.tileset.util.splitter.ALcdEarthTileSplitter
com.luciad.earth.tileset.util.splitter.TLcdEarthMultivaluedDataSplitter
com.luciad.earth.tileset.util.splitter.TLcdEarthElevationDataSplitter
- All Implemented Interfaces:
ILcdEarthTileSplitter
Splits
TLcdEarthElevationData
objects.- Since:
- 8.2
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected TLcdEarthMultivaluedData
newMultivaluedData
(double[][] aMultivalues, int aWidth, int aHeight, Double[][] aMinMax) Creates aTLcdEarthElevationData
instance.Methods inherited from class com.luciad.earth.tileset.util.splitter.TLcdEarthMultivaluedDataSplitter
getSubTileBounds, getSubTileData
Methods inherited from class com.luciad.earth.tileset.util.splitter.ALcdEarthTileSplitter
createSubTile, getSubTile
-
Constructor Details
-
TLcdEarthElevationDataSplitter
public TLcdEarthElevationDataSplitter()
-
-
Method Details
-
newMultivaluedData
protected TLcdEarthMultivaluedData newMultivaluedData(double[][] aMultivalues, int aWidth, int aHeight, Double[][] aMinMax) Creates aTLcdEarthElevationData
instance.- Overrides:
newMultivaluedData
in classTLcdEarthMultivaluedDataSplitter
- Parameters:
aMultivalues
- the multi-valuesaWidth
- the widthaHeight
- the heightaMinMax
- the minima and maxima- Returns:
- the multi-valued data
- See Also:
-
getDataFormat
- Specified by:
getDataFormat
in interfaceILcdEarthTileSplitter
- Overrides:
getDataFormat
in classTLcdEarthMultivaluedDataSplitter
- Returns:
- The supported data format
-