Package hec.hecmath
Class DSS
java.lang.Object
hec.hecmath.DSS
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DSSFileopen the DSS file specified byfilenamewith no time window setstatic DSSFileopen the local or remote DSS file specified byfilenamewith no time window setstatic DSSFileopen the DSS file specified byfilenamewith optional DSS version.static DSSFileopen the DSS file specified byfilenameset the time window totimeWindowstatic DSSFileopen the DSS file specified byfilenameset the time window tostartTimetoendTime
-
Constructor Details
-
DSS
public DSS() -
DSS
public DSS(boolean remote)
-
-
Method Details
-
open
open the DSS file specified byfilenameset the time window tostartTimetoendTime- Parameters:
filename- the DSS file to openstartTime- the time window start timeendTime- the time window end time- Returns:
- the DSS file
-
open
open the DSS file specified byfilenameset the time window totimeWindow- Parameters:
filename- the DSS file to opentimeWindow- the timewindow- Returns:
- the DSS file
-
open
open the DSS file specified byfilenamewith no time window set- Parameters:
filename- the DSS file to open- Returns:
- the DSS file
-
open
open the local or remote DSS file specified byfilenamewith no time window set- Parameters:
filename- the DSS file to openisRemote- whether to open a remote file- Returns:
- the DSS file
-
open
open the DSS file specified byfilenamewith optional DSS version. The file must be new to set the version.- Parameters:
filename- the DSS file to opendssVersion- If the file is new, the version to create it under.- Returns:
- the DSS file
-