Home
last modified time | relevance | path

Searched refs:m_XScale (Results 1 – 10 of 10) sorted by relevance

/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/mitab/
H A Dmitab_mapheaderblock.cpp280 m_XScale = ReadDouble(); in InitBlockFromData()
282 if( m_XScale == 0.0 || m_YScale == 0.0 ) in InitBlockFromData()
299 m_YScale = m_XScale; in InitBlockFromData()
371 dX = -1.0 * (nX + m_XDispl) / m_XScale; in Int2Coordsys()
373 dX = (nX - m_XDispl) / m_XScale; in Int2Coordsys()
425 dTempX = -1.0*dX*m_XScale - m_XDispl; in Coordsys2Int()
427 dTempX = dX*m_XScale + m_XDispl; in Coordsys2Int()
523 dX = nX / m_XScale; in Int2CoordsysDist()
550 nX = static_cast<GInt32>(dX*m_XScale); in Coordsys2IntDist()
595 m_XScale = 2e9 / (dXMax - dXMin); in SetCoordsysBounds()
[all …]
H A Dmitab_priv.h981 double m_XScale{};
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/mitab/
H A Dmitab_mapheaderblock.cpp280 m_XScale = ReadDouble(); in InitBlockFromData()
282 if( m_XScale == 0.0 || m_YScale == 0.0 ) in InitBlockFromData()
299 m_YScale = m_XScale; in InitBlockFromData()
371 dX = -1.0 * (nX + m_XDispl) / m_XScale; in Int2Coordsys()
373 dX = (nX - m_XDispl) / m_XScale; in Int2Coordsys()
425 dTempX = -1.0*dX*m_XScale - m_XDispl; in Coordsys2Int()
427 dTempX = dX*m_XScale + m_XDispl; in Coordsys2Int()
523 dX = nX / m_XScale; in Int2CoordsysDist()
550 nX = static_cast<GInt32>(dX*m_XScale); in Coordsys2IntDist()
595 m_XScale = 2e9 / (dXMax - dXMin); in SetCoordsysBounds()
[all …]
H A Dmitab_priv.h981 double m_XScale{};
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/mitab/
H A Dmitab_mapheaderblock.cpp280 m_XScale = ReadDouble(); in InitBlockFromData()
282 if( m_XScale == 0.0 || m_YScale == 0.0 ) in InitBlockFromData()
299 m_YScale = m_XScale; in InitBlockFromData()
371 dX = -1.0 * (nX + m_XDispl) / m_XScale; in Int2Coordsys()
373 dX = (nX - m_XDispl) / m_XScale; in Int2Coordsys()
425 dTempX = -1.0*dX*m_XScale - m_XDispl; in Coordsys2Int()
427 dTempX = dX*m_XScale + m_XDispl; in Coordsys2Int()
523 dX = nX / m_XScale; in Int2CoordsysDist()
550 nX = static_cast<GInt32>(dX*m_XScale); in Coordsys2IntDist()
595 m_XScale = 2e9 / (dXMax - dXMin); in SetCoordsysBounds()
[all …]
H A Dmitab_priv.h981 double m_XScale{};
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/mitab/
H A Dmitab_mapheaderblock.cpp383 m_XScale = ReadDouble(); in InitBlockFromData()
465 dX = -1.0 * (nX + m_XDispl) / m_XScale; in Int2Coordsys()
467 dX = (nX - m_XDispl) / m_XScale; in Int2Coordsys()
518 dTempX = (double)(-1.0*dX*m_XScale - m_XDispl); in Coordsys2Int()
520 dTempX = (double)(dX*m_XScale + m_XDispl); in Coordsys2Int()
617 dX = nX / m_XScale; in Int2CoordsysDist()
644 nX = (GInt32)(dX*m_XScale); in Coordsys2IntDist()
690 m_XScale = 2e9 / (dXMax - dXMin); in SetCoordsysBounds()
693 m_XDispl = -1.0 * m_XScale * (dXMax + dXMin) / 2; in SetCoordsysBounds()
899 WriteDouble(m_XScale); in CommitToFile()
[all …]
H A Dmitab_priv.h1027 double m_XScale; variable
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/grid/grid_visualisation/
H A DGrid_3D_Image.h97 …double m_ZMean, m_ZExagg, m_ZExagg_Min, m_ZRotate, m_XRotate, m_XScale, m_YScale, m_PanoramaBr… variable
H A DGrid_3D_Image.cpp223 m_XScale = (double)m_pRGB->Get_NX() / (double)Get_NX(); in On_Execute()
392 x = m_XScale * x; in _Get_Position()