marble
#include <ServerLayout.h>

Public Member Functions | |
| WmsServerLayout (GeoSceneTiled *texture) | |
| virtual QUrl | downloadUrl (const QUrl &prototypeUrl, const Marble::TileId &tileId) const | 
| QString | epsgCode () const | 
| virtual QString | name () const | 
  Public Member Functions inherited from Marble::ServerLayout | |
| ServerLayout (GeoSceneTiled *textureLayer) | |
| virtual | ~ServerLayout () | 
Additional Inherited Members | |
  Protected Attributes inherited from Marble::ServerLayout | |
| GeoSceneTiled *const | m_textureLayer | 
Detailed Description
Definition at line 90 of file ServerLayout.h.
Constructor & Destructor Documentation
      
  | 
  explicit | 
Definition at line 106 of file ServerLayout.cpp.
Member Function Documentation
      
  | 
  virtual | 
Adds WMS query items to the prototypeUrl and returns the result. 
The following items are added: service, request, version, width, height, bbox.
The following items are only added if they are not already specified in the dgml file: styles, format, srs, layers.
Implements Marble::ServerLayout.
Definition at line 111 of file ServerLayout.cpp.
| QString Marble::WmsServerLayout::epsgCode | ( | ) | const | 
Definition at line 156 of file ServerLayout.cpp.
      
  | 
  virtual | 
Returns the name of the server layout to be used as the value in the mode attribute in the DGML file.
Implements Marble::ServerLayout.
Definition at line 151 of file ServerLayout.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:13:47 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
    KDE API Reference
 Public Member Functions inherited from