rasdaman complete source
rerase.h
Go to the documentation of this file.
1 /*
2  * This file is part of rasdaman community.
3  *
4  * Rasdaman community is free software: you can redistribute it and/or modify
5  * it under the terms of the GNU General Public License as published by
6  * the Free Software Foundation, either version 3 of the License, or
7  * (at your option) any later version.
8  *
9  * Rasdaman community is distributed in the hope that it will be useful,
10  * but WITHOUT ANY WARRANTY; without even the implied warranty of
11  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12  * GNU General Public License for more details.
13  *
14  * You should have received a copy of the GNU General Public License
15  * along with rasdaman community. If not, see <http://www.gnu.org/licenses/>.
16  *
17  * Copyright 2003 - 2011 Peter Baumann / rasdaman GmbH.
18  *
19  * For more information please see <http://www.rasdaman.org>
20  * or contact Peter Baumann via <baumann@rasdaman.com>.
21  */
22 
23 /*
24  * Contributed to rasdaman by Alexander Herzig, Landcare Research New Zealand
25  */
26 
34 #ifndef RERASE_H_
35 #define RERASE_H_
36 #define ctxRerase "ctxRerase"
37 
39 #ifdef EARLY_TEMPLATE
40 #define __EXECUTABLE__
41 #ifdef __GNUG__
42 #include "raslib/template_inst.hh"
43 #include "rasgeo_template_inst.hh"
44 #endif
45 #endif
46 
48 #include "libpq-fe.h"
49 
51 #include "RasdamanHelper2.h"
52 #include "RasdamanConnector.h"
53 
54 // required variables, if rasdaman is compiled with DEBUG enabled
55 #ifdef RMANDEBUG
56 int indentLevel;
57 bool debugOutput;
58 #endif
59 
60 void showEraseHelp();
61 int erasePSMetaData(RasdamanHelper2& helper);
62 int eraseNMMetaData(RasdamanHelper2& helper);
63 
64 
65 #endif /* RERASE_H_ */
int eraseNMMetaData(RasdamanHelper2 &helper)
Helper class for handling rasdaman collections and images.
Definition: RasdamanHelper2.h:66
void showEraseHelp()
RASDAMAN includes.
int erasePSMetaData(RasdamanHelper2 &helper)