- getConnection(String) - 类 中的方法cotrollers.QueryDatabase
-
a method to connect to database
- GetData(int) - 类 中的方法cotrollers.WebScraping
-
Scrap the data of time, id, latitude, longitude, depth, magnitude and region
from the certain page of the web site "https://www.emsc-csem.org"
- getDate() - 类 中的方法application.EarthquakeData
-
- getDepth() - 类 中的方法application.EarthquakeData
-
- getEarliest() - 类 中的方法cotrollers.WebScraping
-
Get the earliest data from the web and return its time as a Timestamp.
- getLatest() - 类 中的方法cotrollers.WebScraping
-
Get the latest data from the web and return its time as a Timestamp.
- getLatitude() - 类 中的方法application.EarthquakeData
-
- getLongitude() - 类 中的方法application.EarthquakeData
-
- getMagnitude() - 类 中的方法application.EarthquakeData
-
- getOthersLL() - 类 中的方法cotrollers.WebScraping
-
get the LinkedList containing the data of infomation except time.
- getRegion() - 类 中的方法application.EarthquakeData
-
- getRes() - 类 中的方法cotrollers.QueryDatabase
-
return the result set after query
- getTime() - 类 中的方法application.EarthquakeData
-
- getTime(String) - 类 中的方法cotrollers.WebScraping
-
Change the String with the format of "yyyy-MM-dd HH:mm:ss" into a Timestamp
with the same time information.
- getTimeLL() - 类 中的方法cotrollers.WebScraping
-
get the LinkedList containing the data of time.
- getWsp() - 类 中的方法cotrollers.loadWebSource
-
get the wsp (WebScraping object) from this object