marble
srtm2/tccore.cpp
Go to the documentation of this file.
111 //qDebug() << "lng(m)" << startLngPxResized << imageLngPxResized << "diff" << startLngPxResized - imageLngPxResized;
112 //qDebug() << "lat(n)" << startLatPxResized << imageLngPxResized << "diff" << startLatPxResized - imageLatPxResized;
119 QImage ret = image.copy(startLngPxResized - imageLngPxResized, startLatPxResized - imageLatPxResized, c_defaultTileSize, c_defaultTileSize);
131 dirs << "Africa" << "Australia" << "Eurasia" << "Silands" << "North_America" << "South_America";
135 fileName += QString( "%1%2%3%4.hgt" ).arg( NS ).arg( lat<0 ? lat*-1 : lat, 2, 10, QLatin1Char('0') )
191 if ( iLng > 1200 ) { //here not 1199 but one more, because of overlapping px at the end of the line
int execute(const QString &program, const QStringList &arguments)
bool rename(const QString &newName)
bool exists() const
QString currentPath()
QImage copy(const QRect &rectangle) const
bool isNull() const
void start(Priority priority)
void setVerifyExactResult(bool verify)
Definition: TileCreator.cpp:611
Definition: TileCreator.h:53
void quit()
void setTileFormat(const QString &format)
Definition: TileCreator.cpp:581
TCCoreApplication(int &argc, char **argv)
Definition: tccore.cpp:15
MARBLE_EXPORT int levelToRow(int levelZeroRows, int level)
Get the maximum number of tile rows for a given tile level.
Definition: TileLoaderHelper.cpp:36
MARBLE_EXPORT int levelToColumn(int levelZeroColumns, int level)
Get the maximum number of tile columns for a given tile level.
Definition: TileLoaderHelper.cpp:46
char * data()
bool connect(const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type)
QString arg(qlonglong a, int fieldWidth, int base, const QChar &fillChar) const
bool waitForFinished(int msecs)
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:13:42 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:13:42 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.