Package loci.ome.io
Class OmeroReader
- java.lang.Object
-
- loci.formats.FormatHandler
-
- loci.formats.FormatReader
-
- loci.ome.io.OmeroReader
-
- All Implemented Interfaces:
java.io.Closeable
,java.lang.AutoCloseable
,loci.formats.ICompressedTileReader
,loci.formats.IFormatHandler
,loci.formats.IFormatReader
,loci.formats.IMetadataConfigurable
,loci.formats.IPyramidHandler
@Deprecated public class OmeroReader extends loci.formats.FormatReader
Deprecated.As of release 5.3.0
-
-
Field Summary
Fields Modifier and Type Field Description static int
DEFAULT_PORT
Deprecated.-
Fields inherited from class loci.formats.FormatReader
core, coreIndex, datasetDescription, domains, fillColor, filterMetadata, flattenedResolutions, hasCompanionFiles, in, indexedAsRGB, metadata, metadataStore, normalizeData, resolution, saveOriginalMetadata, series, suffixNecessary, suffixSufficient, THUMBNAIL_DIMENSION
-
-
Constructor Summary
Constructors Constructor Description OmeroReader()
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
close(boolean fileOnly)
Deprecated.protected void
initFile(java.lang.String id)
Deprecated.boolean
isThisType(java.lang.String name, boolean open)
Deprecated.static void
main(java.lang.String[] args)
Deprecated.A simple command line tool for downloading images from OMERO.byte[]
openBytes(int no, byte[] buf, int x, int y, int w, int h)
Deprecated.protected static java.lang.String
parsePoints(java.lang.String str)
Deprecated.Parse Points String obtained from convertPoints and extract Coordinates as Stringstatic void
saveOmeroRoiToMetadataStore(java.util.List<Roi> rois, loci.formats.meta.MetadataStore store)
Deprecated.Converts omero.model.Roi to ome.xml.model.* and updates the MetadataStorevoid
setEncrypted(boolean encrypted)
Deprecated.void
setGroupID(java.lang.Long groupID)
Deprecated.void
setGroupName(java.lang.String group)
Deprecated.void
setPassword(java.lang.String password)
Deprecated.void
setPort(int port)
Deprecated.void
setServer(java.lang.String server)
Deprecated.void
setSessionID(java.lang.String sessionID)
Deprecated.void
setUsername(java.lang.String username)
Deprecated.-
Methods inherited from class loci.formats.FormatReader
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, getAvailableOptions, getBinning, getBitsPerPixel, getCompression, getContrastMethod, getCoreIndex, getCoreMetadataList, getCorrection, getCurrentCore, getCurrentFile, getDatasetStructureDescription, getDetectorType, getDimensionOrder, getDimensionOrder, getDomains, getEffectiveSizeC, getExperimentType, getFilamentType, getFillColor, 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, getTileColumns, getTileRows, getUnderlyingReaders, getUsedFiles, getUsedFiles, getZCTCoords, getZCTModuloCoords, hasCompanionFiles, hasFlattenedResolutions, isFalseColor, isGroupFiles, isIndexed, isInterleaved, isInterleaved, isLittleEndian, isMetadataComplete, isMetadataFiltered, isNormalized, isOrderCertain, isOriginalMetadataPopulated, isRGB, isSingleFile, isThisType, isThisType, isThisType, isThumbnailSeries, isUsedFile, makeFilterMetadata, openBytes, openBytes, openBytes, openPlane, openThumbBytes, readPlane, readPlane, readPlane, reopenFile, seriesToCoreIndex, setCoreIndex, setFillColor, setFlattenedResolutions, setGroupFiles, setId, setMetadataFiltered, setMetadataStore, setNormalized, setOriginalMetadataPopulated, setResolution, setSeries, updateMetadataLists
-
Methods inherited from class loci.formats.FormatHandler
checkSuffix, checkSuffix, getFormat, getMetadataOptions, getNativeDataType, getSuffixes, getSupportedMetadataLevels, setMetadataOptions
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface loci.formats.ICompressedTileReader
getTileCodec, getTileCodecOptions, openCompressedBytes, openCompressedBytes
-
-
-
-
Field Detail
-
DEFAULT_PORT
public static final int DEFAULT_PORT
Deprecated.- See Also:
- Constant Field Values
-
-
Method Detail
-
setServer
public void setServer(java.lang.String server)
Deprecated.
-
setPort
public void setPort(int port)
Deprecated.
-
setUsername
public void setUsername(java.lang.String username)
Deprecated.
-
setPassword
public void setPassword(java.lang.String password)
Deprecated.
-
setSessionID
public void setSessionID(java.lang.String sessionID)
Deprecated.
-
setEncrypted
public void setEncrypted(boolean encrypted)
Deprecated.
-
setGroupName
public void setGroupName(java.lang.String group)
Deprecated.
-
setGroupID
public void setGroupID(java.lang.Long groupID)
Deprecated.
-
isThisType
public boolean isThisType(java.lang.String name, boolean open)
Deprecated.- Specified by:
isThisType
in interfaceloci.formats.IFormatReader
- Overrides:
isThisType
in classloci.formats.FormatReader
-
openBytes
public byte[] openBytes(int no, byte[] buf, int x, int y, int w, int h) throws loci.formats.FormatException, java.io.IOException
Deprecated.- Specified by:
openBytes
in interfaceloci.formats.IFormatReader
- Specified by:
openBytes
in classloci.formats.FormatReader
- Throws:
loci.formats.FormatException
java.io.IOException
-
close
public void close(boolean fileOnly) throws java.io.IOException
Deprecated.- Specified by:
close
in interfaceloci.formats.IFormatReader
- Overrides:
close
in classloci.formats.FormatReader
- Throws:
java.io.IOException
-
initFile
protected void initFile(java.lang.String id) throws loci.formats.FormatException, java.io.IOException
Deprecated.- Overrides:
initFile
in classloci.formats.FormatReader
- Throws:
loci.formats.FormatException
java.io.IOException
-
main
public static void main(java.lang.String[] args) throws java.lang.Exception
Deprecated.A simple command line tool for downloading images from OMERO.- Throws:
java.lang.Exception
-
saveOmeroRoiToMetadataStore
public static void saveOmeroRoiToMetadataStore(java.util.List<Roi> rois, loci.formats.meta.MetadataStore store)
Deprecated.Converts omero.model.Roi to ome.xml.model.* and updates the MetadataStore
-
parsePoints
protected static java.lang.String parsePoints(java.lang.String str)
Deprecated.Parse Points String obtained from convertPoints and extract Coordinates as String
-
-