|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.imageio.metadata.IIOMetadata
it.geosolutions.imageio.core.CoreCommonImageMetadata
it.geosolutions.imageio.gdalframework.GDALCommonIIOImageMetadata
it.geosolutions.imageio.plugins.mrsid.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 it.geosolutions.imageio.core.CoreCommonImageMetadata |
---|
nativeMetadataFormatClassName, nativeMetadataFormatName |
Fields inherited from class javax.imageio.metadata.IIOMetadata |
---|
controller, defaultController, extraMetadataFormatClassNames, extraMetadataFormatNames, standardFormatSupported |
Constructor Summary | |
---|---|
MrSIDIIOImageMetadata(org.gdal.gdal.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 it.geosolutions.imageio.gdalframework.GDALCommonIIOImageMetadata |
---|
asWritable, getGCPs, getGdalMetadataDomain, getGdalMetadataDomainsList |
Methods inherited from class java.lang.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(org.gdal.gdal.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 CoreCommonImageMetadata
formatName
- 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 GDALCommonIIOImageMetadata
true
since this IIOMetadata
object
cannot be modified.public void mergeTree(String formatName, Node root) throws IIOInvalidTreeException
UnsupportedOperationException
mergeTree
in class GDALCommonIIOImageMetadata
IIOInvalidTreeException
javax.imageio.metadata.IIOMetadata#mergeTree()
,
isReadOnly()
public void reset()
UnsupportedOperationException
reset
in class GDALCommonIIOImageMetadata
IIOMetadata.reset()
,
isReadOnly()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |