org.deegree.ogcwebservices.wmps.configuration
Class WMPSConfigurationDocument
java.lang.Object
org.deegree.framework.xml.XMLFragment
org.deegree.ogcbase.OGCDocument
org.deegree.ogcwebservices.getcapabilities.OGCCapabilitiesDocument
org.deegree.owscommon.OWSCommonCapabilitiesDocument
org.deegree.ogcwebservices.wmps.capabilities.WMPSCapabilitiesDocument
org.deegree.ogcwebservices.wmps.configuration.WMPSConfigurationDocument
- All Implemented Interfaces:
- java.io.Serializable
public class WMPSConfigurationDocument
- extends WMPSCapabilitiesDocument
Represents an XML configuration document for a deegree WMPS 1.0 instance, i.e. it consists of all sections common to
an OGC WMS 1.1.1 capabilities document plus a deegree specific section named deegreeParams
and... TODO
- Version:
- 2.0, $Revision: 24061 $, $Date: 2010-05-04 10:51:44 +0200 (Di, 04 Mai 2010) $
- Author:
- Anup Deshmukh, last edited by: $Author: apoth $
- See Also:
- Serialized Form
Methods inherited from class org.deegree.ogcwebservices.wmps.capabilities.WMPSCapabilitiesDocument |
getDCP, parseAttribution, parseAuthorityURLs, parseCapabilities, parseContactInfo, parseDataURL, parseDimensions, parseExtents, parseFeatureListURL, parseIdentifiers, parseLatLonBoundingBox, parseLayerBoundingBoxes, parseLegendURL, parseMetadataURLs, parseOperation, parseOperationsMetadata, parseScaleHint, parseServiceIdentification, parseServiceProvider, parseStyleSheetURL, parseStyleURL, parseUserDefinedSymbolization |
Methods inherited from class org.deegree.ogcbase.OGCDocument |
parseCodeList, parseCodeListArray, parseExtendedPropertyPath, 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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DEEGREEWPSNS
protected static final java.net.URI DEEGREEWPSNS
WMPSConfigurationDocument
public WMPSConfigurationDocument()
resetCapabilitiesCache
public static void resetCapabilitiesCache()
createEmptyDocument
public void createEmptyDocument()
throws java.io.IOException,
org.xml.sax.SAXException
- Creates a skeleton capabilities document that contains the mandatory elements only.
- Overrides:
createEmptyDocument
in class WMPSCapabilitiesDocument
- Throws:
java.io.IOException
org.xml.sax.SAXException
parseConfiguration
public WMPSConfiguration parseConfiguration()
throws InvalidConfigurationException
- Creates a class representation of the document.
- Returns:
- class representation of the configuration document
- Throws:
InvalidConfigurationException
parseDeegreeParams
public WMPSDeegreeParams parseDeegreeParams(org.w3c.dom.Node root)
throws XMLParsingException,
java.net.MalformedURLException
- Creates a class representation of the
deegreeParams
- section.
- Parameters:
root
-
- Returns:
- WMPSDeegreeParams
- Throws:
XMLParsingException
java.net.MalformedURLException
parseLayers
protected Layer parseLayers(org.w3c.dom.Element layerElem,
Layer parent)
throws XMLParsingException,
UnknownCRSException
- returns the layers offered by the WMS
- Overrides:
parseLayers
in class WMPSCapabilitiesDocument
- Parameters:
layerElem
- parent
-
- Returns:
- Layer
- Throws:
XMLParsingException
UnknownCRSException
parseStyles
protected Style[] parseStyles(org.w3c.dom.Element layerElem)
throws XMLParsingException
- Returns a list of Style elements, parsing the style element
- Overrides:
parseStyles
in class WMPSCapabilitiesDocument
- Parameters:
layerElem
-
- Returns:
- Style[]
- Throws:
XMLParsingException
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org