public class PyTablesUtils extends Object
Constructor and Description |
---|
PyTablesUtils() |
Modifier and Type | Method and Description |
---|---|
static TableResult |
createTableResult(omero.grid.TablePrx table,
long[] rows)
Transforms a set of rows for the passed table.
|
static TableResult |
createTableResult(omero.grid.TablePrx table,
String key,
long id)
Transforms the passed table data for a given image.
|
public static TableResult createTableResult(omero.grid.TablePrx table, String key, long id) throws DSAccessException
table
- The table to convert.key
- The key of the where
clause.id
- The identifier of the object to retrieve rows for.DSAccessException
- If an error occurred while trying to retrieve data from OMEDS
service.public static TableResult createTableResult(omero.grid.TablePrx table, long[] rows) throws DSAccessException
table
- The table to convert.rows
- The rows of the table to convert.DSAccessException
- If an error occurred while trying to retrieve data from OMEDS
service.
Version: 5.3.3-ice35-b63
Copyright © 2017 The University of Dundee & Open Microscopy Environment. All Rights Reserved.