Uses of Class
loci.formats.CoreMetadata
Packages that use CoreMetadata
Package
Description
Bio-Formats: a library for reading and writing popular microscopy file
formats.
Package containing Bio-Formats file format readers.
Package containing utility methods corresponding
to the Bio-Formats command line tools.
-
Uses of CoreMetadata in loci.formats
Subclasses of CoreMetadata in loci.formatsModifier and TypeClassDescriptionclassExtendsCoreMetadatato include the notion of an "input order" for planes: the input order being the order planes are stored on disk.Fields in loci.formats with type parameters of type CoreMetadataModifier and TypeFieldDescription(package private) static final Comparator<CoreMetadata> CoreMetadataList.comparatorprivate List<CoreMetadata> DimensionSwapper.coreCore metadata associated with this dimension swapper.private ArrayList<CoreMetadata> FileStitcher.coreCore metadata.protected List<CoreMetadata> FormatReader.coreCore metadata values.Methods in loci.formats that return CoreMetadataModifier and TypeMethodDescriptionCoreMetadata.clone(IFormatReader r, int coreIndex) SwappableMetadata.clone(IFormatReader r, int coreIndex) protected CoreMetadataFormatReader.getCurrentCore()Get the CoreMetadata corresponding to the current series and resolutionprotected CoreMetadataSubResolutionFormatReader.getCurrentCore()Get the CoreMetadata corresponding to the current series and resolutionMethods in loci.formats that return types with arguments of type CoreMetadataModifier and TypeMethodDescriptionDimensionSwapper.getCoreMetadataList()FileStitcher.getCoreMetadataList()FormatReader.getCoreMetadataList()IFormatReader.getCoreMetadataList()Deprecated.Reader internals should not be accessed by reader usersImageReader.getCoreMetadataList()ReaderWrapper.getCoreMetadataList()SubResolutionFormatReader.getCoreMetadataList()WrappedReader.getCoreMetadataList()CoreMetadataList.getFlattenedList()CoreMetadataList.getSeriesList()Methods in loci.formats with parameters of type CoreMetadataModifier and TypeMethodDescriptionvoidCoreMetadataList.add(int i1, CoreMetadata value) Add a secondary array element to the specified primary arraystatic voidMetadataTools.populateMetadata(MetadataStore store, int series, String imageName, CoreMetadata coreMeta) Populates the givenMetadataStore, for the specified series, using the values from the providedCoreMetadata.Method parameters in loci.formats with type arguments of type CoreMetadataModifier and TypeMethodDescriptionvoidCoreMetadataList.setFlattenedList(List<CoreMetadata> list) Constructors in loci.formats with parameters of type CoreMetadataConstructor parameters in loci.formats with type arguments of type CoreMetadata -
Uses of CoreMetadata in loci.formats.dicom
Fields in loci.formats.dicom declared as CoreMetadata -
Uses of CoreMetadata in loci.formats.in
Subclasses of CoreMetadata in loci.formats.inModifier and TypeClassDescriptionprivate class(package private) classFields in loci.formats.in declared as CoreMetadataFields in loci.formats.in with type parameters of type CoreMetadataMethods in loci.formats.in that return types with arguments of type CoreMetadataModifier and TypeMethodDescriptionFilePatternReader.getCoreMetadataList()LeicaHandler.getCoreMetadataList()Methods in loci.formats.in with parameters of type CoreMetadataModifier and TypeMethodDescriptionprivate voidKLBReader.convertPixelType(CoreMetadata ms0, int pixelType) private voidZeissCZIReader.convertPixelType(CoreMetadata ms0, int pixelType) private voidKLBReader.readHeader(CoreMetadata coreMeta) private voidDicomReader.updateCoreMetadata(CoreMetadata ms) Constructors in loci.formats.in with parameters of type CoreMetadata -
Uses of CoreMetadata in loci.formats.in.LeicaMicrosystemsMetadata
Methods in loci.formats.in.LeicaMicrosystemsMetadata that return types with arguments of type CoreMetadataMethods in loci.formats.in.LeicaMicrosystemsMetadata with parameters of type CoreMetadataMethod parameters in loci.formats.in.LeicaMicrosystemsMetadata with type arguments of type CoreMetadata -
Uses of CoreMetadata in loci.formats.services
Methods in loci.formats.services with parameters of type CoreMetadataModifier and TypeMethodDescriptionvoidOMEXMLService.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) -
Uses of CoreMetadata in loci.formats.tools
Methods in loci.formats.tools with parameters of type CoreMetadataModifier and TypeMethodDescriptionprivate IMetadataMakeTestOmeTiff.createMetadata(String name, CoreMetadata info) private BufferedImageMakeTestOmeTiff.createPlane(String name, CoreMetadata info, int no) private OMETiffWriterMakeTestOmeTiff.createWriter(String name, CoreMetadata info, String id) voidMakeTestOmeTiff.makeOmeTiff(String name, CoreMetadata info) private voidMakeTestOmeTiff.writeData(String name, CoreMetadata info, String id, OMETiffWriter out)