EewIntensity class

VXSE43、VXSE44、VXSE45時に出現しますが、予測震度を計算していない場合や取消時には出現しません。 震度の表現として、0, 1, 2, 3, 4, 5-, 5+, 6-, 6+, 7, over, 不明 を使用します。 長周期地震動階級の表現として、0, 1, 2, 3, 4, over, 不明 を使用します。 震度または長周期地震動階級で程度以上を使用する場合は、フィールド to に over を入れ表現します。

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

EewIntensity({required EewIntensityForecastMaxInt forecastMaxInt, required EewIntensityForecastMaxLgInt? forecastMaxLgInt, required EewIntensityAppendix? appendix, required List<EewIntensityRegion> regions})
EewIntensity.fromJson(Map<String, dynamic> json)
factory

Properties

appendix EewIntensityAppendix?
予測震度・予測長周期地震動階級付加要素
final
forecastMaxInt EewIntensityForecastMaxInt
最大予測震度を記載する
final
forecastMaxLgInt EewIntensityForecastMaxLgInt?
最大予測長周期地震動階級を記載する VXSE43、VXSE45時のみ 震源の深さが150km未満の時出現
final
hashCode int
The hash code for this object.
no setterinherited
regions List<EewIntensityRegion>
細分化地域内における予想
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited