MCPcopy Create free account
hub / github.com/OSGeo/gdal / ToEnvelope

Function ToEnvelope

alg/zonal.cpp:773–778  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

771 }
772
773 OGREnvelope ToEnvelope(const GDALRasterWindow &window) const
774 {
775 OGREnvelope oSnappedGeomExtent;
776 m_srcGT.Apply(window, oSnappedGeomExtent);
777 return oSnappedGeomExtent;
778 }
779
780 void SetStatFields(OGRFeature &feature, int iBand,
781 const gdal::RasterStats<double> &stats) const

Callers 2

Calls 1

ApplyMethod · 0.80

Tested by

no test coverage detected