Home
last modified time | relevance | path

Searched refs:dfZ (Results 151 – 175 of 202) sorted by relevance

123456789

/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/sdts/
H A Dsdts2shp.cpp418 &(poRawPoint->dfZ) ); in WritePointShapefile()
/dports/graphics/py-gdal/gdal-3.3.3/frmts/sdts/
H A Dsdts2shp.cpp406 &(poRawPoint->dfZ) ); in WritePointShapefile()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/sdts/
H A Dsdts2shp.cpp406 &(poRawPoint->dfZ) ); in WritePointShapefile()
/dports/graphics/gdal/gdal-3.3.3/frmts/sdts/
H A Dsdts2shp.cpp406 &(poRawPoint->dfZ) ); in WritePointShapefile()
/dports/graphics/py-gdal/gdal-3.3.3/alg/
H A Dgdalgrid.cpp365 const double dfZ = oMapDistanceToZValuesIter->second; in GDALGridInverseDistanceToAPowerNearestNeighbor() local
369 dfNominator += dfInvW * dfZ; in GDALGridInverseDistanceToAPowerNearestNeighbor()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/alg/
H A Dgdalgrid.cpp365 const double dfZ = oMapDistanceToZValuesIter->second; in GDALGridInverseDistanceToAPowerNearestNeighbor() local
369 dfNominator += dfInvW * dfZ; in GDALGridInverseDistanceToAPowerNearestNeighbor()
/dports/graphics/gdal/gdal-3.3.3/alg/
H A Dgdalgrid.cpp365 const double dfZ = oMapDistanceToZValuesIter->second; in GDALGridInverseDistanceToAPowerNearestNeighbor() local
369 dfNominator += dfInvW * dfZ; in GDALGridInverseDistanceToAPowerNearestNeighbor()
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/
H A Dogr_api.h85 double dfCenterX, double dfCenterY, double dfZ,
H A Dogr_geometry.h1260 approximateArcAngles( double dfX, double dfY, double dfZ,
/dports/graphics/py-gdal/gdal-3.3.3/ogr/
H A Dogr_api.h102 double dfCenterX, double dfCenterY, double dfZ,
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/
H A Dogr_api.h102 double dfCenterX, double dfCenterY, double dfZ,
/dports/graphics/gdal/gdal-3.3.3/ogr/
H A Dogr_api.h102 double dfCenterX, double dfCenterY, double dfZ,
/dports/graphics/py-gdal/gdal-3.3.3/apps/
H A Dogr2ogr_lib.cpp3249 explicit SetZVisitor(double dfZ): m_dfZ(dfZ) {} in SetZVisitor() argument
3260 static void SetZ (OGRGeometry* poGeom, double dfZ ) in SetZ() argument
3264 SetZVisitor visitor(dfZ); in SetZ()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/apps/
H A Dogr2ogr_lib.cpp3249 explicit SetZVisitor(double dfZ): m_dfZ(dfZ) {} in SetZVisitor() argument
3260 static void SetZ (OGRGeometry* poGeom, double dfZ ) in SetZ() argument
3264 SetZVisitor visitor(dfZ); in SetZ()
/dports/graphics/gdal/gdal-3.3.3/apps/
H A Dogr2ogr_lib.cpp3249 explicit SetZVisitor(double dfZ): m_dfZ(dfZ) {} in SetZVisitor() argument
3260 static void SetZ (OGRGeometry* poGeom, double dfZ ) in SetZ() argument
3264 SetZVisitor visitor(dfZ); in SetZ()
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/geojson/
H A Dogrgeojsonreader.cpp2903 const double dfZ = OGRGeoJSONGetCoordinate(poObj, "z", 2, bValid); in OGRGeoJSONReadRawPoint() local
2904 point.setZ(dfZ); in OGRGeoJSONReadRawPoint()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/geojson/
H A Dogrgeojsonreader.cpp2903 const double dfZ = OGRGeoJSONGetCoordinate(poObj, "z", 2, bValid); in OGRGeoJSONReadRawPoint() local
2904 point.setZ(dfZ); in OGRGeoJSONReadRawPoint()
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/geojson/
H A Dogrgeojsonreader.cpp2903 const double dfZ = OGRGeoJSONGetCoordinate(poObj, "z", 2, bValid); in OGRGeoJSONReadRawPoint() local
2904 point.setZ(dfZ); in OGRGeoJSONReadRawPoint()
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/cad/libopencad/dwg/
H A Dr2000.cpp1685 double dfX = 0, dfY = 0, dfZ = 0; in GetGeometry() local
1690 memcpy( & dfZ, citer->acData.data() + 17, 8 ); in GetGeometry()
1696 sEED += std::to_string( dfZ ); in GetGeometry()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/cad/libopencad/dwg/
H A Dr2000.cpp1685 double dfX = 0, dfY = 0, dfZ = 0;
1690 memcpy( & dfZ, citer->acData.data() + 17, 8 );
1696 sEED += std::to_string( dfZ );
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/cad/libopencad/dwg/
H A Dr2000.cpp1685 double dfX = 0, dfY = 0, dfZ = 0; in GetGeometry() local
1690 memcpy( & dfZ, citer->acData.data() + 17, 8 ); in GetGeometry()
1696 sEED += std::to_string( dfZ ); in GetGeometry()
/dports/graphics/py-gdal/gdal-3.3.3/swig/include/
H A Dogr.i2600 double dfCenterX, double dfCenterY, double dfZ, in ApproximateArcAngles() argument
2606 dfCenterX, dfCenterY, dfZ, in ApproximateArcAngles()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/swig/include/
H A Dogr.i2600 double dfCenterX, double dfCenterY, double dfZ, in ApproximateArcAngles() argument
2606 dfCenterX, dfCenterY, dfZ, in ApproximateArcAngles()
/dports/graphics/gdal/gdal-3.3.3/swig/include/
H A Dogr.i2600 double dfCenterX, double dfCenterY, double dfZ, in ApproximateArcAngles() argument
2606 dfCenterX, dfCenterY, dfZ, in ApproximateArcAngles()
/dports/cad/libopencad/libopencad-0.2.0/lib/dwg/
H A Dr2000.cpp1485 double dfX = 0, dfY = 0, dfZ = 0; in GetGeometry() local
1488 memcpy( & dfZ, citer->acData.data() + 17, 8 ); in GetGeometry()
1493 sEED += to_string( dfZ ); in GetGeometry()

123456789