|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ObjectIIOMetadata
CoreCommonImageMetadata
GDALCommonIIOImageMetadata
MrSIDIIOImageMetadata
public class MrSIDIIOImageMetadata
Specialization of IIOMetadata specific for the MrSID format. It
provides the user with the specific MrSID metadata.
| Field Summary | |
|---|---|
static String |
mrsidImageMetadataFormatClassName
The name of the class implementing IIOMetadataFormat and
representing the metadata format for this object. |
static String |
mrsidImageMetadataName
The name of the metadata format for this object. |
| Fields inherited from class CoreCommonImageMetadata |
|---|
nativeMetadataFormatClassName, nativeMetadataFormatName |
| Fields inherited from class IIOMetadata |
|---|
controller, defaultController, extraMetadataFormatClassNames, extraMetadataFormatNames, standardFormatSupported |
| Constructor Summary | |
|---|---|
MrSIDIIOImageMetadata(Dataset dataset,
String datasetName)
MrSIDIIOImageMetadata constructor. |
|
MrSIDIIOImageMetadata(String datasetName)
MrSIDIIOImageMetadata constructor. |
|
| 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. |
boolean |
isReadOnly()
Returns true since this object does not support the
mergeTree, setFromTree, and
reset methods. |
void |
mergeTree(String formatName,
Node root)
Method unsupported. |
void |
reset()
Method unsupported. |
| Methods inherited from class GDALCommonIIOImageMetadata |
|---|
asWritable, getGCPs, getGdalMetadataDomain, getGdalMetadataDomainsList |
| 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 mrsidImageMetadataName
public static final String mrsidImageMetadataFormatClassName
IIOMetadataFormat and
representing the metadata format for this object.
| Constructor Detail |
|---|
public MrSIDIIOImageMetadata(String datasetName)
MrSIDIIOImageMetadata constructor.
dataseName - The name (usually a File path or a subdataset name when
the format supports subdatasets) of the dataset we want to
open.
public MrSIDIIOImageMetadata(Dataset dataset,
String datasetName)
MrSIDIIOImageMetadata constructor.
dataset - The name (usually a File path or a subdataset name when
the format supports subdatasets) of the dataset we want to
open.| Method Detail |
|---|
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 CoreCommonImageMetadataformatName - the name of the requested metadata format. Actually
supported format name are mrsidImageMetadataName
and
CoreCommonImageMetadata.nativeMetadataFormatName.public boolean isReadOnly()
true since this object does not support the
mergeTree, setFromTree, and
reset methods.
isReadOnly in class GDALCommonIIOImageMetadatatrue since this IIOMetadata object
cannot be modified.
public void mergeTree(String formatName,
Node root)
throws IIOInvalidTreeException
UnsupportedOperationException
mergeTree in class GDALCommonIIOImageMetadataIIOInvalidTreeExceptionjavax.imageio.metadata.IIOMetadata#mergeTree(),
isReadOnly()public void reset()
UnsupportedOperationException
reset in class GDALCommonIIOImageMetadataIIOMetadata.reset(),
isReadOnly()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||