Home
last modified time | relevance | path

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

/dports/math/saga/saga-8.1.3/saga-gis/src/tools/projection/pj_proj4/
H A Dcrs_distance.cpp292 CSG_Shape_Line *pLoxodrome = (CSG_Shape_Line *)pLoxodromes->Add_Shape(pProj, SHAPE_COPY_ATTR); in On_Execute() local
295 pLoxodrome ->Set_Value(pPlanars->Get_Field_Count() + 0, pProj->Get_Length(iPart)); in On_Execute()
298 pLoxodrome ->Add_Point(B); in On_Execute()
308 dLoxodrome += Distance.Get_Loxodrome (A, B, pLoxodrome ); in On_Execute()
311 pLoxodrome ->Add_Point(B); in On_Execute()
315 pLoxodrome ->Set_Value(pPlanars->Get_Field_Count() + 1, dLoxodrome ); in On_Execute()
415 CSG_Shape *pLoxodrome = pDistances->Add_Shape(); pLoxodrome ->Set_Value(0, "Loxodrome" ); in On_Execute() local
419 pLoxodrome ->Add_Point(A); in On_Execute()
423 pLoxodrome ->Set_Value(1, Distance.Get_Loxodrome (A, B, pLoxodrome )); in On_Execute()
427 pLoxodrome ->Add_Point(B); in On_Execute()