![]() |
Maria GDK 5.0.0.737
Documentation of native code in develop branch
|
#include <MRasterMapPackage.h>
Classes | |
class | DataSet |
Public Member Functions | |
RasterMapPackage (const std::string &mapSignature="", const std::string &name="") | |
void | setMapSignature (const std::string &mapSignature) |
const std::string & | getMapSignature () const |
void | setName (const std::string &name) |
const std::string & | getName () const |
void | clearDataSets () |
void | addDataSet (const DataSet &ds) |
const std::vector< DataSet > & | getDataSets () const |
void | setParams (const std::map< std::string, std::string > ¶ms) |
const std::map< std::string, std::string > & | getParams () const |
void | setContentType (MapContentType contentType) |
MapContentType | getContentType () const |
void | setVersion (const std::string &vString) |
void | setVersion (const SemanticVersionNumber &version) |
const SemanticVersionNumber & | getVersion () const |