com.supermap.analyst.spatialanalyst
类 SolarTimeMode

java.lang.Object
  继承者 com.supermap.data.Enum
      继承者 com.supermap.analyst.spatialanalyst.SolarTimeMode

public class SolarTimeMode
extends Enum

该枚举定义了太阳辐射计算的时间模式。


字段摘要
static SolarTimeMode MULTIDAYS
          多天模式。
static SolarTimeMode WITHINDAY
          单天模式。
 
方法摘要
 
从类 com.supermap.data.Enum 继承的方法
equals, getEnums, getNameByValue, getNames, getPredefineValues, getValueByName, getValues, hashCode, isDefined, isDefined, name, parse, parse, toString, value
 
从类 java.lang.Object 继承的方法
getClass, notify, notifyAll, wait, wait, wait
 

字段详细信息

WITHINDAY

public static final SolarTimeMode WITHINDAY
单天模式。计算一天内的太阳辐射,需要指定开始时点、结束时点及开始日期作为要计算的日期。


MULTIDAYS

public static final SolarTimeMode MULTIDAYS
多天模式。计算多天的太阳辐射总量,需要指定每天的开始时点、结束时点和开始日期、结束日期。