Package loci.ome.io

Class 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
      • Fields inherited from class loci.formats.FormatHandler

        COMPRESSION_SUFFIXES, currentId, format, LOGGER, metadataOptions, suffixes
      • Fields inherited from interface loci.formats.IFormatReader

        CAN_GROUP, CANNOT_GROUP, MUST_GROUP
    • 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 String
      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
      void 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
      • Methods inherited from interface loci.formats.IFormatHandler

        getFormat, getNativeDataType, getSuffixes
      • Methods inherited from interface loci.formats.IMetadataConfigurable

        getMetadataOptions, getSupportedMetadataLevels, setMetadataOptions
    • Constructor Detail

      • OmeroReader

        public OmeroReader()
        Deprecated.
    • 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 interface loci.formats.IFormatReader
        Overrides:
        isThisType in class loci.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 interface loci.formats.IFormatReader
        Specified by:
        openBytes in class loci.formats.FormatReader
        Throws:
        loci.formats.FormatException
        java.io.IOException
      • close

        public void close​(boolean fileOnly)
                   throws java.io.IOException
        Deprecated.
        Specified by:
        close in interface loci.formats.IFormatReader
        Overrides:
        close in class loci.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 class loci.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