com.supermap.realspace
类 CloudConditionsType

java.lang.Object
  继承者 com.supermap.data.Enum
      继承者 com.supermap.realspace.CloudConditionsType

public class CloudConditionsType
extends Enum

云量


字段摘要
static CloudConditionsType FAIR
          晴天
static CloudConditionsType MOSTLYCLOUDY
          多云
static CloudConditionsType OVERCAST
          阴天
static CloudConditionsType PARTLYCLOUDY
          局部有云
 
方法摘要
 
从类 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
 

字段详细信息

FAIR

public static final CloudConditionsType FAIR
晴天


PARTLYCLOUDY

public static final CloudConditionsType PARTLYCLOUDY
局部有云


MOSTLYCLOUDY

public static final CloudConditionsType MOSTLYCLOUDY
多云


OVERCAST

public static final CloudConditionsType OVERCAST
阴天