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