public class PointConfigXML extends Object
Constructor and Description |
---|
PointConfigXML() |
Modifier and Type | Method and Description |
---|---|
org.jdom2.Document |
makeDocument()
Create an XML document from this info
|
TableConfig |
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) |
public static void writeConfigXML(FeatureDatasetPoint pfd, Formatter f)
public void writeConfigXML(TableConfig tc, String tableConfigurerClass, Formatter sf) throws IOException
IOException
public org.jdom2.Document makeDocument()
public TableConfig readConfigXMLfromResource(String resourceLocation, FeatureType wantFeatureType, NetcdfDataset ds, Formatter errlog) throws IOException
IOException
public TableConfig readConfigXML(String fileLocation, FeatureType wantFeatureType, NetcdfDataset ds, Formatter errlog) throws IOException
IOException
Copyright © 1999–2014 UCAR/Unidata. All rights reserved.