Class TLcdJPEG2000AssociationBox

java.lang.Object
com.luciad.format.jpeg2000.TLcdJPEG2000Box
com.luciad.format.jpeg2000.TLcdJPEG2000AssociationBox

public class TLcdJPEG2000AssociationBox extends TLcdJPEG2000Box
A JPEG2000 association box.

An association box groups a number of other boxes.

Since:
2012.1
  • Constructor Details

    • TLcdJPEG2000AssociationBox

      public TLcdJPEG2000AssociationBox(List<TLcdJPEG2000Box> aSubBoxes)
      Creates a new association box.
      Parameters:
      aSubBoxes - the sub-boxes
  • Method Details