Home
last modified time | relevance | path

Searched refs:dfHeight (Results 1 – 25 of 63) sorted by relevance

123

/dports/devel/upp/upp/bazaar/plugin/gdal/alg/
H A Dgdal_rpc.cpp157 padfTerms[3] = dfHeight; in RPCComputeTerms()
159 padfTerms[5] = dfLong * dfHeight; in RPCComputeTerms()
160 padfTerms[6] = dfLat * dfHeight; in RPCComputeTerms()
163 padfTerms[9] = dfHeight * dfHeight; in RPCComputeTerms()
165 padfTerms[10] = dfLong * dfLat * dfHeight; in RPCComputeTerms()
168 padfTerms[13] = dfLong * dfHeight * dfHeight; in RPCComputeTerms()
171 padfTerms[16] = dfLat * dfHeight * dfHeight; in RPCComputeTerms()
172 padfTerms[17] = dfLong * dfLong * dfHeight; in RPCComputeTerms()
173 padfTerms[18] = dfLat * dfLat * dfHeight; in RPCComputeTerms()
174 padfTerms[19] = dfHeight * dfHeight * dfHeight; in RPCComputeTerms()
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/raw/
H A Ddoq1dataset.cpp210 const double dfHeight = DOQGetField(poOpenInfo->pabyHeader + 144, 6 ); in Open() local
219 || dfHeight < 500 || dfHeight > 25000 || CPLIsNan(dfHeight) in Open()
225 const int nHeight = static_cast<int>(dfHeight); in Open()
/dports/graphics/gdal/gdal-3.3.3/frmts/raw/
H A Ddoq1dataset.cpp210 const double dfHeight = DOQGetField(poOpenInfo->pabyHeader + 144, 6 ); in Open() local
219 || dfHeight < 500 || dfHeight > 25000 || CPLIsNan(dfHeight) in Open()
225 const int nHeight = static_cast<int>(dfHeight); in Open()
/dports/graphics/py-gdal/gdal-3.3.3/frmts/raw/
H A Ddoq1dataset.cpp210 const double dfHeight = DOQGetField(poOpenInfo->pabyHeader + 144, 6 ); in Open() local
219 || dfHeight < 500 || dfHeight > 25000 || CPLIsNan(dfHeight) in Open()
225 const int nHeight = static_cast<int>(dfHeight); in Open()
/dports/graphics/py-gdal/gdal-3.3.3/alg/
H A Dgdal_rpc.cpp204 padfTerms[3] = dfHeight; in RPCComputeTerms()
206 padfTerms[5] = dfLong * dfHeight; in RPCComputeTerms()
207 padfTerms[6] = dfLat * dfHeight; in RPCComputeTerms()
210 padfTerms[9] = dfHeight * dfHeight; in RPCComputeTerms()
212 padfTerms[10] = dfLong * dfLat * dfHeight; in RPCComputeTerms()
215 padfTerms[13] = dfLong * dfHeight * dfHeight; in RPCComputeTerms()
218 padfTerms[16] = dfLat * dfHeight * dfHeight; in RPCComputeTerms()
219 padfTerms[17] = dfLong * dfLong * dfHeight; in RPCComputeTerms()
220 padfTerms[18] = dfLat * dfLat * dfHeight; in RPCComputeTerms()
221 padfTerms[19] = dfHeight * dfHeight * dfHeight; in RPCComputeTerms()
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/alg/
H A Dgdal_rpc.cpp204 padfTerms[3] = dfHeight; in RPCComputeTerms()
206 padfTerms[5] = dfLong * dfHeight; in RPCComputeTerms()
207 padfTerms[6] = dfLat * dfHeight; in RPCComputeTerms()
210 padfTerms[9] = dfHeight * dfHeight; in RPCComputeTerms()
212 padfTerms[10] = dfLong * dfLat * dfHeight; in RPCComputeTerms()
215 padfTerms[13] = dfLong * dfHeight * dfHeight; in RPCComputeTerms()
218 padfTerms[16] = dfLat * dfHeight * dfHeight; in RPCComputeTerms()
219 padfTerms[17] = dfLong * dfLong * dfHeight; in RPCComputeTerms()
220 padfTerms[18] = dfLat * dfLat * dfHeight; in RPCComputeTerms()
221 padfTerms[19] = dfHeight * dfHeight * dfHeight; in RPCComputeTerms()
[all …]
/dports/graphics/gdal/gdal-3.3.3/alg/
H A Dgdal_rpc.cpp204 padfTerms[3] = dfHeight; in RPCComputeTerms()
206 padfTerms[5] = dfLong * dfHeight; in RPCComputeTerms()
207 padfTerms[6] = dfLat * dfHeight; in RPCComputeTerms()
210 padfTerms[9] = dfHeight * dfHeight; in RPCComputeTerms()
212 padfTerms[10] = dfLong * dfLat * dfHeight; in RPCComputeTerms()
215 padfTerms[13] = dfLong * dfHeight * dfHeight; in RPCComputeTerms()
218 padfTerms[16] = dfLat * dfHeight * dfHeight; in RPCComputeTerms()
219 padfTerms[17] = dfLong * dfLong * dfHeight; in RPCComputeTerms()
220 padfTerms[18] = dfLat * dfLat * dfHeight; in RPCComputeTerms()
221 padfTerms[19] = dfHeight * dfHeight * dfHeight; in RPCComputeTerms()
[all …]
/dports/graphics/py-gdal/gdal-3.3.3/frmts/pdf/
H A Dpdfwritabledataset.cpp204 const double dfHeight = nWidth * dfRatio; in SyncToDisk() local
205 if( dfHeight < 1 || dfHeight > INT_MAX || CPLIsNan(dfHeight) ) in SyncToDisk()
210 nHeight = static_cast<int>(dfHeight); in SyncToDisk()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/pdf/
H A Dpdfwritabledataset.cpp204 const double dfHeight = nWidth * dfRatio;
205 if( dfHeight < 1 || dfHeight > INT_MAX || CPLIsNan(dfHeight) )
210 nHeight = static_cast<int>(dfHeight);
/dports/graphics/gdal/gdal-3.3.3/frmts/pdf/
H A Dpdfwritabledataset.cpp204 const double dfHeight = nWidth * dfRatio; in SyncToDisk() local
205 if( dfHeight < 1 || dfHeight > INT_MAX || CPLIsNan(dfHeight) ) in SyncToDisk()
210 nHeight = static_cast<int>(dfHeight); in SyncToDisk()
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/dxf/
H A Dogrdxf_dimension.cpp56 double dfHeight = CPLAtof(poDS->GetVariable("$DIMTXT", "2.5")); in TranslateDIMENSION() local
336 if( dfHeight != 0.0 ) in TranslateDIMENSION()
338 CPLsnprintf(szBuffer, sizeof(szBuffer), "%.3g", dfHeight); in TranslateDIMENSION()
H A Dogrdxflayer.cpp410 double dfHeight = 0.0; in TranslateMTEXT() local
434 dfHeight = CPLAtof(szLineBuf); in TranslateMTEXT()
537 if( dfHeight != 0.0 ) in TranslateMTEXT()
539 CPLsnprintf(szBuffer, sizeof(szBuffer), "%.3g", dfHeight); in TranslateMTEXT()
581 double dfHeight = 0.0; in TranslateTEXT() local
603 dfHeight = CPLAtof(szLineBuf); in TranslateTEXT()
700 if( dfHeight != 0.0 ) in TranslateTEXT()
702 CPLsnprintf(szBuffer, sizeof(szBuffer), "%.3g", dfHeight); in TranslateTEXT()
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/raw/
H A Dgtxdataset.cpp271 double dfXOrigin, dfYOrigin, dfWidth, dfHeight; in SetGeoTransform() local
276 dfHeight = - adfGeoTransform[5]; in SetGeoTransform()
285 memcpy( header + 16, &dfHeight, 8 ); in SetGeoTransform()
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/dwg/
H A Dogrdwg_dimension.cpp54 double dfHeight = CPLAtof(poDS->GetVariable("$DIMTXT", "2.5")); in TranslateDIMENSION() local
330 if( dfHeight != 0.0 ) in TranslateDIMENSION()
332 CPLsnprintf(szBuffer, sizeof(szBuffer), "%.3g", dfHeight); in TranslateDIMENSION()
H A Dogrdwglayer.cpp489 double dfHeight = poMTE->textHeight();
507 if( dfHeight != 0.0 )
509 CPLsnprintf(szBuffer, sizeof(szBuffer), "%.3g", dfHeight);
622 double dfHeight = poText->height();
639 if( dfHeight != 0.0 )
641 CPLsnprintf(szBuffer, sizeof(szBuffer), "%.3g", dfHeight);
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/dwg/
H A Dogrdwg_dimension.cpp45 double dfHeight = CPLAtof(poDS->GetVariable("$DIMTXT", "2.5")); in TranslateDIMENSION() local
318 if( dfHeight != 0.0 ) in TranslateDIMENSION()
320 CPLsnprintf(szBuffer, sizeof(szBuffer), "%.3g", dfHeight); in TranslateDIMENSION()
H A Dogrdwglayer.cpp463 double dfHeight = poMTE->textHeight();
481 if( dfHeight != 0.0 )
483 CPLsnprintf(szBuffer, sizeof(szBuffer), "%.3g", dfHeight);
596 double dfHeight = poText->height();
613 if( dfHeight != 0.0 )
615 CPLsnprintf(szBuffer, sizeof(szBuffer), "%.3g", dfHeight);
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/dwg/
H A Dogrdwg_dimension.cpp45 double dfHeight = CPLAtof(poDS->GetVariable("$DIMTXT", "2.5")); in flatten()
318 if( dfHeight != 0.0 ) in flatten()
320 CPLsnprintf(szBuffer, sizeof(szBuffer), "%.3g", dfHeight); in flatten()
H A Dogrdwglayer.cpp463 double dfHeight = poMTE->textHeight();
481 if( dfHeight != 0.0 )
483 CPLsnprintf(szBuffer, sizeof(szBuffer), "%.3g", dfHeight);
596 double dfHeight = poText->height();
613 if( dfHeight != 0.0 )
615 CPLsnprintf(szBuffer, sizeof(szBuffer), "%.3g", dfHeight);
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/dwg/
H A Dogrdwg_dimension.cpp45 double dfHeight = CPLAtof(poDS->GetVariable("$DIMTXT", "2.5")); in TranslateDIMENSION() local
318 if( dfHeight != 0.0 ) in TranslateDIMENSION()
320 CPLsnprintf(szBuffer, sizeof(szBuffer), "%.3g", dfHeight); in TranslateDIMENSION()
H A Dogrdwglayer.cpp463 double dfHeight = poMTE->textHeight();
481 if( dfHeight != 0.0 )
483 CPLsnprintf(szBuffer, sizeof(szBuffer), "%.3g", dfHeight);
596 double dfHeight = poText->height();
613 if( dfHeight != 0.0 )
615 CPLsnprintf(szBuffer, sizeof(szBuffer), "%.3g", dfHeight);
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/nitf/
H A Dnitfimage.c3455 dfHeight = (dfHeight - psRPC->HEIGHT_OFF) / psRPC->HEIGHT_SCALE; in NITFRPCGeoToImage()
3464 dfPolyTerm[3] = dfHeight; in NITFRPCGeoToImage()
3466 dfPolyTerm[5] = dfLong * dfHeight; in NITFRPCGeoToImage()
3467 dfPolyTerm[6] = dfLat * dfHeight; in NITFRPCGeoToImage()
3470 dfPolyTerm[9] = dfHeight * dfHeight; in NITFRPCGeoToImage()
3472 dfPolyTerm[10] = dfLong * dfLat * dfHeight; in NITFRPCGeoToImage()
3475 dfPolyTerm[13] = dfLong * dfHeight * dfHeight; in NITFRPCGeoToImage()
3478 dfPolyTerm[16] = dfLat * dfHeight * dfHeight; in NITFRPCGeoToImage()
3479 dfPolyTerm[17] = dfLong * dfLong * dfHeight; in NITFRPCGeoToImage()
3480 dfPolyTerm[18] = dfLat * dfLat * dfHeight; in NITFRPCGeoToImage()
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/nitf/
H A Dnitfimage.c3934 dfHeight = (dfHeight - psRPC->HEIGHT_OFF) / psRPC->HEIGHT_SCALE; in NITFRPCGeoToImage()
3943 dfPolyTerm[3] = dfHeight; in NITFRPCGeoToImage()
3945 dfPolyTerm[5] = dfLong * dfHeight; in NITFRPCGeoToImage()
3946 dfPolyTerm[6] = dfLat * dfHeight; in NITFRPCGeoToImage()
3949 dfPolyTerm[9] = dfHeight * dfHeight; in NITFRPCGeoToImage()
3951 dfPolyTerm[10] = dfLong * dfLat * dfHeight; in NITFRPCGeoToImage()
3954 dfPolyTerm[13] = dfLong * dfHeight * dfHeight; in NITFRPCGeoToImage()
3957 dfPolyTerm[16] = dfLat * dfHeight * dfHeight; in NITFRPCGeoToImage()
3958 dfPolyTerm[17] = dfLong * dfLong * dfHeight; in NITFRPCGeoToImage()
3959 dfPolyTerm[18] = dfLat * dfLat * dfHeight; in NITFRPCGeoToImage()
[all …]
/dports/graphics/gdal/gdal-3.3.3/frmts/nitf/
H A Dnitfimage.c3934 dfHeight = (dfHeight - psRPC->HEIGHT_OFF) / psRPC->HEIGHT_SCALE; in NITFRPCGeoToImage()
3943 dfPolyTerm[3] = dfHeight; in NITFRPCGeoToImage()
3945 dfPolyTerm[5] = dfLong * dfHeight; in NITFRPCGeoToImage()
3946 dfPolyTerm[6] = dfLat * dfHeight; in NITFRPCGeoToImage()
3949 dfPolyTerm[9] = dfHeight * dfHeight; in NITFRPCGeoToImage()
3951 dfPolyTerm[10] = dfLong * dfLat * dfHeight; in NITFRPCGeoToImage()
3954 dfPolyTerm[13] = dfLong * dfHeight * dfHeight; in NITFRPCGeoToImage()
3957 dfPolyTerm[16] = dfLat * dfHeight * dfHeight; in NITFRPCGeoToImage()
3958 dfPolyTerm[17] = dfLong * dfLong * dfHeight; in NITFRPCGeoToImage()
3959 dfPolyTerm[18] = dfLat * dfLat * dfHeight; in NITFRPCGeoToImage()
[all …]
/dports/graphics/py-gdal/gdal-3.3.3/frmts/nitf/
H A Dnitfimage.c3934 dfHeight = (dfHeight - psRPC->HEIGHT_OFF) / psRPC->HEIGHT_SCALE; in NITFRPCGeoToImage()
3943 dfPolyTerm[3] = dfHeight; in NITFRPCGeoToImage()
3945 dfPolyTerm[5] = dfLong * dfHeight; in NITFRPCGeoToImage()
3946 dfPolyTerm[6] = dfLat * dfHeight; in NITFRPCGeoToImage()
3949 dfPolyTerm[9] = dfHeight * dfHeight; in NITFRPCGeoToImage()
3951 dfPolyTerm[10] = dfLong * dfLat * dfHeight; in NITFRPCGeoToImage()
3954 dfPolyTerm[13] = dfLong * dfHeight * dfHeight; in NITFRPCGeoToImage()
3957 dfPolyTerm[16] = dfLat * dfHeight * dfHeight; in NITFRPCGeoToImage()
3958 dfPolyTerm[17] = dfLong * dfLong * dfHeight; in NITFRPCGeoToImage()
3959 dfPolyTerm[18] = dfLat * dfLat * dfHeight; in NITFRPCGeoToImage()
[all …]

123