org.deegree.ogcwebservices.wcs.getcapabilities
Class WCSCapabilitiesDocument
java.lang.Object
org.deegree.framework.xml.XMLFragment
org.deegree.ogcbase.OGCDocument
org.deegree.ogcwebservices.getcapabilities.OGCCapabilitiesDocument
org.deegree.ogcwebservices.getcapabilities.OGCStandardCapabilitiesDocument
org.deegree.ogcwebservices.wcs.getcapabilities.WCSCapabilitiesDocument
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- WCSConfigurationDocument
public class WCSCapabilitiesDocument
- extends OGCStandardCapabilitiesDocument
- Since:
- 2.0
- Version:
- $Revision: 12803 $, 1.0. $Revision: 12803 $, $Date: 2008-07-10 13:16:27 +0200 (Do, 10 Jul 2008) $
- Author:
- Andreas Poth , last edited by: $Author: rbezema $
- See Also:
- Serialized Form
Methods inherited from class org.deegree.ogcbase.OGCDocument |
parseCodeList, parseCodeListArray, parseInterval, parseKeywords, parseKeywords, parseLonLatEnvelope, parseOnLineResource, parsePropertyPath, parseTimePeriod, parseTimePeriods, parseTimePositions, parseTimeSequence, parseTypedLiteral, parseValues |
Methods inherited from class org.deegree.framework.xml.XMLFragment |
getAsPrettyString, getAsString, getAttachedSchemas, getQualifiedName, getRootElement, getSystemId, hasSchema, load, load, load, parseQualifiedName, parseSimpleLink, prettyPrint, prettyPrint, resolve, setRootElement, setSystemId, setSystemId, toString, write, write, write, write |
XML_TEMPLATE
public static final String XML_TEMPLATE
- See Also:
- Constant Field Values
WCSNS
protected static URI WCSNS
DGRNS
protected static URI DGRNS
WCSCapabilitiesDocument
public WCSCapabilitiesDocument()
createEmptyDocument
public void createEmptyDocument()
throws IOException,
SAXException
- Throws:
IOException
SAXException
parseCapabilities
public OGCCapabilities parseCapabilities()
throws InvalidCapabilitiesException
- Description copied from class:
OGCCapabilitiesDocument
- Creates a class representation of the document.
- Specified by:
parseCapabilities
in class OGCCapabilitiesDocument
- Returns:
- class representation of the document
- Throws:
InvalidCapabilitiesException
- See Also:
OGCCapabilitiesDocument.parseCapabilities()
parseServiceSection
public Service parseServiceSection()
throws InvalidCapabilitiesException
- returns the service section of the WCS configuration/capabilities
- Returns:
- created CapabilitiesService
- Throws:
InvalidCapabilitiesException
parseContentMetadataSection
public ContentMetadata parseContentMetadataSection()
throws InvalidCapabilitiesException
- returns the contentMetadata section of the WCS configuration/capabilities
- Returns:
-
- Throws:
InvalidCapabilitiesException
parseAddress
protected Address parseAddress(Element element,
URI namespaceURI)
- Creates an
Address
instance from the passed element.
- Overrides:
parseAddress
in class OGCCapabilitiesDocument
- Parameters:
element
- Address-elementnamespaceURI
- namespace-prefix of all elements
- Returns:
- the parsed Address
parseOperations
protected OperationsMetadata parseOperations(Element element,
URI namespaceURI)
throws XMLParsingException
- creates a Request object (instance of WCSCapabilityRequest) from the passed
element encapsulating the Request part of the WCS Capabiliy section
- Specified by:
parseOperations
in class OGCStandardCapabilitiesDocument
- Parameters:
element
-
- Returns:
- created Request
- Throws:
XMLParsingException
parseCoverageOfferingBrief
protected CoverageOfferingBrief parseCoverageOfferingBrief(Element element)
throws XMLParsingException,
OGCWebServiceException,
OGCException
- creates a CoverageOfferingBrief object from the passed element encapsulating one
CoverageOfferingBrief part of the WCS ContentMetadata section
- Parameters:
element
-
- Returns:
- created CoverageOfferingBrief
- Throws:
XMLParsingException
OGCWebServiceException
OGCException
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://deegree.sourceforge.net