Home
last modified time | relevance | path

Searched refs:dfDistance (Results 1 – 25 of 65) sorted by relevance

123

/dports/devel/upp/upp/bazaar/plugin/geotiff/libgeotiff/ogr/
H A Dograssemblepolygon.cpp48 double dfDeltaX, dfDeltaY, dfDistance; in CheckPoints() local
63 dfDistance = sqrt(dfDeltaX*dfDeltaX + dfDeltaY*dfDeltaY); in CheckPoints()
65 if( dfDistance < *pdfDistance ) in CheckPoints()
67 *pdfDistance = dfDistance; in CheckPoints()
/dports/astro/opencpn/OpenCPN-5.2.4/libs/gdal/src/
H A Dograssemblepolygon.cpp102 double dfDeltaX, dfDeltaY, dfDistance; in CheckPoints() local
117 dfDistance = sqrt(dfDeltaX*dfDeltaX + dfDeltaY*dfDeltaY); in CheckPoints()
119 if( dfDistance < *pdfDistance ) in CheckPoints()
121 *pdfDistance = dfDistance; in CheckPoints()
H A Dogrlinestring.cpp1007 void OGRLineString::Value( double dfDistance, OGRPoint * poPoint ) const in Value() argument
1013 if( dfDistance < 0 ) in Value()
1029 if( (dfLength <= dfDistance) && ((dfLength + dfSegLength) >= in Value()
1030 dfDistance) ) in Value()
1034 dfRatio = (dfDistance - dfLength) / dfSegLength; in Value()
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/
H A Dograssemblepolygon.cpp50 double dfDeltaX, dfDeltaY, dfDistance; in CheckPoints() local
65 dfDistance = sqrt(dfDeltaX*dfDeltaX + dfDeltaY*dfDeltaY); in CheckPoints()
67 if( dfDistance < *pdfDistance ) in CheckPoints()
69 *pdfDistance = dfDistance; in CheckPoints()
H A Dogrcircularstring.cpp417 void OGRCircularString::Value( double dfDistance, OGRPoint * poPoint ) const in Value() argument
423 if( dfDistance < 0 ) in Value()
446 if( (dfLength <= dfDistance) && ((dfLength + dfSegLength) >= in Value()
447 dfDistance) ) in Value()
451 dfRatio = (dfDistance - dfLength) / dfSegLength; in Value()
475 if( (dfLength <= dfDistance) && ((dfLength + dfSegLength) >= in Value()
476 dfDistance) ) in Value()
480 dfRatio = (dfDistance - dfLength) / dfSegLength; in Value()
H A Dogrcompoundcurve.cpp258 void OGRCompoundCurve::Value( double dfDistance, OGRPoint *poPoint ) const in Value() argument
261 if( dfDistance < 0 ) in Value()
273 if( (dfLength <= dfDistance) && ((dfLength + dfSegLength) >= in Value()
274 dfDistance) ) in Value()
276 oCC.papoCurves[iGeom]->Value(dfDistance - dfLength, poPoint); in Value()
H A Dgml2ogrgeometry.cpp1157 double dfDistance; in GML2OGRGeometry_XMLNode_Internal() local
1182 double dfDistance; in GML2OGRGeometry_XMLNode_Internal() local
1622 double dfDistance = dfRadius; in GML2OGRGeometry_XMLNode_Internal() local
1624 dfDistance *= CPLAtof(SRS_UL_INTL_NAUT_MILE_CONV); in GML2OGRGeometry_XMLNode_Internal()
1626 dfDistance *= CPLAtof(SRS_UL_INTL_STAT_MILE_CONV); in GML2OGRGeometry_XMLNode_Internal()
1628 dfDistance *= CPLAtof(SRS_UL_INTL_FOOT_CONV); in GML2OGRGeometry_XMLNode_Internal()
1734 double dfDistance = dfRadius; in GML2OGRGeometry_XMLNode_Internal() local
1736 dfDistance *= CPLAtof(SRS_UL_INTL_NAUT_MILE_CONV); in GML2OGRGeometry_XMLNode_Internal()
1740 dfDistance *= CPLAtof(SRS_UL_INTL_FOOT_CONV); in GML2OGRGeometry_XMLNode_Internal()
1747 dfDistance, dfAngle, in GML2OGRGeometry_XMLNode_Internal()
[all …]
/dports/graphics/py-gdal/gdal-3.3.3/ogr/
H A Dogr_geo_utils.cpp136 double dfDistance, double dfHeadingInA, in OGR_GreatCircle_ExtendPosition() argument
143 const double dfDistanceRad = dfDistance * METER2RAD; in OGR_GreatCircle_ExtendPosition()
151 if( dfDistance == 0.0 ) in OGR_GreatCircle_ExtendPosition()
H A Dgml2ogrgeometry.cpp861 return dfDistance; in GetDistanceInMetre()
864 return dfDistance * 1000; in GetDistanceInMetre()
1283 dfDistance = in GML2OGRGeometry_XMLNode_Internal()
1288 dfDistance = in GML2OGRGeometry_XMLNode_Internal()
1296 if( dfDistance < in GML2OGRGeometry_XMLNode_Internal()
1520 dfDistance = in GML2OGRGeometry_XMLNode_Internal()
1525 dfDistance = in GML2OGRGeometry_XMLNode_Internal()
1529 if( dfDistance < in GML2OGRGeometry_XMLNode_Internal()
1839 double dfDistance; in GML2OGRGeometry_XMLNode_Internal() local
1858 dfDistance, in GML2OGRGeometry_XMLNode_Internal()
[all …]
H A Dogrcircularstring.cpp577 void OGRCircularString::Value( double dfDistance, OGRPoint * poPoint ) const in Value() argument
580 if( dfDistance < 0 ) in Value()
614 if( (dfLength <= dfDistance) && ((dfLength + dfSegLength) >= in Value()
615 dfDistance) ) in Value()
618 (dfDistance - dfLength) / dfSegLength; in Value()
644 if( (dfLength <= dfDistance) && ((dfLength + dfSegLength) >= in Value()
645 dfDistance) ) in Value()
648 (dfDistance - dfLength) / dfSegLength; in Value()
H A Dograssemblepolygon.cpp81 const double dfDistance = sqrt(dfDeltaX*dfDeltaX + dfDeltaY*dfDeltaY); in CheckPoints() local
83 if( dfDistance < *pdfDistance ) in CheckPoints()
85 *pdfDistance = dfDistance; in CheckPoints()
H A Dogrcompoundcurve.cpp301 void OGRCompoundCurve::Value( double dfDistance, OGRPoint *poPoint ) const in Value() argument
304 if( dfDistance < 0 ) in Value()
316 if( (dfLength <= dfDistance) && ((dfLength + dfSegLength) >= in Value()
317 dfDistance) ) in Value()
319 oCC.papoCurves[iGeom]->Value(dfDistance - dfLength, poPoint); in Value()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/
H A Dogr_geo_utils.cpp136 double dfDistance, double dfHeadingInA,
143 const double dfDistanceRad = dfDistance * METER2RAD;
151 if( dfDistance == 0.0 )
H A Dgml2ogrgeometry.cpp861 return dfDistance; in GetDistanceInMetre()
864 return dfDistance * 1000; in GetDistanceInMetre()
1283 dfDistance = in GML2OGRGeometry_XMLNode_Internal()
1288 dfDistance = in GML2OGRGeometry_XMLNode_Internal()
1296 if( dfDistance < in GML2OGRGeometry_XMLNode_Internal()
1520 dfDistance = in GML2OGRGeometry_XMLNode_Internal()
1525 dfDistance = in GML2OGRGeometry_XMLNode_Internal()
1529 if( dfDistance < in GML2OGRGeometry_XMLNode_Internal()
1839 double dfDistance; in GML2OGRGeometry_XMLNode_Internal() local
1858 dfDistance, in GML2OGRGeometry_XMLNode_Internal()
[all …]
H A Dogrcircularstring.cpp577 void OGRCircularString::Value( double dfDistance, OGRPoint * poPoint ) const in Value() argument
580 if( dfDistance < 0 ) in Value()
614 if( (dfLength <= dfDistance) && ((dfLength + dfSegLength) >= in Value()
615 dfDistance) ) in Value()
618 (dfDistance - dfLength) / dfSegLength; in Value()
644 if( (dfLength <= dfDistance) && ((dfLength + dfSegLength) >= in Value()
645 dfDistance) ) in Value()
648 (dfDistance - dfLength) / dfSegLength; in Value()
H A Dograssemblepolygon.cpp81 const double dfDistance = sqrt(dfDeltaX*dfDeltaX + dfDeltaY*dfDeltaY); in CheckPoints() local
83 if( dfDistance < *pdfDistance ) in CheckPoints()
85 *pdfDistance = dfDistance; in CheckPoints()
H A Dogrcompoundcurve.cpp301 void OGRCompoundCurve::Value( double dfDistance, OGRPoint *poPoint ) const in Value() argument
304 if( dfDistance < 0 ) in Value()
316 if( (dfLength <= dfDistance) && ((dfLength + dfSegLength) >= in Value()
317 dfDistance) ) in Value()
319 oCC.papoCurves[iGeom]->Value(dfDistance - dfLength, poPoint); in Value()
/dports/graphics/gdal/gdal-3.3.3/ogr/
H A Dogr_geo_utils.cpp136 double dfDistance, double dfHeadingInA, in OGR_GreatCircle_ExtendPosition() argument
143 const double dfDistanceRad = dfDistance * METER2RAD; in OGR_GreatCircle_ExtendPosition()
151 if( dfDistance == 0.0 ) in OGR_GreatCircle_ExtendPosition()
H A Dgml2ogrgeometry.cpp861 return dfDistance; in GetDistanceInMetre()
864 return dfDistance * 1000; in GetDistanceInMetre()
1283 dfDistance = in GML2OGRGeometry_XMLNode_Internal()
1288 dfDistance = in GML2OGRGeometry_XMLNode_Internal()
1296 if( dfDistance < in GML2OGRGeometry_XMLNode_Internal()
1520 dfDistance = in GML2OGRGeometry_XMLNode_Internal()
1525 dfDistance = in GML2OGRGeometry_XMLNode_Internal()
1529 if( dfDistance < in GML2OGRGeometry_XMLNode_Internal()
1839 double dfDistance; in GML2OGRGeometry_XMLNode_Internal() local
1858 dfDistance, in GML2OGRGeometry_XMLNode_Internal()
[all …]
H A Dogrcircularstring.cpp577 void OGRCircularString::Value( double dfDistance, OGRPoint * poPoint ) const in Value() argument
580 if( dfDistance < 0 ) in Value()
614 if( (dfLength <= dfDistance) && ((dfLength + dfSegLength) >= in Value()
615 dfDistance) ) in Value()
618 (dfDistance - dfLength) / dfSegLength; in Value()
644 if( (dfLength <= dfDistance) && ((dfLength + dfSegLength) >= in Value()
645 dfDistance) ) in Value()
648 (dfDistance - dfLength) / dfSegLength; in Value()
H A Dograssemblepolygon.cpp81 const double dfDistance = sqrt(dfDeltaX*dfDeltaX + dfDeltaY*dfDeltaY); in CheckPoints() local
83 if( dfDistance < *pdfDistance ) in CheckPoints()
85 *pdfDistance = dfDistance; in CheckPoints()
H A Dogrcompoundcurve.cpp301 void OGRCompoundCurve::Value( double dfDistance, OGRPoint *poPoint ) const in Value() argument
304 if( dfDistance < 0 ) in Value()
316 if( (dfLength <= dfDistance) && ((dfLength + dfSegLength) >= in Value()
317 dfDistance) ) in Value()
319 oCC.papoCurves[iGeom]->Value(dfDistance - dfLength, poPoint); in Value()
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/xplane/
H A Dogr_xplane_geo_utils.cpp130 double dfDistance, double dfHeading, in OGRXPlane_ExtendPosition() argument
143 dfDistanceRad = dfDistance * METER2RAD; in OGRXPlane_ExtendPosition()
H A Dogr_xplane_geo_utils.h40 double dfDistance, double dfHeading,
/dports/graphics/mapserver/mapserver-7.6.4/
H A Dmapogcfiltercommon.cpp414 double dfDistance = -1; in FLTGetSpatialComparisonCommonExpression() local
491 psQueryShape = FLTGetShape(psNode, &dfDistance, &nUnit); in FLTGetSpatialComparisonCommonExpression()
493 …de->pszValue, "DWithin") == 0 || strcasecmp(psNode->pszValue, "Beyond") == 0 ) && dfDistance > 0) { in FLTGetSpatialComparisonCommonExpression()
500dfDistance *= msInchesPerUnit(nUnit,0)/msInchesPerUnit(nLayerUnit,0); /* target is layer units */ in FLTGetSpatialComparisonCommonExpression()
560 sprintf(szBuffer, ",%g", dfDistance); in FLTGetSpatialComparisonCommonExpression()

123