ucar.nc2.ft.point.standard
Class PointConfigXML
java.lang.Object
ucar.nc2.ft.point.standard.PointConfigXML
public class PointConfigXML
- extends Object
Helper class to convert a TableConfig to and from XML
- Since:
- Aug 18, 2009
- Author:
- caron
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PointConfigXML
public PointConfigXML()
writeConfigXML
public static void writeConfigXML(FeatureDatasetPoint pfd,
Formatter f)
writeConfigXML
public void writeConfigXML(TableConfig tc,
String tableConfigurerClass,
Formatter sf)
throws IOException
- Throws:
IOException
makeDocument
public org.jdom.Document makeDocument()
- Create an XML document from this info
- Returns:
- netcdfDatasetInfo XML document
readConfigXMLfromResource
public TableConfig readConfigXMLfromResource(String resourceLocation,
FeatureType wantFeatureType,
NetcdfDataset ds,
Formatter errlog)
throws IOException
- Throws:
IOException
readConfigXML
public TableConfig readConfigXML(String fileLocation,
FeatureType wantFeatureType,
NetcdfDataset ds,
Formatter errlog)
throws IOException
- Throws:
IOException
Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.