MCPcopy Create free account
hub / github.com/OSGeo/gdal / SetCEA

Method SetCEA

ogr/ogrspatialreference.cpp:6634–6645  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6632/************************************************************************/
6633
6634OGRErr OGRSpatialReference::SetCEA(double dfStdP1, double dfCentralMeridian,
6635 double dfFalseEasting,
6636 double dfFalseNorthing)
6637
6638{
6639 TAKE_OPTIONAL_LOCK();
6640
6641 return d->replaceConversionAndUnref(
6642 proj_create_conversion_lambert_cylindrical_equal_area(
6643 d->getPROJContext(), dfStdP1, dfCentralMeridian, dfFalseEasting,
6644 dfFalseNorthing, nullptr, 0.0, nullptr, 0.0));
6645}
6646
6647/************************************************************************/
6648/* OSRSetCEA() */

Callers 10

OSRSetCEAFunction · 0.80
CheckGeoSDEInfoMethod · 0.80
ParseProjDictMethod · 0.80
IdrisiGeoReference2WktFunction · 0.80
gt_wkt_srs.cppFile · 0.80
HFAPCSStructToOSRFunction · 0.80
ParseSRSMethod · 0.80
ReadProjectionMethod · 0.80

Calls 2

getPROJContextMethod · 0.80

Tested by

no test coverage detected