Home
last modified time | relevance | path

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

/dports/math/saga/saga-8.1.3/saga-gis/src/tools/projection/pj_proj4/
H A Dcrs_transform_utm.cpp166 pParameters->Set_Parameter("CRS_PROJ4" , UTM.Get_Proj4 ()); in On_Parameter_Changed()
186 pParameters->Set_Parameter("CRS_PROJ4" , UTM.Get_Proj4 ()); in On_Parameter_Changed()
255 pParameters->Set_Parameter("CRS_PROJ4" , UTM.Get_Proj4 ()); in On_Parameter_Changed()
274 pParameters->Set_Parameter("CRS_PROJ4" , UTM.Get_Proj4 ()); in On_Parameter_Changed()
H A Dcrs_base.cpp137 m_Projection.Get_Proj4(), true in CCRS_Base()
342 pParameters->Set_Parameter("CRS_PROJ4" , Projection.Get_Proj4 ()); in Parameter_Changed()
348 Set_User_Definition(*(*pParameters)("CRS_DIALOG")->asParameters(), Projection.Get_Proj4()); in Parameter_Changed()
1169 Message_Fmt("\n%s: %s", _TL("target"), Target.Get_Proj4().c_str()); in On_Execute()
1192 Message_Fmt("\n%s: %s", _TL("source"), m_Projector.Get_Source().Get_Proj4().c_str()); in On_Execute()
1193 Message_Fmt("\n%s: %s", _TL("target"), m_Projector.Get_Target().Get_Proj4().c_str()); in On_Execute()
H A Dcrs_transform.cpp242 if( (*ppProjection = pj_init_plus(Projection.Get_Proj4())) == NULL )
246 if( (*ppProjection = proj_create((PJ_CONTEXT *)m_pContext, Projection.Get_Proj4())) == NULL )
H A Dcrs_distance.cpp498 Distance.Set_Parameter("CRS_PROJ4", m_Projection.Get_Proj4()); in On_Execute_Position()
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/io/io_gdal/
H A Dgdal_catalogue.cpp517 pEntry->Set_Value(5, Projection.Get_Proj4 ()); in Add_File()
549 …L_PARAMETER_SET("CRS_PROJ4", Parameters("CATALOGUE_GCS")->asShapes()->Get_Projection().Get_Proj4()) in Add_To_Geographic()
H A Dgdal_import_wms.cpp369 if( SG_TOOL_PARAMETER_SET("CRS_PROJ4" , pTarget->Get_Projection().Get_Proj4()) in Get_Projected()
H A Dogr_driver.cpp939 …&& OSRImportFromProj4(pSRS = OSRNewSpatialReference(NULL), pShapes->Get_Projection().Get_Proj4())… in Write()
/dports/math/saga/saga-8.1.3/saga-gis/src/saga_core/saga_gui/
H A Dwksp_map_layer.cpp713 && pTool->Set_Parameter("CRS_PROJ4" , prj_Map.Get_Proj4()) in Draw()
753 && pTool->Set_Parameter("CRS_PROJ4" , prj_Map.Get_Proj4()) in Draw()
H A Dwksp_map.cpp866 …:Format("\n%s:\n [%s]", _TL("Map" ), m_Projection .Get_Proj4().c_str()); in Add_Layer()
867 …:Format("\n%s:\n [%s]", _TL("Layer"), pLayer->Get_Object()->Get_Projection().Get_Proj4().c_str()); in Add_Layer()
1340 P.Set_Parameter("CRS_PROJ4", m_Projection.Get_Proj4()); in Set_Projection()
2361 P.Add_Node("", "MAP", m_Projection.Get_Name(), m_Projection.Get_Proj4()); in Show_Coordinate()
H A Dwksp_map_graticule.cpp441 && pTool->Set_Parameter("CRS_PROJ4" , Get_Map()->Get_Projection().Get_Proj4()) in Get_Graticule()
H A Dwksp_layer.cpp915 && pTool->Set_Parameter("CRS_PROJ4" , Projection.Get_Proj4 ()) in _Set_Projection()
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/imagery/imagery_tools/
H A Dlandsat_import.cpp269 CSG_String Projection = pTmp->Get_Projection().Get_Proj4(); in Get_Band()
H A Dsentinel_2_scene_import.cpp481 CSG_String Projection = pTmp->Get_Projection().Get_Proj4(); in Load_Band()
H A Dlandsat_scene_import.cpp961 CSG_String Projection = pTmp->Get_Projection().Get_Proj4(); in Load_Band()
/dports/math/saga/saga-8.1.3/saga-gis/src/saga_core/saga_api/
H A Dprojections.cpp2180 pTool->Set_Parameter("CRS_PROJ4", Target.Get_Proj4()); in SG_Get_Projected()
2211 && pTool->Set_Parameter("TARGET_CRS", Target.Get_Proj4()) in SG_Get_Projected()
2212 && pTool->Set_Parameter("SOURCE_CRS", Source.Get_Proj4()) in SG_Get_Projected()
H A Dgeo_tools.h784 const CSG_String & Get_Proj4 (void) const { return( m_Proj4 ); } in Get_Proj4() function