[gdal-dev] Getting MITAB format out with projection

2009-04-14 Thread Reinaldo Escada Chohfi
Folks, When I use the following piece of code in a program I can get the Shape files with the correct projection parameters in a .prj ESRI style file. const char *pszDriverName = "ESRI Shapefile"; OGRSFDriver *poDriver; OGRRegisterAll(); . . . OGRSpatialReference oSRS; oSRS.SetWellKnownGeogCS(

[gdal-dev] Getting MITAB format out with projection

2009-04-14 Thread Reinaldo Escada Chohfi
Folks, When I use the following piece of code in a program I can get the Shape files with the correct projection parameters in a .prj ESRI style file. const char *pszDriverName = "ESRI Shapefile"; OGRSFDriver *poDriver; OGRRegisterAll(); . . . OGRSpatialReference oSRS; oSRS.SetWellKnownGeogCS(

[gdal-dev] Getting MITAB format out with projection

2009-04-12 Thread Reinaldo Escada Chohfi
Folks, When I use the following piece of code in a program I can get the Shape files with the correct projection parameters in a .prj ESRI style file. const char *pszDriverName = "ESRI Shapefile"; OGRSFDriver *poDriver; OGRRegisterAll(); . . . OGRSpatialReference oSRS; oSRS.SetWellKnownGeogCS(