Hello,
I have a shape file which consists of many polygons (say 56).
Programmatically I wish to select (say, one poly.) from them. I proceeded
something like this.
OGRLayer *clippingshp; unsigned int NumPolygons;
while((tempfeature=inlayer->GetNextFeature( ))!=NULL)
{
clippingshp->CreateFeatur
Hello,
I have a shape file which consists of many polygons (say 56).
Programmatically I wish to select (say, one poly.) from them. I proceeded
something like this.
OGRLayer *clippingshp; unsigned int NumPolygons;
while((tempfeature=inlayer->GetNextFeature( ))!=NULL)
{
clippingshp->CreateFeatur