Package noaa.coastwatch.util.chunk
Interface FloatingPointValuedDataChunk
- All Superinterfaces:
DataChunk
- All Known Implementing Classes:
DoubleChunk
,FloatChunk
The
FloatingPointValuedDataChunk
interface is implemented by concrete
classes that hold data of a specific primitive floating point type (float, double).- Since:
- 3.6.1
- Author:
- Peter Hollemans
-
Nested Class Summary
Nested classes/interfaces inherited from interface noaa.coastwatch.util.chunk.DataChunk
DataChunk.DataType
-
Method Summary
Methods inherited from interface noaa.coastwatch.util.chunk.DataChunk
accept, blankCopy, blankCopyWithValues, getExternalType, getPrimitiveData, getValues, isCompatible
-
Method Details
-
getScalingScheme
ScalingScheme getScalingScheme()Gets the scaling scheme. A scaling scheme is used to alter the values of floating point data using some scaling.- Returns:
- the scaling scheme or null if the chunk data is not scaled.
-