|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree_impl.model.gc.GC_GridPacking_Impl
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.
Constructor Summary | |
(package private) |
GC_GridPacking_Impl()
|
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
GC_GridPacking_Impl()
Method Detail |
public int getBandPacking()
getPackedDataBlock
or set using
setPackedDataBlock
operations on GC_GridCoverage
.
bandPacking of
getBandPacking
in interface GC_GridPacking
public GC_ByteInValuePacking getByteInValuePacking()
getByteInValuePacking
in interface GC_GridPacking
public GC_ValueInBytePacking getValueInBytePacking()
CV_1BIT
,
CV_2BIT
and
CV_4BIT
data types.
getValueInBytePacking
in interface GC_GridPacking
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |