[]
Classe that holds information found in the marker segments of the main and tile-part headers. There is one inner-class per marker segment type found in these headers.
public class HeaderInfo : FilterTypes
| Name | Description |
|---|---|
| HeaderInfo() |
| Name | Description |
|---|---|
| cocValue | Reference to the COC marker segments found in main and first tile-part header. The key is either "main_c"+componentIndex or "t"+tileIdx+"_c"+component_index. |
| codValue | Reference to the COD marker segments found in main and first tile-part header. The key is either "main" or "t"+tileIdx. |
| comValue | Reference to the COM marker segments found in main and tile-part headers. The key is either "main_"+comIdx or "t"+tileIdx+"_"+comIdx. |
| crgValue | Reference to the CRG marker segment found in main header |
| pocValue | Reference to the POC marker segments found in main and first tile-part header. They key is either "main" or "t"+tileIdx. |
| qccValue | Reference to the QCC marker segments found in main and first tile-part header. They key is either "main_c"+componentIndex or "t"+tileIdx+"_c"+component_index. |
| qcdValue | Reference to the QCD marker segments found in main and first tile-part header. The key is either "main" or "t"+tileIdx. |
| rgnValue | Reference to the RGN marker segments found in main and first tile-part header. The key is either "main_c"+componentIndex or "t"+tileIdx+"_c"+component_index. |
| sizValue | Reference to the SIZ marker segment found in main header |
| sotValue | Reference to the SOT marker segments found in tile-part headers. The kwy is given by "t"+tileIdx"_tp"+tilepartIndex. |
| Name | Description |
|---|---|
| NewCOC | Returns a new instance of COC |
| NewCOD | Returns a new instance of COD |
| NewCOM | Returns a new instance of COM |
| NewCRG | Returns a new instance of CRG |
| NewPOC | Returns a new instance of POC |
| NewQCC | Returns a new instance of QCC |
| NewQCD | Returns a new instance of QCD |
| NewRGN | Returns a new instance of RGN |
| NewSIZ | Returns a new instance of SIZ |
| NewSOT | Returns a new instance of SOT |
| NumCOM | Returns the number of found COM marker segments |
| Name | Description |
|---|---|
| Clone() | |
| getCopy(int) | Returns a copy of this object |
| toStringMainHeader() | Display information found in the different marker segments of the main header |
| toStringThNoSOT(int, int) | Returns information found in the tile-part headers of a given tile exception the SOT marker segment. |
| toStringTileHeader(int, int) | Returns information found in the tile-part headers of a given tile. |