public enum RegionCode extends Enum<RegionCode>
IonosphereKlobucharMessage
Enum Constant and Description |
---|
JAPAN
日本区域(仅适用于QZSS)。
|
WIDE_AREA
广域。
|
Modifier and Type | Method and Description |
---|---|
static RegionCode |
valueOf(String name)
返回具有指定名称的枚举常量。
|
static RegionCode[] |
values()
返回包含此枚举类型常量的数组,按声明顺序排列。
|
public static final RegionCode WIDE_AREA
public static final RegionCode JAPAN
public static RegionCode[] values()
for (RegionCode c : RegionCode.values()) System.out.println(c);
public static RegionCode valueOf(String name)
name
- 要返回的枚举常量的名称。
IllegalArgumentException
- 如果此枚举类型没有具有指定名称的常量
NullPointerException
- 如果参数为null
Copyright © 2002-2023 CS GROUP. All rights reserved.