ucar.nc2.dataset.grid
Class GridDatasetInfo

java.lang.Object
  extended by ucar.nc2.dataset.grid.GridDatasetInfo

Deprecated. (use ucar.nc2.dt.grid.GridDatasetInfo)

public class GridDatasetInfo
extends java.lang.Object


Constructor Summary
GridDatasetInfo(GridDataset gds, java.lang.String path)
          Deprecated.  
 
Method Summary
 java.lang.StringBuffer getParseInfo()
          Deprecated. Detailed information when the coordinate systems were parsed
 java.lang.StringBuffer getUserAdvice()
          Deprecated. Specific advice to a user about problems with the coordinate information in the file.
static void main(java.lang.String[] args)
          Deprecated. debug
 org.jdom.Document makeDocument()
          Deprecated. Create an XML document from this info
 java.lang.String writeXML()
          Deprecated. Write the information as an XML document
 void writeXML(java.io.OutputStream os)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GridDatasetInfo

public GridDatasetInfo(GridDataset gds,
                       java.lang.String path)
Deprecated. 
Method Detail

getParseInfo

public java.lang.StringBuffer getParseInfo()
Deprecated. 
Detailed information when the coordinate systems were parsed


getUserAdvice

public java.lang.StringBuffer getUserAdvice()
Deprecated. 
Specific advice to a user about problems with the coordinate information in the file.


writeXML

public java.lang.String writeXML()
Deprecated. 
Write the information as an XML document


writeXML

public void writeXML(java.io.OutputStream os)
              throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

makeDocument

public org.jdom.Document makeDocument()
Deprecated. 
Create an XML document from this info


main

public static void main(java.lang.String[] args)
                 throws java.io.IOException
Deprecated. 
debug

Throws:
java.io.IOException