On Fri, Mar 29, 2013 at 3:00 PM, Even Rouault
wrote:
> Le vendredi 29 mars 2013 21:38:13, Andy Canfield a écrit :
> > If I create a shapefile layer like so:
> > const char *pszShpDriverName = "ESRI Shapefile";
> > OGRSFDriver *poShpDriver;
> > poShpDriver =
> > OGRSFDriverRegistrar::GetRegistrar()
Le vendredi 29 mars 2013 21:38:13, Andy Canfield a écrit :
> If I create a shapefile layer like so:
> const char *pszShpDriverName = "ESRI Shapefile";
> OGRSFDriver *poShpDriver;
> poShpDriver =
> OGRSFDriverRegistrar::GetRegistrar()->GetDriverByName(pszShpDriverName);
> poShpDS = poShpDriver->Crea
If I create a shapefile layer like so:
const char *pszShpDriverName = "ESRI Shapefile";
OGRSFDriver *poShpDriver;
poShpDriver =
OGRSFDriverRegistrar::GetRegistrar()->GetDriverByName(pszShpDriverName);
poShpDS = poShpDriver->CreateDataSource(pszDstFilename, NULL);
poShpLayer = poShpDS->CreateLayer(