|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ObjectIIOMetadata
NetCDFStreamMetadata
public class NetCDFStreamMetadata
| Field Summary | |
|---|---|
static String |
GLOBAL_ATTRIBUTES
|
static String |
nativeMetadataFormatName
The name of the native metadata format for this object. |
| Fields inherited from class IIOMetadata |
|---|
controller, defaultController, extraMetadataFormatClassNames, extraMetadataFormatNames, nativeMetadataFormatClassName, standardFormatSupported |
| Constructor Summary | |
|---|---|
NetCDFStreamMetadata(BaseImageReader reader)
|
|
| Method Summary | |
|---|---|
protected Node |
createCommonNativeTree()
Returns the XML DOM Node object that represents the root
of a tree of metadata contained within this object on its native format. |
Node |
getAsTree(String formatName)
Returns an XML DOM Node object that represents the root of
a tree of common stream metadata contained within this object according
to the conventions defined by a given metadata format name. |
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 |
|---|
public static final String nativeMetadataFormatName
public static final String GLOBAL_ATTRIBUTES
| Constructor Detail |
|---|
public NetCDFStreamMetadata(BaseImageReader reader)
| Method Detail |
|---|
protected Node createCommonNativeTree()
Node object that represents the root
of a tree of metadata contained within this object on its native format.
public Node getAsTree(String formatName)
Node object that represents the root of
a tree of common stream metadata contained within this object according
to the conventions defined by a given metadata format name.
getAsTree in class IIOMetadatapublic boolean isReadOnly()
isReadOnly in class IIOMetadata
public void mergeTree(String formatName,
Node root)
throws IIOInvalidTreeException
mergeTree in class IIOMetadataIIOInvalidTreeExceptionpublic void reset()
reset in class IIOMetadata
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||