|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@UML(identifier="GC_GridPacking", specification=OGC_01004) public interface GridPacking
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.
WARNING: THIS CLASS WILL CHANGE. Current API is derived from OGC Grid Coverages Implementation specification 1.0. We plan to replace it by new interfaces derived from ISO 19123 (Schema for coverage geometry and functions). Current interfaces should be considered as legacy and are included in this distribution only because they were part of GeoAPI 1.0 release. We will try to preserve as much compatibility as possible, but no migration plan has been determined yet. |
Method Summary | |
---|---|
int |
getBandPacking()
Deprecated. Gives the ordinate index for the band. |
ByteInValuePacking |
getByteInValuePacking()
Deprecated. Order of bytes packed in values for sample dimensions with greater than 8 bits. |
ValueInBytePacking |
getValueInBytePacking()
Deprecated. Order of values packed in a byte for sample dimensions with less than 8 bits. |
Method Detail |
---|
@UML(identifier="byteInValuePacking", obligation=MANDATORY, specification=OGC_01004) ByteInValuePacking getByteInValuePacking()
@UML(identifier="valueInBytePacking", obligation=MANDATORY, specification=OGC_01004) ValueInBytePacking getValueInBytePacking()
UNSIGNED_1BIT
,
UNSIGNED_2BITS
and
UNSIGNED_4BITS
data types.
@UML(identifier="bandPacking", obligation=MANDATORY, specification=OGC_01004) int getBandPacking()
getPackedDataBlock
or set using
setPackedDataBlock
operations on GridCoverage
.
bandPacking of
BandedSampleModel
,
PixelInterleavedSampleModel
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |