Uses of Interface
it.geosolutions.imageio.plugins.jp2k.JP2KBox

Packages that use JP2KBox
it.geosolutions.imageio.plugins.jp2k ImageI/O-Ext Plugin for JPEG2000 format, based on the KAKADU library. 
it.geosolutions.imageio.plugins.jp2k.box   
 

Uses of JP2KBox in it.geosolutions.imageio.plugins.jp2k
 

Subinterfaces of JP2KBox in it.geosolutions.imageio.plugins.jp2k
 interface JP2KBoxMetadata
           
 interface MutableJP2KBox
           
 

Uses of JP2KBox in it.geosolutions.imageio.plugins.jp2k.box
 

Classes in it.geosolutions.imageio.plugins.jp2k.box that implement JP2KBox
 class ASOCBox
           
 class BaseJP2KBox
          This class is defined to create the box of JP2 file format.
 class BitsPerComponentBox
          This class is defined to represent a Bits Per Component Box of JPEG JP2 file format.
 class ChannelDefinitionBox
          This class is designed to represent a Channel Definition Box of JPEG JP2 file format.
 class CodestreamHeaderBox
           
 class ColorSpecificationBox
          This class is defined to represent a Color Specification Box of JPEG JP2 file format.
 class ComponentMappingBox
          This class is defined to represent a Component Mapping Box of JPEG JP2 file format.
 class CompositingLayerHeaderBox
           
 class ContiguousCodestreamBox
          This class is defined to create the contiguous codestream box of JP2 file format.
 class DataEntryURLBox
          This class is defined to represent a Data Entry URL Box of JPEG JP2 file format.
 class FileTypeBox
          This class is defined to represent a File Type Box of JPEG JP2 file format.
 class ImageHeaderBox
          This class is defined to represent an Image Header Box of JPEG JP2 file format.
 class IPRBox
           
 class JP2HeaderBox
          This class is defined to represent an Image Header Box of JPEG JP2 file format.
 class JP2KFileBox
          Fake node to represent that a JPEG2000 file is a superbox itself.
 class LabelBox
          This class is defined to represent a Label Box of JPEG JP2 file format.
 class PaletteBox
          This class is designed to represent a palette box for JPEG 2000 JP2 file format.
 class ReaderRequirementsBox
           
 class ResolutionBox
          This class is defined to represent a Resolution Box of JPEG JP2 file format.
 class SignatureBox
          This class is defined to represent a Signature Box of JPEG JP2 file format.
 class UUIDBox
          This class is defined to represent a UUID Box of JPEG JP2 file format.
 class UUIDInfoBox
          This class is defined to represent a UUIDInfo Box of JPEG JP2 file format.
 class UUIDListBox
          This class is defined to represent a UUID list Box of JPEG JP2 file format.
 class XMLBox
          This class is defined to represent a XML box of JPEG JP2 file format.
 

Methods in it.geosolutions.imageio.plugins.jp2k.box that return JP2KBox
static JP2KBox BoxUtilities.createBox(int type, byte[] data)
          Creates a Box object with the provided type based on the provided data object based on reflection.
static JP2KBox BoxUtilities.createBox(int type, Node node)
          Creates a Box object with the provided type based on the provided Node object based on reflection.
 

Constructors in it.geosolutions.imageio.plugins.jp2k.box with parameters of type JP2KBox
ASOCBoxMetadataNode(JP2KBox box)
           
UUIDBoxMetadataNode(JP2KBox box)
           
XMLBoxMetadataNode(JP2KBox box)
           
 



Copyright © 2006-2010 GeoSolutions. All Rights Reserved.