Package loci.formats.meta
Class MetadataConverter
java.lang.Object
loci.formats.meta.MetadataConverter
Deprecated.
Use ome.xml.meta.MetadataConverter.
A utility class containing a method for piping a source
MetadataRetrieve object into a destination MetadataStore.
This technique allows conversion between two different storage media.
For example, it can be used to convert an OMEROMetadataStore
(OMERO's metadata store implementation) into an
OMEXMLMetadata, thus generating OME-XML from
information in an OMERO database.
- Author:
- Curtis Rueden ctrueden at wisc.edu
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateDeprecated.Private constructor; all methods in MetadataConverter are static, so this should not be called. -
Method Summary
Modifier and TypeMethodDescriptionstatic voidconvertMetadata(ome.xml.meta.MetadataRetrieve src, ome.xml.meta.MetadataStore dest) Deprecated.Copies information from a metadata retrieval object (source) into a metadata store (destination).
-
Constructor Details
-
MetadataConverter
private MetadataConverter()Deprecated.Private constructor; all methods in MetadataConverter are static, so this should not be called.
-
-
Method Details
-
convertMetadata
public static void convertMetadata(ome.xml.meta.MetadataRetrieve src, ome.xml.meta.MetadataStore dest) Deprecated.Copies information from a metadata retrieval object (source) into a metadata store (destination).
-