ToolMap
Loading...
Searching...
No Matches
tmgisdatarastertiff.h
1/***************************************************************************
2 tmgisdatarastertiff.h
3 For dealing with spatial raster data (*.tiff, *.tif)
4 -------------------
5 copyright : (C) 2007 CREALP Lucien Schreiber
6 ***************************************************************************/
7
8/***************************************************************************
9 * *
10 * This program is free software; you can redistribute it and/or modify *
11 * it under the terms of the GNU General Public License as published by *
12 * the Free Software Foundation; either version 2 of the License, or *
13 * (at your option) any later version. *
14 * *
15 ***************************************************************************/
16
17// comment doxygen
18
19#ifndef _TM_GISDATARASTER_TIFF_H_
20#define _TM_GISDATARASTER_TIFF_H_
21
22// For compilers that support precompilation, includes "wx/wx.h".
23#include <wx/wxprec.h>
24
25// Include wxWidgets' headers
26#ifndef WX_PRECOMP
27#include <wx/wx.h>
28#endif
29
30#include "gdal_priv.h"
31#include "tmgisdataraster.h"
32
34 private:
35 protected:
36 public:
38
40
41 virtual wxString GetDataSizeAsHtml(int iPrecision = 2);
42};
43
44#endif
Definition tmgisdatarastertiff.h:33
virtual wxString GetDataSizeAsHtml(int iPrecision=2)
Get Size of The Tiff raster.
Definition tmgisdatarastertiff.cpp:36
Definition tmgisdataraster.h:66