Package | Description |
---|---|
net.imagej.omero |
Modifier and Type | Method and Description |
---|---|
omero.api.RawPixelsStorePrx |
OMEROSession.createPixels(OMEROFormat.Metadata meta)
Obtains a raw pixels store for writing to a new image which will be
associated with the given metadata.
|
omero.api.RawPixelsStorePrx |
DefaultOMEROSession.createPixels(OMEROFormat.Metadata meta) |
Image |
OMEROSession.loadImage(OMEROFormat.Metadata meta)
Gets an OMERO
Image descriptor, loading remotely as needed. |
Image |
DefaultOMEROSession.loadImage(OMEROFormat.Metadata meta) |
String |
OMEROSession.loadImageName(OMEROFormat.Metadata meta)
Gets the metadata's associated image name, loading remotely as needed.
|
String |
DefaultOMEROSession.loadImageName(OMEROFormat.Metadata meta) |
Pixels |
OMEROSession.loadPixels(OMEROFormat.Metadata meta)
Gets an OMERO
Pixels descriptor, loading remotely as needed. |
Pixels |
DefaultOMEROSession.loadPixels(OMEROFormat.Metadata meta) |
long |
OMEROSession.loadPixelsID(OMEROFormat.Metadata meta)
Gets the metadata's associated pixels ID, loading remotely as needed.
|
long |
DefaultOMEROSession.loadPixelsID(OMEROFormat.Metadata meta) |
omero.api.RawPixelsStorePrx |
OMEROSession.openPixels(OMEROFormat.Metadata meta)
Obtains a raw pixels store for reading from the pixels associated with the
given metadata.
|
omero.api.RawPixelsStorePrx |
DefaultOMEROSession.openPixels(OMEROFormat.Metadata meta) |
void |
OMEROFormat.Parser.typedParse(RandomAccessInputStream stream,
OMEROFormat.Metadata meta,
SCIFIOConfig config) |
Copyright © 2014–2022 ImageJ. All rights reserved.