Home
last modified time | relevance | path

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

/dports/graphics/py-gdal/gdal-3.3.3/apps/
H A Dgdal_grid_lib.cpp1287 OGRSpatialReference oOutputSRS; in GDALGridOptionsNew() local
1289 if( oOutputSRS.SetFromUserInput( papszArgv[i+1] ) != OGRERR_NONE ) in GDALGridOptionsNew()
1299 oOutputSRS.exportToWkt( &(psOptions->pszOutputSRS) ); in GDALGridOptionsNew()
H A Dgdal_translate_lib.cpp748 OGRSpatialReference oOutputSRS; in GDALTranslate() local
749 oOutputSRS.SetAxisMappingStrategy(OAMS_TRADITIONAL_GIS_ORDER); in GDALTranslate()
751 if( oOutputSRS.SetFromUserInput( psOptions->pszOutputSRS ) != OGRERR_NONE ) in GDALTranslate()
763 if( oOutputSRS.exportToWkt( &pszSRS ) != OGRERR_NONE ) in GDALTranslate()
768 oOutputSRS.exportToWkt( &pszSRS, apszOptions ); in GDALTranslate()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/apps/
H A Dgdal_grid_lib.cpp1287 OGRSpatialReference oOutputSRS; in GDALGridOptionsNew() local
1289 if( oOutputSRS.SetFromUserInput( papszArgv[i+1] ) != OGRERR_NONE ) in GDALGridOptionsNew()
1299 oOutputSRS.exportToWkt( &(psOptions->pszOutputSRS) ); in GDALGridOptionsNew()
H A Dgdal_translate_lib.cpp748 OGRSpatialReference oOutputSRS; in GDALTranslate() local
749 oOutputSRS.SetAxisMappingStrategy(OAMS_TRADITIONAL_GIS_ORDER); in GDALTranslate()
751 if( oOutputSRS.SetFromUserInput( psOptions->pszOutputSRS ) != OGRERR_NONE ) in GDALTranslate()
763 if( oOutputSRS.exportToWkt( &pszSRS ) != OGRERR_NONE ) in GDALTranslate()
768 oOutputSRS.exportToWkt( &pszSRS, apszOptions ); in GDALTranslate()
/dports/graphics/gdal/gdal-3.3.3/apps/
H A Dgdal_grid_lib.cpp1287 OGRSpatialReference oOutputSRS; in GDALGridOptionsNew() local
1289 if( oOutputSRS.SetFromUserInput( papszArgv[i+1] ) != OGRERR_NONE ) in GDALGridOptionsNew()
1299 oOutputSRS.exportToWkt( &(psOptions->pszOutputSRS) ); in GDALGridOptionsNew()
H A Dgdal_translate_lib.cpp748 OGRSpatialReference oOutputSRS; in GDALTranslate() local
749 oOutputSRS.SetAxisMappingStrategy(OAMS_TRADITIONAL_GIS_ORDER); in GDALTranslate()
751 if( oOutputSRS.SetFromUserInput( psOptions->pszOutputSRS ) != OGRERR_NONE ) in GDALTranslate()
763 if( oOutputSRS.exportToWkt( &pszSRS ) != OGRERR_NONE ) in GDALTranslate()
768 oOutputSRS.exportToWkt( &pszSRS, apszOptions ); in GDALTranslate()