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 TypeClassDescriptionclassA 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 TLcdEarthMultivaluedDataTLcdEarthElevationDataSplitter.newMultivaluedData(double[][] aMultivalues, int aWidth, int aHeight, Double[][] aMinMax) Creates aTLcdEarthElevationDatainstance.protected TLcdEarthMultivaluedDataTLcdEarthMultivaluedDataSplitter.newMultivaluedData(double[][] aMultivalues, int aWidth, int aHeight, Double[][] aMinMax) Constructs a newTLcdEarthMultivaluedDatawith the specified parameters.