Package | Description |
---|---|
ome.xml.meta |
Modifier and Type | Interface and 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.
|
Modifier and Type | Class and 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 |
OMEXMLMetadataImpl
A metadata store implementation for constructing and manipulating OME-XML
DOMs for the current version of OME-XML.
|
Modifier and Type | Method and 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,
List<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).
|
Copyright © 2006–2019 Open Microscopy Environment. All rights reserved.