|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree_impl.services.wms.capabilities.OGCWMSCapabilitiesFactory
Factory class for creating WMS capability classes from WMS capabilities XML documents that comply to the OGC WMS 1.1.1 specification.
Field Summary | |
protected WMSCapabilities |
capabilities
|
protected java.util.Set |
collectedLayers
|
protected java.lang.String |
ogcNS
|
protected java.lang.String |
version
|
protected java.lang.String |
wfsNS
|
protected java.lang.String |
wmsNS
|
protected java.lang.String |
xlnNS
|
Constructor Summary | |
OGCWMSCapabilitiesFactory()
|
Method Summary | |
protected Attribution |
createAttribution(org.w3c.dom.Element element)
Creates an Attribution-instance according to the contents of the DOM-subtree starting at the given 'Attribution'-Element. |
protected AuthorityURL |
createAuthorityURL(org.w3c.dom.Element element)
Creates an AuthorityURL-instance according to the contents of the DOM-subtree starting at the given 'AuthorityURL'-Element. |
protected LayerBoundingBox |
createBoundingBox(org.w3c.dom.Element element)
Creates a LayerBoundingBox-instance according to the contents of the DOM-subtree starting at the given 'BoundingBox'-Element. |
protected WMSCapabilities |
createCapabilities(org.w3c.dom.Element element)
Creates a WMSCapabilities-instance according to the contents of the DOM-subtree starting at the given 'WMT_MS_Capabilities'-Element. |
WMSCapabilities |
createCapabilities(java.io.Reader reader)
Creates a WMSCapabilities-instance from the given Reader. |
WMSCapabilities |
createCapabilities(java.net.URL url)
Creates a WMSCapabilities-instance from the given URL. |
protected Capability |
createCapability(org.w3c.dom.Element element)
Creates a Capability-instance according to the contents of the DOM-subtree starting at the given 'Capability'-Element. |
protected ContactAddress |
createContactAddress(org.w3c.dom.Element element)
Creates a ContactAddress-instance according to the contents of the DOM-subtree starting at the given 'ContactAddress'-Element. |
protected ContactInformation |
createContactInformation(org.w3c.dom.Element element)
Creates a ContactInformation-instance according to the contents of the DOM-subtree starting at the given 'ContactInformation'-Element. |
protected ContactPersonPrimary |
createContactPersonPrimary(org.w3c.dom.Element element)
Creates a ContactPersonPrimary-instance according to the contents of the DOM-subtree starting at the given 'ContactPersonPrimary'-Element. |
protected DataURL |
createDataURL(org.w3c.dom.Element element)
Creates a DataURL-instance according to the contents of the DOM-subtree starting at the given 'DataURL'-Element. |
protected DCPType |
createDCPType(org.w3c.dom.Element element)
Creates a DCPType-instance according to the contents of the DOM-subtree starting at the given 'DCPType'-Element. |
protected Dimension |
createDimension(org.w3c.dom.Element element)
Creates a Dimension-instance according to the contents of the DOM-subtree starting at the given 'Dimension'-Element. |
protected CException |
createException(org.w3c.dom.Element element)
Creates a CException-instance according to the contents of the DOM-subtree starting at the given 'Exception'-Element. |
protected Extent |
createExtent(org.w3c.dom.Element element)
Creates an Extent-instance according to the contents of the DOM-subtree starting at the given 'Extent'-Element. |
protected FeatureListURL |
createFeatureListURL(org.w3c.dom.Element element)
Creates a FeatureListURL-instance according to the contents of the DOM-subtree starting at the given 'FeatureListURL'-Element. |
protected Identifier |
createIdentifier(org.w3c.dom.Element element)
Creates an Identifier-instance according to the contents of the DOM-subtree starting at the given 'Identifier'-Element. |
protected GM_Envelope |
createLatLonBoundingBox(org.w3c.dom.Element element)
Creates a GM_Envelope-instance according to the contents of the DOM-subtree starting at the given 'LatLonBoundingBox'-Element. |
protected Layer |
createLayer(org.w3c.dom.Element element)
Creates a Layer-instance according to the contents of the DOM-subtree starting at the given 'Layer'-Element. |
protected LegendURL |
createLegendURL(org.w3c.dom.Element element)
Creates a LegendURL-instance according to the contents of the DOM-subtree starting at the given 'LegendURL'-Element. |
protected LogoURL |
createLogoURL(org.w3c.dom.Element element)
Creates a LogoURL-instance according to the contents of the DOM-subtree starting at the given 'LogoURL'-Element. |
protected MetadataURL |
createMetadataURL(org.w3c.dom.Element element)
Creates a MetadataURL-instance according to the contents of the DOM-subtree starting at the given 'MetadataURL'-Element. |
protected java.net.URL |
createOnlineResource(org.w3c.dom.Element element)
Creates an URL-instance according to the contents of the DOM-subtree starting at the given 'OnlineResource'-Element. |
protected Operation |
createOperation(org.w3c.dom.Element element)
Creates an Operation-instance according to the contents of the DOM-subtree starting at the given Element. |
protected Request |
createRequest(org.w3c.dom.Element element)
Creates a Request-instance according to the contents of the DOM-subtree starting at the given 'Request'-Element. |
protected ScaleHint |
createScaleHint(org.w3c.dom.Element element)
Creates a ScaleHint-instance according to the contents of the DOM-subtree starting at the given 'ScaleHint'-Element. |
protected Service |
createService(org.w3c.dom.Element element)
Creates a Service-instance according to the contents of the DOM-subtree starting at the given 'Service'-Element. |
protected Style |
createStyle(org.w3c.dom.Element element)
Creates a Style-instance according to the contents of the DOM-subtree starting at the given 'Style'-Element. |
protected StyleSheetURL |
createStyleSheetURL(org.w3c.dom.Element element)
Creates a StyleSheetURL-instance according to the contents of the DOM-subtree starting at the given 'StyleSheetURL'-Element. |
protected StyleURL |
createStyleURL(org.w3c.dom.Element element)
Creates a StyleURL-instance according to the contents of the DOM-subtree starting at the given 'StyleURL'-Element. |
protected UserDefinedSymbolization |
createUserDefinedSymbolization(org.w3c.dom.Element element)
Creates a UserDefinedSymbolization-instance according to the contents of the DOM-subtree starting at the given 'UserDefinedSymbolization'-Element. |
protected org.w3c.dom.Document |
createVendorSpecificCapabilities(org.w3c.dom.Element element)
Creates a Document-instance according to the contents of the DOM-subtree starting at the given 'VendorSpecificCapabilities'-Element. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected java.lang.String ogcNS
protected java.lang.String wfsNS
protected java.lang.String wmsNS
protected java.lang.String xlnNS
protected WMSCapabilities capabilities
protected java.lang.String version
protected java.util.Set collectedLayers
Constructor Detail |
public OGCWMSCapabilitiesFactory()
Method Detail |
public WMSCapabilities createCapabilities(java.net.URL url) throws XMLParsingException
url
- location of capabilities document
XMLParsingException
- if a syntactic or semantic error
in the XML document is encounteredpublic WMSCapabilities createCapabilities(java.io.Reader reader) throws XMLParsingException
reader
- provides the XML document
XMLParsingException
- if a syntactic or semantic error
in the XML document is encounteredprotected WMSCapabilities createCapabilities(org.w3c.dom.Element element) throws XMLParsingException
element
- the 'WMT_MS_Capabilities'-Element
XMLParsingException
- if a syntactic or semantic error
in the DOM-subtree is encounteredprotected Service createService(org.w3c.dom.Element element) throws XMLParsingException
element
- the 'Service'-Element
XMLParsingException
- if a syntactic or semantic error
in the DOM-subtree is encounteredprotected java.net.URL createOnlineResource(org.w3c.dom.Element element) throws XMLParsingException
element
- the 'OnlineResource'-Element
XMLParsingException
- if a syntactic or semantic error
in the DOM-subtree is encounteredprotected ContactInformation createContactInformation(org.w3c.dom.Element element) throws XMLParsingException
element
- the 'ContactInformation'-Element
XMLParsingException
- if a syntactic or semantic error
in the DOM-subtree is encounteredprotected ContactPersonPrimary createContactPersonPrimary(org.w3c.dom.Element element) throws XMLParsingException
element
- the 'ContactPersonPrimary'-Element
XMLParsingException
- if a syntactic or semantic error
in the DOM-subtree is encounteredprotected ContactAddress createContactAddress(org.w3c.dom.Element element) throws XMLParsingException
element
- the 'ContactAddress'-Element
XMLParsingException
- if a syntactic or semantic error
in the DOM-subtree is encounteredprotected Capability createCapability(org.w3c.dom.Element element) throws XMLParsingException
element
- the 'Capability'-Element
XMLParsingException
- if a syntactic or semantic error
in the DOM-subtree is encounteredprotected Request createRequest(org.w3c.dom.Element element) throws XMLParsingException
element
- the 'Request'-Element
XMLParsingException
- if a syntactic or semantic error
in the DOM-subtree is encounteredprotected Operation createOperation(org.w3c.dom.Element element) throws XMLParsingException
element
- the Element that describes an Operation
XMLParsingException
- if a syntactic or semantic error
in the DOM-subtree is encounteredprotected DCPType createDCPType(org.w3c.dom.Element element) throws XMLParsingException
element
- the 'DCPType'-Element
XMLParsingException
- if a syntactic or semantic error
in the DOM-subtree is encounteredprotected CException createException(org.w3c.dom.Element element) throws XMLParsingException
element
- the 'Exception'-Element
XMLParsingException
- if a syntactic or semantic error
in the DOM-subtree is encounteredprotected org.w3c.dom.Document createVendorSpecificCapabilities(org.w3c.dom.Element element) throws XMLParsingException
element
- the 'VendorSpecificCapabilities'-Element
XMLParsingException
- if a syntactic or semantic error
in the DOM-subtree is encounteredprotected UserDefinedSymbolization createUserDefinedSymbolization(org.w3c.dom.Element element) throws XMLParsingException
element
- the 'UserDefinedSymbolization'-Element
XMLParsingException
- if a syntactic or semantic error
in the DOM-subtree is encounteredprotected Layer createLayer(org.w3c.dom.Element element) throws XMLParsingException
element
- the 'Layer'-Element
XMLParsingException
- if a syntactic or semantic error
in the DOM-subtree is encounteredprotected Attribution createAttribution(org.w3c.dom.Element element) throws XMLParsingException
element
- the 'Attribution'-Element
XMLParsingException
- if a syntactic or semantic error
in the DOM-subtree is encounteredprotected GM_Envelope createLatLonBoundingBox(org.w3c.dom.Element element) throws XMLParsingException
element
- the 'LatLonBoundingBox'-Element
XMLParsingException
- if a syntactic or semantic error
in the DOM-subtree is encounteredprotected LayerBoundingBox createBoundingBox(org.w3c.dom.Element element) throws XMLParsingException
element
- the 'BoundingBox'-Element
XMLParsingException
- if a syntactic or semantic error
in the DOM-subtree is encounteredprotected Dimension createDimension(org.w3c.dom.Element element) throws XMLParsingException
element
- the 'Dimension'-Element
XMLParsingException
- if a syntactic or semantic error
in the DOM-subtree is encounteredprotected Extent createExtent(org.w3c.dom.Element element) throws XMLParsingException
element
- the 'Extent'-Element
XMLParsingException
- if a syntactic or semantic error
in the DOM-subtree is encounteredprotected LogoURL createLogoURL(org.w3c.dom.Element element) throws XMLParsingException
element
- the 'LogoURL'-Element
XMLParsingException
- if a syntactic or semantic error
in the DOM-subtree is encounteredprotected AuthorityURL createAuthorityURL(org.w3c.dom.Element element) throws XMLParsingException
element
- the 'AuthorityURL'-Element
XMLParsingException
- if a syntactic or semantic error
in the DOM-subtree is encounteredprotected Identifier createIdentifier(org.w3c.dom.Element element) throws XMLParsingException
element
- the 'Identifier'-Element
XMLParsingException
- if a syntactic or semantic error
in the DOM-subtree is encounteredprotected MetadataURL createMetadataURL(org.w3c.dom.Element element) throws XMLParsingException
element
- the 'MetadataURL'-Element
XMLParsingException
- if a syntactic or semantic error
in the DOM-subtree is encounteredprotected DataURL createDataURL(org.w3c.dom.Element element) throws XMLParsingException
element
- the 'DataURL'-Element
XMLParsingException
- if a syntactic or semantic error
in the DOM-subtree is encounteredprotected FeatureListURL createFeatureListURL(org.w3c.dom.Element element) throws XMLParsingException
element
- the 'FeatureListURL'-Element
XMLParsingException
- if a syntactic or semantic error
in the DOM-subtree is encounteredprotected Style createStyle(org.w3c.dom.Element element) throws XMLParsingException
element
- the 'Style'-Element
XMLParsingException
- if a syntactic or semantic error
in the DOM-subtree is encounteredprotected LegendURL createLegendURL(org.w3c.dom.Element element) throws XMLParsingException
element
- the 'LegendURL'-Element
XMLParsingException
- if a syntactic or semantic error
in the DOM-subtree is encounteredprotected StyleSheetURL createStyleSheetURL(org.w3c.dom.Element element) throws XMLParsingException
element
- the 'StyleSheetURL'-Element
XMLParsingException
- if a syntactic or semantic error
in the DOM-subtree is encounteredprotected StyleURL createStyleURL(org.w3c.dom.Element element) throws XMLParsingException
element
- the 'StyleURL'-Element
XMLParsingException
- if a syntactic or semantic error
in the DOM-subtree is encounteredprotected ScaleHint createScaleHint(org.w3c.dom.Element element) throws XMLParsingException
element
- the 'ScaleHint'-Element
XMLParsingException
- if a syntactic or semantic error
in the DOM-subtree is encountered
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |