Home
last modified time | relevance | path

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

/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/netcdf/
H A Dnetcdfmultidim.cpp1906 int iDimY = 0; in GetSpatialRef() local
1913 iDimY = iCount; in GetSpatialRef()
1917 if( (iDimX == 0 || iDimY == 0) && GetDimensionCount() >= 2 ) in GetSpatialRef()
1920 iDimY = iDimX - 1; in GetSpatialRef()
1927 if( iDimX > 0 && iDimY > 0 ) in GetSpatialRef()
1930 m_poSRS->SetDataAxisToSRSAxisMapping({ iDimY, iDimX }); in GetSpatialRef()
1932 m_poSRS->SetDataAxisToSRSAxisMapping({ iDimX, iDimY }); in GetSpatialRef()
/dports/graphics/gdal/gdal-3.3.3/frmts/netcdf/
H A Dnetcdfmultidim.cpp1906 int iDimY = 0; in GetSpatialRef() local
1913 iDimY = iCount; in GetSpatialRef()
1917 if( (iDimX == 0 || iDimY == 0) && GetDimensionCount() >= 2 ) in GetSpatialRef()
1920 iDimY = iDimX - 1; in GetSpatialRef()
1927 if( iDimX > 0 && iDimY > 0 ) in GetSpatialRef()
1930 m_poSRS->SetDataAxisToSRSAxisMapping({ iDimY, iDimX }); in GetSpatialRef()
1932 m_poSRS->SetDataAxisToSRSAxisMapping({ iDimX, iDimY }); in GetSpatialRef()
/dports/graphics/py-gdal/gdal-3.3.3/frmts/netcdf/
H A Dnetcdfmultidim.cpp1906 int iDimY = 0; in GetSpatialRef() local
1913 iDimY = iCount; in GetSpatialRef()
1917 if( (iDimX == 0 || iDimY == 0) && GetDimensionCount() >= 2 ) in GetSpatialRef()
1920 iDimY = iDimX - 1; in GetSpatialRef()
1927 if( iDimX > 0 && iDimY > 0 ) in GetSpatialRef()
1930 m_poSRS->SetDataAxisToSRSAxisMapping({ iDimY, iDimX }); in GetSpatialRef()
1932 m_poSRS->SetDataAxisToSRSAxisMapping({ iDimX, iDimY }); in GetSpatialRef()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/hdf4/
H A Dhdf4multidim.cpp2238 int iDimY = -1; in GetSpatialRef() local
2242 iDimY = 1 + static_cast<int>(m_dims.size() - 2); in GetSpatialRef()
2245 if( iDimX > 0 && iDimY > 0 ) in GetSpatialRef()
2249 poSRS->SetDataAxisToSRSAxisMapping({ iDimY, iDimX }); in GetSpatialRef()
2251 poSRS->SetDataAxisToSRSAxisMapping({ iDimX, iDimY }); in GetSpatialRef()
/dports/graphics/gdal/gdal-3.3.3/frmts/hdf4/
H A Dhdf4multidim.cpp2238 int iDimY = -1; in GetSpatialRef() local
2242 iDimY = 1 + static_cast<int>(m_dims.size() - 2); in GetSpatialRef()
2245 if( iDimX > 0 && iDimY > 0 ) in GetSpatialRef()
2249 poSRS->SetDataAxisToSRSAxisMapping({ iDimY, iDimX }); in GetSpatialRef()
2251 poSRS->SetDataAxisToSRSAxisMapping({ iDimX, iDimY }); in GetSpatialRef()
/dports/graphics/py-gdal/gdal-3.3.3/frmts/hdf4/
H A Dhdf4multidim.cpp2238 int iDimY = -1; in GetSpatialRef() local
2242 iDimY = 1 + static_cast<int>(m_dims.size() - 2); in GetSpatialRef()
2245 if( iDimX > 0 && iDimY > 0 ) in GetSpatialRef()
2249 poSRS->SetDataAxisToSRSAxisMapping({ iDimY, iDimX }); in GetSpatialRef()
2251 poSRS->SetDataAxisToSRSAxisMapping({ iDimX, iDimY }); in GetSpatialRef()