ToolMap
Loading...
Searching...
No Matches
tmgisdatarasteregrid.h
1
/***************************************************************************
2
tmgisdatarasteregrid.h
3
For dealing with raster ESRI's binary grid
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_EGRID_H_
20
#define _TM_GISDATARASTER_EGRID_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
33
class
tmGISDataRasterEGRID
:
public
tmGISDataRaster
{
34
private
:
35
protected
:
36
public
:
37
tmGISDataRasterEGRID
();
38
39
~tmGISDataRasterEGRID
();
40
41
virtual
wxString
GetDataSizeAsHtml
(
int
iPrecision = 2);
42
};
43
44
#endif
tmGISDataRasterEGRID
Definition
tmgisdatarasteregrid.h:33
tmGISDataRasterEGRID::GetDataSizeAsHtml
virtual wxString GetDataSizeAsHtml(int iPrecision=2)
Get Size of The binary grid.
Definition
tmgisdatarasteregrid.cpp:36
tmGISDataRaster
Definition
tmgisdataraster.h:66
src
gis
tmgisdatarasteregrid.h
Generated by
1.9.8