7#ifndef OGRMITABSPATIALREF_H_INCLUDED
8#define OGRMITABSPATIALREF_H_INCLUDED
20typedef struct TABProjInfo_t
25 double adProjParams[7];
31 double adDatumParams[5];
45TABFileGetSpatialRefFromTABProj(
const TABProjInfo &sTABProj);
49 TABProjInfo &sTABProj,
int &nParamCount);
55bool CPL_DLL MITABExtractCoordSysBounds(
const char *pszCoordSys,
double &dXMin,
56 double &dYMin,
double &dXMax,
59int CPL_DLL MITABCoordSys2TABProjInfo(
const char *pszCoordSys,
66bool CPL_DLL MITABLookupCoordSysBounds(TABProjInfo *psCS,
double &dXMin,
67 double &dYMin,
double &dXMax,
69 bool bOnlyUserTable =
false);
70int CPL_DLL MITABLoadCoordSysTable(
const char *pszFname);
71void CPL_DLL MITABFreeCoordSysTable();
This class represents an OpenGIS Spatial Reference System, and contains methods for converting betwee...
Definition ogr_spatialref.h:153
Core portability definitions for CPL.
short GInt16
Int16 type.
Definition cpl_port.h:165
unsigned char GByte
Unsigned byte type.
Definition cpl_port.h:169