thredds.wcs.v1_1_0
Class XMLwriter

java.lang.Object
  extended by thredds.wcs.v1_1_0.XMLwriter

public class XMLwriter
extends Object

Generates WCS 1.1.0 XML responses.

Since:
4.0
Author:
edavis

Nested Class Summary
static class XMLwriter.ExceptionCodes
           
 
Field Summary
protected static org.jdom.Namespace owcsNS
           
protected static org.jdom.Namespace owsNS
           
static String seqDate
           
protected static org.jdom.Namespace wcsNS
           
 
Constructor Summary
XMLwriter()
           
 
Method Summary
 org.jdom.Document generateCapabilities(String serverURL, GridDataset dataset, List<GetCapabilities.Section> sections)
           
 org.jdom.Document generateExceptionReport(XMLwriter.ExceptionCodes code, String locator, String message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

wcsNS

protected static final org.jdom.Namespace wcsNS

owcsNS

protected static final org.jdom.Namespace owcsNS

owsNS

protected static final org.jdom.Namespace owsNS

seqDate

public static String seqDate
Constructor Detail

XMLwriter

public XMLwriter()
Method Detail

generateExceptionReport

public org.jdom.Document generateExceptionReport(XMLwriter.ExceptionCodes code,
                                                 String locator,
                                                 String message)

generateCapabilities

public org.jdom.Document generateCapabilities(String serverURL,
                                              GridDataset dataset,
                                              List<GetCapabilities.Section> sections)


Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.