Re: [gdal-dev] C GDAL beginner

2010-03-02 Thread brian
deadpickle, The types in the OGR C api pretty much end in H. OGRCoordinateTransformation ctrans; should read OGRCoordinateTransformationH ctrans; The function your looking for is OCTNewCoordinateTransformation(). Brian On Tue, 2010-03-02 at 19:22 -0800, deadpickle wrote: > I'm trying to writ

[gdal-dev] C GDAL beginner

2010-03-02 Thread deadpickle
I'm trying to write a simple C program that creates and populates a shapefile (have one done in python). I'm very new to C and GDAL both and could use some help. I'm trying to apply coordinatetransformation to my points but first I have to create the coordinatetransformation. In python I can do thi