public class FeatureDatasetCapabilitiesWriter extends Object
| Constructor and Description |
|---|
FeatureDatasetCapabilitiesWriter(FeatureDatasetPoint fdp,
String path) |
| Modifier and Type | Method and Description |
|---|---|
static String |
getAltUnits(org.jdom2.Document doc) |
String |
getCapabilities() |
void |
getCapabilities(OutputStream os) |
org.jdom2.Document |
getCapabilitiesDocument()
Create the capabilities XML document for this dataset
|
static List<VariableSimpleIF> |
getDataVariables(org.jdom2.Document doc) |
static LatLonRect |
getSpatialExtent(org.jdom2.Document doc) |
static CalendarDateRange |
getTimeSpan(org.jdom2.Document doc) |
static CalendarDateUnit |
getTimeUnit(org.jdom2.Document doc) |
org.jdom2.Document |
makeStationCollectionDocument(LatLonRect bb,
String[] names)
Create an XML document for the stations in this dataset, possible subsetted by bb.
|
org.jdom2.Document |
readCapabilitiesDocument(InputStream in) |
public FeatureDatasetCapabilitiesWriter(FeatureDatasetPoint fdp, String path)
public String getCapabilities()
public void getCapabilities(OutputStream os) throws IOException
IOExceptionpublic org.jdom2.Document makeStationCollectionDocument(LatLonRect bb, String[] names)
bb - restrict stations to this bounding box, may be nullnames - restrict stations to these names, may be nullpublic org.jdom2.Document getCapabilitiesDocument()
public org.jdom2.Document readCapabilitiesDocument(InputStream in) throws org.jdom2.JDOMException, IOException
org.jdom2.JDOMExceptionIOExceptionpublic static LatLonRect getSpatialExtent(org.jdom2.Document doc)
public static CalendarDateRange getTimeSpan(org.jdom2.Document doc)
public static CalendarDateUnit getTimeUnit(org.jdom2.Document doc)
public static String getAltUnits(org.jdom2.Document doc)
public static List<VariableSimpleIF> getDataVariables(org.jdom2.Document doc)