|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectthredds.wcs.v1_0_0_Plus.WcsRequest
thredds.wcs.v1_0_0_Plus.GetCapabilities
public class GetCapabilities
_more_
Nested Class Summary | |
---|---|
static class |
GetCapabilities.ResponsibleParty
Contain content needed for a GetCapabilities ServiceProvider section. |
static class |
GetCapabilities.Section
|
static class |
GetCapabilities.ServiceInfo
Contain the content needed for a WCS_Capabilities/Service section. |
Nested classes/interfaces inherited from class thredds.wcs.v1_0_0_Plus.WcsRequest |
---|
WcsRequest.Format, WcsRequest.Operation, WcsRequest.RequestEncoding |
Field Summary |
---|
Fields inherited from class thredds.wcs.v1_0_0_Plus.WcsRequest |
---|
gmlNS, wcsNS, xlinkNS |
Constructor Summary | |
---|---|
GetCapabilities(WcsRequest.Operation operation,
String version,
WcsDataset dataset,
URI serverURI,
GetCapabilities.Section section,
String updateSequence,
GetCapabilities.ServiceInfo serviceInfo)
|
Method Summary | |
---|---|
org.jdom.Document |
generateCapabilities()
|
org.jdom.Element |
generateCapabilitySection()
|
org.jdom.Element |
generateContentMetadataSection()
|
org.jdom.Element |
generateServiceSection(GetCapabilities.ServiceInfo serviceInfo)
|
org.jdom.Document |
getCapabilitiesReport()
|
void |
writeCapabilitiesReport(PrintWriter pw)
|
Methods inherited from class thredds.wcs.v1_0_0_Plus.WcsRequest |
---|
genCoverageOfferingBriefElem, genLonLatEnvelope, getDataset, getOperation, getVersion |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GetCapabilities(WcsRequest.Operation operation, String version, WcsDataset dataset, URI serverURI, GetCapabilities.Section section, String updateSequence, GetCapabilities.ServiceInfo serviceInfo)
Method Detail |
---|
public org.jdom.Document getCapabilitiesReport() throws WcsException
WcsException
public void writeCapabilitiesReport(PrintWriter pw) throws WcsException, IOException
WcsException
IOException
public org.jdom.Document generateCapabilities() throws WcsException
WcsException
public org.jdom.Element generateServiceSection(GetCapabilities.ServiceInfo serviceInfo)
public org.jdom.Element generateCapabilitySection()
public org.jdom.Element generateContentMetadataSection()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |