Class Earthquake
java.lang.Object
org.episteme.natural.earth.seismology.Earthquake
Represents a seismic event.
Standard domain model for geology applications.
- Since:
- 1.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
Constructor Summary
ConstructorsConstructorDescriptionEarthquake(double latitude, double longitude, double magnitude, double depthKm) Earthquake(Quantity<Angle> latitude, Quantity<Angle> longitude, Real magnitude, Quantity<Length> depth) -
Method Summary
-
Constructor Details
-
Earthquake
-
Earthquake
public Earthquake(double latitude, double longitude, double magnitude, double depthKm)
-
-
Method Details
-
getLatitude
-
getLongitude
-
getMagnitude
-
getDepth
-
getLat
public double getLat() -
getLon
public double getLon() -
getMag
public double getMag() -
getDepthKm
public double getDepthKm() -
toString
-