6#ifndef GEOHEIF_H_INCLUDED_
7#define GEOHEIF_H_INCLUDED_
31class CPL_DLL GeoHEIF final
34 double modelTransform[6] = {0.0};
35 bool haveGCPs =
false;
36 std::vector<gdal::GCP> gcps;
43 bool has_GCPs()
const;
45 void setModelTransformation(
const uint8_t *payload,
size_t length);
47 void addGCPs(
const uint8_t *payload,
size_t length);
48 int GetGCPCount()
const;
50 void extractSRS(
const uint8_t *payload,
size_t length)
const;
This class represents an OpenGIS Spatial Reference System, and contains methods for converting betwee...
Definition ogr_spatialref.h:152
CPLErr
Error category.
Definition cpl_error.h:37
Coordinate systems services.
Ground Control Point.
Definition gdal.h:1221