Home
last modified time | relevance | path

Searched refs:poGPTS (Results 1 – 7 of 7) sorted by relevance

/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/pdf/
H A Dpdfdataset.cpp4657 GDALPDFObject* poGPTS; in ParseMeasure() local
4658 if( (poGPTS = poMeasureDict->Get("lgit:GPTS")) != NULL && in ParseMeasure()
4659 poGPTS->GetType() == PDFObjectType_Array ) in ParseMeasure()
4663 else if( (poGPTS = poMeasureDict->Get("GPTS")) == NULL || in ParseMeasure()
4664 poGPTS->GetType() != PDFObjectType_Array ) in ParseMeasure()
4671 int nGPTSLength = poGPTS->GetArray()->GetLength(); in ParseMeasure()
4682 adfGPTS[i] = Get(poGPTS, i); in ParseMeasure()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/pdf/
H A Dpdfcreatefromcomposition.cpp883 GDALPDFArrayRW* poGPTS = new GDALPDFArrayRW(); in GenerateISO32000_Georeferencing() local
890 poGPTS->AddWithPrecision(gcp.dfGCPY, nPrecision). in GenerateISO32000_Georeferencing()
900 .Add("GPTS", poGPTS) in GenerateISO32000_Georeferencing()
H A Dpdfdataset.cpp6423 GDALPDFObject* poGPTS = poMeasureDict->Get("lgit:GPTS"); local
6424 if( poGPTS != nullptr &&
6425 poGPTS->GetType() == PDFObjectType_Array )
6429 else if( (poGPTS = poMeasureDict->Get("GPTS")) == nullptr ||
6430 poGPTS->GetType() != PDFObjectType_Array )
6437 int nGPTSLength = poGPTS->GetArray()->GetLength();
6448 adfGPTS[i] = Get(poGPTS, i);
/dports/graphics/gdal/gdal-3.3.3/frmts/pdf/
H A Dpdfcreatefromcomposition.cpp883 GDALPDFArrayRW* poGPTS = new GDALPDFArrayRW(); in GenerateISO32000_Georeferencing() local
890 poGPTS->AddWithPrecision(gcp.dfGCPY, nPrecision). in GenerateISO32000_Georeferencing()
900 .Add("GPTS", poGPTS) in GenerateISO32000_Georeferencing()
H A Dpdfdataset.cpp6423 GDALPDFObject* poGPTS = poMeasureDict->Get("lgit:GPTS"); local
6424 if( poGPTS != nullptr &&
6425 poGPTS->GetType() == PDFObjectType_Array )
6429 else if( (poGPTS = poMeasureDict->Get("GPTS")) == nullptr ||
6430 poGPTS->GetType() != PDFObjectType_Array )
6437 int nGPTSLength = poGPTS->GetArray()->GetLength();
6448 adfGPTS[i] = Get(poGPTS, i);
/dports/graphics/py-gdal/gdal-3.3.3/frmts/pdf/
H A Dpdfcreatefromcomposition.cpp883 GDALPDFArrayRW* poGPTS = new GDALPDFArrayRW(); in GenerateISO32000_Georeferencing() local
890 poGPTS->AddWithPrecision(gcp.dfGCPY, nPrecision). in GenerateISO32000_Georeferencing()
900 .Add("GPTS", poGPTS) in GenerateISO32000_Georeferencing()
H A Dpdfdataset.cpp6423 GDALPDFObject* poGPTS = poMeasureDict->Get("lgit:GPTS"); local
6424 if( poGPTS != nullptr &&
6425 poGPTS->GetType() == PDFObjectType_Array )
6429 else if( (poGPTS = poMeasureDict->Get("GPTS")) == nullptr ||
6430 poGPTS->GetType() != PDFObjectType_Array )
6437 int nGPTSLength = poGPTS->GetArray()->GetLength();
6448 adfGPTS[i] = Get(poGPTS, i);