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

Method SetLCC

ogr/ogrspatialreference.cpp:7481–7493  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7479/************************************************************************/
7480
7481OGRErr OGRSpatialReference::SetLCC(double dfStdP1, double dfStdP2,
7482 double dfCenterLat, double dfCenterLong,
7483 double dfFalseEasting,
7484 double dfFalseNorthing)
7485
7486{
7487 TAKE_OPTIONAL_LOCK();
7488
7489 return d->replaceConversionAndUnref(
7490 proj_create_conversion_lambert_conic_conformal_2sp(
7491 d->getPROJContext(), dfCenterLat, dfCenterLong, dfStdP1, dfStdP2,
7492 dfFalseEasting, dfFalseNorthing, nullptr, 0, nullptr, 0));
7493}
7494
7495/************************************************************************/
7496/* OSRSetLCC() */

Callers 15

OSRSetLCCFunction · 0.80
test_isis_18Function · 0.80
OpenMethod · 0.80
OpenMethod · 0.80
CheckGeoSDEInfoMethod · 0.80
ParseProjDictMethod · 0.80
IdrisiGeoReference2WktFunction · 0.80
ProcessMapinfoMethod · 0.80
gt_wkt_srs.cppFile · 0.80
HFAPCSStructToOSRFunction · 0.80

Calls 2

getPROJContextMethod · 0.80

Tested by 1

test_isis_18Function · 0.64