On 25 March 2014 12:37, Dmitriy Baryshnikov <[email protected]> wrote:
> According to naming conventions I think, that pure interface classes should
> start with I (e.g. IGDALRasterDataset, IGDALVectorDataset).
> For the Abstract class maybe such naming will sute:
> GDALEmptyRasterDataset -> GDALRasterDataset
> GDALAbstractRasterDataset -> GDALRasterDatasetBase
> GDALIRasterDataset -> IGDALRasterDataset
namespace gdal {
class IRasterDataset;
class RasterDataset
class RasterDatasetBase;
}
Best regards,
--
Mateusz Łoskot, http://mateusz.loskot.net
_______________________________________________
gdal-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/gdal-dev