Uses of Interface
ome.xml.meta.MetadataStore
Packages that use MetadataStore
-
Uses of MetadataStore in ome.xml.meta
Subinterfaces of MetadataStore in ome.xml.metaModifier and TypeInterfaceDescriptioninterfaceA proxy capable of bidirectional communication of biological image data to and from a particular storage medium.interfaceA utility class for constructing and manipulating OME-XML DOMs.Classes in ome.xml.meta that implement MetadataStoreModifier and TypeClassDescriptionclassA utility class for constructing and manipulating OME-XML DOMs.classA metadata store which delegates the actual storage to one or more sub metadata stores.classA dummy implementation forMetadataStoreandMetadataRetrievethat is used when no other metadata implementations are available.classAn implementation ofMetadataStorethat removes unprintable characters from metadata values before storing them in a delegate MetadataStore.classA 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 MetadataStoreModifier and TypeMethodDescriptionstatic 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, List<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).Constructors in ome.xml.meta with parameters of type MetadataStoreModifierConstructorDescriptionFilterMetadata(MetadataStore store, boolean filter) Creates a new instance.