|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectIIOMetadata
JP2KStreamMetadata
public class JP2KStreamMetadata
Field Summary | |
---|---|
static String |
nativeMetadataFormatName
|
static String |
NUM_CODESTREAMS
|
Fields inherited from class IIOMetadata |
---|
controller, defaultController, extraMetadataFormatClassNames, extraMetadataFormatNames, nativeMetadataFormatClassName, standardFormatSupported |
Constructor Summary | |
---|---|
JP2KStreamMetadata(TreeModel treeModel,
int numCodestreams)
|
Method Summary | |
---|---|
Node |
getAsTree(String formatName)
|
boolean |
isReadOnly()
|
void |
mergeTree(String formatName,
Node root)
|
void |
reset()
|
IIOMetadataNode |
searchFirstOccurrenceNode(int requestedBoxType)
Search the first occurrence of a node related to the specified box type and return it as a IIOMetadataNode or null in case of not found. |
List<IIOMetadataNode> |
searchOccurrencesNode(int requestedBoxType)
Search any JP2 Box metadata node occurrence of the specified type. |
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 |
---|
public static final String NUM_CODESTREAMS
public static final String nativeMetadataFormatName
Constructor Detail |
---|
public JP2KStreamMetadata(TreeModel treeModel, int numCodestreams)
Method Detail |
---|
public Node getAsTree(String formatName)
getAsTree
in class IIOMetadata
public boolean isReadOnly()
isReadOnly
in class IIOMetadata
public IIOMetadataNode searchFirstOccurrenceNode(int requestedBoxType)
IIOMetadataNode
or null in case of not found.
Search is performed visiting the children of a node before the brothers.
public List<IIOMetadataNode> searchOccurrencesNode(int requestedBoxType)
requestedBoxType
- the box type to be searched.
public void mergeTree(String formatName, Node root) throws IIOInvalidTreeException
mergeTree
in class IIOMetadata
IIOInvalidTreeException
public void reset()
reset
in class IIOMetadata
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |