com.supermap.realspace
类 PrecipitationType

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

public class PrecipitationType
extends Enum

降水类型


字段摘要
static PrecipitationType DRYSNOW
          干雪
static PrecipitationType NONE
          无降水
static PrecipitationType RAIN
          降水
static PrecipitationType SLEET
          雨夹雪
static PrecipitationType WETSNOW
          湿雪
 
方法摘要
 
从类 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
 

字段详细信息

NONE

public static final PrecipitationType NONE
无降水


RAIN

public static final PrecipitationType RAIN
降水


DRYSNOW

public static final PrecipitationType DRYSNOW
干雪


WETSNOW

public static final PrecipitationType WETSNOW
湿雪


SLEET

public static final PrecipitationType SLEET
雨夹雪