Uses of Interface
ome.xml.meta.MetadataRetrieve
-
Packages that use MetadataRetrieve Package Description ome.xml.meta -
-
Uses of MetadataRetrieve in ome.xml.meta
Subinterfaces of MetadataRetrieve in ome.xml.meta Modifier and Type Interface Description interfaceIMetadataA proxy capable of bidirectional communication of biological image data to and from a particular storage medium.interfaceOMEXMLMetadataA utility class for constructing and manipulating OME-XML DOMs.Classes in ome.xml.meta that implement MetadataRetrieve Modifier and Type Class Description classAbstractOMEXMLMetadataA utility class for constructing and manipulating OME-XML DOMs.classAggregateMetadataA metadata store which delegates the actual storage to one or more sub metadata stores.classDummyMetadataA dummy implementation forMetadataStoreandMetadataRetrievethat is used when no other metadata implementations are available.classOMEXMLMetadataImplA metadata store implementation for constructing and manipulating OME-XML DOMs for the current version of OME-XML.Methods in ome.xml.meta with parameters of type MetadataRetrieve Modifier and Type Method Description static voidMetadataConverter. convertChannels(MetadataRetrieve src, int srcImage, int srcChannel, MetadataStore dest, int destImage, int destChannel, boolean copyID)Copy all metadata from the specified channel in the source MetadataRetrieve to the specified channel in the destination MetadataStore.static voidMetadataConverter. convertChannels(MetadataRetrieve src, int srcImage, int srcChannel, MetadataStore dest, int destImage, int destChannel, boolean copyID, java.util.List<java.lang.String> lightSourceIds)Copy all metadata from the specified channel in the source MetadataRetrieve to the specified channel in the destination MetadataStore.static voidMetadataConverter. convertMetadata(MetadataRetrieve src, MetadataStore dest)Copies information from a metadata retrieval object (source) into a metadata store (destination).
-