TsunamiEstimation class
沖合の潮位観測点で観測された津波の情報に基づき、津波が到達とすると推定される沿岸地域について津波の推定値に関する情報を記載します。 VTSE52に出現します。 下記は推定された予報区ごとに出現します。
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
- TsunamiEstimation({required int code, required String name, required TsunamiEstimationFirstHeight firstHeight, required TsunamiEstimationMaxHeight maxHeight})
-
TsunamiEstimation.fromJson(Map<
String, dynamic> json) -
factory
Properties
- code → int
-
津波予報区コード
コードは、気象庁防災情報XMLフォーマット コード表 地震火山関連コード表 による
final
- firstHeight → TsunamiEstimationFirstHeight
-
対象津波予報区に対しての津波の到達予想時刻(推定値)
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- maxHeight → TsunamiEstimationMaxHeight
-
対象津波予報区に対しての津波の予想高さ(推定値)
final
- name → String
-
津波予報区名
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