org.deegree.ogcwebservices.wcs.configuration
Class ExtensionDocument
java.lang.Object
org.deegree.ogcwebservices.wcs.configuration.ExtensionDocument
public class ExtensionDocument
- extends java.lang.Object
This class creates a class representation of the Extension section of a deegree WCS coverage offering (coverage
configuration) element. the extension section contains informations about data access/sources for different
resolutions and ranges.
an extension section must contain at least one Resolution element but can contains as much as the user may defined. A
resoluton contains a access informations for data and the ranges the data are assigned to. because of this it is
possible that more than one Resoultion element with same resolution range but with different other ranges (e.g. time
or elevation)
- Since:
- 1.1
- Version:
- $Revision: 23585 $, 1.0. $Revision: 23585 $, $Date: 2010-04-13 14:07:18 +0200 (Di, 13 Apr 2010) $
- Author:
- Andreas Poth, last edited by: $Author: aschmitz $
Constructor Summary |
ExtensionDocument(org.w3c.dom.Element root,
java.net.URL systemId)
constructing the ExtensionBuilder by passing the root element of a deegree WCS CoverageOffering Extension. |
Method Summary |
Extension |
getExtension()
returns the content of the Extension element of te deegree WCS coverage description (configuration document). the
extension section contains informations about data access/sources for different resolutions and ranges. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExtensionDocument
public ExtensionDocument(org.w3c.dom.Element root,
java.net.URL systemId)
- constructing the ExtensionBuilder by passing the root element of a deegree WCS CoverageOffering Extension.
- Parameters:
root
- systemId
-
getExtension
public Extension getExtension()
throws InvalidCVExtensionException,
UnknownCVExtensionException,
InvalidParameterValueException,
InvalidGMLException,
UnknownCRSException
- returns the content of the Extension element of te deegree WCS coverage description (configuration document). the
extension section contains informations about data access/sources for different resolutions and ranges.
an extension section must contain at least one Resolution element but can contains as much as the user may
defined. A resoluton contains a access informations for data and the ranges the data are assigned to. because of
this it is possible that more than one Resoultion element with same resolution range but with different other
ranges (e.g. time or elevation)
- Returns:
- content of the Extension element of te deegree WCS coverage description
- Throws:
InvalidCVExtensionException
UnknownCVExtensionException
InvalidParameterValueException
InvalidGMLException
UnknownCRSException
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org