public interface OMEROSession extends Closeable
Modifier and Type | Method and Description |
---|---|
void |
close() |
omero.api.RawPixelsStorePrx |
createPixels(OMEROFormat.Metadata meta)
Obtains a raw pixels store for writing to a new image which will be
associated with the given metadata.
|
client |
getClient()
Gets the
omero.client associated with this OMEROSession |
ExperimenterData |
getExperimenter()
Gets the
Experimenter associated with this OMEROSession |
Gateway |
getGateway()
Gets the
Gateway associated with this OMEROSession |
SecurityContext |
getSecurityContext()
Gets the
SecurityContext associated with this OMEROSession |
omero.api.ServiceFactoryPrx |
getSession()
Gets the
ServiceFactoryPrx associated with this OMEROSession |
String |
getSessionID()
Gets the session ID associated with this OMEROSession
|
Image |
loadImage(OMEROFormat.Metadata meta)
Gets an OMERO
Image descriptor, loading remotely as needed. |
String |
loadImageName(OMEROFormat.Metadata meta)
Gets the metadata's associated image name, loading remotely as needed.
|
Pixels |
loadPixels(OMEROFormat.Metadata meta)
Gets an OMERO
Pixels descriptor, loading remotely as needed. |
long |
loadPixelsID(OMEROFormat.Metadata meta)
Gets the metadata's associated pixels ID, loading remotely as needed.
|
omero.api.RawPixelsStorePrx |
openPixels(OMEROFormat.Metadata meta)
Obtains a raw pixels store for reading from the pixels associated with the
given metadata.
|
client getClient()
omero.client
associated with this OMEROSessionomero.api.ServiceFactoryPrx getSession()
ServiceFactoryPrx
associated with this OMEROSessionSecurityContext getSecurityContext()
SecurityContext
associated with this OMEROSessionExperimenterData getExperimenter()
Experimenter
associated with this OMEROSessionGateway getGateway()
Gateway
associated with this OMEROSessionString getSessionID()
Pixels loadPixels(OMEROFormat.Metadata meta) throws ServerError
Pixels
descriptor, loading remotely as needed.ServerError
Image loadImage(OMEROFormat.Metadata meta) throws ServerError
Image
descriptor, loading remotely as needed.ServerError
long loadPixelsID(OMEROFormat.Metadata meta) throws ServerError
ServerError
String loadImageName(OMEROFormat.Metadata meta) throws ServerError
ServerError
omero.api.RawPixelsStorePrx openPixels(OMEROFormat.Metadata meta) throws ServerError
ServerError
omero.api.RawPixelsStorePrx createPixels(OMEROFormat.Metadata meta) throws ServerError, FormatException
ServerError
FormatException
void close()
close
in interface AutoCloseable
close
in interface Closeable
Copyright © 2014–2022 ImageJ. All rights reserved.