|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Interface representing the required functionality of any java class which extracts xml metadata from a file in netcdf format and returns JDOM objects.
| Method Summary | |
org.jdom.Element |
encodeAttribute(ucar.nc2.Attribute a)
Method to encode a netcdf Attribute object as an xml attribute tag |
org.jdom.Element |
encodeDimension(ucar.nc2.Dimension d)
Method to encode a netcdf Dimension object as an xml dimension tag |
org.jdom.Element |
encodeVariable(ucar.nc2.Variable v)
Method to encode a netcdf Variable object as an xml variable tag |
| Method Detail |
public org.jdom.Element encodeDimension(ucar.nc2.Dimension d)
d - netcdf dimension object to be encoded
public org.jdom.Element encodeVariable(ucar.nc2.Variable v)
v - netcdf variable object to be encoded
public org.jdom.Element encodeAttribute(ucar.nc2.Attribute a)
a - netcdf attribute object to be encoded
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||