[CONNECT UPDATE 15 C++] Geographic Coordinate System - Center Point(0,0)

Hello,

I need to set center point(0,0) for specifc latitude and longidute (N50:01:59.9 E08:34:13.64).

To achive this I create new GCS and set the following properties.

pCus_GCS->SetStandardParallel1(DStdPrll);
pCus_GCS->SetCentralMeridian(DCenMer);

At the end when I place cell at location N50:01:59.9 E08:34:13.64 the X value is 0 but Y value is not.

At picture below you can see result. My question is. What to do to set point 0,0 to location N50:01:59.9 E08:34:13.64 ?

Edit: Point 0,0 is at location S00:00:00 E008:34:13.64. So I need to set latitude somehow.

Regards,

Damian Holubowski

Parents Reply Children
No Data