Interface EnvironmentalBenefits.GasEmissionsSaved

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      double getCo2()
      get the typical amount of CO2 emissions from fossil fuel power plants that would be emitted to generate the total amount of power that has been generated by this site.
      double getNox()
      get the typical amount of Nox emissions from fossil fuel power plants that would be emitted to generate the total amount of power that has been generated by this site.
      double getSo2()
      get the typical amount of SO2 emissions from fossil fuel power plants that would be emitted to generate the total amount of power that has been generated by this site.
      EnvironmentalBenefits.EmissionUnitType getUnits()
      Get the associated unit type for all of the associated gas emissions
    • Method Detail

      • getCo2

        double getCo2()
        get the typical amount of CO2 emissions from fossil fuel power plants that would be emitted to generate the total amount of power that has been generated by this site.
        Returns:
        amount of CO2
      • getSo2

        double getSo2()
        get the typical amount of SO2 emissions from fossil fuel power plants that would be emitted to generate the total amount of power that has been generated by this site.
        Returns:
        aount of SO2
      • getNox

        double getNox()
        get the typical amount of Nox emissions from fossil fuel power plants that would be emitted to generate the total amount of power that has been generated by this site.
        Returns:
        amount of Nox