ucar.ncx
Class NcxUtils

java.lang.Object
  |
  +--ucar.ncx.NcxUtils

public class NcxUtils
extends java.lang.Object

Java class containing utility methods for netcdf to xml encoding.


Constructor Summary
NcxUtils()
           
 
Method Summary
static java.lang.String arrayToString(ucar.ma2.Array ma, java.lang.String separator)
          Utility method to dump the content of a multidimensional array to a string, using a given separator between elements
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NcxUtils

public NcxUtils()
Method Detail

arrayToString

public static java.lang.String arrayToString(ucar.ma2.Array ma,
                                             java.lang.String separator)
                                      throws java.lang.NumberFormatException
Utility method to dump the content of a multidimensional array to a string, using a given separator between elements

Parameters:
ma - the multidimensional array to extract the values from
separator - the separator to use between values
Returns:
String containing all values in array separated by the given token
java.lang.NumberFormatException