it.geosolutions.imageio.plugins.jp2k.box
Class CaptureResolutionBox

java.lang.Object
  extended by javax.swing.tree.DefaultMutableTreeNode
      extended by it.geosolutions.imageio.plugins.jp2k.box.BaseJP2KBox
          extended by it.geosolutions.imageio.plugins.jp2k.box.ResolutionBox
              extended by it.geosolutions.imageio.plugins.jp2k.box.CaptureResolutionBox
All Implemented Interfaces:
JP2KBox, JP2KBoxMetadata, Serializable, Cloneable, MutableTreeNode, TreeNode

public class CaptureResolutionBox
extends ResolutionBox

This class is defined to represent a Capture Resolution Box of JPEG JP2 file format. A Resolution Box has a length, and a fixed type of "resc" (capture resolution)

See Also:
Serialized Form

Field Summary
static int BOX_TYPE_CAPTURE
           
static String CAP_NAME
           
static String JP2_MD_CAP_NAME
           
 
Fields inherited from class it.geosolutions.imageio.plugins.jp2k.box.ResolutionBox
BOX_TYPE, BOX_TYPE_DEFAULT_DISPLAY, DEF_NAME, JP2_MD_DEF_DISP_NAME, JP2K_MD_NAME, NAME
 
Fields inherited from class javax.swing.tree.DefaultMutableTreeNode
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject
 
Constructor Summary
CaptureResolutionBox(byte[] data)
          Constructs a ResolutionBox from the provided type and content data array.
 
Method Summary
 
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
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface javax.swing.tree.MutableTreeNode
insert, remove, remove, removeFromParent, setParent, setUserObject
 
Methods inherited from interface javax.swing.tree.TreeNode
children, getAllowsChildren, getChildAt, getChildCount, getIndex, getParent, isLeaf
 

Field Detail

BOX_TYPE_CAPTURE

public static final int BOX_TYPE_CAPTURE
See Also:
Constant Field Values

CAP_NAME

public static final String CAP_NAME
See Also:
Constant Field Values

JP2_MD_CAP_NAME

public static final String JP2_MD_CAP_NAME
See Also:
Constant Field Values
Constructor Detail

CaptureResolutionBox

public CaptureResolutionBox(byte[] data)
Constructs a ResolutionBox from the provided type and content data array.



Copyright © 2006–2014 GeoSolutions. All rights reserved.