public class PyTablesUtils
extends java.lang.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,
java.lang.String key,
long id)
Transforms the passed table data for a given image.
|
public static TableResult createTableResult(omero.grid.TablePrx table, java.lang.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.