Version: 5.4.10-ice35-b105
|
The omero::api module defines all the central verbs for working with OMERO.blitz.
Arguments and return values consist of those types defined in the other ice files available here. With no further custom code, it is possible to interoperate with OMERO.blitz simply via the definitions here. Start with the ServiceFactory definition at the end of this file.
Note: Using these types is significantly easier in combination with the JavaDocs of the OMERO.server, specifically the ome.api package. Where not further noted below, the follow mappings between ome.api argument types and omero::api argument types hold:
+-----------------------+------------------------+ | ome.api | omero::api | +-----------------------+------------------------+ |java.lang.Class |string | +-----------------------+------------------------+ |java.util.Set |java.util.List/vector | +-----------------------+------------------------+ |IPojo options (Map) |omero::sys::ParamMap | +-----------------------+------------------------+ |If null needed |omero::RType subclass | +-----------------------+------------------------+ |... |... | +-----------------------+------------------------+
Description of the geometry of a single resolution level. Initially this contains simply the sizeX/sizeY so that the client can calculate percentages. Eventually, this may also include columns, rows, etc.
|