Class OmeroReader

    • Field Summary

      Fields 
      Modifier and Type Field Description
      int planes  
      int sizeC  
      int sizeT  
      int sizeX  
      int sizeY  
      int sizeZ  
      • Fields inherited from class loci.formats.FormatReader

        core, coreIndex, datasetDescription, domains, fillColor, filterMetadata, flattenedResolutions, group, 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close()  
      protected void initFile​(java.lang.String id)  
      boolean isThisType​(java.lang.String name, boolean open)  
      boolean isThisType​(loci.common.RandomAccessInputStream stream)  
      byte[] openBytes​(int no, byte[] buf, int x1, int y1, int w1, int h1)  
      • 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, 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
    • Field Detail

      • sizeX

        public final int sizeX
      • sizeY

        public final int sizeY
      • sizeZ

        public final int sizeZ
      • sizeT

        public final int sizeT
      • sizeC

        public final int sizeC
      • planes

        public final int planes
    • Constructor Detail

      • OmeroReader

        public OmeroReader​(ome.api.RawPixelsStore raw,
                           Pixels pix)
    • Method Detail

      • isThisType

        public boolean isThisType​(java.lang.String name,
                                  boolean open)
        Specified by:
        isThisType in interface loci.formats.IFormatReader
        Overrides:
        isThisType in class loci.formats.FormatReader
      • isThisType

        public boolean isThisType​(loci.common.RandomAccessInputStream stream)
                           throws java.io.IOException
        Specified by:
        isThisType in interface loci.formats.IFormatReader
        Overrides:
        isThisType in class loci.formats.FormatReader
        Throws:
        java.io.IOException
      • openBytes

        public byte[] openBytes​(int no,
                                byte[] buf,
                                int x1,
                                int y1,
                                int w1,
                                int h1)
                         throws loci.formats.FormatException,
                                java.io.IOException
        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()
                   throws java.io.IOException
        Specified by:
        close in interface java.lang.AutoCloseable
        Specified by:
        close in interface java.io.Closeable
        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
        Overrides:
        initFile in class loci.formats.FormatReader
        Throws:
        loci.formats.FormatException
        java.io.IOException