Home
last modified time | relevance | path

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

/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/libkml/
H A Dogrlibkmldatasource.cpp2280 const char* pszRegionYMax = CSLFetchNameValue(papszOptions, "REGION_YMAX"); in ICreateLayer() local
2296 pszRegionXMax != NULL && pszRegionYMax != NULL ) in ICreateLayer()
2301 double ymax = CPLAtof(pszRegionYMax); in ICreateLayer()
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/libkml/
H A Dogrlibkmldatasource.cpp2354 const char* pszRegionYMax = CSLFetchNameValue(papszOptions, "REGION_YMAX"); in ICreateLayer() local
2370 pszRegionXMax != nullptr && pszRegionYMax != nullptr ) in ICreateLayer()
2375 const double ymax = CPLAtof(pszRegionYMax); in ICreateLayer()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/libkml/
H A Dogrlibkmldatasource.cpp2354 const char* pszRegionYMax = CSLFetchNameValue(papszOptions, "REGION_YMAX");
2370 pszRegionXMax != nullptr && pszRegionYMax != nullptr )
2375 const double ymax = CPLAtof(pszRegionYMax);
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/libkml/
H A Dogrlibkmldatasource.cpp2354 const char* pszRegionYMax = CSLFetchNameValue(papszOptions, "REGION_YMAX"); in ICreateLayer() local
2370 pszRegionXMax != nullptr && pszRegionYMax != nullptr ) in ICreateLayer()
2375 const double ymax = CPLAtof(pszRegionYMax); in ICreateLayer()