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
IOExceptionpublic 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
IOExceptionpublic static CalendarDateRange getTimeSpan(org.jdom2.Document doc) throws IOException
IOExceptionpublic static List<VariableSimpleIF> getDataVariables(org.jdom2.Document doc) throws IOException
IOExceptionpublic static void doOne(String location, String path, String result) throws IOException
IOExceptionpublic static void main(String[] args) throws IOException
IOExceptionCopyright © 1999–2014 UCAR/Unidata. All rights reserved.