|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Describes the packing of data values within grid coverages. It includes the packing scheme of data values with less then 8 bits per value within a byte, byte packing (Little Endian / Big Endian) for values with more than 8 bits and the packing of the values within the dimensions.
Method Summary | |
int |
getBandPacking()
Gives the ordinate index for the band. |
GC_ByteInValuePacking |
getByteInValuePacking()
Order of bytes packed in values for sample dimensions with greater than 8 bits. |
GC_ValueInBytePacking |
getValueInBytePacking()
Order of values packed in a byte for CV_1BIT ,
CV_2BIT and
CV_4BIT data types. |
Method Detail |
public GC_ByteInValuePacking getByteInValuePacking()
public GC_ValueInBytePacking getValueInBytePacking()
CV_1BIT
,
CV_2BIT
and
CV_4BIT
data types.
public int getBandPacking()
getPackedDataBlock
or set using
setPackedDataBlock
operations on GC_GridCoverage
.
bandPacking of
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |