Maven module :un.storage : image-jpeg2k :
Class : un.storage.imagery.jpeg2k.model.SIZ
Extends/Implements : un.storage.imagery.jpeg2k.model.Marker
Subclasses : -

Image and tile size.
Provides information about the uncompressed image such as the width and height
of the reference grid, the width and height of the tiles, the number of components,
component bit depth, and the separation of component samples with respect to
the reference grid.
author  Johann Sorel


Variables : codeStreamCapabilities, gridWidth, gridHeight, gridOffsetX, gridOffsetY, tileWidth, tileHeight, tileOffsetX, tileOffsetY, nbComponent, components
Functions : SIZ, read


public int codeStreamCapabilities

public int gridWidth

public int gridHeight

public int gridOffsetX

public int gridOffsetY

public int tileWidth

public int tileHeight

public int tileOffsetX

public int tileOffsetY

public int nbComponent

public Component[] components


public void SIZ ()

public void read (DataInputStream ds, SIZ siz)