Home
last modified time | relevance | path

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

/dports/math/saga/saga-8.1.3/saga-gis/src/tools/io/io_gdal/
H A Dogr_export_kml.cpp130 else if( pShapes->Get_Projection().Get_Type() != SG_PROJ_TYPE_CS_Geographic ) in On_Execute()
/dports/math/saga/saga-8.1.3/saga-gis/src/saga_core/saga_api/
H A Dprojections.cpp80 if( !Identifier.CmpNoCase("GEOGCS") ) return( SG_PROJ_TYPE_CS_Geographic ); in SG_Get_Projection_Type()
92 case SG_PROJ_TYPE_CS_Geographic: return( "GEOGCS" ); in SG_Get_Projection_Type_Identifier()
104 case SG_PROJ_TYPE_CS_Geographic: return( _TL("Geographic Coordinate System") ); in SG_Get_Projection_Type_Name()
931 : !m.Get_Name().Cmp("GEOGCS") ? SG_PROJ_TYPE_CS_Geographic in Get_Projection()
1024 : !WKT.BeforeFirst('[').Cmp("GEOGCS") ? SG_PROJ_TYPE_CS_Geographic in Get_Names_List()
H A Dgeo_tools.h686 SG_PROJ_TYPE_CS_Geographic, enumerator
796 bool is_Geographic (void) const { return( m_Type == SG_PROJ_TYPE_CS_Geographic ); } in is_Geographic()
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/io/io_grid_image/
H A Dgrid_export.cpp270 …r->asPointer() && pParameter->asGrid()->Get_Projection().Get_Type() == SG_PROJ_TYPE_CS_Geographic); in On_Parameters_Enable()
461 if( Projection.Get_Type() == SG_PROJ_TYPE_CS_Geographic && Parameters("FILE_KML")->asBool() ) in On_Execute()
H A Dgrid_to_kml.cpp285 else if( pGrid->Get_Projection().Get_Type() != SG_PROJ_TYPE_CS_Geographic ) in On_Execute()
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/projection/pj_proj4/
H A Dcrs_transform_grid.cpp336 …bool bGeogCS_Adjust = m_Projector.Get_Source().Get_Type() == SG_PROJ_TYPE_CS_Geographic && pGrid->… in Transform()
445 …bool bGeogCS_Adjust = m_Projector.Get_Source().Get_Type() == SG_PROJ_TYPE_CS_Geographic && Source_… in Transform()
902 if( m_Projector.Get_Source().Get_Type() == SG_PROJ_TYPE_CS_Geographic ) in Set_Target_Area()
H A Dcrs_base.cpp197 SG_Get_Projections().Get_Names_List(SG_PROJ_TYPE_CS_Geographic) in CCRS_Base()
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/db/db_pgsql/
H A Ddb_pgsql.cpp2466 SG_Get_Projections().Get_Names_List(SG_PROJ_TYPE_CS_Geographic) in Add_SRID_Picker()