EewHypocenter class
緊急地震速報が対象とする地震の震源要素を記載します。
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
- EewHypocenter({required int code, required String name, required EarthquakeComponentCoordinate coordinate, required EewDepth depth, required EewReduce reduce, required EewAccuracy accuracy, String? landOrSea})
-
EewHypocenter.fromJson(Map<
String, dynamic> json) -
factory
Properties
- accuracy → EewAccuracy
-
震源及びマグニチュードの計算精度情報
final
- code → int
-
震央地名コード
コード表41 による
final
- coordinate → EarthquakeComponentCoordinate
-
震源地の空間座標
final
- depth → EewDepth
-
深さ情報
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- landOrSea → String?
-
震源の場所が陸域か海域かを判別する、取りうる値は 内陸、海域
仮定震源要素時や、100gal検知報などの場合には出現しない
final
- name → String
-
震央地名
final
- reduce → EewReduce
-
短縮用震央地名
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