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.FormatReaderDeprecated.As of release 5.3.0
-
-
Field Summary
Fields Modifier and Type Field Description static intDEFAULT_PORTDeprecated.-
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 voidclose(boolean fileOnly)Deprecated.protected voidinitFile(java.lang.String id)Deprecated.booleanisThisType(java.lang.String name, boolean open)Deprecated.static voidmain(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.StringparsePoints(java.lang.String str)Deprecated.Parse Points String obtained from convertPoints and extract Coordinates as Stringstatic voidsaveOmeroRoiToMetadataStore(java.util.List<Roi> rois, loci.formats.meta.MetadataStore store)Deprecated.Converts omero.model.Roi to ome.xml.model.* and updates the MetadataStorevoidsetEncrypted(boolean encrypted)Deprecated.voidsetGroupID(java.lang.Long groupID)Deprecated.voidsetGroupName(java.lang.String group)Deprecated.voidsetPassword(java.lang.String password)Deprecated.voidsetPort(int port)Deprecated.voidsetServer(java.lang.String server)Deprecated.voidsetSessionID(java.lang.String sessionID)Deprecated.voidsetUsername(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:
isThisTypein interfaceloci.formats.IFormatReader- Overrides:
isThisTypein 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.IOExceptionDeprecated.- Specified by:
openBytesin interfaceloci.formats.IFormatReader- Specified by:
openBytesin classloci.formats.FormatReader- Throws:
loci.formats.FormatExceptionjava.io.IOException
-
close
public void close(boolean fileOnly) throws java.io.IOExceptionDeprecated.- Specified by:
closein interfaceloci.formats.IFormatReader- Overrides:
closein classloci.formats.FormatReader- Throws:
java.io.IOException
-
initFile
protected void initFile(java.lang.String id) throws loci.formats.FormatException, java.io.IOExceptionDeprecated.- Overrides:
initFilein classloci.formats.FormatReader- Throws:
loci.formats.FormatExceptionjava.io.IOException
-
main
public static void main(java.lang.String[] args) throws java.lang.ExceptionDeprecated.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
-
-