Home
last modified time | relevance | path

Searched refs:CPLAtof (Results 51 – 75 of 1032) sorted by relevance

12345678910>>...42

/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/apps/
H A Dtestepsg.cpp95 double x = CPLAtof( papszArgv[i+3] ); in MAIN_START()
96 double y = CPLAtof( papszArgv[i+4] ); in MAIN_START()
100 && (CPLAtof(papszArgv[i+5]) > 0.0 || papszArgv[i+5][0] == '0') ) in MAIN_START()
102 z = CPLAtof(papszArgv[i+5]); in MAIN_START()
111 CPLAtof( papszArgv[i+3] ), in MAIN_START()
112 CPLAtof( papszArgv[i+4] ), in MAIN_START()
H A Dgdal_grid_lib.cpp1120 psOptions->dfXMin = CPLAtof(papszArgv[++i]); in GDALGridOptionsNew()
1195 oRing.addPoint( CPLAtof(papszArgv[i+1]), CPLAtof(papszArgv[i+2]) ); in GDALGridOptionsNew()
1196 oRing.addPoint( CPLAtof(papszArgv[i+1]), CPLAtof(papszArgv[i+4]) ); in GDALGridOptionsNew()
1197 oRing.addPoint( CPLAtof(papszArgv[i+3]), CPLAtof(papszArgv[i+4]) ); in GDALGridOptionsNew()
1198 oRing.addPoint( CPLAtof(papszArgv[i+3]), CPLAtof(papszArgv[i+2]) ); in GDALGridOptionsNew()
1199 oRing.addPoint( CPLAtof(papszArgv[i+1]), CPLAtof(papszArgv[i+2]) ); in GDALGridOptionsNew()
1226 oRing.addPoint( CPLAtof(papszArgv[i+1]), CPLAtof(papszArgv[i+2]) ); in GDALGridOptionsNew()
1227 oRing.addPoint( CPLAtof(papszArgv[i+1]), CPLAtof(papszArgv[i+4]) ); in GDALGridOptionsNew()
1228 oRing.addPoint( CPLAtof(papszArgv[i+3]), CPLAtof(papszArgv[i+4]) ); in GDALGridOptionsNew()
1229 oRing.addPoint( CPLAtof(papszArgv[i+3]), CPLAtof(papszArgv[i+2]) ); in GDALGridOptionsNew()
[all …]
/dports/graphics/gdal/gdal-3.3.3/apps/
H A Dtestepsg.cpp95 double x = CPLAtof( papszArgv[i+3] ); in MAIN_START()
96 double y = CPLAtof( papszArgv[i+4] ); in MAIN_START()
100 && (CPLAtof(papszArgv[i+5]) > 0.0 || papszArgv[i+5][0] == '0') ) in MAIN_START()
102 z = CPLAtof(papszArgv[i+5]); in MAIN_START()
111 CPLAtof( papszArgv[i+3] ), in MAIN_START()
112 CPLAtof( papszArgv[i+4] ), in MAIN_START()
H A Dgdal_grid_lib.cpp1120 psOptions->dfXMin = CPLAtof(papszArgv[++i]); in GDALGridOptionsNew()
1195 oRing.addPoint( CPLAtof(papszArgv[i+1]), CPLAtof(papszArgv[i+2]) ); in GDALGridOptionsNew()
1196 oRing.addPoint( CPLAtof(papszArgv[i+1]), CPLAtof(papszArgv[i+4]) ); in GDALGridOptionsNew()
1197 oRing.addPoint( CPLAtof(papszArgv[i+3]), CPLAtof(papszArgv[i+4]) ); in GDALGridOptionsNew()
1198 oRing.addPoint( CPLAtof(papszArgv[i+3]), CPLAtof(papszArgv[i+2]) ); in GDALGridOptionsNew()
1199 oRing.addPoint( CPLAtof(papszArgv[i+1]), CPLAtof(papszArgv[i+2]) ); in GDALGridOptionsNew()
1226 oRing.addPoint( CPLAtof(papszArgv[i+1]), CPLAtof(papszArgv[i+2]) ); in GDALGridOptionsNew()
1227 oRing.addPoint( CPLAtof(papszArgv[i+1]), CPLAtof(papszArgv[i+4]) ); in GDALGridOptionsNew()
1228 oRing.addPoint( CPLAtof(papszArgv[i+3]), CPLAtof(papszArgv[i+4]) ); in GDALGridOptionsNew()
1229 oRing.addPoint( CPLAtof(papszArgv[i+3]), CPLAtof(papszArgv[i+2]) ); in GDALGridOptionsNew()
[all …]
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/segukooa/
H A Dogrsegukooalayer.cpp213 poSRS->SetTOWGS84(CPLAtof(aszParams[0]), in ParseHeaders()
214 CPLAtof(aszParams[1]), in ParseHeaders()
215 CPLAtof(aszParams[2]), in ParseHeaders()
216 CPLAtof(aszParams[3]), in ParseHeaders()
217 CPLAtof(aszParams[4]), in ParseHeaders()
218 CPLAtof(aszParams[5]), in ParseHeaders()
219 CPLAtof(szZ)); in ParseHeaders()
362 double dfEasting = CPLAtof(szEasting); in GetNextRawFeature()
367 double dfNorthing = CPLAtof(szNorthing); in GetNextRawFeature()
385 double dfDepth = CPLAtof(szDepth); in GetNextRawFeature()
[all …]
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/ili/
H A Dili2reader.cpp156 pt->setX(CPLAtof(pszObjValue)); in getPoint()
158 pt->setY(CPLAtof(pszObjValue)); in getPoint()
160 pt->setZ(CPLAtof(pszObjValue)); in getPoint()
185 ptEnd->setX(CPLAtof(pszObjValue)); in getArc()
187 ptEnd->setY(CPLAtof(pszObjValue)); in getArc()
189 ptEnd->setZ(CPLAtof(pszObjValue)); in getArc()
191 ptOnArc->setX(CPLAtof(pszObjValue)); in getArc()
193 ptOnArc->setY(CPLAtof(pszObjValue)); in getArc()
195 ptOnArc->setZ(CPLAtof(pszObjValue)); in getArc()
247 ptEnd->setX(CPLAtof(pszObjValue)); in getPolyline()
[all …]
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/nitf/
H A Dnitfimage.c286 CPLAtof(NITFGetField( szTemp, pszCoordPair, 0, 2 )) in NITFImageAccess()
293 CPLAtof(NITFGetField( szTemp, pszCoordPair, 7, 3 )) in NITFImageAccess()
2277 psRPC->ERR_BIAS = CPLAtof(NITFGetField(szTemp, pachTRE, 1, 7 )); in NITFReadRPC00B()
2278 psRPC->ERR_RAND = CPLAtof(NITFGetField(szTemp, pachTRE, 8, 7 )); in NITFReadRPC00B()
2280 psRPC->LINE_OFF = CPLAtof(NITFGetField(szTemp, pachTRE, 15, 6 )); in NITFReadRPC00B()
2281 psRPC->SAMP_OFF = CPLAtof(NITFGetField(szTemp, pachTRE, 21, 5 )); in NITFReadRPC00B()
2282 psRPC->LAT_OFF = CPLAtof(NITFGetField(szTemp, pachTRE, 26, 8 )); in NITFReadRPC00B()
2516 CPLAtof(NITFGetField( szTemp, pachCoord, 1, 2 )) in NITFGetGCP()
2517 + CPLAtof(NITFGetField( szTemp, pachCoord, 3, 2 )) / 60.0 in NITFGetGCP()
2524 CPLAtof(NITFGetField( szTemp, pachCoord,11, 3 )) in NITFGetGCP()
[all …]
/dports/graphics/py-gdal/gdal-3.3.3/apps/
H A Dgdal_grid_lib.cpp1120 psOptions->dfXMin = CPLAtof(papszArgv[++i]); in GDALGridOptionsNew()
1195 oRing.addPoint( CPLAtof(papszArgv[i+1]), CPLAtof(papszArgv[i+2]) ); in GDALGridOptionsNew()
1196 oRing.addPoint( CPLAtof(papszArgv[i+1]), CPLAtof(papszArgv[i+4]) ); in GDALGridOptionsNew()
1197 oRing.addPoint( CPLAtof(papszArgv[i+3]), CPLAtof(papszArgv[i+4]) ); in GDALGridOptionsNew()
1198 oRing.addPoint( CPLAtof(papszArgv[i+3]), CPLAtof(papszArgv[i+2]) ); in GDALGridOptionsNew()
1199 oRing.addPoint( CPLAtof(papszArgv[i+1]), CPLAtof(papszArgv[i+2]) ); in GDALGridOptionsNew()
1226 oRing.addPoint( CPLAtof(papszArgv[i+1]), CPLAtof(papszArgv[i+2]) ); in GDALGridOptionsNew()
1227 oRing.addPoint( CPLAtof(papszArgv[i+1]), CPLAtof(papszArgv[i+4]) ); in GDALGridOptionsNew()
1228 oRing.addPoint( CPLAtof(papszArgv[i+3]), CPLAtof(papszArgv[i+4]) ); in GDALGridOptionsNew()
1229 oRing.addPoint( CPLAtof(papszArgv[i+3]), CPLAtof(papszArgv[i+2]) ); in GDALGridOptionsNew()
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/nitf/
H A Dnitfimage.c289 CPLAtof(NITFGetField( szTemp, pszCoordPair, 0, 2 )) in NITFImageAccess()
296 CPLAtof(NITFGetField( szTemp, pszCoordPair, 7, 3 )) in NITFImageAccess()
2730 psRPC->ERR_BIAS = CPLAtof(NITFGetField(szTemp, pachTRE, 1, 7 )); in NITFDeserializeRPC00B()
2731 psRPC->ERR_RAND = CPLAtof(NITFGetField(szTemp, pachTRE, 8, 7 )); in NITFDeserializeRPC00B()
2733 psRPC->LINE_OFF = CPLAtof(NITFGetField(szTemp, pachTRE, 15, 6 )); in NITFDeserializeRPC00B()
2734 psRPC->SAMP_OFF = CPLAtof(NITFGetField(szTemp, pachTRE, 21, 5 )); in NITFDeserializeRPC00B()
2735 psRPC->LAT_OFF = CPLAtof(NITFGetField(szTemp, pachTRE, 26, 8 )); in NITFDeserializeRPC00B()
2969 CPLAtof(NITFGetField( szTemp, pachCoord, 1, 2 )) in NITFGetGCP()
2970 + CPLAtof(NITFGetField( szTemp, pachCoord, 3, 2 )) / 60.0 in NITFGetGCP()
2977 CPLAtof(NITFGetField( szTemp, pachCoord,11, 3 )) in NITFGetGCP()
[all …]
/dports/graphics/gdal/gdal-3.3.3/frmts/nitf/
H A Dnitfimage.c289 CPLAtof(NITFGetField( szTemp, pszCoordPair, 0, 2 )) in NITFImageAccess()
296 CPLAtof(NITFGetField( szTemp, pszCoordPair, 7, 3 )) in NITFImageAccess()
2730 psRPC->ERR_BIAS = CPLAtof(NITFGetField(szTemp, pachTRE, 1, 7 )); in NITFDeserializeRPC00B()
2731 psRPC->ERR_RAND = CPLAtof(NITFGetField(szTemp, pachTRE, 8, 7 )); in NITFDeserializeRPC00B()
2733 psRPC->LINE_OFF = CPLAtof(NITFGetField(szTemp, pachTRE, 15, 6 )); in NITFDeserializeRPC00B()
2734 psRPC->SAMP_OFF = CPLAtof(NITFGetField(szTemp, pachTRE, 21, 5 )); in NITFDeserializeRPC00B()
2735 psRPC->LAT_OFF = CPLAtof(NITFGetField(szTemp, pachTRE, 26, 8 )); in NITFDeserializeRPC00B()
2969 CPLAtof(NITFGetField( szTemp, pachCoord, 1, 2 )) in NITFGetGCP()
2970 + CPLAtof(NITFGetField( szTemp, pachCoord, 3, 2 )) / 60.0 in NITFGetGCP()
2977 CPLAtof(NITFGetField( szTemp, pachCoord,11, 3 )) in NITFGetGCP()
[all …]
/dports/graphics/py-gdal/gdal-3.3.3/frmts/nitf/
H A Dnitfimage.c289 CPLAtof(NITFGetField( szTemp, pszCoordPair, 0, 2 )) in NITFImageAccess()
296 CPLAtof(NITFGetField( szTemp, pszCoordPair, 7, 3 )) in NITFImageAccess()
2730 psRPC->ERR_BIAS = CPLAtof(NITFGetField(szTemp, pachTRE, 1, 7 )); in NITFDeserializeRPC00B()
2731 psRPC->ERR_RAND = CPLAtof(NITFGetField(szTemp, pachTRE, 8, 7 )); in NITFDeserializeRPC00B()
2733 psRPC->LINE_OFF = CPLAtof(NITFGetField(szTemp, pachTRE, 15, 6 )); in NITFDeserializeRPC00B()
2734 psRPC->SAMP_OFF = CPLAtof(NITFGetField(szTemp, pachTRE, 21, 5 )); in NITFDeserializeRPC00B()
2735 psRPC->LAT_OFF = CPLAtof(NITFGetField(szTemp, pachTRE, 26, 8 )); in NITFDeserializeRPC00B()
2969 CPLAtof(NITFGetField( szTemp, pachCoord, 1, 2 )) in NITFGetGCP()
2970 + CPLAtof(NITFGetField( szTemp, pachCoord, 3, 2 )) / 60.0 in NITFGetGCP()
2977 CPLAtof(NITFGetField( szTemp, pachCoord,11, 3 )) in NITFGetGCP()
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/raw/
H A Denvidataset.cpp1437 const double xReference = CPLAtof(papszFields[1]); in ProcessMapinfo()
1438 const double yReference = CPLAtof(papszFields[2]); in ProcessMapinfo()
1441 const double xPixelSize = CPLAtof(papszFields[5]); in ProcessMapinfo()
1707 CPLAtof(papszFields[10 + i])); in ProcessRPCinfo()
1713 CPLAtof(papszFields[30 + i])); in ProcessRPCinfo()
1719 CPLAtof(papszFields[50 + i])); in ProcessRPCinfo()
1725 CPLAtof(papszFields[70 + i])); in ProcessRPCinfo()
1729 CPLAtof(papszFields[3]) - CPLAtof(papszFields[8])); in ProcessRPCinfo()
1733 CPLAtof(papszFields[3]) + CPLAtof(papszFields[8])); in ProcessRPCinfo()
1737 CPLAtof(papszFields[2]) - CPLAtof(papszFields[7])); in ProcessRPCinfo()
[all …]
/dports/graphics/gdal/gdal-3.3.3/frmts/raw/
H A Denvidataset.cpp1437 const double xReference = CPLAtof(papszFields[1]); in ProcessMapinfo()
1438 const double yReference = CPLAtof(papszFields[2]); in ProcessMapinfo()
1441 const double xPixelSize = CPLAtof(papszFields[5]); in ProcessMapinfo()
1707 CPLAtof(papszFields[10 + i])); in ProcessRPCinfo()
1713 CPLAtof(papszFields[30 + i])); in ProcessRPCinfo()
1719 CPLAtof(papszFields[50 + i])); in ProcessRPCinfo()
1725 CPLAtof(papszFields[70 + i])); in ProcessRPCinfo()
1729 CPLAtof(papszFields[3]) - CPLAtof(papszFields[8])); in ProcessRPCinfo()
1733 CPLAtof(papszFields[3]) + CPLAtof(papszFields[8])); in ProcessRPCinfo()
1737 CPLAtof(papszFields[2]) - CPLAtof(papszFields[7])); in ProcessRPCinfo()
[all …]
/dports/graphics/py-gdal/gdal-3.3.3/frmts/raw/
H A Denvidataset.cpp1437 const double xReference = CPLAtof(papszFields[1]); in ProcessMapinfo()
1438 const double yReference = CPLAtof(papszFields[2]); in ProcessMapinfo()
1441 const double xPixelSize = CPLAtof(papszFields[5]); in ProcessMapinfo()
1707 CPLAtof(papszFields[10 + i])); in ProcessRPCinfo()
1713 CPLAtof(papszFields[30 + i])); in ProcessRPCinfo()
1719 CPLAtof(papszFields[50 + i])); in ProcessRPCinfo()
1725 CPLAtof(papszFields[70 + i])); in ProcessRPCinfo()
1729 CPLAtof(papszFields[3]) - CPLAtof(papszFields[8])); in ProcessRPCinfo()
1733 CPLAtof(papszFields[3]) + CPLAtof(papszFields[8])); in ProcessRPCinfo()
1737 CPLAtof(papszFields[2]) - CPLAtof(papszFields[7])); in ProcessRPCinfo()
[all …]
/dports/graphics/py-gdal/gdal-3.3.3/ogr/
H A Dogr_srs_esri.cpp299 double dfSecond = CPLAtof(papszTokens[2]); in OSR_GDV()
303 dfValue = std::abs(CPLAtof(papszTokens[0])) in OSR_GDV()
304 + CPLAtof(papszTokens[1]) / 60.0 in OSR_GDV()
307 if( CPLAtof(papszTokens[0]) < 0.0 ) in OSR_GDV()
312 dfValue = CPLAtof(papszTokens[0]); in OSR_GDV()
336 return CPLAtof( papszNV[iLine] + strlen(pszField) ); in OSR_GDV()
701 const double dfSemiMajor = CPLAtof(papszTokens[0]); in importFromESRI()
702 const double dfSemiMinor = CPLAtof(papszTokens[1]); in importFromESRI()
741 CPLAtof(SRS_UL_US_FOOT_CONV) ); in importFromESRI()
742 else if( CPLAtof(osValue) != 0.0 ) in importFromESRI()
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/
H A Dogr_srs_esri.cpp299 double dfSecond = CPLAtof(papszTokens[2]); in OSR_GDV()
303 dfValue = std::abs(CPLAtof(papszTokens[0])) in OSR_GDV()
304 + CPLAtof(papszTokens[1]) / 60.0 in OSR_GDV()
307 if( CPLAtof(papszTokens[0]) < 0.0 ) in OSR_GDV()
312 dfValue = CPLAtof(papszTokens[0]); in OSR_GDV()
336 return CPLAtof( papszNV[iLine] + strlen(pszField) ); in OSR_GDV()
701 const double dfSemiMajor = CPLAtof(papszTokens[0]); in importFromESRI()
702 const double dfSemiMinor = CPLAtof(papszTokens[1]); in importFromESRI()
741 CPLAtof(SRS_UL_US_FOOT_CONV) ); in importFromESRI()
742 else if( CPLAtof(osValue) != 0.0 ) in importFromESRI()
[all …]
/dports/graphics/gdal/gdal-3.3.3/ogr/
H A Dogr_srs_esri.cpp299 double dfSecond = CPLAtof(papszTokens[2]); in OSR_GDV()
303 dfValue = std::abs(CPLAtof(papszTokens[0])) in OSR_GDV()
304 + CPLAtof(papszTokens[1]) / 60.0 in OSR_GDV()
307 if( CPLAtof(papszTokens[0]) < 0.0 ) in OSR_GDV()
312 dfValue = CPLAtof(papszTokens[0]); in OSR_GDV()
336 return CPLAtof( papszNV[iLine] + strlen(pszField) ); in OSR_GDV()
701 const double dfSemiMajor = CPLAtof(papszTokens[0]); in importFromESRI()
702 const double dfSemiMinor = CPLAtof(papszTokens[1]); in importFromESRI()
741 CPLAtof(SRS_UL_US_FOOT_CONV) ); in importFromESRI()
742 else if( CPLAtof(osValue) != 0.0 ) in importFromESRI()
[all …]
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/ili/
H A Dili2reader.cpp154 pt->setX(CPLAtof(pszObjValue)); in getPoint()
156 pt->setY(CPLAtof(pszObjValue)); in getPoint()
158 pt->setZ(CPLAtof(pszObjValue)); in getPoint()
192 ptEnd->setX(CPLAtof(pszObjValue)); in getArc()
194 ptEnd->setY(CPLAtof(pszObjValue)); in getArc()
196 ptEnd->setZ(CPLAtof(pszObjValue)); in getArc()
198 ptOnArc->setX(CPLAtof(pszObjValue)); in getArc()
200 ptOnArc->setY(CPLAtof(pszObjValue)); in getArc()
202 ptOnArc->setZ(CPLAtof(pszObjValue)); in getArc()
260 ptEnd->setX(CPLAtof(pszObjValue)); in getPolyline()
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/ili/
H A Dili2reader.cpp154 pt->setX(CPLAtof(pszObjValue)); in getPoint()
156 pt->setY(CPLAtof(pszObjValue)); in getPoint()
158 pt->setZ(CPLAtof(pszObjValue)); in getPoint()
192 ptEnd->setX(CPLAtof(pszObjValue)); in getArc()
194 ptEnd->setY(CPLAtof(pszObjValue)); in getArc()
196 ptEnd->setZ(CPLAtof(pszObjValue)); in getArc()
198 ptOnArc->setX(CPLAtof(pszObjValue)); in getArc()
200 ptOnArc->setY(CPLAtof(pszObjValue)); in getArc()
202 ptOnArc->setZ(CPLAtof(pszObjValue)); in getArc()
260 ptEnd->setX(CPLAtof(pszObjValue)); in getPolyline()
[all …]
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/ili/
H A Dili2reader.cpp154 pt->setX(CPLAtof(pszObjValue)); in getPoint()
156 pt->setY(CPLAtof(pszObjValue)); in getPoint()
158 pt->setZ(CPLAtof(pszObjValue)); in getPoint()
192 ptEnd->setX(CPLAtof(pszObjValue)); in getArc()
194 ptEnd->setY(CPLAtof(pszObjValue)); in getArc()
196 ptEnd->setZ(CPLAtof(pszObjValue)); in getArc()
198 ptOnArc->setX(CPLAtof(pszObjValue)); in getArc()
200 ptOnArc->setY(CPLAtof(pszObjValue)); in getArc()
202 ptOnArc->setZ(CPLAtof(pszObjValue)); in getArc()
260 ptEnd->setX(CPLAtof(pszObjValue)); in getPolyline()
[all …]
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/mitab/
H A Dmitab_miffile.cpp612 m_dXMin = CPLAtof(papszFields[++iBounds]); in ParseMIFHeader()
613 m_dYMin = CPLAtof(papszFields[++iBounds]); in ParseMIFHeader()
614 m_dXMax = CPLAtof(papszFields[++iBounds]); in ParseMIFHeader()
615 m_dYMax = CPLAtof(papszFields[++iBounds]); in ParseMIFHeader()
627 m_dfXMultiplier = CPLAtof(papszToken[1]); in ParseMIFHeader()
628 m_dfYMultiplier = CPLAtof(papszToken[2]); in ParseMIFHeader()
629 m_dfXDisplacement = CPLAtof(papszToken[3]); in ParseMIFHeader()
2080 m_dXMin = CPLAtof(papszFields[++iBounds]); in SetMIFCoordSys()
2081 m_dYMin = CPLAtof(papszFields[++iBounds]); in SetMIFCoordSys()
2082 m_dXMax = CPLAtof(papszFields[++iBounds]); in SetMIFCoordSys()
[all …]
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/mitab/
H A Dmitab_miffile.cpp486 m_dfXMultiplier = CPLAtof(papszToken[1]); in ParseMIFHeader()
487 m_dfYMultiplier = CPLAtof(papszToken[2]); in ParseMIFHeader()
488 m_dfXDisplacement = CPLAtof(papszToken[3]); in ParseMIFHeader()
544 m_dXMin = CPLAtof(papszFields[++iBounds]); in ParseMIFHeader()
545 m_dYMin = CPLAtof(papszFields[++iBounds]); in ParseMIFHeader()
546 m_dXMax = CPLAtof(papszFields[++iBounds]); in ParseMIFHeader()
547 m_dYMax = CPLAtof(papszFields[++iBounds]); in ParseMIFHeader()
1911 m_dXMin = CPLAtof(papszFields[++iBounds]); in SetMIFCoordSys()
1912 m_dYMin = CPLAtof(papszFields[++iBounds]); in SetMIFCoordSys()
1913 m_dXMax = CPLAtof(papszFields[++iBounds]); in SetMIFCoordSys()
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/mitab/
H A Dmitab_miffile.cpp486 m_dfXMultiplier = CPLAtof(papszToken[1]); in ParseMIFHeader()
487 m_dfYMultiplier = CPLAtof(papszToken[2]); in ParseMIFHeader()
488 m_dfXDisplacement = CPLAtof(papszToken[3]); in ParseMIFHeader()
544 m_dXMin = CPLAtof(papszFields[++iBounds]); in ParseMIFHeader()
545 m_dYMin = CPLAtof(papszFields[++iBounds]); in ParseMIFHeader()
546 m_dXMax = CPLAtof(papszFields[++iBounds]); in ParseMIFHeader()
547 m_dYMax = CPLAtof(papszFields[++iBounds]); in ParseMIFHeader()
1911 m_dXMin = CPLAtof(papszFields[++iBounds]); in SetMIFCoordSys()
1912 m_dYMin = CPLAtof(papszFields[++iBounds]); in SetMIFCoordSys()
1913 m_dXMax = CPLAtof(papszFields[++iBounds]); in SetMIFCoordSys()
[all …]
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/mitab/
H A Dmitab_miffile.cpp486 m_dfXMultiplier = CPLAtof(papszToken[1]); in ParseMIFHeader()
487 m_dfYMultiplier = CPLAtof(papszToken[2]); in ParseMIFHeader()
488 m_dfXDisplacement = CPLAtof(papszToken[3]); in ParseMIFHeader()
544 m_dXMin = CPLAtof(papszFields[++iBounds]); in ParseMIFHeader()
545 m_dYMin = CPLAtof(papszFields[++iBounds]); in ParseMIFHeader()
546 m_dXMax = CPLAtof(papszFields[++iBounds]); in ParseMIFHeader()
547 m_dYMax = CPLAtof(papszFields[++iBounds]); in ParseMIFHeader()
1911 m_dXMin = CPLAtof(papszFields[++iBounds]); in SetMIFCoordSys()
1912 m_dYMin = CPLAtof(papszFields[++iBounds]); in SetMIFCoordSys()
1913 m_dXMax = CPLAtof(papszFields[++iBounds]); in SetMIFCoordSys()
[all …]
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/ers/
H A Dersdataset.cpp594 return CPLAtof( pszDMS ); in ERSDMS2Dec()
598 double dfResult = fabs(CPLAtof(papszTokens[0])) in ERSDMS2Dec()
599 + CPLAtof(papszTokens[1]) / 60.0 in ERSDMS2Dec()
600 + CPLAtof(papszTokens[2]) / 3600.0; in ERSDMS2Dec()
602 if( CPLAtof(papszTokens[0]) < 0 ) in ERSDMS2Dec()
1093 poDS->adfGeoTransform[0] = CPLAtof( in Open()
1095 poDS->adfGeoTransform[1] = CPLAtof( in Open()
1098 poDS->adfGeoTransform[3] = CPLAtof( in Open()
1101 poDS->adfGeoTransform[5] = -CPLAtof( in Open()
1110 poDS->adfGeoTransform[1] = CPLAtof( in Open()
[all …]

12345678910>>...42