Spatial reference system / coordinate reference system.
More...
#include <SpatialReference.h>
|
|
| SpatialReference (int epsg) |
| | Construct from EPSG code.
|
| |
|
| SpatialReference (const std::string &wkt) |
| | Construct from WKT-formatted string.
|
| |
|
| SpatialReference (const OGRSpatialReference &) |
| |
|
int | toEPSG () const |
| | Get EPSG code.
|
| |
|
std::string | toWKT () const |
| | Export to WKT-formatted string.
|
| |
|
const OGRSpatialReference & | get () const |
| | Get the underlying OGRSpatialReference object.
|
| |
Spatial reference system / coordinate reference system.
The documentation for this class was generated from the following files:
- /home/runner/work/isce3/isce3/cxx/isce3/io/gdal/SpatialReference.h
- /home/runner/work/isce3/isce3/cxx/isce3/io/gdal/SpatialReference.cpp
1.13.2.