public class XMLwriter extends 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 String |
seqDate |
protected static org.jdom2.Namespace |
wcsNS |
Constructor and Description |
---|
XMLwriter() |
Modifier and Type | Method and Description |
---|---|
org.jdom2.Document |
generateCapabilities(String serverURL,
GridDataset dataset,
List<GetCapabilities.Section> sections) |
org.jdom2.Document |
generateExceptionReport(XMLwriter.ExceptionCodes code,
String locator,
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 String seqDate
public org.jdom2.Document generateExceptionReport(XMLwriter.ExceptionCodes code, String locator, String message)
public org.jdom2.Document generateCapabilities(String serverURL, GridDataset dataset, List<GetCapabilities.Section> sections)
Copyright © 1999–2013 UCAR/Unidata. All rights reserved.