public class PointConfigXML
extends java.lang.Object
Constructor and Description |
---|
PointConfigXML() |
Modifier and Type | Method and Description |
---|---|
org.jdom2.Document |
makeDocument()
Create an XML document from this info
|
TableConfig |
readConfigXML(java.lang.String fileLocation,
FeatureType wantFeatureType,
NetcdfDataset ds,
java.util.Formatter errlog) |
TableConfig |
readConfigXMLfromResource(java.lang.String resourceLocation,
FeatureType wantFeatureType,
NetcdfDataset ds,
java.util.Formatter errlog) |
static void |
writeConfigXML(FeatureDatasetPoint pfd,
java.util.Formatter f) |
void |
writeConfigXML(TableConfig tc,
java.lang.String tableConfigurerClass,
java.util.Formatter sf) |
public static void writeConfigXML(FeatureDatasetPoint pfd, java.util.Formatter f)
public void writeConfigXML(TableConfig tc, java.lang.String tableConfigurerClass, java.util.Formatter sf) throws java.io.IOException
java.io.IOException
public org.jdom2.Document makeDocument()
public TableConfig readConfigXMLfromResource(java.lang.String resourceLocation, FeatureType wantFeatureType, NetcdfDataset ds, java.util.Formatter errlog) throws java.io.IOException
java.io.IOException
public TableConfig readConfigXML(java.lang.String fileLocation, FeatureType wantFeatureType, NetcdfDataset ds, java.util.Formatter errlog) throws java.io.IOException
java.io.IOException