public class XMLwriter
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
XMLwriter.ExceptionCodes |
Modifier and Type | Field and Description |
---|---|
protected static org.jdom2.Namespace |
owcsNS |
protected static org.jdom2.Namespace |
owsNS |
static java.lang.String |
seqDate |
protected static org.jdom2.Namespace |
wcsNS |
Constructor and Description |
---|
XMLwriter() |
Modifier and Type | Method and Description |
---|---|
org.jdom2.Document |
generateCapabilities(java.lang.String serverURL,
GridDataset dataset,
java.util.List<GetCapabilities.Section> sections) |
org.jdom2.Document |
generateExceptionReport(XMLwriter.ExceptionCodes code,
java.lang.String locator,
java.lang.String message) |
protected static final org.jdom2.Namespace wcsNS
protected static final org.jdom2.Namespace owcsNS
protected static final org.jdom2.Namespace owsNS
public static java.lang.String seqDate
public org.jdom2.Document generateExceptionReport(XMLwriter.ExceptionCodes code, java.lang.String locator, java.lang.String message)
public org.jdom2.Document generateCapabilities(java.lang.String serverURL, GridDataset dataset, java.util.List<GetCapabilities.Section> sections)