EewAccuracy class

震源及びマグニチュードの計算精度情報を記載します。

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

EewAccuracy({required List<int> epicenters, required int depth, required int magnitudeCalculation, required int numberOfMagnitudeCalculation})
EewAccuracy.fromJson(Map<String, dynamic> json)
factory

Properties

depth int
深さの精度値
final
depthAccuracy String
深さの精度地
no setter
epicenterAccuracy String
震央位置の精度値
no setter
epicenters List<int>
震央位置の精度値 要素は2つ(0,1) で、0は震央位置の精度値、1は震源位置の精度値の単位
final
hashCode int
The hash code for this object.
no setterinherited
hypocenterAccuracy String
震源位置の精度値
no setter
magnitudeAccuracy String
マグニチュードの精度地
no setter
magnitudeCalculation int
マグニチュードの精度値
final
numberOfMagnitudeCalculation int
マグニチュード計算使用観測点数
final
numberOfMagnitudeCalculationAccuracy String
マグニチュード計算使用観測点数
no setter
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