Searched refs:pszVertDir (Results 1 – 3 of 3) sorted by relevance
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/pds/ |
H A D | pds4dataset.cpp | 1563 const char* pszVertDir = CPLGetXMLValue(psProduct, 1566 const bool bBottomToTop = EQUAL(pszVertDir, "Bottom to Top"); 3581 const char* pszVertDir = CSLFetchNameValue(m_papszCreationOptions, 3583 if( pszVertDir ) 3592 pszVertDir); 3597 psVertDirNode->psChild = CPLCreateXMLNode(nullptr, CXT_Text, pszVertDir);
|
/dports/graphics/gdal/gdal-3.3.3/frmts/pds/ |
H A D | pds4dataset.cpp | 1563 const char* pszVertDir = CPLGetXMLValue(psProduct, in OpenInternal() local 1566 const bool bBottomToTop = EQUAL(pszVertDir, "Bottom to Top"); in OpenInternal() 3581 const char* pszVertDir = CSLFetchNameValue(m_papszCreationOptions, in CreateHeader() local 3583 if( pszVertDir ) in CreateHeader() 3592 pszVertDir); in CreateHeader() 3597 psVertDirNode->psChild = CPLCreateXMLNode(nullptr, CXT_Text, pszVertDir); in CreateHeader()
|
/dports/graphics/py-gdal/gdal-3.3.3/frmts/pds/ |
H A D | pds4dataset.cpp | 1563 const char* pszVertDir = CPLGetXMLValue(psProduct, in OpenInternal() local 1566 const bool bBottomToTop = EQUAL(pszVertDir, "Bottom to Top"); in OpenInternal() 3581 const char* pszVertDir = CSLFetchNameValue(m_papszCreationOptions, in CreateHeader() local 3583 if( pszVertDir ) in CreateHeader() 3592 pszVertDir); in CreateHeader() 3597 psVertDirNode->psChild = CPLCreateXMLNode(nullptr, CXT_Text, pszVertDir); in CreateHeader()
|