public class FeatureDatasetPointXML
extends java.lang.Object
Constructor and Description |
---|
FeatureDatasetPointXML(FeatureDatasetPoint fdp,
java.lang.String path) |
Modifier and Type | Method and Description |
---|---|
static void |
doOne(java.lang.String location,
java.lang.String path,
java.lang.String result) |
static java.lang.String |
getAltUnits(org.jdom2.Document doc) |
java.lang.String |
getCapabilities() |
void |
getCapabilities(java.io.OutputStream os) |
org.jdom2.Document |
getCapabilitiesDocument()
Create the capabilities XML document for this datasets
|
static java.util.List<VariableSimpleIF> |
getDataVariables(org.jdom2.Document doc) |
static LatLonRect |
getSpatialExtent(org.jdom2.Document doc) |
static CalendarDateRange |
getTimeSpan(org.jdom2.Document doc) |
static DateUnit |
getTimeUnit(org.jdom2.Document doc) |
static void |
main(java.lang.String[] args) |
org.jdom2.Document |
makeStationCollectionDocument(LatLonRect bb,
java.lang.String[] names)
Create an XML document for the stations in this dataset.
|
public FeatureDatasetPointXML(FeatureDatasetPoint fdp, java.lang.String path)
public java.lang.String getCapabilities()
public void getCapabilities(java.io.OutputStream os) throws java.io.IOException
java.io.IOException
public org.jdom2.Document makeStationCollectionDocument(LatLonRect bb, java.lang.String[] names) throws java.io.IOException
bb
- restrict stations to this bounding box, may be nullnames
- restrict stations to these names, may be nulljava.io.IOException
- on read errorpublic org.jdom2.Document getCapabilitiesDocument()
public static LatLonRect getSpatialExtent(org.jdom2.Document doc) throws java.io.IOException
java.io.IOException
public static CalendarDateRange getTimeSpan(org.jdom2.Document doc) throws java.io.IOException
java.io.IOException
public static DateUnit getTimeUnit(org.jdom2.Document doc) throws java.io.IOException
java.io.IOException
public static java.lang.String getAltUnits(org.jdom2.Document doc) throws java.io.IOException
java.io.IOException
public static java.util.List<VariableSimpleIF> getDataVariables(org.jdom2.Document doc) throws java.io.IOException
java.io.IOException
public static void doOne(java.lang.String location, java.lang.String path, java.lang.String result) throws java.io.IOException
java.io.IOException
public static void main(java.lang.String[] args) throws java.io.IOException
java.io.IOException