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) |
java.lang.String |
getCapabilities() |
void |
getCapabilities(java.io.OutputStream os) |
org.jdom.Document |
getCapabilitiesDocument()
Create the capabilities XML document for this datasets
|
static java.util.List<VariableSimpleIF> |
getDataVariables(org.jdom.Document doc) |
static LatLonRect |
getSpatialExtent(org.jdom.Document doc) |
static DateRange |
getTimeSpan(org.jdom.Document doc) |
static void |
main(java.lang.String[] args) |
org.jdom.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.IOExceptionpublic org.jdom.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.jdom.Document getCapabilitiesDocument()
public static LatLonRect getSpatialExtent(org.jdom.Document doc) throws java.io.IOException
java.io.IOExceptionpublic static DateRange getTimeSpan(org.jdom.Document doc) throws java.io.IOException
java.io.IOExceptionpublic static java.util.List<VariableSimpleIF> getDataVariables(org.jdom.Document doc) throws java.io.IOException
java.io.IOExceptionpublic static void doOne(java.lang.String location,
java.lang.String path,
java.lang.String result)
throws java.io.IOException
java.io.IOExceptionpublic static void main(java.lang.String[] args)
throws java.io.IOException
java.io.IOException