Research Article
Designing an Android-Based Application for Geohazard Reduction Using Citizen-Based Crowdsourcing Data
Table 2
WebService methods provided for the GGMGAS.
| ID | Method name | Parameters | Main function |
| 1 | GetPermission | uid: PDA Id | Get user permission | 2 | GetPreventList | uid: PDA Id | Get a prevention list | 3 | GetGeohazardList | uid: PDA Id | Get a geohazard list | 4 | GetMonitorList | uid: PDA Id | Get a monitoring point list | pid: Geohazard Id | 5 | GetMonitorData | uid: PDA Id | Get monitoring data | pid: monitor Id | stime: start time | etime: end time | 6 | GetWarningMessage | uid: PDA Id | Get a warning message | 7 | GetWeather | uid: PDA Id | Get weather forecast | 8 | SendReportMsg | uid: PDA Id | Send a report message | msg: encoding string of report message | 9 | SendPhoto | uid: PDA Id | Send a photo | p: encoding string of photo | 10 | SendVideo | uid: PDA Id | Send a video | v: encoding string of video | 11 | SaveConfig | uid: PDA Id | Save the system configuration | cfg: encoding string of configuration of the system |
|
|