Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

public int[] getImageDimensions


/*

Load a particular an image by providing a the dataset ID

*/

public void loadImageByDataset(long datasetID)


/*

Load an image by providing the local file path

*/

public void loadImageByLocalPath(String localPath)


 

/*

 

Load an image by providing the IRODS file path

 

*/

 

public void loadImageByIrodsPath(String irodsPath)