Home
last modified time | relevance | path

Searched refs:iFirstGeogStep (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/proj/proj-7.2.1/src/iso19111/
H A Dio.cpp9962 int iFirstGeogStep = -1; in createFromPROJString() local
9973 if (iFirstGeogStep < 0) { in createFromPROJString()
9974 iFirstGeogStep = i; in createFromPROJString()
10164 if (iFirstGeogStep == 0 && !d->steps_[iFirstGeogStep].inverted && in createFromPROJString()
10171 0, d->buildGeographicCRS(iFirstGeogStep, iFirstUnitConvert, in createFromPROJString()
10179 (iFirstGeogStep < 0 || iFirstGeogStep + 1 == iProjStep) && in createFromPROJString()
10181 if (iFirstGeogStep < 0) in createFromPROJString()
10182 iFirstGeogStep = iProjStep; in createFromPROJString()
10190 iFirstGeogStep, iFirstUnitConvert < iFirstGeogStep in createFromPROJString()
10193 iFirstAxisSwap < iFirstGeogStep ? iFirstAxisSwap in createFromPROJString()
[all …]