- label - 类 中的变量application.AlertBox
-
- latAdjust(String, Double) - 类 中的方法application.MainController
-
This method is aimed to adjust the position showed in the map.
- Latitude - 类 中的变量application.EarthquakeData
-
- Latitude - 类 中的变量application.MainController
-
- launch() - 类 中的方法cotrollers.loadCNF
-
run the thread for Scraping
if the model is net, it will run the thread for web Scraping
- list - 类 中的变量application.MainController
-
- ListBasedonFirstChoiceBox - application中的类
-
- ListBasedonFirstChoiceBox() - 类 的构造器application.ListBasedonFirstChoiceBox
-
- loadCNF - cotrollers中的类
-
this class is for load configuration information from the .cnf file
load path of resouce file(.csv, .sqlite) and loading model(csv, db, net)
- loadCNF() - 类 的构造器cotrollers.loadCNF
-
constuctor to loading the object
using Properties object to load information.
- loadCSV - cotrollers中的类
-
this class is for load information from the csv file
has an Connection type object from QueryDatabase,
using it to transfer information from .csv file to database, the database 's name
has smme ralation to csv file.
- loadCSV(String, Connection) - 类 的构造器cotrollers.loadCSV
-
a constructor using connection con to connect the .csv and .sqlite
has an Connection type object from QueryDatabase.
- loadWebSource - cotrollers中的类
-
a class for load information from Internet
extends QueryDatabase,
it need WebScraping object to construct itself.
- loadWebSource(WebScraping, loadCNF) - 类 的构造器cotrollers.loadWebSource
-
a constructor for load information from Internet
need to load configuration file to know the path of resource and model of
reading.
- lonAdjust(String, Double) - 类 中的方法application.MainController
-
This method is aimed to adjust the position showed in the map.
- Longitude - 类 中的变量application.EarthquakeData
-
- Longitude - 类 中的变量application.MainController
-
- lw - 类 中的变量cotrollers.ThreadForScrap
-