|
using | OpenOrienteering::ogr::unique_transformation = std::unique_ptr< typename std::remove_pointer< OGRCoordinateTransformationH >::type, OGRCoordinateTransformationHDeleter > |
| A convenience class for OGR C API coordinate transformation handles, similar to std::unique_ptr. More...
|
|
using | OpenOrienteering::ogr::unique_datasource = std::unique_ptr< typename std::remove_pointer< OGRDataSourceH >::type, OGRDataSourceHDeleter > |
| A convenience class for OGR C API datasource handles, similar to std::unique_ptr. More...
|
|
using | OpenOrienteering::ogr::unique_feature = std::unique_ptr< typename std::remove_pointer< OGRFeatureH >::type, OGRFeatureHDeleter > |
| A convenience class for OGR C API feature handles, similar to std::unique_ptr. More...
|
|
using | OpenOrienteering::ogr::unique_fielddefn = std::unique_ptr< typename std::remove_pointer< OGRFieldDefnH >::type, OGRFieldDefnHDeleter > |
| A convenience class for OGR C API field definition handles, similar to std::unique_ptr. More...
|
|
using | OpenOrienteering::ogr::unique_geometry = std::unique_ptr< typename std::remove_pointer< OGRGeometryH >::type, OGRGeometryHDeleter > |
| A convenience class for OGR C API geometry handles, similar to std::unique_ptr. More...
|
|
using | OpenOrienteering::ogr::unique_srs = std::unique_ptr< typename std::remove_pointer< OGRSpatialReferenceH >::type, OGRSpatialReferenceHDeleter > |
| A convenience class for OGR C API SRS handles, similar to std::unique_ptr. More...
|
|
using | OpenOrienteering::ogr::unique_stylemanager = std::unique_ptr< typename std::remove_pointer< OGRStyleMgrH >::type, OGRStyleMgrHDeleter > |
| A convenience class for OGR C API style manager handles, similar to std::unique_ptr. More...
|
|
using | OpenOrienteering::ogr::unique_styletable = std::unique_ptr< typename std::remove_pointer< OGRStyleTableH >::type, OGRStyleTableHDeleter > |
| A convenience class for OGR C API style manager handles, similar to std::unique_ptr. More...
|
|