-
Notifications
You must be signed in to change notification settings - Fork 3
CAVI Status
Jeff Gregory edited this page Apr 29, 2022
·
3 revisions
| Method | Modifier and Type | Description |
|---|---|---|
| get_working_dir() | String | Get the working directory, CWMS_HOME |
| get_watershed() | hec2.rts.model.Watershed | Return watershed object; used internally |
| get_project_directory() | String | Get the open watershed and return its project directory |
| get_database_directory() | String | Get the open watershed and return its project database directory |
| get_data_timewindow() | String[] | Return a tuple of start time and end time |
| get_current_module() | hec2.rts.ui.RtsTab Interface | RtsTab for the selected module |
| get_timewindow() | String[] | Get the selected module and return its timewindow as a tuple of start time and end time |
| get_selected_forecast() | hec2.rts.model.Forecast | Return the selected forecast object |
| get_extract_timewindow() | String[] | Get the selected forecast and return its timewindow as a tuple of start time and end time |
| get_forecast_dss() | String | Get the selected forecast and return the forecast.dss path |
| get_shared_directory() | String | Get the open watershed and return its project's shared directory |