Package 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
-
-
Constructor Summary
Constructors Constructor Description PointConfigXML()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jdom2.Document
makeDocument()
Create an XML document from this infoTableConfig
readConfigXML(String fileLocation, FeatureType wantFeatureType, NetcdfDataset ds, Formatter errlog)
TableConfig
readConfigXMLfromResource(String resourceLocation, FeatureType wantFeatureType, NetcdfDataset ds, Formatter errlog)
static void
writeConfigXML(FeatureDatasetPoint pfd, Formatter f)
void
writeConfigXML(TableConfig tc, String tableConfigurerClass, Formatter sf)
-
-
-
Method Detail
-
writeConfigXML
public static void writeConfigXML(FeatureDatasetPoint pfd, Formatter f)
-
writeConfigXML
public void writeConfigXML(TableConfig tc, String tableConfigurerClass, Formatter sf)
-
makeDocument
public org.jdom2.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
-
-