|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--ucar.ncx.NcxUtils
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 |
public NcxUtils()
| Method Detail |
public static java.lang.String arrayToString(ucar.ma2.Array ma,
java.lang.String separator)
throws java.lang.NumberFormatException
ma - the multidimensional array to extract the values fromseparator - the separator to use between values
java.lang.NumberFormatException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||