3#include <ogr_spatialref.h>
6namespace isce3 {
namespace io {
namespace gdal {
24 std::string
toWKT()
const;
27 const OGRSpatialReference &
get()
const {
return _srs; }
30 OGRSpatialReference _srs;
34bool operator==(
const SpatialReference &,
const SpatialReference &);
37bool operator!=(
const SpatialReference &,
const SpatialReference &);
std::string toWKT() const
Export to WKT-formatted string.
Definition SpatialReference.cpp:79
const OGRSpatialReference & get() const
Get the underlying OGRSpatialReference object.
Definition SpatialReference.h:27
SpatialReference(int epsg)
Construct from EPSG code.
Definition SpatialReference.cpp:28
int toEPSG() const
Get EPSG code.
Definition SpatialReference.cpp:67
The isce3::io namespace.
Definition Constants.h:14
base interpolator is an abstract base class
Definition BinarySearchFunc.cpp:5