3.3.2.6. Struct GeoReference¶
- Defined in File wrapper.h
3.3.2.6.1. Struct Documentation¶
-
struct
GeoReference
¶ Data class that represents GDAL geo reference information.
Public Functions
-
GeoReference
()¶
-
GeoReference
(const std::vector<double> &geo_trans, const std::string &proj_ref)¶
-
~GeoReference
()¶
-
GeoReference
(const GeoReference&)¶
-
GeoReference &
operator=
(const GeoReference&)¶
-
GeoReference
(GeoReference&&)¶
-
GeoReference &
operator=
(GeoReference&&)¶
-