marble
#include <ServerLayout.h>
Public Member Functions | |
ServerLayout (GeoSceneTiled *textureLayer) | |
virtual | ~ServerLayout () |
virtual QUrl | downloadUrl (const QUrl &prototypeUrl, const TileId &id) const =0 |
virtual QString | name () const =0 |
Protected Attributes | |
GeoSceneTiled *const | m_textureLayer |
Detailed Description
Definition at line 21 of file ServerLayout.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 27 of file ServerLayout.cpp.
|
virtual |
Definition at line 32 of file ServerLayout.cpp.
Member Function Documentation
|
pure virtual |
Translates given tile id
using a prototypeUrl
into an URL that can be used for downloading.
- Parameters
-
prototypeUrl prototype URL, to be completed by this method id Marble-specific ID of requested tile
- Returns
- completed URL for requested tile id
Implemented in Marble::TmsServerLayout, Marble::QuadTreeServerLayout, Marble::WmsServerLayout, Marble::CustomServerLayout, Marble::OsmServerLayout, and Marble::MarbleServerLayout.
|
pure virtual |
Returns the name of the server layout to be used as the value in the mode attribute in the DGML file.
Implemented in Marble::TmsServerLayout, Marble::QuadTreeServerLayout, Marble::WmsServerLayout, Marble::CustomServerLayout, Marble::OsmServerLayout, and Marble::MarbleServerLayout.
Member Data Documentation
|
protected |
Definition at line 44 of file ServerLayout.h.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:38:57 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.