Uses of Interface
loci.formats.meta.MetadataRetrieve
Packages that use MetadataRetrieve
Package
Description
Bio-Formats: a library for reading and writing popular microscopy file
formats.
Package containing Bio-Formats graphical user interface code.
Package containing core Bio-Formats metadata interfaces for the OME data model.
Package containing Bio-Formats OME-related logic for
OME-XML metadata, and database import, upload and download.
Package containing Bio-Formats file format writers.
-
Uses of MetadataRetrieve in loci.formats
Fields in loci.formats declared as MetadataRetrieveModifier and TypeFieldDescriptionprotected MetadataRetrieveFormatWriter.metadataRetrieveCurrent metadata retrieval object.Methods in loci.formats that return MetadataRetrieveModifier and TypeMethodDescriptionFormatWriter.getMetadataRetrieve()IFormatWriter.getMetadataRetrieve()Retrieves the current metadata retrieval object for this writer.ImageWriter.getMetadataRetrieve()WriterWrapper.getMetadataRetrieve()Methods in loci.formats with parameters of type MetadataRetrieveModifier and TypeMethodDescriptionstatic StringFormatTools.getFilename(int series, int image, MetadataRetrieve retrieve, String pattern, boolean padded) voidFormatWriter.setMetadataRetrieve(MetadataRetrieve retrieve) voidIFormatWriter.setMetadataRetrieve(MetadataRetrieve r) Sets the metadata retrieval object from which to retrieve standardized metadata.voidImageWriter.setMetadataRetrieve(MetadataRetrieve r) voidWriterWrapper.setMetadataRetrieve(MetadataRetrieve r) static voidMetadataTools.verifyMinimumPopulated(MetadataRetrieve src) Checks whether the given metadata object has the minimum metadata populated to successfully describe an Image.static voidMetadataTools.verifyMinimumPopulated(MetadataRetrieve src, int n) Checks whether the given metadata object has the minimum metadata populated to successfully describe the nth Image. -
Uses of MetadataRetrieve in loci.formats.gui
Methods in loci.formats.gui with parameters of type MetadataRetrieveModifier and TypeMethodDescriptionstatic BufferedImageAWTImageTools.makeImage(byte[] data, boolean interleaved, MetadataRetrieve meta, int series) Creates an image from the given raw byte array, obtaining the dimensional parameters from the specified metadata object. -
Uses of MetadataRetrieve in loci.formats.meta
Subinterfaces of MetadataRetrieve in loci.formats.metaClasses in loci.formats.meta that implement MetadataRetrieve -
Uses of MetadataRetrieve in loci.formats.ome
Subinterfaces of MetadataRetrieve in loci.formats.omeClasses in loci.formats.ome that implement MetadataRetrieveModifier and TypeClassDescriptionclassclassExtension of OMEXMLMetadataImpl that allows for pyramid resolution storage and retrieval.class -
Uses of MetadataRetrieve in loci.formats.out
Methods in loci.formats.out with parameters of type MetadataRetrieveModifier and TypeMethodDescriptionprivate int[]ICSWriter.overwriteDimensions(MetadataRetrieve meta) -
Uses of MetadataRetrieve in loci.formats.services
Methods in loci.formats.services that return MetadataRetrieveModifier and TypeMethodDescriptionOMEXMLService.asRetrieve(MetadataStore meta) Gets the givenMetadataStoreobject as aMetadataRetrieve.OMEXMLServiceImpl.asRetrieve(MetadataStore meta) Methods in loci.formats.services with parameters of type MetadataRetrieveModifier and TypeMethodDescriptionOMEXMLService.asStore(MetadataRetrieve meta) Gets the givenMetadataRetrieveobject as aMetadataStore.OMEXMLServiceImpl.asStore(MetadataRetrieve meta) voidOMEXMLService.convertMetadata(MetadataRetrieve src, MetadataStore dest) Copies information from a metadata retrieval object (source) into a metadata store (destination).voidOMEXMLServiceImpl.convertMetadata(MetadataRetrieve src, MetadataStore dest) OMEXMLService.getOMEMetadata(MetadataRetrieve src) Returns aOMEXMLMetadataobject with the same contents as the given MetadataRetrieve, converting it if necessary.OMEXMLServiceImpl.getOMEMetadata(MetadataRetrieve src) OMEXMLService.getOMEXML(MetadataRetrieve src) Extracts an OME-XML metadata string from the given metadata object, by converting to an OME-XML metadata object if necessary.OMEXMLServiceImpl.getOMEXML(MetadataRetrieve src)