Uses of Interface
ome.xml.meta.MetadataStore

Packages that use MetadataStore 
Package Description
ome.xml.meta  
  • Uses of MetadataStore in ome.xml.meta

    Subinterfaces of MetadataStore in ome.xml.meta 
    Modifier and Type Interface Description
    interface  IMetadata
    A proxy capable of bidirectional communication of biological image data to and from a particular storage medium.
    interface  OMEXMLMetadata
    A utility class for constructing and manipulating OME-XML DOMs.
    Classes in ome.xml.meta that implement MetadataStore 
    Modifier and Type Class Description
    class  AbstractOMEXMLMetadata
    A utility class for constructing and manipulating OME-XML DOMs.
    class  AggregateMetadata
    A metadata store which delegates the actual storage to one or more sub metadata stores.
    class  DummyMetadata
    A dummy implementation for MetadataStore and MetadataRetrieve that is used when no other metadata implementations are available.
    class  FilterMetadata
    An implementation of MetadataStore that removes unprintable characters from metadata values before storing them in a delegate MetadataStore.
    class  OMEXMLMetadataImpl
    A 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 MetadataStore 
    Modifier and Type Method Description
    static void MetadataConverter.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 void MetadataConverter.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 void MetadataConverter.convertMetadata​(MetadataRetrieve src, MetadataStore dest)
    Copies information from a metadata retrieval object (source) into a metadata store (destination).
    Constructors in ome.xml.meta with parameters of type MetadataStore 
    Constructor Description
    FilterMetadata​(MetadataStore store, boolean filter)
    Creates a new instance.