it.geosolutions.imageio.plugins.jp2k.box
Class DefaultDisplayResolutionBox
java.lang.Object
javax.swing.tree.DefaultMutableTreeNode
it.geosolutions.imageio.plugins.jp2k.box.BaseJP2KBox
it.geosolutions.imageio.plugins.jp2k.box.ResolutionBox
it.geosolutions.imageio.plugins.jp2k.box.DefaultDisplayResolutionBox
- All Implemented Interfaces:
- JP2KBox, JP2KBoxMetadata, Serializable, Cloneable, MutableTreeNode, TreeNode
public class DefaultDisplayResolutionBox
- extends ResolutionBox
This class is defined to represent a Default Display Resolution Box
of JPEG JP2 file format. A Resolution Box has a length, and a fixed type of
"resd" (default display resolution).
- See Also:
- Serialized Form
Methods inherited from class it.geosolutions.imageio.plugins.jp2k.box.ResolutionBox |
compose, getHorizontalResolution, getHorizontalResolutionDenominator, getHorizontalResolutionExponent, getHorizontalResolutionNumerator, getNativeNode, getVerticalResolution, getVerticalResolutionDenominator, getVerticalResolutionExponent, getVerticalResolutionNumerator, parse |
Methods inherited from class it.geosolutions.imageio.plugins.jp2k.box.BaseJP2KBox |
clone, getContent, getExtraLength, getLength, getNativeNodeForSimpleBox, getType, setDefaultAttributes, setExtraLength, setLength, setType, toString |
Methods inherited from class javax.swing.tree.DefaultMutableTreeNode |
add, breadthFirstEnumeration, children, depthFirstEnumeration, getAllowsChildren, getChildAfter, getChildAt, getChildBefore, getChildCount, getDepth, getFirstChild, getFirstLeaf, getIndex, getLastChild, getLastLeaf, getLeafCount, getLevel, getNextLeaf, getNextNode, getNextSibling, getParent, getPath, getPathToRoot, getPreviousLeaf, getPreviousNode, getPreviousSibling, getRoot, getSharedAncestor, getSiblingCount, getUserObject, getUserObjectPath, insert, isLeaf, isNodeAncestor, isNodeChild, isNodeDescendant, isNodeRelated, isNodeSibling, isRoot, pathFromAncestorEnumeration, postorderEnumeration, preorderEnumeration, remove, remove, removeAllChildren, removeFromParent, setAllowsChildren, setParent, setUserObject |
BOX_TYPE_DEFAULT_DISPLAY
public static final int BOX_TYPE_DEFAULT_DISPLAY
- See Also:
- Constant Field Values
DEF_NAME
public static final String DEF_NAME
- See Also:
- Constant Field Values
JP2_MD_DEF_DISP_NAME
public static final String JP2_MD_DEF_DISP_NAME
- See Also:
- Constant Field Values
DefaultDisplayResolutionBox
public DefaultDisplayResolutionBox(byte[] data)
- Constructs a
ResolutionBox
from the provided type and
content data array.
Copyright © 2006–2014 GeoSolutions. All rights reserved.