Thanks for ur help
I followed the complete procedure,in the PDF provided by JAY.L but after
installing all the appropriate bindings also i got an error..Here i attached
screen shot of the error message
Please give the suggestion to rectify this error...
Thnaks.
http://osgeo-org.18032
Even,
It seems the adding:
#include
resolves the segv issue.
I would recommend changing the example in:
http://www.gdal.org/gdal_tutorial.html
To include that in the section "Reading Raster Data" because the example
C code uses CPLMalloc(). It would also be very helpful to add:
...
CPLFr
Stephen,
at first sight, I don't see anything wrong with your code.
You need to include "cpl_conv.h" for CPLMalloc(). And memory allocated with
CPLMalloc() should be freed with CPLFree(). The doc is there :
http://gdal.org/cpl__conv_8h.html (http://gdal.org/ -> API reference
documentation ->
hello
Layer player12 = dspost2.CreateLayer("postlayer12", sr,
ogr.wkbLineString, null);
How can I make createlayer overwritable in java ?
regards
___
gdal-dev mailing list
gdal-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/gdal-dev