public class JP2KImageMetadata extends IIOMetadata
Modifier and Type | Field and Description |
---|---|
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 |
controller, defaultController, extraMetadataFormatClassNames, extraMetadataFormatNames, nativeMetadataFormatClassName, standardFormatSupported
Constructor and Description |
---|
JP2KImageMetadata(it.geosolutions.imageio.plugins.jp2k.JP2KCodestreamProperties properties) |
Modifier and Type | Method and Description |
---|---|
Node |
getAsTree(String formatName) |
boolean |
isReadOnly() |
void |
mergeTree(String formatName,
Node root) |
void |
reset() |
activateController, getController, getDefaultController, getExtraMetadataFormatNames, getMetadataFormat, getMetadataFormatNames, getNativeMetadataFormatName, getStandardChromaNode, getStandardCompressionNode, getStandardDataNode, getStandardDimensionNode, getStandardDocumentNode, getStandardTextNode, getStandardTileNode, getStandardTransparencyNode, getStandardTree, hasController, isStandardMetadataFormatSupported, setController, setFromTree
public static final String nativeMetadataFormatName
public static final String NUM_COMPONENTS
public static final String MAX_BIT_DEPTH
public static final String WIDTH
public static final String HEIGHT
public static final String TILE_WIDTH
public static final String TILE_HEIGHT
public static final String MAX_QUALITY_LAYERS
public static final String DWT_LEVELS
public static final String IS_SIGNED
public static final String BITS_PER_COMPONENT
public static final String COMPONENT_INDEXES
public JP2KImageMetadata(it.geosolutions.imageio.plugins.jp2k.JP2KCodestreamProperties properties)
public Node getAsTree(String formatName)
getAsTree
in class IIOMetadata
public boolean isReadOnly()
isReadOnly
in class IIOMetadata
public void mergeTree(String formatName, Node root) throws IIOInvalidTreeException
mergeTree
in class IIOMetadata
IIOInvalidTreeException
public void reset()
reset
in class IIOMetadata
Copyright © 2006–2015 GeoSolutions. All rights reserved.