rasdaman complete source
Classes | Enumerations | Functions
rasgeo_util.hh File Reference
#include <stdio.h>
#include <list>
#include <exception>
#include "raslib/mddtypes.hh"
#include "raslib/minterval.hh"

Go to the source code of this file.

Classes

class  RasgeoUtil
 

Enumerations

enum  ImportType { IMPORTTYPE_UNDEF, IMPORTTYPE_ORTHO, IMPORTTYPE_DEM, IMPORTTYPE_TK }
 indicator to make RasgeoUtil know what kind of import is going on More...
 

Functions

void parseParams (int argc, char **argv) throw (ImportError, r_Error)
 parameter evaluation procedure, to be provided by each tool individually More...
 

Enumeration Type Documentation

enum ImportType

indicator to make RasgeoUtil know what kind of import is going on

Enumerator
IMPORTTYPE_UNDEF 
IMPORTTYPE_ORTHO 
IMPORTTYPE_DEM 
IMPORTTYPE_TK 

Function Documentation

void parseParams ( int  argc,
char **  argv 
)
throw (ImportError,
r_Error
)

parameter evaluation procedure, to be provided by each tool individually