gov.nih.nci.caarray.services.util.netcdf
Class ThreeDArrayTransformer

java.lang.Object
  extended by gov.nih.nci.caarray.services.util.netcdf.ThreeDArrayTransformer

public class ThreeDArrayTransformer
extends java.lang.Object

Author:
gustafsons

Constructor Summary
ThreeDArrayTransformer(java.lang.Object[][][] the3DArray)
           
 
Method Summary
 java.lang.Object[][][] getFor021()
          orginal first dimension in the first dimension orginal third dimension in the second dimension orginal second dimension in the third dimension
 java.lang.Object[][][] getFor102()
          orginal second dimension in the first dimension orginal first dimension in the second dimension orginal third dimension in the third dimension
 java.lang.Object[][][] getFor120()
          orginal second dimension in the first dimension orginal third dimension in the second dimension orginal first dimension in the third dimension
 java.lang.Object[][][] getFor201()
          orginal third dimension in the first dimension orginal first dimension in the second dimension orginal second dimension in the third dimension
 java.lang.Object[][][] getFor210()
          orginal third dimension in the first dimension orginal second dimension in the second dimension orginal first dimension in the third dimension
static void main(java.lang.String[] args)
           
static void printOutArray(java.lang.Object[][][] theArray)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThreeDArrayTransformer

public ThreeDArrayTransformer(java.lang.Object[][][] the3DArray)
Parameters:
the3DArray - the orginal three dimensional array
Method Detail

getFor021

public java.lang.Object[][][] getFor021()
orginal first dimension in the first dimension orginal third dimension in the second dimension orginal second dimension in the third dimension

Returns:
theObject

getFor102

public java.lang.Object[][][] getFor102()
orginal second dimension in the first dimension orginal first dimension in the second dimension orginal third dimension in the third dimension

Returns:
theObject

getFor120

public java.lang.Object[][][] getFor120()
orginal second dimension in the first dimension orginal third dimension in the second dimension orginal first dimension in the third dimension

Returns:
theObject

getFor201

public java.lang.Object[][][] getFor201()
orginal third dimension in the first dimension orginal first dimension in the second dimension orginal second dimension in the third dimension

Returns:
theObject

getFor210

public java.lang.Object[][][] getFor210()
orginal third dimension in the first dimension orginal second dimension in the second dimension orginal first dimension in the third dimension

Returns:
theObject

printOutArray

public static void printOutArray(java.lang.Object[][][] theArray)
Parameters:
theArray - for debugging

main

public static void main(java.lang.String[] args)