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
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
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
;
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
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);
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
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
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
(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
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
> >
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);
}
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
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
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
14 matches
Mail list logo