12#ifndef WSFCOVERAGEMEASURELATLONSTATSOUTPUT_HPP
13#define WSFCOVERAGEMEASURELATLONSTATSOUTPUT_HPP
15#include "wsf_coverage_export.h"
41 bool ProcessInput(UtInput& aInput)
override;
51 constexpr static const char*
cTYPE{
"lat_lon_stats"};
54 void WriteData(
const Coverage& aCoverage,
const Measure& aMeasure)
override;
55 std::string DefaultFileSuffix()
const override;
58 double mBinSizeDeg{1.0e-3 / 3600.0};
Definition WsfCoverage.hpp:57
static constexpr const char * cTYPE
Definition WsfCoverageMeasureLatLonStatsOutput.hpp:51
MeasureLatLonStatsOutput * Clone() const override
Definition WsfCoverageMeasureLatLonStatsOutput.hpp:40
MeasureLatLonStatsOutput(const MeasureLatLonStatsOutput &aOther)=default
MeasureLatLonStats::Projection GetProjection() const
Return the direction onto which the data is projected.
Definition WsfCoverageMeasureLatLonStatsOutput.hpp:47
~MeasureLatLonStatsOutput() override=default
double GetBinSizeDeg() const
Return the bin size in degrees.
Definition WsfCoverageMeasureLatLonStatsOutput.hpp:44
MeasureLatLonStatsOutput()=default
std::string GetOutputType() const override
Definition WsfCoverageMeasureLatLonStatsOutput.hpp:49
Projection
The projection direction.
Definition WsfCoverageMeasureLatLonStats.hpp:43
@ cLONGITUDE
Definition WsfCoverageMeasureLatLonStats.hpp:45
MeasureTextOutput()
Definition WsfCoverageMeasureTextOutput.cpp:30
Definition WsfCoverageMeasure.hpp:43
Definition WsfCoverage.cpp:35
Function definitions for those who need run-time access to the version.
Definition WsfComm.cpp:32