Home
last modified time | relevance | path

Searched refs:dfNorth (Results 1 – 25 of 25) sorted by relevance

/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/sosi/
H A Dogrsosidatasource.cpp577 double dfEast = 0, dfNorth = 0; in buildOGRMultiPoint() local
579 LC_GetTK(i, &dfEast, &dfNorth); in buildOGRMultiPoint()
580 OGRPoint poP = OGRPoint(dfEast, dfNorth); in buildOGRMultiPoint()
595 double dfEast = 0, dfNorth = 0; in buildOGRLineString() local
597 LC_GetTK(i, &dfEast, &dfNorth); in buildOGRLineString()
598 poLS->setPoint(i-1, dfEast, dfNorth); in buildOGRLineString()
603 double dfEast = 0, dfNorth = 0; in buildOGRPoint() local
604 LC_GetTK(1, &dfEast, &dfNorth); in buildOGRPoint()
605 papoBuiltGeometries[iSerial] = new OGRPoint(dfEast, dfNorth); in buildOGRPoint()
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/sosi/
H A Dogrsosidatasource.cpp615 double dfNorth = 0.0; in buildOGRMultiPoint() local
617 LC_GetTK(i, &dfEast, &dfNorth); in buildOGRMultiPoint()
618 OGRPoint poP = OGRPoint(dfEast, dfNorth); in buildOGRMultiPoint()
633 double dfEast = 0, dfNorth = 0; in buildOGRLineString() local
635 LC_GetTK(i, &dfEast, &dfNorth); in buildOGRLineString()
636 poLS->setPoint(i-1, dfEast, dfNorth); in buildOGRLineString()
691 const double dfNorth = cN + r * sin(th1 + dth * i); in buildOGRLineStringFromArc() local
696 poLS->setPoint(i, dfEast, dfNorth); in buildOGRLineStringFromArc()
702 double dfEast = 0, dfNorth = 0; in buildOGRPoint() local
703 LC_GetTK(1, &dfEast, &dfNorth); in buildOGRPoint()
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/sosi/
H A Dogrsosidatasource.cpp615 double dfNorth = 0.0; in buildOGRMultiPoint() local
617 LC_GetTK(i, &dfEast, &dfNorth); in buildOGRMultiPoint()
618 OGRPoint poP = OGRPoint(dfEast, dfNorth); in buildOGRMultiPoint()
633 double dfEast = 0, dfNorth = 0; in buildOGRLineString() local
635 LC_GetTK(i, &dfEast, &dfNorth); in buildOGRLineString()
636 poLS->setPoint(i-1, dfEast, dfNorth); in buildOGRLineString()
691 const double dfNorth = cN + r * sin(th1 + dth * i); in buildOGRLineStringFromArc() local
696 poLS->setPoint(i, dfEast, dfNorth); in buildOGRLineStringFromArc()
702 double dfEast = 0, dfNorth = 0; in buildOGRPoint() local
703 LC_GetTK(1, &dfEast, &dfNorth); in buildOGRPoint()
[all …]
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/sosi/
H A Dogrsosidatasource.cpp615 double dfNorth = 0.0; in buildOGRMultiPoint() local
617 LC_GetTK(i, &dfEast, &dfNorth); in buildOGRMultiPoint()
618 OGRPoint poP = OGRPoint(dfEast, dfNorth); in buildOGRMultiPoint()
633 double dfEast = 0, dfNorth = 0; in buildOGRLineString() local
635 LC_GetTK(i, &dfEast, &dfNorth); in buildOGRLineString()
636 poLS->setPoint(i-1, dfEast, dfNorth); in buildOGRLineString()
691 const double dfNorth = cN + r * sin(th1 + dth * i); in buildOGRLineStringFromArc() local
696 poLS->setPoint(i, dfEast, dfNorth); in buildOGRLineStringFromArc()
702 double dfEast = 0, dfNorth = 0; in buildOGRPoint() local
703 LC_GetTK(1, &dfEast, &dfNorth); in buildOGRPoint()
[all …]
/dports/graphics/py-gdal/gdal-3.3.3/frmts/raw/
H A Dbyndataset.cpp279 double dfNorth = poDS->hHeader.nNorth; in Open() local
288 dfNorth *= BYN_SCALE; in Open()
308 dfYSize = ( ( dfNorth - dfSouth + 1.0 ) / dfDLat ) + 1.0; in Open()
331 poDS->adfGeoTransform[3] = ( dfNorth + ( dfDLat / 2.0 ) ) / 3600.0; in Open()
808 double dfNorth = ( adfGeoTransform[3] * 3600.0 ) - ( dfDLat / 2 ); in UpdateHeader() local
809 double dfSouth = dfNorth - ( ( nRasterYSize - 1 ) * dfDLat ); in UpdateHeader()
815 dfNorth /= BYN_SCALE; in UpdateHeader()
823 hHeader.nNorth = static_cast<GInt32>(dfNorth); in UpdateHeader()
H A Dlcpdataset.cpp126 double dfNorth = 0.0; in GetGeoTransform() local
133 memcpy( &dfNorth, pachHeader + 4188, sizeof(double) ); in GetGeoTransform()
139 CPL_LSBPTR64(&dfNorth); in GetGeoTransform()
145 padfTransform[3] = dfNorth; in GetGeoTransform()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/raw/
H A Dbyndataset.cpp279 double dfNorth = poDS->hHeader.nNorth; in Open() local
288 dfNorth *= BYN_SCALE; in Open()
308 dfYSize = ( ( dfNorth - dfSouth + 1.0 ) / dfDLat ) + 1.0; in Open()
331 poDS->adfGeoTransform[3] = ( dfNorth + ( dfDLat / 2.0 ) ) / 3600.0; in Open()
808 double dfNorth = ( adfGeoTransform[3] * 3600.0 ) - ( dfDLat / 2 ); in UpdateHeader() local
809 double dfSouth = dfNorth - ( ( nRasterYSize - 1 ) * dfDLat ); in UpdateHeader()
815 dfNorth /= BYN_SCALE; in UpdateHeader()
823 hHeader.nNorth = static_cast<GInt32>(dfNorth); in UpdateHeader()
H A Dlcpdataset.cpp126 double dfNorth = 0.0; in GetGeoTransform() local
133 memcpy( &dfNorth, pachHeader + 4188, sizeof(double) ); in GetGeoTransform()
139 CPL_LSBPTR64(&dfNorth); in GetGeoTransform()
145 padfTransform[3] = dfNorth; in GetGeoTransform()
/dports/graphics/gdal/gdal-3.3.3/frmts/raw/
H A Dbyndataset.cpp279 double dfNorth = poDS->hHeader.nNorth; in Open() local
288 dfNorth *= BYN_SCALE; in Open()
308 dfYSize = ( ( dfNorth - dfSouth + 1.0 ) / dfDLat ) + 1.0; in Open()
331 poDS->adfGeoTransform[3] = ( dfNorth + ( dfDLat / 2.0 ) ) / 3600.0; in Open()
808 double dfNorth = ( adfGeoTransform[3] * 3600.0 ) - ( dfDLat / 2 ); in UpdateHeader() local
809 double dfSouth = dfNorth - ( ( nRasterYSize - 1 ) * dfDLat ); in UpdateHeader()
815 dfNorth /= BYN_SCALE; in UpdateHeader()
823 hHeader.nNorth = static_cast<GInt32>(dfNorth); in UpdateHeader()
H A Dlcpdataset.cpp126 double dfNorth = 0.0; in GetGeoTransform() local
133 memcpy( &dfNorth, pachHeader + 4188, sizeof(double) ); in GetGeoTransform()
139 CPL_LSBPTR64(&dfNorth); in GetGeoTransform()
145 padfTransform[3] = dfNorth; in GetGeoTransform()
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/raw/
H A Dlcpdataset.cpp117 double dfEast, dfWest, dfNorth, dfSouth, dfCellX, dfCellY; in GetGeoTransform() local
121 memcpy(&dfNorth, pachHeader + 4188, sizeof(double)); in GetGeoTransform()
127 CPL_LSBPTR64(&dfNorth); in GetGeoTransform()
133 padfTransform[3] = dfNorth; in GetGeoTransform()
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/aaigrid/
H A Daaigriddataset.cpp665 double dfNorth = CPLAtofM( papszTokens[iNorth + 1] ); in ParseHeader() local
670 double dfPixelYSize = (dfNorth - dfSouth) / nRasterYSize; in ParseHeader()
675 adfGeoTransform[3] = dfNorth; in ParseHeader()
/dports/graphics/py-gdal/gdal-3.3.3/frmts/aaigrid/
H A Daaigriddataset.cpp650 const double dfNorth = CPLAtofM(papszTokens[iNorth + 1]); in ParseHeader() local
655 const double dfPixelYSize = (dfNorth - dfSouth) / nRasterYSize; in ParseHeader()
660 adfGeoTransform[3] = dfNorth; in ParseHeader()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/aaigrid/
H A Daaigriddataset.cpp650 const double dfNorth = CPLAtofM(papszTokens[iNorth + 1]); in ParseHeader() local
655 const double dfPixelYSize = (dfNorth - dfSouth) / nRasterYSize; in ParseHeader()
660 adfGeoTransform[3] = dfNorth; in ParseHeader()
/dports/graphics/gdal/gdal-3.3.3/frmts/aaigrid/
H A Daaigriddataset.cpp650 const double dfNorth = CPLAtofM(papszTokens[iNorth + 1]); in ParseHeader() local
655 const double dfPixelYSize = (dfNorth - dfSouth) / nRasterYSize; in ParseHeader()
660 adfGeoTransform[3] = dfNorth; in ParseHeader()
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/idrisi/
H A DIdrisiDataset.cpp2880 double dfNorth = oSRS.GetProjParm( SRS_PP_FALSE_NORTHING ); in Wkt2GeoReference() local
2881 … *pszRefSystem = CPLStrdup( CPLSPrintf( rstUTM, nZone,( dfNorth == 0.0 ? 'n' : 's' ) ) ); in Wkt2GeoReference()
/dports/graphics/py-gdal/gdal-3.3.3/frmts/idrisi/
H A DIdrisiDataset.cpp2968 double dfNorth = oSRS.GetProjParm( SRS_PP_FALSE_NORTHING ); in Wkt2GeoReference() local
2969 … *pszRefSystem = CPLStrdup( CPLSPrintf( rstUTM, nZone,( dfNorth == 0.0 ? 'n' : 's' ) ) ); in Wkt2GeoReference()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/idrisi/
H A DIdrisiDataset.cpp2968 double dfNorth = oSRS.GetProjParm( SRS_PP_FALSE_NORTHING ); in Wkt2GeoReference() local
2969 … *pszRefSystem = CPLStrdup( CPLSPrintf( rstUTM, nZone,( dfNorth == 0.0 ? 'n' : 's' ) ) ); in Wkt2GeoReference()
/dports/graphics/gdal/gdal-3.3.3/frmts/idrisi/
H A DIdrisiDataset.cpp2968 double dfNorth = oSRS.GetProjParm( SRS_PP_FALSE_NORTHING ); in Wkt2GeoReference() local
2969 … *pszRefSystem = CPLStrdup( CPLSPrintf( rstUTM, nZone,( dfNorth == 0.0 ? 'n' : 's' ) ) ); in Wkt2GeoReference()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/pds/
H A Dpds4dataset.cpp2222 double dfNorth = std::max(std::max(adfY[0], adfY[1]),
2235 dfNorth = CPLAtof(papszTokens[3]);
2251 CPLSPrintf("%.18g", dfNorth)), "unit", "deg");
/dports/graphics/gdal/gdal-3.3.3/frmts/pds/
H A Dpds4dataset.cpp2222 double dfNorth = std::max(std::max(adfY[0], adfY[1]), in WriteGeoreferencing() local
2235 dfNorth = CPLAtof(papszTokens[3]); in WriteGeoreferencing()
2251 CPLSPrintf("%.18g", dfNorth)), "unit", "deg"); in WriteGeoreferencing()
/dports/graphics/py-gdal/gdal-3.3.3/frmts/pds/
H A Dpds4dataset.cpp2222 double dfNorth = std::max(std::max(adfY[0], adfY[1]), in WriteGeoreferencing() local
2235 dfNorth = CPLAtof(papszTokens[3]); in WriteGeoreferencing()
2251 CPLSPrintf("%.18g", dfNorth)), "unit", "deg"); in WriteGeoreferencing()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/hdf5/
H A Dbagdataset.cpp4585 double dfNorth = std::max(std::max(adfCornerY[0], adfCornerY[1]), in GenerateMetadata() local
4590 osOptions.SetNameValue("VAR_NORTH_LATITUDE", CPLSPrintf("%.18g", dfNorth)); in GenerateMetadata()
/dports/graphics/gdal/gdal-3.3.3/frmts/hdf5/
H A Dbagdataset.cpp4585 double dfNorth = std::max(std::max(adfCornerY[0], adfCornerY[1]), in GenerateMetadata() local
4590 osOptions.SetNameValue("VAR_NORTH_LATITUDE", CPLSPrintf("%.18g", dfNorth)); in GenerateMetadata()
/dports/graphics/py-gdal/gdal-3.3.3/frmts/hdf5/
H A Dbagdataset.cpp4585 double dfNorth = std::max(std::max(adfCornerY[0], adfCornerY[1]), in GenerateMetadata() local
4590 osOptions.SetNameValue("VAR_NORTH_LATITUDE", CPLSPrintf("%.18g", dfNorth)); in GenerateMetadata()