Uses of Class
org.deegree.xml.XMLParsingException

Packages that use XMLParsingException
org.deegree_impl.clients.context   
org.deegree_impl.clients.wcasclient.configuration   
org.deegree_impl.clients.wcasclient.control   
org.deegree_impl.clients.wmsclient.configuration   
org.deegree_impl.clients.wmsclient.control   
org.deegree_impl.clients.wmsclient2.control   
org.deegree_impl.graphics.sld   
org.deegree_impl.model.feature   
org.deegree_impl.services.gazetteer.configuration   
org.deegree_impl.services.wcs   
org.deegree_impl.services.wfs.protocol   
org.deegree_impl.services.wms   
org.deegree_impl.services.wms.capabilities   
org.deegree_impl.services.wms.protocol   
org.deegree_impl.services.wts.configuration   
org.deegree_impl.tools   
org.deegree.services.wfs.filterencoding   
org.deegree.xml   
 

Uses of XMLParsingException in org.deegree_impl.clients.context
 

Methods in org.deegree_impl.clients.context that throw XMLParsingException
static ViewContext WebMapContextFactory.createViewContext(java.lang.String fileName)
          creates an instance of a ViewContext from the web map context document read from the file idenfied by the passed name
static ViewContext WebMapContextFactory.createViewContext(java.io.Reader reader)
          creates an instance of a ViewContext from the web map context document read from the passed Reader
private static General WebMapContextFactory.createGeneral(org.w3c.dom.Element element)
          creates an instance of a class encapsulating the general context informations
private static java.awt.Rectangle WebMapContextFactory.createWindow(org.w3c.dom.Element element)
          creates a Rectangle (Window) instance from the passed Element.
private static GM_Point[] WebMapContextFactory.createBoundingBox(org.w3c.dom.Element element)
          creates a GM_Envelope from the passed Element
private static java.lang.String[] WebMapContextFactory.createKeywords(org.w3c.dom.Element element)
          creates an array of keywords (String) from the passed Keyword list
private static ImageURL WebMapContextFactory.createImageURL(org.w3c.dom.Element element)
          creates an instance of an ImageURL that is used for and LegendURL
private static java.net.URL WebMapContextFactory.createOnlineResource(org.w3c.dom.Element element)
          creates an instance of an URL described by a element
private static BaseURL WebMapContextFactory.createBaseURL(org.w3c.dom.Element element)
          creates an instance of BaseURL that is used for
private static ContactInformation WebMapContextFactory.createContactInformation(org.w3c.dom.Element element)
          Creates a ContactInformation-instance according to the contents of the DOM-subtree starting at the given 'ContactInformation'-Element.
private static ContactPersonPrimary WebMapContextFactory.createContactPersonPrimary(org.w3c.dom.Element element)
          Creates a ContactPersonPrimary-instance according to the contents of the DOM-subtree starting at the given 'ContactPersonPrimary'-Element.
private static ContactAddress WebMapContextFactory.createContactAddress(org.w3c.dom.Element element)
          Creates a ContactAddress-instance according to the contents of the DOM-subtree starting at the given 'ContactAddress'-Element.
private static GeneralExtension WebMapContextFactory.createGeneralExtension(org.w3c.dom.Element element)
          creates an instance of a class encapsulating the deegree specific extensions of the general section of a web map context document
private static Frontend WebMapContextFactory.createFrontend(org.w3c.dom.Element element)
          creates an instance of a class encapsulating the frontend (GUI) description of a deegree map client
private static java.lang.String[] WebMapContextFactory.createCommonJS(org.w3c.dom.Element element)
          creates a list of javascript pages (names) that contains javascript objects and methods that are used by more than one module
private static GUIArea WebMapContextFactory.createGUIArea(org.w3c.dom.Element element)
          creates an instance of a class encapsulating the GUI description of one region of the GUI
private static Module WebMapContextFactory.createModule(org.w3c.dom.Element element)
          creates an instance of a class encapsulating module informations
private static ModuleConfiguration WebMapContextFactory.createModuleConfiguration(org.w3c.dom.Element element)
          creates an instance of a class encapsulating the access the configuration of Module
private static ParameterList WebMapContextFactory.createParameterList(org.w3c.dom.Element element)
          creates an instance of a class encapsulating the layer list informations
private static Parameter WebMapContextFactory.createParameter(org.w3c.dom.Element element)
          creates an instance of a class encapsulating a parameter that shall be passed to a module
private static MapParameter WebMapContextFactory.createMapParameter(org.w3c.dom.Element element)
          creates an instance of a class encapsulating informations about controlling options for a map presented to the user
private static Format[] WebMapContextFactory.createOfferedInfoFormats(org.w3c.dom.Element element)
          Creates a list of the feature info formats offered by the client.
private static MapOperationFactor[] WebMapContextFactory.createOfferedMapOperationFactors(org.w3c.dom.Element element)
          returns a list of offered numerical map operation factors that can be used to determine zoom or pan levels
private static IOSettings WebMapContextFactory.createIOSettings(org.w3c.dom.Element element)
          creates an instance of a class encapsulating the IO setting informations
private static DirectoryAccess WebMapContextFactory.createDirectoryAccess(org.w3c.dom.Element element, DirectoryAccess tempDir)
           
private static LayerList WebMapContextFactory.createLayerList(org.w3c.dom.Element element)
          creates an instance of a class encapsulating the layer list informations
private static Layer WebMapContextFactory.createLayer(org.w3c.dom.Element element)
          creates an instance of a class encapsulating a web map context layer's attributes
private static Server WebMapContextFactory.createServer(org.w3c.dom.Element element)
          creates an instance of a class encapsulating informations about the server (service) a layer based on
private static FormatList WebMapContextFactory.createFormatList(org.w3c.dom.Element element)
          creates an instance of a class encapsulating a list of image formats a layer offers
private static StyleList WebMapContextFactory.createStyleList(org.w3c.dom.Element element)
          creates an instance of a class encapsulating a list of styles available for a layer
private static Style WebMapContextFactory.createStyle(org.w3c.dom.Element element)
          creates an instance of a class encapsulating a description of a Style
private static SLD WebMapContextFactory.createSLD(org.w3c.dom.Element element)
          creates an instance of a class encapsulating a description of a Style based on a SLD
private static LayerExtension WebMapContextFactory.createLayerExtension(org.w3c.dom.Element element)
          creates an instance of a class encapsulating the deegree specific extensions of a Layer
 

Uses of XMLParsingException in org.deegree_impl.clients.wcasclient.configuration
 

Methods in org.deegree_impl.clients.wcasclient.configuration that throw XMLParsingException
 java.lang.String TextComponent.getMessage(java.lang.String path)
          returns the message specified by the submitted path expression (e.g. text/download/successPattern )
 

Uses of XMLParsingException in org.deegree_impl.clients.wcasclient.control
 

Methods in org.deegree_impl.clients.wcasclient.control that throw XMLParsingException
static java.util.Set InitServiceAdministrationListener.getBriefDescriptions(java.net.URL catalogURL)
          Retrieves "brief descriptions" of all available services from the WCAS.
 

Uses of XMLParsingException in org.deegree_impl.clients.wmsclient.configuration
 

Methods in org.deegree_impl.clients.wmsclient.configuration that throw XMLParsingException
 WMSClientConfiguration WMSClientConfigurationFactory.createWMSClientConfiguration(java.net.URL url, WMSClientConfiguration defaultConfig)
          creates an instance of the WMSClientConfiguration from the parameters contained in the configuration file referenced by the submitted URL
 WMSClientConfiguration WMSClientConfigurationFactory.createWMSClientConfiguration(org.w3c.dom.Element root, WMSClientConfiguration defaultConfig)
          creates an instance of the WMSClientConfiguration from the parameters contained in the configuration file referenced by the passed Element
private  java.util.HashMap WMSClientConfigurationFactory.createKnownWMS(org.w3c.dom.Element knownWMSE)
          creates a HashMap with the id of the WMS known by the client as a key and the URL to its capabilities as value
private  MapSize[] WMSClientConfigurationFactory.createOfferedMapSizes(org.w3c.dom.Element mapSizes)
          creates a list of available map sizes for the client.
private  Format[] WMSClientConfigurationFactory.createOfferedMapFormats(org.w3c.dom.Element mapFormats)
          Creates a list of the map/images formats offered by the client.
private  MapOperation[] WMSClientConfigurationFactory.createOfferedMapOperations(org.w3c.dom.Element mapOperations)
          returns a list of the map operations (zoomin, zoomout, pan etc.) offered by the client
private  MapOperationFactor[] WMSClientConfigurationFactory.createOfferedMapOperationFactors(org.w3c.dom.Element factors)
          returns a list of offered numerical map operation factors that can be used to determine zoom or pan levels
private  WMSGetMapRequest WMSClientConfigurationFactory.createInitialGetMapRequest(org.w3c.dom.Element initMapReq)
           
private  Project WMSClientConfigurationFactory.createProject(org.w3c.dom.Element projectElement)
          creates a predefined project that can be invoked by the client
 void WMSClientConfiguration.addWMS(java.lang.String id, java.net.URL url)
          adds a new WMS to the client.
 

Uses of XMLParsingException in org.deegree_impl.clients.wmsclient.control
 

Methods in org.deegree_impl.clients.wmsclient.control that throw XMLParsingException
private  WMSGetMapRequest ZoomOutListener.modifyModel(WMSClientConfiguration config, java.util.HashMap model)
           
private  WMSGetMapRequest ZoomInListener.modifyModelToPointZoom(WMSClientConfiguration config, java.util.HashMap model)
           
private  WMSGetMapRequest ZoomInListener.modifyModelToZoomInByRect(WMSClientConfiguration config, java.util.HashMap model)
          The method performs a "zoom in by rectangle" to the map model.
private  WMSGetMapRequest ResetListener.modifyModel(WMSClientConfiguration config, java.util.HashMap model)
           
protected  WMSGetMapRequest RefreshListener.modifyModel(WMSClientConfiguration config, java.util.HashMap model)
           
private  WMSGetMapRequest RecenterListener.modifyModel(WMSClientConfiguration config, java.util.HashMap model)
           
private  WMSGetMapRequest PanListener.modifyModel(WMSClientConfiguration config, java.util.HashMap model)
           
private  WMSGetFeatureInfoRequest InfoListener.modifyModel(WMSClientConfiguration config, java.util.HashMap model)
           
 

Uses of XMLParsingException in org.deegree_impl.clients.wmsclient2.control
 

Methods in org.deegree_impl.clients.wmsclient2.control that throw XMLParsingException
private  WMSGetMapRequest ZoomOutListener.modifyModel(WMSClientConfiguration config, java.util.HashMap model)
           
private  WMSGetMapRequest ZoomInListener.modifyModelToPointZoom(WMSClientConfiguration config, java.util.HashMap model)
           
private  WMSGetMapRequest ZoomInListener.modifyModelToZoomInByRect(WMSClientConfiguration config, java.util.HashMap model)
          The method performs a "zoom in by rectangle" to the map model.
protected  WMSGetMapRequest RefreshListener.modifyModel(WMSClientConfiguration config, java.util.HashMap model)
           
private  WMSGetMapRequest RecenterListener.modifyModel(WMSClientConfiguration config, java.util.HashMap model)
           
private  java.awt.image.BufferedImage PrintListener.getMap(java.util.HashMap[] model)
          gets the map with corresponding mapsizes built-in the urls.
private  java.awt.image.BufferedImage PrintListener.getScaleBar(java.lang.String scalebarrequest)
          gets scalebar as BufferedImage
private  WMSGetLegendGraphicRequest PrintListener.getLegendRequestParameter()
          gets parameters of the LegendRequest
private  WMSGetMapRequest PanListener.modifyModel(WMSClientConfiguration config, java.util.HashMap model)
           
private  WMSGetFeatureInfoRequest InfoListener.modifyModel(ViewContext vc, java.util.HashMap model)
           
private  WMSGetMapRequest HighlightingListener.createRequest(RPCParameter[] para, ViewContext vc)
          creates the modified WMS Request including the URL for the SLD.
private  WMSGetLegendGraphicRequest DynLegendListener.getLegendRequestParameter()
           
 

Uses of XMLParsingException in org.deegree_impl.graphics.sld
 

Methods in org.deegree_impl.graphics.sld that throw XMLParsingException
static StyledLayerDescriptor SLDFactory.createSLD(java.lang.String s)
          Creates a StyledLayerDescriptor-instance from the given XML-representation.
static StyledLayerDescriptor SLDFactory.createSLD(java.io.Reader reader)
          Creates a StyledLayerDescriptor-instance from the given Reader.
private static TextSymbolizer SLDFactory.createTextSymbolizer(org.w3c.dom.Element element, double min, double max)
          Creates a TextSymbolizer-instance according to the contents of the DOM-subtree starting at the given 'TextSymbolizer'-Element.
private static Halo SLDFactory.createHalo(org.w3c.dom.Element element)
          Creates a Halo-instance according to the contents of the DOM-subtree starting at the given 'Halo'-Element.
private static LabelPlacement SLDFactory.createLabelPlacement(org.w3c.dom.Element element)
          Creates a LabelPlacement-instance according to the contents of the DOM-subtree starting at the given 'LabelPlacement'-Element.
private static PointPlacement SLDFactory.createPointPlacement(org.w3c.dom.Element element)
          Creates a PointPlacement-instance according to the contents of the DOM-subtree starting at the given 'PointPlacement'-Element.
private static LinePlacement SLDFactory.createLinePlacement(org.w3c.dom.Element element)
          Creates a LinePlacement-instance according to the contents of the DOM-subtree starting at the given 'LinePlacement'-Element.
private static Font SLDFactory.createFont(org.w3c.dom.Element element)
          Creates a Font-instance according to the contents of the DOM-subtree starting at the given 'Font'-Element.
private static ParameterValueType SLDFactory.createParameterValueType(org.w3c.dom.Element element)
          Creates a ParameterValueType-instance according to the contents of the DOM-subtree starting at the given Element.
static StyledLayerDescriptor SLDFactory.createStyledLayerDescriptor(org.w3c.dom.Element element)
          Creates a StyledLayerDescriptor-instance according to the contents of the DOM-subtree starting at the given 'StyledLayerDescriptor'-Element.
private static NamedStyle SLDFactory.createNamedStyle(org.w3c.dom.Element element)
          Creates a NamedStyle-instance according to the contents of the DOM-subtree starting at the given 'NamedStyle'-Element.
static NamedStyle SLDFactory.createNamedStyle(java.lang.String name)
           
private static RemoteOWS SLDFactory.createRemoteOWS(org.w3c.dom.Element element)
          Creates a RemoteOWS-instance according to the contents of the DOM-subtree starting at the given 'RemoteOWS'-Element.
private static NamedLayer SLDFactory.createNamedLayer(org.w3c.dom.Element element)
          Creates a NamedLayer-instance according to the contents of the DOM-subtree starting at the given 'UserLayer'-Element.
static NamedLayer SLDFactory.createNamedLayer(java.lang.String name, LayerFeatureConstraints layerFeatureConstraints, Style[] styles)
           
private static UserLayer SLDFactory.createUserLayer(org.w3c.dom.Element element)
          Creates a UserLayer-instance according to the contents of the DOM-subtree starting at the given 'UserLayer'-Element.
private static FeatureTypeConstraint SLDFactory.createFeatureTypeConstraint(org.w3c.dom.Element element)
          Creates a FeatureTypeConstraint-instance according to the contents of the DOM-subtree starting at the given 'FeatureTypeConstraint'-Element.
private static Extent SLDFactory.createExtent(org.w3c.dom.Element element)
          Creates an Extent-instance according to the contents of the DOM-subtree starting at the given 'Extent'-Element.
static LayerFeatureConstraints SLDFactory.createLayerFeatureConstraints(org.w3c.dom.Element element)
          Creates a LayerFeatureConstraints-instance according to the contents of the DOM-subtree starting at the given 'LayerFeatureConstraints'-Element.
private static UserStyle SLDFactory.createUserStyle(org.w3c.dom.Element element)
          Creates a UserStyle-instance according to the contents of the DOM-subtree starting at the given 'UserStyle'-Element.
static FeatureTypeStyle SLDFactory.createFeatureTypeStyle(org.w3c.dom.Element element)
          Creates a FeatureTypeStyle-instance according to the contents of the DOM-subtree starting at the given 'FeatureTypeStyle'-Element.
private static Rule SLDFactory.createRule(org.w3c.dom.Element element)
          Creates a Rule-instance according to the contents of the DOM-subtree starting at the given 'Rule'-Element.
private static PointSymbolizer SLDFactory.createPointSymbolizer(org.w3c.dom.Element element, double min, double max)
          Creates a PointSymbolizer-instance according to the contents of the DOM-subtree starting at the given 'PointSymbolizer'-Element.
private static LineSymbolizer SLDFactory.createLineSymbolizer(org.w3c.dom.Element element, double min, double max)
          Creates a LineSymbolizer-instance according to the contents of the DOM-subtree starting at the given 'LineSymbolizer'-Element.
private static PolygonSymbolizer SLDFactory.createPolygonSymbolizer(org.w3c.dom.Element element, double min, double max)
          Creates a PolygonSymbolizer-instance according to the contents of the DOM-subtree starting at the given 'PolygonSymbolizer'-Element.
private static Geometry SLDFactory.createGeometry(org.w3c.dom.Element element)
          Creates a Geometry-instance according to the contents of the DOM-subtree starting at the given 'Geometry'-Element.
private static Fill SLDFactory.createFill(org.w3c.dom.Element element)
          Creates a Fill-instance according to the contents of the DOM-subtree starting at the given 'Fill'-Element.
private static LegendGraphic SLDFactory.createLegendGraphic(org.w3c.dom.Element element)
          Creates a LegendGraphic-instance according to the contents of the DOM-subtree starting at the given 'LegendGraphic'-element.
private static ExternalGraphic SLDFactory.createExternalGraphic(org.w3c.dom.Element element)
          Creates an ExternalGraphic-instance according to the contents of the DOM-subtree starting at the given 'ExternalGraphic'-Element.
private static Mark SLDFactory.createMark(org.w3c.dom.Element element)
          Creates a Mark-instance according to the contents of the DOM-subtree starting at the given 'Mark'-Element.
private static Stroke SLDFactory.createStroke(org.w3c.dom.Element element)
          Creates a Stroke-instance according to the contents of the DOM-subtree starting at the given 'Stroke'-Element.
private static GraphicFill SLDFactory.createGraphicFill(org.w3c.dom.Element element)
          Creates a GraphicFill-instance according to the contents of the DOM-subtree starting at the given 'GraphicFill'-Element.
private static GraphicStroke SLDFactory.createGraphicStroke(org.w3c.dom.Element element)
          Creates a GraphicStroke-instance according to the contents of the DOM-subtree starting at the given 'GraphicStroke'-Element.
private static Graphic SLDFactory.createGraphic(org.w3c.dom.Element element)
          Creates a Graphic-instance according to the contents of the DOM-subtree starting at the given 'Graphic'-element.
private static CssParameter SLDFactory.createCssParameter(org.w3c.dom.Element element)
          Creates a CssParameter-instance according to the contents of the DOM-subtree starting at the given 'CssParameter'-Element.
 

Uses of XMLParsingException in org.deegree_impl.model.feature
 

Methods in org.deegree_impl.model.feature that throw XMLParsingException
static FeatureCollection GMLFeatureAdapter.wrap(java.io.Reader reader)
           
static FeatureCollection GMLFeatureAdapter.wrap(org.w3c.dom.Element root)
           
private static Feature GMLFeatureAdapter.createFeature(org.w3c.dom.Element element)
          creates an instance of a deegree feature from a contrete gml:_Feature node
private static FeatureType GMLFeatureAdapter.createFeatureType(org.w3c.dom.Element element)
          returns an instance of a FeatureType describig the passed feature (element)
private static GM_Envelope GMLFeatureAdapter.createBoundedBy(org.w3c.dom.Element element)
          returns the boundingbox of the feature
private static GM_Object GMLFeatureAdapter.createGeometry(org.w3c.dom.Element element)
           
private static GM_Position GMLFeatureAdapter.createPositionFromCoord(org.w3c.dom.Element element)
          returns an instance of GM_Position created from the passed coord
static GM_Position[] GMLFeatureAdapter.createPositionFromCoordinates(org.w3c.dom.Element element)
          returns an array of GM_Positions created from the passed coordinates
private static GM_Point GMLFeatureAdapter.createPoint(org.w3c.dom.Element element)
          returns an instance of a point created from the passed
private static GM_Curve GMLFeatureAdapter.createLineString(org.w3c.dom.Element element)
          returns an instance of a curve created from the passed
private static GM_Surface GMLFeatureAdapter.createPolygon(org.w3c.dom.Element element)
          returns an instance of a surface created from the passed
private static GM_MultiPoint GMLFeatureAdapter.createMultiPoint(org.w3c.dom.Element element)
          returns an instance of a multi point created from the passed
private static GM_MultiCurve GMLFeatureAdapter.createMultiLineString(org.w3c.dom.Element element)
          returns an instance of a multi point created from the passed
private static GM_MultiSurface GMLFeatureAdapter.createMultiSurface(org.w3c.dom.Element element)
          returns an instance of a multi point created from the passed
 

Uses of XMLParsingException in org.deegree_impl.services.gazetteer.configuration
 

Methods in org.deegree_impl.services.gazetteer.configuration that throw XMLParsingException
static GazetteerConfiguration ConfigurationFactory.createGazetteerConfiguration(java.net.URL url)
           
static GazetteerConfiguration ConfigurationFactory.createGazetteerConfiguration(org.w3c.dom.Element root)
           
private static Relation ConfigurationFactory.createRelation(org.w3c.dom.Element element)
           
 

Uses of XMLParsingException in org.deegree_impl.services.wcs
 

Methods in org.deegree_impl.services.wcs that throw XMLParsingException
static OGCWebService WCSFactory.createWCService(WCSCapabilities capabilities)
          Creates a new WCSFactory object.
 

Constructors in org.deegree_impl.services.wcs that throw XMLParsingException
WCService_Impl(WCSCapabilities capabilities)
          Creates a new WCService_Impl object.
 

Uses of XMLParsingException in org.deegree_impl.services.wfs.protocol
 

Methods in org.deegree_impl.services.wfs.protocol that throw XMLParsingException
static WFSTransactionRequest WFSProtocolFactory.createWFSTransactionRequest(java.lang.String id, org.w3c.dom.Document doc)
          creates a WFSTransactionRequest object.
private static WFSUpdate WFSProtocolFactory.createUpdate(org.w3c.dom.Element element)
          Creates a WFSUpdate object from a wfs:Update-element as defined in the OGC-WFS specification.
 

Uses of XMLParsingException in org.deegree_impl.services.wms
 

Methods in org.deegree_impl.services.wms that throw XMLParsingException
private  OGCWebServiceEvent GetMapHandler_Impl.ServiceInvokerForNL.createGetMapRequest(DataSource ds)
          creates a getMap request for requesting a cascaded remote WMS considering the getMap request and the filterconditions defined in the submitted DataSource object The request will be encapsualted within a OGCWebServiceEvent.
private  OGCWebServiceEvent GetFeatureInfoHandler_Impl.ServiceInvoker.createGetFeatureInfo(DataSource ds)
          creates a GetFeatureInfo request for requesting a cascaded remote WMS The request will be encapsualted within a OGCWebServiceEvent.
 

Uses of XMLParsingException in org.deegree_impl.services.wms.capabilities
 

Methods in org.deegree_impl.services.wms.capabilities that throw XMLParsingException
private static void Style_Impl.loadStyles(java.net.URL styleResource)
          loads style definitions from the submitted URL and writes them to the styles HashMap.
 WMSCapabilities OGCWMSCapabilitiesFactory.createCapabilities(java.net.URL url)
          Creates a WMSCapabilities-instance from the given URL.
 WMSCapabilities OGCWMSCapabilitiesFactory.createCapabilities(java.io.Reader reader)
          Creates a WMSCapabilities-instance from the given Reader.
protected  WMSCapabilities OGCWMSCapabilitiesFactory.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.
protected  Service OGCWMSCapabilitiesFactory.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  java.net.URL OGCWMSCapabilitiesFactory.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  ContactInformation OGCWMSCapabilitiesFactory.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 OGCWMSCapabilitiesFactory.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  ContactAddress OGCWMSCapabilitiesFactory.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  Capability OGCWMSCapabilitiesFactory.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  Request OGCWMSCapabilitiesFactory.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  Operation OGCWMSCapabilitiesFactory.createOperation(org.w3c.dom.Element element)
          Creates an Operation-instance according to the contents of the DOM-subtree starting at the given Element.
protected  DCPType OGCWMSCapabilitiesFactory.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  CException OGCWMSCapabilitiesFactory.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  org.w3c.dom.Document OGCWMSCapabilitiesFactory.createVendorSpecificCapabilities(org.w3c.dom.Element element)
          Creates a Document-instance according to the contents of the DOM-subtree starting at the given 'VendorSpecificCapabilities'-Element.
protected  UserDefinedSymbolization OGCWMSCapabilitiesFactory.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  Layer OGCWMSCapabilitiesFactory.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  Attribution OGCWMSCapabilitiesFactory.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  GM_Envelope OGCWMSCapabilitiesFactory.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  LayerBoundingBox OGCWMSCapabilitiesFactory.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  Dimension OGCWMSCapabilitiesFactory.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  Extent OGCWMSCapabilitiesFactory.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  LogoURL OGCWMSCapabilitiesFactory.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  AuthorityURL OGCWMSCapabilitiesFactory.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  Identifier OGCWMSCapabilitiesFactory.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  MetadataURL OGCWMSCapabilitiesFactory.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  DataURL OGCWMSCapabilitiesFactory.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  FeatureListURL OGCWMSCapabilitiesFactory.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  Style OGCWMSCapabilitiesFactory.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  LegendURL OGCWMSCapabilitiesFactory.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  StyleSheetURL OGCWMSCapabilitiesFactory.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 OGCWMSCapabilitiesFactory.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  ScaleHint OGCWMSCapabilitiesFactory.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  WMSCapabilities DeegreeWMSCapabilitiesFactory.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.
protected  DeegreeParam DeegreeWMSCapabilitiesFactory.createDeegreeParam(org.w3c.dom.Element element)
          Creates a DeegreeParam-instance according to the contents of the DOM-subtree starting at the given 'DeegreeParam'-Element.
private  GazetteerParam DeegreeWMSCapabilitiesFactory.createGazetteerParameter(org.w3c.dom.Element element)
          creates an object that describes the access to a gazetteer if one have been defined at the section of the capabilities/configuration
private  Proxy DeegreeWMSCapabilitiesFactory.createProxy(org.w3c.dom.Element proxyElement)
          creates a Proxy instance from the passed Element encapsulating the proxy address to be used with the WMS
protected  Capability DeegreeWMSCapabilitiesFactory.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  Request DeegreeWMSCapabilitiesFactory.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  Operation DeegreeWMSCapabilitiesFactory.createOperation(org.w3c.dom.Element element)
          Creates an Operation-instance according to the contents of the DOM-subtree starting at the given Element.
protected  java.net.URL DeegreeWMSCapabilitiesFactory.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  Layer DeegreeWMSCapabilitiesFactory.createLayer(org.w3c.dom.Element element, GM_Envelope bbox)
          Creates a Layer-instance according to the contents of the DOM-subtree starting at the given 'Layer'-Element.
protected  GM_Envelope DeegreeWMSCapabilitiesFactory.createLatLonBoundingBox(LayerBoundingBox box)
          creates a GM_Envelope with lat/lon coordinates from the passed LayerBoundingBox by transforming the corner coordinates to EPSG:4326.
protected  LayerBoundingBox DeegreeWMSCapabilitiesFactory.createBoundingBox(GM_Envelope llBBox, java.lang.String crs)
          creates a LayerBoundingBox with a CRS othe than EPSG:4326 instance from the passed LatLonBoundingBox and the desired CRS
private  Style DeegreeWMSCapabilitiesFactory.createDefaultStyle(java.lang.String layerName, LegendURL[] lURL)
          creates a default style for the submitted layer name.
protected  Style DeegreeWMSCapabilitiesFactory.createStyle(org.w3c.dom.Element element, java.lang.String layerName)
          Creates a Style-instance according to the contents of the DOM-subtree starting at the given 'Style'-Element.
protected  DataSource DeegreeWMSCapabilitiesFactory.createDataSource(org.w3c.dom.Element element, java.lang.String dfName, ScaleHint dfScaleHint)
          Creates a DataSource-instance according to the contents of the DOM-subtree starting at the given 'DataSource'-Element.
protected  LegendURL DeegreeWMSCapabilitiesFactory.createLegendURL(org.w3c.dom.Element element, java.lang.String styleName)
          Creates a LegendURL-instance according to the contents of the DOM-subtree starting at the given 'LegendURL'-Element.
private  Operation DeegreeWMSCapabilitiesFactory.createGetFeatureInfo()
          Creates the default 'GetFeatureInfo'-Operation to be used if it not defined in the capabilities-document.
 

Constructors in org.deegree_impl.services.wms.capabilities that throw XMLParsingException
Style_Impl(java.lang.String name, java.lang.String title, java.lang.String abstract_, LegendURL[] legendURLs, StyleSheetURL styleSheetURL, StyleURL styleURL, java.net.URL styleResource)
          constructor initializing the class with the