Package ome.formats.model
Class ShapeProcessor
- java.lang.Object
-
- ome.formats.model.ShapeProcessor
-
- All Implemented Interfaces:
ModelProcessor
public class ShapeProcessor extends java.lang.Object implements ModelProcessor
Processes the shapes of a IObjectContainerStore and ensures that the ROI containers are present.
-
-
Constructor Summary
Constructors Constructor Description ShapeProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
process(IObjectContainerStore store)
Processes the OMERO client side metadata store.
-
-
-
Method Detail
-
process
public void process(IObjectContainerStore store) throws ModelException
Processes the OMERO client side metadata store.- Specified by:
process
in interfaceModelProcessor
- Parameters:
store
- OMERO metadata store to process.- Throws:
ModelException
- If there is an error during processing.
-
-