|
Re: GDAL and C: msg#00093gis.gdal.devel
Very Thanks Frank ! I´ll look with more attention to tutorial. Great tips! I apologize because my English errors, but I am studing this language! André Vinícius dos Santos Pelotas, RS, Brasil ----- Original Message ----- From: "Frank Warmerdam" <warmerdam@xxxxxxxxx> To: <gdal-dev@xxxxxxxxxxxxxxxxx> Sent: Friday, September 19, 2003 12:44 AM Subject: Re: [Gdal-dev] GDAL and C > André Vinícius dos Santos wrote: > > Thanks Frank! > > But, do you know how I can to open a geotiff image on C ? > > > > André Vinícus > > Andre, > > Yes: > > #include "gdal.h" > > int main() > > { > GDALDatasetH hDS; > > GDALAllRegister(); > > hDS = GDALOpen( "abc.tif", GA_ReadOnly ); > } > > I really think you need to look at the tutorial material for GDAL > programming, the C API reference docs, gdal_translate.cpp, and gdal.h > before asking more general questions. > > Best regards, > > -- > ---------------------------------------+---------------------------------- ---- > I set the clouds in motion - turn up | Frank Warmerdam, warmerdam@xxxxxxxxx > light and sound - activate the windows | http://pobox.com/~warmerdam > and watch the world go round - Rush | Geospatial Programmer for Rent > > > _______________________________________________ > Gdal-dev mailing list > Gdal-dev@xxxxxxxxxxxxxxxxx > http://remotesensing.org/mailman/listinfo/gdal-dev |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | GDALWARP Question: 00093, Reinaldo Escada Chohfi |
|---|---|
| Next by Date: | Re: Compiling GDAL (with GRASS support) on Mac OS X: 00093, Frank Warmerdam |
| Previous by Thread: | Re: GDAL and Ci: 00093, Frank Warmerdam |
| Next by Thread: | Re: importing SRTM30: 00093, Andrey Kiselev |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |