|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectIIOMetadata
CoreCommonImageMetadata
BaseImageMetadata
NetCDFImageMetadata
public class NetCDFImageMetadata
Class for the NetCDF Image Metadata representation.
Field Summary | |
---|---|
static String |
nativeMetadataFormatName
|
Fields inherited from class BaseImageMetadata |
---|
ATTRIBUTES_NODE, imageReader |
Fields inherited from class CoreCommonImageMetadata |
---|
nativeMetadataFormatClassName |
Fields inherited from class IIOMetadata |
---|
controller, defaultController, extraMetadataFormatClassNames, extraMetadataFormatNames, standardFormatSupported |
Constructor Summary | |
---|---|
protected |
NetCDFImageMetadata(BaseImageReader reader,
int imageIndex)
|
Method Summary | |
---|---|
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. |
protected void |
setMembers(BaseImageReader imageReader)
|
Methods inherited from class BaseImageMetadata |
---|
createCommonNativeTree, getImageIndex, getImageReader |
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
Constructor Detail |
---|
protected NetCDFImageMetadata(BaseImageReader reader, int imageIndex)
Method Detail |
---|
protected void setMembers(BaseImageReader imageReader) throws IOException
setMembers
in class BaseImageMetadata
IOException
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 CoreCommonImageMetadata
formatName
- the name of the requested metadata format. Note that
actually, the only supported format name is the
CoreCommonImageMetadata.nativeMetadataFormatName
.
Requesting other format names will result in an
IllegalArgumentException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |