Class LightStatistic

    • Constructor Detail

      • LightStatistic

        public LightStatistic()
      • LightStatistic

        public LightStatistic​(LightStatistic source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getLightDistribution

        public LightDistributionStatistic[] getLightDistribution()
        Get 各个时间点的光线值
        Returns:
        LightDistribution 各个时间点的光线值
      • setLightDistribution

        public void setLightDistribution​(LightDistributionStatistic[] LightDistribution)
        Set 各个时间点的光线值
        Parameters:
        LightDistribution - 各个时间点的光线值
      • getLightLevelRatio

        public LightLevelRatioStatistic[] getLightLevelRatio()
        Get 光照程度比例统计结果
        Returns:
        LightLevelRatio 光照程度比例统计结果
      • setLightLevelRatio

        public void setLightLevelRatio​(LightLevelRatioStatistic[] LightLevelRatio)
        Set 光照程度比例统计结果
        Parameters:
        LightLevelRatio - 光照程度比例统计结果