it.geosolutions.imageio.plugins.jp2k
Class JP2KImageMetadata

Object
  extended by IIOMetadata
      extended by JP2KImageMetadata

public class JP2KImageMetadata
extends IIOMetadata


Field Summary
static String BITS_PER_COMPONENT
           
static String COMPONENT_INDEXES
           
static String DWT_LEVELS
           
static String HEIGHT
           
static String IS_SIGNED
           
static String MAX_BIT_DEPTH
           
static String MAX_QUALITY_LAYERS
           
static String nativeMetadataFormatName
           
static String NUM_COMPONENTS
           
static String TILE_HEIGHT
           
static String TILE_WIDTH
           
static String WIDTH
           
 
Fields inherited from class IIOMetadata
controller, defaultController, extraMetadataFormatClassNames, extraMetadataFormatNames, nativeMetadataFormatClassName, standardFormatSupported
 
Constructor Summary
JP2KImageMetadata(JP2KCodestreamProperties properties)
           
 
Method Summary
 Node getAsTree(String formatName)
           
 boolean isReadOnly()
           
 void mergeTree(String formatName, Node root)
           
 void reset()
           
 
Methods inherited from class IIOMetadata
activateController, getController, getDefaultController, getExtraMetadataFormatNames, getMetadataFormat, getMetadataFormatNames, getNativeMetadataFormatName, getStandardChromaNode, getStandardCompressionNode, getStandardDataNode, getStandardDimensionNode, getStandardDocumentNode, getStandardTextNode, getStandardTileNode, getStandardTransparencyNode, getStandardTree, hasController, isStandardMetadataFormatSupported, setController, setFromTree
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nativeMetadataFormatName

public static final String nativeMetadataFormatName
See Also:
Constant Field Values

NUM_COMPONENTS

public static final String NUM_COMPONENTS
See Also:
Constant Field Values

MAX_BIT_DEPTH

public static final String MAX_BIT_DEPTH
See Also:
Constant Field Values

WIDTH

public static final String WIDTH
See Also:
Constant Field Values

HEIGHT

public static final String HEIGHT
See Also:
Constant Field Values

TILE_WIDTH

public static final String TILE_WIDTH
See Also:
Constant Field Values

TILE_HEIGHT

public static final String TILE_HEIGHT
See Also:
Constant Field Values

MAX_QUALITY_LAYERS

public static final String MAX_QUALITY_LAYERS
See Also:
Constant Field Values

DWT_LEVELS

public static final String DWT_LEVELS
See Also:
Constant Field Values

IS_SIGNED

public static final String IS_SIGNED
See Also:
Constant Field Values

BITS_PER_COMPONENT

public static final String BITS_PER_COMPONENT
See Also:
Constant Field Values

COMPONENT_INDEXES

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

JP2KImageMetadata

public JP2KImageMetadata(JP2KCodestreamProperties properties)
Method Detail

getAsTree

public Node getAsTree(String formatName)
Specified by:
getAsTree in class IIOMetadata

isReadOnly

public boolean isReadOnly()
Specified by:
isReadOnly in class IIOMetadata

mergeTree

public void mergeTree(String formatName,
                      Node root)
               throws IIOInvalidTreeException
Specified by:
mergeTree in class IIOMetadata
Throws:
IIOInvalidTreeException

reset

public void reset()
Specified by:
reset in class IIOMetadata


Copyright © 2006-2010 GeoSolutions. All Rights Reserved.