EarthquakeComponentCoordinate class

空間座標のある一点を表現する。

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

EarthquakeComponentCoordinate({Latitude? latitude, Longitude? longitude, Height? height, EarthquakeComponentGeodeticSystem? geodeticSystem, String? condition})
EarthquakeComponentCoordinate.fromJson(Map<String, dynamic> json)
factory

Properties

condition String?
緯度経度が不明な場合は不明 が入る、その他電文定義により文字列が出現する
final
geodeticSystem EarthquakeComponentGeodeticSystem?
世界測地系 または 日本測地系 が入る
final
hashCode int
The hash code for this object.
no setterinherited
height Height?
高さを表現
final
latitude Latitude?
緯度を表現
final
longitude Longitude?
経度を表現
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