| Package | Description |
|---|---|
| loci.formats.meta |
Package containing core Bio-Formats metadata interfaces for the OME data model.
|
| ome.xml.meta |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MetadataStore |
| 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 |
FilterMetadata
An implementation of
MetadataStore that removes unprintable
characters from metadata values before storing them in a delegate
MetadataStore. |
class |
OMEXMLMetadataImpl
A metadata store implementation for constructing and manipulating OME-XML
DOMs for the current version of OME-XML.
|
| Modifier and Type | Field and Description |
|---|---|
private MetadataStore |
FilterMetadata.store |
| Constructor and Description |
|---|
FilterMetadata(MetadataStore store,
boolean filter) |
Copyright © 2015 Open Microscopy Environment