Home
last modified time | relevance | path

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

/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/ilwis/
H A Dilwisdataset.cpp887 string pszODFName; in Create() local
916 pszODFName = string(pszBandName) + ".mpr"; in Create()
926 WriteElement("Ilwis", "Type", pszODFName, "BaseMap"); in Create()
927 WriteElement("BaseMap", "Type", pszODFName, "Map"); in Create()
928 WriteElement("Map", "Type", pszODFName, "MapStore"); in Create()
930 WriteElement("BaseMap", "Domain", pszODFName, sDomain); in Create()
946 WriteElement("BaseMap", "Range", pszODFName, range); in Create()
948 WriteElement("Map", "GeoRef", pszODFName, "none.grf"); in Create()
1090 string pszODFName; in CreateCopy() local
1121 WriteElement("BaseMap", "Range", pszODFName, range); in CreateCopy()
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/ilwis/
H A Dilwisdataset.cpp594 WriteElement("Map", "GeoRef", pszODFName, sBaseName + ".grf"); in WriteGeoReference()
902 std::string pszODFName; in Create() local
934 pszODFName = std::string(szBandName) + ".mpr"; in Create()
937 globalFile->SetKeyValue("MapList", std::string(szBandName), pszODFName); in Create()
938 pszODFName = CPLFormFilename(pszPath.c_str(),pszDataBaseName.c_str(),"mpr"); in Create()
944 IniFile ODFFile (pszODFName); in Create()
972 pszDataName = CPLResetExtension(pszODFName.c_str(), "mp#" ); in Create()
1107 std::string pszODFName; in CreateCopy() local
1118 pszODFName = std::string(CPLFormFilename(pszPath.c_str(),szName,"mpr")); in CreateCopy()
1138 WriteElement("BaseMap", "Range", pszODFName, range); in CreateCopy()
[all …]
/dports/graphics/gdal/gdal-3.3.3/frmts/ilwis/
H A Dilwisdataset.cpp594 WriteElement("Map", "GeoRef", pszODFName, sBaseName + ".grf"); in WriteGeoReference()
902 std::string pszODFName; in Create() local
934 pszODFName = std::string(szBandName) + ".mpr"; in Create()
937 globalFile->SetKeyValue("MapList", std::string(szBandName), pszODFName); in Create()
938 pszODFName = CPLFormFilename(pszPath.c_str(),pszDataBaseName.c_str(),"mpr"); in Create()
944 IniFile ODFFile (pszODFName); in Create()
972 pszDataName = CPLResetExtension(pszODFName.c_str(), "mp#" ); in Create()
1107 std::string pszODFName; in CreateCopy() local
1118 pszODFName = std::string(CPLFormFilename(pszPath.c_str(),szName,"mpr")); in CreateCopy()
1138 WriteElement("BaseMap", "Range", pszODFName, range); in CreateCopy()
[all …]
/dports/graphics/py-gdal/gdal-3.3.3/frmts/ilwis/
H A Dilwisdataset.cpp594 WriteElement("Map", "GeoRef", pszODFName, sBaseName + ".grf"); in WriteGeoReference()
902 std::string pszODFName; in Create() local
934 pszODFName = std::string(szBandName) + ".mpr"; in Create()
937 globalFile->SetKeyValue("MapList", std::string(szBandName), pszODFName); in Create()
938 pszODFName = CPLFormFilename(pszPath.c_str(),pszDataBaseName.c_str(),"mpr"); in Create()
944 IniFile ODFFile (pszODFName); in Create()
972 pszDataName = CPLResetExtension(pszODFName.c_str(), "mp#" ); in Create()
1107 std::string pszODFName; in CreateCopy() local
1118 pszODFName = std::string(CPLFormFilename(pszPath.c_str(),szName,"mpr")); in CreateCopy()
1138 WriteElement("BaseMap", "Range", pszODFName, range); in CreateCopy()
[all …]