Home
last modified time | relevance | path

Searched refs:papszTIL (Results 1 – 4 of 4) sorted by relevance

/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/til/
H A Dtildataset.cpp288 char **papszTIL = oParser.GetAllKeywords(); in Open() local
311 const char *pszFilename = CSLFetchNameValue( papszTIL, "TILE_1.filename" ); in Open()
384 int nTileCount = atoi(CSLFetchNameValueDef(papszTIL,"numTiles","0")); in Open()
392 pszFilename = CSLFetchNameValue( papszTIL, osKey ); in Open()
409 int nULX = atoi(CSLFetchNameValueDef(papszTIL, osKey, "0")); in Open()
412 int nULY = atoi(CSLFetchNameValueDef(papszTIL, osKey, "0")); in Open()
415 int nLRX = atoi(CSLFetchNameValueDef(papszTIL, osKey, "0")); in Open()
418 int nLRY = atoi(CSLFetchNameValueDef(papszTIL, osKey, "0")); in Open()
/dports/graphics/py-gdal/gdal-3.3.3/frmts/til/
H A Dtildataset.cpp281 char **papszTIL = oParser.GetAllKeywords(); in Open() local
301 const char *pszFilename = CSLFetchNameValue( papszTIL, "TILE_1.filename" ); in Open()
377 const int nTileCount = atoi(CSLFetchNameValueDef(papszTIL,"numTiles","0")); in Open()
384 pszFilename = CSLFetchNameValue( papszTIL, osKey ); in Open()
401 const int nULX = atoi(CSLFetchNameValueDef(papszTIL, osKey, "0")); in Open()
404 const int nULY = atoi(CSLFetchNameValueDef(papszTIL, osKey, "0")); in Open()
407 const int nLRX = atoi(CSLFetchNameValueDef(papszTIL, osKey, "0")); in Open()
410 const int nLRY = atoi(CSLFetchNameValueDef(papszTIL, osKey, "0")); in Open()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/til/
H A Dtildataset.cpp281 char **papszTIL = oParser.GetAllKeywords(); in Open() local
301 const char *pszFilename = CSLFetchNameValue( papszTIL, "TILE_1.filename" ); in Open()
377 const int nTileCount = atoi(CSLFetchNameValueDef(papszTIL,"numTiles","0")); in Open()
384 pszFilename = CSLFetchNameValue( papszTIL, osKey ); in Open()
401 const int nULX = atoi(CSLFetchNameValueDef(papszTIL, osKey, "0")); in Open()
404 const int nULY = atoi(CSLFetchNameValueDef(papszTIL, osKey, "0")); in Open()
407 const int nLRX = atoi(CSLFetchNameValueDef(papszTIL, osKey, "0")); in Open()
410 const int nLRY = atoi(CSLFetchNameValueDef(papszTIL, osKey, "0")); in Open()
/dports/graphics/gdal/gdal-3.3.3/frmts/til/
H A Dtildataset.cpp281 char **papszTIL = oParser.GetAllKeywords(); in Open() local
301 const char *pszFilename = CSLFetchNameValue( papszTIL, "TILE_1.filename" ); in Open()
377 const int nTileCount = atoi(CSLFetchNameValueDef(papszTIL,"numTiles","0")); in Open()
384 pszFilename = CSLFetchNameValue( papszTIL, osKey ); in Open()
401 const int nULX = atoi(CSLFetchNameValueDef(papszTIL, osKey, "0")); in Open()
404 const int nULY = atoi(CSLFetchNameValueDef(papszTIL, osKey, "0")); in Open()
407 const int nLRX = atoi(CSLFetchNameValueDef(papszTIL, osKey, "0")); in Open()
410 const int nLRY = atoi(CSLFetchNameValueDef(papszTIL, osKey, "0")); in Open()