EarthquakeComponentHypocenter class
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
- EarthquakeComponentHypocenter({required String name, required int code, required EarthquakeComponentCoordinate coordinate, required EarthquakeComponentDepth depth, EarthquakeComponentDetailed? detailed, EarthquakeComponentAuxiliary? auxiliary, EarthquakeComponentHypocenterSource? source})
-
EarthquakeComponentHypocenter.fromJson(Map<
String, dynamic> json) -
factory
Properties
- auxiliary → EarthquakeComponentAuxiliary?
-
震源位置の補足情報
final
- code → int
-
震央地名コード
コードは、気象庁防災情報XMLフォーマット コード表 地震火山関連コード表 による
final
- coordinate → EarthquakeComponentCoordinate
-
震源地の空間座標
final
- depth → EarthquakeComponentDepth
-
深さ情報
final
- detailed → EarthquakeComponentDetailed?
-
震源地の詳細
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String
-
震央地名
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- source → EarthquakeComponentHypocenterSource?
-
震源・規模のデータソース。取りうる値はUSGS、PTWC、WCATWC
遠地地震で、気象庁以外が震源決定した場合
final
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