Re: [gdal-dev] create 25D MultiPolygon how to

2009-03-28 Thread legeochen
Mateusz Loskot Thanks!! I'll keep this in mind. It's really important to good performance. 2009/3/29 Joaquim Luis > Thankx > > I'll keep this in mind if I ever one day start practicing C++ > For the time being, only good old C. > > Joaquim > > Joaquim Luis wrote: >> >>> Mateusz Loskot wrote: >>

Re: [gdal-dev] create 25D MultiPolygon how to

2009-03-08 Thread legeochen
an be read out. 2009/3/3 legeochen > Wow: > Tanks for your suggestion! Yeaph! That maybe where the rub is. I will try > it out soon. > cheers! > > 2009/3/3 wow <27949...@qq.com> > > Hi, >> Your code looks like that you didn't create any field for t

Re: [gdal-dev] create 25D MultiPolygon how to

2009-03-02 Thread legeochen
en > -- > To the world you're little, but to a person, maybe you're the world. > > > > > -- Original -- > *From: * "legeochen"; > *Date: * Fri, Feb 27, 2009 09:47 PM > *To: * "Gdal-Dev"; >

[gdal-dev] create 25D MultiPolygon how to

2009-02-27 Thread legeochen
Hi All I try to create some multipolygons with OGR. After creating them, but when I want view them in arcscene, it just make arcscene crash! Then I tried osgviewer with ESRI Shapefile, I was warned: ESRIShape loader: .dbf file containe different record number that .shp file.

Re: [gdal-dev] Interleave Bands with RasterIO?

2008-10-18 Thread legeochen
This is how i do it. I hope it is what you want:) GByte *myGdalScanData=(GByte *) CPLMalloc(theRasterViewport->drawableAreaXDim*theRasterViewport->drawableAreaYDim*4); if (myGdalScanData == NULL) { std::cout<<"scan data is null! "; } else { CPLErr myErr = GDA

[gdal-dev] I'm thinking make my source about gdal & wince open

2008-10-07 Thread legeochen
I wrote a quite simple c++ lib based on gdal 1.4.2 for wince August 2008. And now I am thinking about make it opensorce, and hope it can be improved by all interested in future. Any engaged in similar stuffs ? Any ideas and suggestions are appreciated! __

Re: [gdal-dev] can gdal be used under linux arm

2008-09-18 Thread legeochen
That's what i want! thank you you guys. Col 2008/9/17 Hamish <[EMAIL PROTECTED]> > legeochen: > > I used to write wince embeded programs with gdal reading > > image data. but now i wanna to port them to linux arm. can > > any tell me, is it possible? How

[gdal-dev] can gdal be used under linux arm

2008-09-16 Thread legeochen
I used to write wince embeded programs with gdal reading image data. but now i wanna to port them to linux arm. can any tell me, is it possible? How can I complie gdal for linux arm? t ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.