org.deegree.ogcwebservices.wcs.configuration
Class ExtensionDocument
java.lang.Object
org.deegree.ogcwebservices.wcs.configuration.ExtensionDocument
public class ExtensionDocument
- extends 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: 9345 $, 1.0. $Revision: 9345 $, $Date: 2007-12-27 17:22:25 +0100 (Do, 27 Dez 2007) $
- Author:
- Andreas Poth, last edited by: $Author: apoth $
Constructor Summary |
ExtensionDocument(Element root,
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(Element root,
URL systemId)
- constructing the ExtensionBuilder by passing the root element of a deegree WCS
CoverageOffering Extension.
- Parameters:
root
-
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
UnknownCRSException
InvalidGMLException
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://deegree.sourceforge.net