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
单天模式。
-
-
-
字段详细资料
-
WITHINDAY
public static final SolarTimeMode WITHINDAY
单天模式。计算一天内的太阳辐射,需要指定开始时点、结束时点及开始日期作为要计算的日期。
-
MULTIDAYS
public static final SolarTimeMode MULTIDAYS
多天模式。计算多天的太阳辐射总量,需要指定每天的开始时点、结束时点和开始日期、结束日期。
-
-
Copyright © 2021–2024 SuperMap. All rights reserved.