public class FeatureDatasetPointXML extends Object
Constructor and Description |
---|
FeatureDatasetPointXML(FeatureDatasetPoint fdp,
String path) |
Modifier and Type | Method and Description |
---|---|
static void |
doOne(String location,
String path,
String result) |
String |
getCapabilities() |
void |
getCapabilities(OutputStream os) |
org.jdom2.Document |
getCapabilitiesDocument()
Create the capabilities XML document for this datasets
|
static List<VariableSimpleIF> |
getDataVariables(org.jdom2.Document doc) |
static LatLonRect |
getSpatialExtent(org.jdom2.Document doc) |
static CalendarDateRange |
getTimeSpan(org.jdom2.Document doc) |
static void |
main(String[] args) |
org.jdom2.Document |
makeStationCollectionDocument(LatLonRect bb,
String[] names)
Create an XML document for the stations in this dataset.
|
public FeatureDatasetPointXML(FeatureDatasetPoint fdp, String path)
public String getCapabilities()
public void getCapabilities(OutputStream os) throws IOException
IOException
public org.jdom2.Document makeStationCollectionDocument(LatLonRect bb, String[] names) throws IOException
bb
- restrict stations to this bounding box, may be nullnames
- restrict stations to these names, may be nullIOException
- on read errorpublic org.jdom2.Document getCapabilitiesDocument()
public static LatLonRect getSpatialExtent(org.jdom2.Document doc) throws IOException
IOException
public static CalendarDateRange getTimeSpan(org.jdom2.Document doc) throws IOException
IOException
public static List<VariableSimpleIF> getDataVariables(org.jdom2.Document doc) throws IOException
IOException
public static void doOne(String location, String path, String result) throws IOException
IOException
public static void main(String[] args) throws IOException
IOException
Copyright © 1999–2015 UCAR/Unidata. All rights reserved.