Package | Description |
---|---|
it.geosolutions.imageio.plugins.jp2k |
ImageI/O-Ext Plugin for JPEG2000 format, based on the KAKADU library.
|
it.geosolutions.imageio.plugins.jp2k.box |
Modifier and Type | Interface and Description |
---|---|
interface |
JP2KBoxMetadata |
interface |
MutableJP2KBox |
Modifier and Type | Class and Description |
---|---|
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 |
CaptureResolutionBox
This class is defined to represent a Capture Resolution 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 |
DefaultDisplayResolutionBox
This class is defined to represent a Default Display Resolution 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.
|
Modifier and Type | Method and Description |
---|---|
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. |
Constructor and Description |
---|
ASOCBoxMetadataNode(JP2KBox box) |
UUIDBoxMetadataNode(JP2KBox box) |
XMLBoxMetadataNode(JP2KBox box) |
Copyright © 2006–2016 GeoSolutions. All rights reserved.