栅格
- 栅格数据模型:https://gdal.org/user/raster_data_model.html#raster-data-model
- 栅格API教程:https://gdal.org/tutorials/raster_api_tut.html
- 栅格C API:https://gdal.org/api/raster_c_api.html#
- GDALDriverAPI:https://gdal.org/api/gdaldriver_cpp.html
- GDALDatasetAPI:https://gdal.org/api/gdaldataset_cpp.html
- GDALRasterBandAPI:https://gdal.org/api/gdalrasterband_cpp.html
矢量
- 矢量数据模型:https://gdal.org/user/vector_data_model.html
- 矢量API教程:https://gdal.org/tutorials/vector_api_tut.html
- 矢量C API:https://gdal.org/api/vector_c_api.html
- OGRLayerAPI:https://gdal.org/api/ogrlayer_cpp.html
- OGRFeatureAPI:https://gdal.org/api/ogrfeature_cpp.html
- OGRGeometryAPI:https://gdal.org/api/ogrgeometry_cpp.html
- OGRFeature StyleAPI:https://gdal.org/api/ogrfeaturestyle_cpp.html
网友评论