| Package | Description | 
|---|---|
| loci.formats.ome | 
 Package containing Bio-Formats OME-related logic for
OME-XML metadata, and database import, upload and download. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
OmeisImporter.finishPixels(int pixelsId)
Deprecated.  
Instructs OMEIS to process the Pixels file
 corresponding to the given pixels ID. 
 | 
Hashtable | 
OmeisImporter.getFileInfo(int fileId)
Deprecated.  
Gets information about the file corresponding to the given file ID. 
 | 
String | 
OmeisImporter.getLocalFilePath(int fileId)
Deprecated.  
Gets path to original file corresponding to the given file ID. 
 | 
String | 
OmeisImporter.getLocalPixelsPath(int pixelsId)
Deprecated.  
Gets path to Pixels file corresponding to the given pixels ID. 
 | 
String | 
OmeisImporter.getPixelsSHA1(int pixelsId)
Deprecated.  
Gets SHA1 hash for the pixels corresponding to the given pixels ID. 
 | 
void | 
OmeisImporter.importIds(int[] fileIds)
Deprecated.  
Attempts to import the given file IDs using Bio-Formats, as a single
 group. 
 | 
boolean | 
OmeisImporter.isLittleEndian()
Deprecated.  
Gets whether the local system uses little-endian byte order. 
 | 
int | 
OmeisImporter.newPixels(int sizeX,
         int sizeY,
         int sizeZ,
         int sizeC,
         int sizeT,
         int bytesPerPixel,
         boolean isSigned,
         boolean isFloat)
Deprecated.  
Instructs OMEIS to construct a new Pixels object. 
 | 
void | 
OmeisImporter.testIds(int[] fileIds)
Deprecated.  
Tests whether Bio-Formats is potentially capable of importing the given
 file IDs. 
 | 
Copyright © 2014 Open Microscopy Environment