Version: 4.4.12-ice34-b116

OmeroBlitz Api
Home Previous Up Next Index

omero::constants::namespaces

Overview

module namespaces

General namespaces for StructuredAnnotations

Constant Index

NSBULKANNOTATIONS
NSCOMPANIONFILE
NSCREATED
NSDOWNLOAD
NSEXPERIMENTERPHOTO
NSMEASUREMENT
NSMODULO
NSOMETIFF
NSVIEW

Constants

const string NSBULKANNOTATIONS = "openmicroscopy.org/omero/bulk_annotations";
const string NSCOMPANIONFILE = "openmicroscopy.org/omero/import/companionFile";
const string NSCREATED = "openmicroscopy.org/omero/scripts/results/created";
const string NSDOWNLOAD = "openmicroscopy.org/omero/scripts/results/download";
const string NSEXPERIMENTERPHOTO = "openmicroscopy.org/omero/experimenter/photo";
const string NSMEASUREMENT = "openmicroscopy.org/omero/measurement";
const string NSMODULO = "openmicroscopy.org/omero/dimension/modulo";
const string NSOMETIFF = "openmicroscopy.org/omero/ome_tiff";
const string NSVIEW = "openmicroscopy.org/omero/scripts/results/view";

Home Previous Up Next Index