Home
last modified time | relevance | path

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

/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/
H A Dogrspatialreference.cpp6320 OGRSpatialReference * poNewSRS; in CloneGeogCS() local
6340 poNewSRS = new OGRSpatialReference(); in CloneGeogCS()
6341 poNewSRS->SetRoot( poGeogCS ); in CloneGeogCS()
6343 poNewSRS->SetAngularUnits( "degree", CPLAtof(SRS_UA_DEGREE_CONV) ); in CloneGeogCS()
6345 return poNewSRS; in CloneGeogCS()
6355 poNewSRS = new OGRSpatialReference(); in CloneGeogCS()
6356 poNewSRS->SetRoot( poGeogCS->Clone() ); in CloneGeogCS()
6358 return poNewSRS; in CloneGeogCS()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/
H A Dogrspatialreference.cpp8609 OGRSpatialReference * poNewSRS = new OGRSpatialReference(); in CloneGeogCS() local
8651 poNewSRS->d->setPjCRS(geodCRS); in CloneGeogCS()
8653 poNewSRS->SetAxisMappingStrategy(OAMS_TRADITIONAL_GIS_ORDER); in CloneGeogCS()
8654 return poNewSRS; in CloneGeogCS()
9005 OGRSpatialReference* poNewSRS = nullptr; in convertToOtherProjection() local
9028 poNewSRS = new OGRSpatialReference(); in convertToOtherProjection()
9043 poNewSRS->d->setPjCRS(new_proj_crs); in convertToOtherProjection()
9051 return poNewSRS; in convertToOtherProjection()
/dports/graphics/gdal/gdal-3.3.3/ogr/
H A Dogrspatialreference.cpp8609 OGRSpatialReference * poNewSRS = new OGRSpatialReference(); in CloneGeogCS() local
8651 poNewSRS->d->setPjCRS(geodCRS); in CloneGeogCS()
8653 poNewSRS->SetAxisMappingStrategy(OAMS_TRADITIONAL_GIS_ORDER); in CloneGeogCS()
8654 return poNewSRS; in CloneGeogCS()
9005 OGRSpatialReference* poNewSRS = nullptr; in convertToOtherProjection() local
9028 poNewSRS = new OGRSpatialReference(); in convertToOtherProjection()
9043 poNewSRS->d->setPjCRS(new_proj_crs); in convertToOtherProjection()
9051 return poNewSRS; in convertToOtherProjection()
/dports/graphics/py-gdal/gdal-3.3.3/ogr/
H A Dogrspatialreference.cpp8609 OGRSpatialReference * poNewSRS = new OGRSpatialReference(); in CloneGeogCS() local
8651 poNewSRS->d->setPjCRS(geodCRS); in CloneGeogCS()
8653 poNewSRS->SetAxisMappingStrategy(OAMS_TRADITIONAL_GIS_ORDER); in CloneGeogCS()
8654 return poNewSRS; in CloneGeogCS()
9005 OGRSpatialReference* poNewSRS = nullptr; in convertToOtherProjection() local
9028 poNewSRS = new OGRSpatialReference(); in convertToOtherProjection()
9043 poNewSRS->d->setPjCRS(new_proj_crs); in convertToOtherProjection()
9051 return poNewSRS; in convertToOtherProjection()
/dports/devel/upp/upp/bazaar/plugin/geotiff/libgeotiff/ogr/
H A Dogrspatialreference.cpp4941 OGRSpatialReference * poNewSRS; in CloneGeogCS() local
4947 poNewSRS = new OGRSpatialReference(); in CloneGeogCS()
4948 poNewSRS->SetRoot( poGeogCS->Clone() ); in CloneGeogCS()
4950 return poNewSRS; in CloneGeogCS()