[gdal-dev] OGR modify feature

2012-12-03 Thread Srikanth
Hi, I am updating the feature of OGRFeature using poFeature->SetGeometry( newGeometry ). I want the attribute information to be retained while updating the geometry. Is there any way to do so or do i need to fetch the information and set it back. -- Regards, Srika

[gdal-dev] Polygon to Polyline

2012-04-08 Thread Srikanth
Dear All, I would like to convert the polygon shape file to polyline shape file. Is there any routine for carrying out this operation ? Please guide me. -- Regards, Srikanth ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org

[gdal-dev] Xerces 3.0.1 and Gdal 1.7

2010-11-26 Thread Srikanth
with xerces but was not clear with expat. Is GML reading and writing supported through Expat also ? Any advice would be of great help. Thank you. Regards, Srikanth ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo

Re: [gdal-dev] Re: reg GDALPolygonize

2009-11-18 Thread Srikanth
; OGRDataSource* ds = poDriver->CreateDataSource("Shape", NULL ); OGRLayer* poLayer = ds->CreateLayer("myfile",NULL,wkbMultiPolygon,NULL); CPLErr er = GDALPolygonize(poBandR , NULL , poLayer ,1,NULL,NULL,NULL); Regards, Srikanth On Wed, Nov 18, 2009 at 4:35 PM, Al

[gdal-dev] Re: reg GDALPolygonize

2009-11-18 Thread Srikanth
ce* ds = poDriver->CreateDataSource("Shape", NULL ); OGRLayer* poLayer = ds->CreateLayer("myfile",NULL,wkbMultiPolygon,NULL); CPLErr er = GDALPolygonize(poBandR , poBandMask , poLayer ,1,NULL,NULL,NULL); poLayer->SyncToDisk(); OGRDataSource::DestroyDataSource(ds);

[gdal-dev] reg GDALPolygonize

2009-11-16 Thread Srikanth
regarding the same are appreciated. -- Regards, Srikanth K. ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

[gdal-dev] Image classification

2009-11-10 Thread Srikanth
Dear All , Is there any utility in gdal libary which provides Image classification ( Supervised and Unsupervised) ? -- Regards, Srikanth K. www.servetheneedy.org ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo

[gdal-dev] conversion of raster to gml

2009-10-30 Thread Srikanth
Dear All, Does gdal has any utility which allows to convert a raster into gml or xml ? -- Regards, Srikanth K. ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

[gdal-dev] Reg. ECW support in GDAL

2009-09-11 Thread Srikanth
(similar) problem or anyone knows a fix to this issue , I would be grateful. The error trace file is attached with this mail. -- Regards, Srikanth K. $ make Making all in Source make[1]: Entering directory `/c/WorkingDir/ecw_jpeg_2000_sdk_3_3_source/libecwj2

Re: [gdal-dev] regarding GDALDriver::Create

2009-08-19 Thread Srikanth
assist me solving this issue. Regards, Srikanth On Fri, Aug 14, 2009 at 5:31 PM, Frank Warmerdam wrote: > On Fri, Aug 14, 2009 at 2:59 AM, Srikanth wrote: > > Dear All, > > > > I am reading and writing raster images using GDAL. Below is the code > which I > >

[gdal-dev] regarding GDALDriver::Create

2009-08-13 Thread Srikanth
Height ,uchar* data){ for(int i=0 ; i < numOfBands ; i++){ poBand[i]->RasterIO(GF_Write, x, y, blockWidth, blockHeight,data, blockWidth, blockHeight,(GDALDataType)this->datatpye, 0, 0); } } bool GDALImageWriter::closeDataset(){ if(poDataset!=NULL) GDALClose(poDataset); }

[gdal-dev] p.ha...@york.ac.uk,chaitanya...@gmail.com

2009-07-20 Thread Srikanth
b/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/bin/ld: cannot find -lclntsh collect2: ld returned 1 exit status configure:23781: $? = 1 -- Regards, Srikanth K. www.servetheneedy.org ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lis

Re: [gdal-dev] Regarding using OCI

2009-07-17 Thread Srikanth
gone through the example provided by Mr.Frank ( fastload.cpp and ocitest.cpp ) but he I do not want handle the oci calls by myself. Is there any possibilty to meet my requirement. Regards, Srikanth On Fri, Jul 17, 2009 at 3:20 PM, Peter Halls wrote: > Srikanth, > >  with the driver docu

[gdal-dev] Regarding using OCI

2009-07-17 Thread Srikanth
provide me suitable examples or guide me in locating suitable documenation. -- Regards, Srikanth K. ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev