public class OmeroReader
extends loci.formats.FormatReader
IFormatReader
for use in export. This is copied
from the OMERO 2.3 Reader available from: https://skyking.microscopy.wisc.edu/trac/java/browser/trunk/components/ome-
io/src/loci/ome/ioModifier and Type | Field and Description |
---|---|
int |
planes |
int |
sizeC |
int |
sizeT |
int |
sizeX |
int |
sizeY |
int |
sizeZ |
core, coreIndex, datasetDescription, domains, filterMetadata, flattenedResolutions, group, hasCompanionFiles, in, indexedAsRGB, metadata, metadataStore, normalizeData, resolution, saveOriginalMetadata, series, suffixNecessary, suffixSufficient, THUMBNAIL_DIMENSION
Constructor and Description |
---|
OmeroReader(ome.api.RawPixelsStore raw,
Pixels pix) |
OmeroReader(RawPixelsStorePrx prx,
Pixels pix) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
protected void |
initFile(java.lang.String id) |
boolean |
isThisType(loci.common.RandomAccessInputStream stream) |
boolean |
isThisType(java.lang.String name,
boolean open) |
byte[] |
openBytes(int no,
byte[] buf,
int x1,
int y1,
int w1,
int h1) |
addGlobalMeta, addGlobalMeta, addGlobalMeta, addGlobalMeta, addGlobalMeta, addGlobalMeta, addGlobalMeta, addGlobalMeta, addGlobalMeta, addGlobalMetaList, addMeta, addMetaList, addSeriesMeta, addSeriesMeta, addSeriesMeta, addSeriesMeta, addSeriesMeta, addSeriesMeta, addSeriesMeta, addSeriesMeta, addSeriesMeta, addSeriesMetaList, close, coreIndexToSeries, fileGroupOption, flattenHashtables, get16BitLookupTable, get8BitLookupTable, getAcquisitionMode, getAdvancedSeriesUsedFiles, getAdvancedUsedFiles, getArcType, getBinning, getBitsPerPixel, getCompression, getContrastMethod, getCoreIndex, getCoreMetadataList, getCorrection, getCurrentCore, getCurrentFile, getDatasetStructureDescription, getDetectorType, getDimensionOrder, getDimensionOrder, getDomains, getEffectiveSizeC, getExperimentType, getFilamentType, getFillRule, getFilterType, getFontFamily, getFontStyle, getGlobalMeta, getGlobalMetadata, getIlluminationType, getImageCount, getImmersion, getIndex, getIndex, getLaserMedium, getLaserType, getMarker, getMedium, getMetadataStore, getMetadataStoreRoot, getMetadataValue, getMicrobeamManipulationType, getMicroscopeType, getModuloC, getModuloT, getModuloZ, getNamingConvention, getOptimalTileHeight, getOptimalTileWidth, getPixelType, getPixelType, getPossibleDomains, getPulse, getRequiredDirectories, getResolution, getResolutionCount, getRGBChannelCount, getRotationTransform, getSeries, getSeriesCount, getSeriesMeta, getSeriesMetadata, getSeriesMetadataValue, getSeriesUsedFiles, getSeriesUsedFiles, getSizeC, getSizeT, getSizeX, getSizeY, getSizeZ, getThumbSizeX, getThumbSizeY, getUnderlyingReaders, getUsedFiles, getUsedFiles, getZCTCoords, getZCTModuloCoords, hasCompanionFiles, hasFlattenedResolutions, isFalseColor, isGroupFiles, isIndexed, isInterleaved, isInterleaved, isLittleEndian, isMetadataComplete, isMetadataFiltered, isNormalized, isOrderCertain, isOriginalMetadataPopulated, isRGB, isSingleFile, isThisType, isThisType, isThumbnailSeries, isUsedFile, makeFilterMetadata, openBytes, openBytes, openBytes, openPlane, openThumbBytes, readPlane, readPlane, reopenFile, seriesToCoreIndex, setCoreIndex, setFlattenedResolutions, setGroupFiles, setId, setMetadataFiltered, setMetadataStore, setNormalized, setOriginalMetadataPopulated, setResolution, setSeries, updateMetadataLists
checkSuffix, checkSuffix, getFormat, getMetadataOptions, getNativeDataType, getSuffixes, getSupportedMetadataLevels, setMetadataOptions
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public final int sizeX
public final int sizeY
public final int sizeZ
public final int sizeT
public final int sizeC
public final int planes
public OmeroReader(ome.api.RawPixelsStore raw, Pixels pix)
public OmeroReader(RawPixelsStorePrx prx, Pixels pix)
public boolean isThisType(java.lang.String name, boolean open)
isThisType
in interface loci.formats.IFormatReader
isThisType
in class loci.formats.FormatReader
public boolean isThisType(loci.common.RandomAccessInputStream stream) throws java.io.IOException
isThisType
in interface loci.formats.IFormatReader
isThisType
in class loci.formats.FormatReader
java.io.IOException
public byte[] openBytes(int no, byte[] buf, int x1, int y1, int w1, int h1) throws loci.formats.FormatException, java.io.IOException
openBytes
in interface loci.formats.IFormatReader
openBytes
in class loci.formats.FormatReader
loci.formats.FormatException
java.io.IOException
public void close() throws java.io.IOException
close
in interface java.io.Closeable
close
in interface java.lang.AutoCloseable
close
in class loci.formats.FormatReader
java.io.IOException
protected void initFile(java.lang.String id) throws loci.formats.FormatException, java.io.IOException
initFile
in class loci.formats.FormatReader
loci.formats.FormatException
java.io.IOException