Uses of Interface
loci.formats.ome.OMEXMLMetadata
Packages that use OMEXMLMetadata
Package
Description
Package containing Bio-Formats file format readers.
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 OMEXMLMetadata in loci.formats.in
Fields in loci.formats.in declared as OMEXMLMetadataModifier and TypeFieldDescriptionprotected OMEXMLMetadataOMETiffReader.metaRepresents OME-XML stored in the current OME-TIFF file(s).private OMEXMLMetadataOBFReader.ome_meta_dataprivate OMEXMLMetadataFakeReader.omeXmlMetadataMethods in loci.formats.in that return OMEXMLMetadataMethods in loci.formats.in with parameters of type OMEXMLMetadataModifier and TypeMethodDescriptionprotected voidOMETiffReader.convertMetadata(OMEXMLMetadata meta, MetadataStore store) Convert metadata contained within an OMEXMLMetadata object to a separate MetadataStore. -
Uses of OMEXMLMetadata in loci.formats.meta
Methods in loci.formats.meta with parameters of type OMEXMLMetadataModifier and TypeMethodDescriptionvoidModuloAnnotation.setModulo(OMEXMLMetadata meta, Modulo m) Set the value of this annotation using the given Modulo object -
Uses of OMEXMLMetadata in loci.formats.ome
Classes in loci.formats.ome that implement OMEXMLMetadataModifier and TypeClassDescriptionclassclassExtension of OMEXMLMetadataImpl that allows for pyramid resolution storage and retrieval.class -
Uses of OMEXMLMetadata in loci.formats.out
Fields in loci.formats.out declared as OMEXMLMetadataMethods in loci.formats.out with parameters of type OMEXMLMetadataModifier and TypeMethodDescriptionprivate voidOMETiffWriter.populateImage(OMEXMLMetadata omeMeta, int series) private voidOMETiffWriter.populateTiffData(OMEXMLMetadata omeMeta, int[] zct, int ifd, int series, int plane) -
Uses of OMEXMLMetadata in loci.formats.services
Methods in loci.formats.services that return OMEXMLMetadataModifier and TypeMethodDescriptionOMEXMLService.createOMEXMLMetadata()Creates an OME-XML metadata object using reflection, to avoid direct dependencies on the optionalloci.formats.omepackage.OMEXMLService.createOMEXMLMetadata(String xml) Creates an OME-XML metadata object using reflection, to avoid direct dependencies on the optionalloci.formats.omepackage, wrapping a DOM representation of the given OME-XML string.OMEXMLService.createOMEXMLMetadata(String xml, String version) Creates an OME-XML metadata object using reflection, to avoid direct dependencies on the optionalloci.formats.omepackage, wrapping a DOM representation of the given OME-XML string.OMEXMLServiceImpl.createOMEXMLMetadata()OMEXMLServiceImpl.createOMEXMLMetadata(String xml) OMEXMLServiceImpl.createOMEXMLMetadata(String xml, String version) OMEXMLService.getOMEMetadata(MetadataRetrieve src) Returns aOMEXMLMetadataobject with the same contents as the given MetadataRetrieve, converting it if necessary.OMEXMLServiceImpl.getOMEMetadata(MetadataRetrieve src) Methods in loci.formats.services with parameters of type OMEXMLMetadataModifier and TypeMethodDescriptionvoidOMEXMLService.addMetadataOnly(OMEXMLMetadata omexmlMeta, int image) Insert a MetadataOnly element under the Image specified by 'index' in the given OME-XML metadata object.voidOMEXMLService.addMetadataOnly(OMEXMLMetadata omexmlMeta, int image, boolean resolve) Insert a MetadataOnly element under the Image specified by 'index' in the given OME-XML metadata object.voidOMEXMLServiceImpl.addMetadataOnly(OMEXMLMetadata omexmlMeta, int image) voidOMEXMLServiceImpl.addMetadataOnly(OMEXMLMetadata omexmlMeta, int image, boolean resolve) voidOMEXMLService.addModuloAlong(OMEXMLMetadata omexmlMeta, CoreMetadata core, int image) Adds ModuloAlong* annotations to the given OME-XML metadata object, using the given CoreMetadata object to determine modulo dimensions.voidOMEXMLServiceImpl.addModuloAlong(OMEXMLMetadata meta, CoreMetadata core, int imageIdx) private voidOMEXMLServiceImpl.createModulo(OMEXMLMetadata meta, Modulo modulo, ome.xml.model.StructuredAnnotations annotations, ome.xml.model.Image image, int imageIdx, int annotationIndex, int imageAnnotation) Create a ModuloAlong* annotation corresponding to the givenModulo.private ModuloOMEXMLServiceImpl.getModuloAlong(OMEXMLMetadata omexml, String tag, int image) Create aModulocorresponding to the given ModuloAlong* tag.OMEXMLService.getModuloAlongC(OMEXMLMetadata omexmlMeta, int image) Retrieve the ModuloAlongC annotation in the given Image in the given OME-XML metadata object.OMEXMLServiceImpl.getModuloAlongC(OMEXMLMetadata omexml, int image) OMEXMLService.getModuloAlongT(OMEXMLMetadata omexmlMeta, int image) Retrieve the ModuloAlongT annotation in the given Image in the given OME-XML metadata object.OMEXMLServiceImpl.getModuloAlongT(OMEXMLMetadata omexml, int image) OMEXMLService.getModuloAlongZ(OMEXMLMetadata omexmlMeta, int image) Retrieve the ModuloAlongZ annotation in the given Image in the given OME-XML metadata object.OMEXMLServiceImpl.getModuloAlongZ(OMEXMLMetadata omexml, int image) OMEXMLService.getOriginalMetadata(OMEXMLMetadata omexmlMeta) Parse any OriginalMetadata annotations from the given OME-XML metadata object and store them in a Hashtable.OMEXMLServiceImpl.getOriginalMetadata(OMEXMLMetadata omexmlMeta) booleanOMEXMLService.isEqual(OMEXMLMetadata src1, OMEXMLMetadata src2) Determine whether or not two OMEXMLMetadata objects are equal.booleanOMEXMLServiceImpl.isEqual(OMEXMLMetadata src1, OMEXMLMetadata src2) voidOMEXMLService.populateOriginalMetadata(OMEXMLMetadata omexmlMeta, String key, String value) Adds the specified key/value pair as a new OriginalMetadata node to the given OME-XML metadata object.voidOMEXMLService.populateOriginalMetadata(OMEXMLMetadata omexmlMeta, Hashtable<String, Object> metadata) Adds the key/value pairs in the specified Hashtable as new OriginalMetadata annotations in the given OME-XML metadata object.voidOMEXMLServiceImpl.populateOriginalMetadata(OMEXMLMetadata omexmlMeta, String key, String value) voidOMEXMLServiceImpl.populateOriginalMetadata(OMEXMLMetadata omexmlMeta, Hashtable<String, Object> metadata) voidOMEXMLService.removeBinData(OMEXMLMetadata omexmlMeta) Remove all of the BinData elements from the given OME-XML metadata object.voidOMEXMLServiceImpl.removeBinData(OMEXMLMetadata omexmlMeta) voidOMEXMLService.removeChannels(OMEXMLMetadata omexmlMeta, int image, int sizeC) Remove all but the first sizeC valid Channel elements from the given OME-XML metadata object.voidOMEXMLServiceImpl.removeChannels(OMEXMLMetadata omexmlMeta, int image, int sizeC) voidOMEXMLService.removeTiffData(OMEXMLMetadata omexmlMeta) Remove all of the TiffData elements from the given OME-XML metadata object.voidOMEXMLServiceImpl.removeTiffData(OMEXMLMetadata omexmlMeta)