Uses of Class
com.luciad.earth.tileset.datatype.TLcdEarthMultivaluedData
Packages that use TLcdEarthMultivaluedData
Package
Description
Defines classes for use as the class of a
TLcdEarthTileFormat
.Contains tile splitters used by
TLcdEarthLevelFallbackTileSet
.-
Uses of TLcdEarthMultivaluedData in com.luciad.earth.tileset.datatype
Subclasses of TLcdEarthMultivaluedData in com.luciad.earth.tileset.datatypeModifier and TypeClassDescriptionclass
A container for a 2D array of elevation values. -
Uses of TLcdEarthMultivaluedData in com.luciad.earth.tileset.util.splitter
Methods in com.luciad.earth.tileset.util.splitter that return TLcdEarthMultivaluedDataModifier and TypeMethodDescriptionprotected TLcdEarthMultivaluedData
TLcdEarthElevationDataSplitter.newMultivaluedData
(double[][] aMultivalues, int aWidth, int aHeight, Double[][] aMinMax) Creates aTLcdEarthElevationData
instance.protected TLcdEarthMultivaluedData
TLcdEarthMultivaluedDataSplitter.newMultivaluedData
(double[][] aMultivalues, int aWidth, int aHeight, Double[][] aMinMax) Constructs a newTLcdEarthMultivaluedData
with the specified parameters.