openModeller  Version 1.4.0
GeoTransform.cpp File Reference
#include <openmodeller/env_io/GeoTransform.hh>
#include <openmodeller/om_defs.hh>
#include <openmodeller/Log.hh>
#include <openmodeller/Exceptions.hh>
#include <ogr_api.h>
#include <ogr_spatialref.h>
#include <cpl_error.h>
Include dependency graph for GeoTransform.cpp:

Go to the source code of this file.

Defines

#define OM_WGS84   "GEOGCS[\"WGS84\", DATUM[\"WGS84\", \ SPHEROID[\"WGS84\", 6378137.0, 298.257223563]], \ PRIMEM[\"Greenwich\", 0.0], \ UNIT[\"degree\",0.017453292519943295], \ AXIS[\"Longitude\",EAST], AXIS[\"Latitude\",NORTH]]"

Functions

void errorHandler (CPLErr eErrClass, int err_no, const char *msg)

Define Documentation

#define OM_WGS84   "GEOGCS[\"WGS84\", DATUM[\"WGS84\", \ SPHEROID[\"WGS84\", 6378137.0, 298.257223563]], \ PRIMEM[\"Greenwich\", 0.0], \ UNIT[\"degree\",0.017453292519943295], \ AXIS[\"Longitude\",EAST], AXIS[\"Latitude\",NORTH]]"

Definition at line 46 of file GeoTransform.cpp.

Referenced by GeoTransform::getDefaultCS().


Function Documentation

void errorHandler ( CPLErr  eErrClass,
int  err_no,
const char *  msg 
)

Definition at line 54 of file GeoTransform.cpp.

References Log::info(), and Log::instance().

Here is the call graph for this function: