Package hec.hecmath

Class DSS

java.lang.Object
hec.hecmath.DSS

public class DSS extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
    DSS()
     
    DSS(boolean remote)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static DSSFile
    open(String filename)
    open the DSS file specified by filename with no time window set
    static DSSFile
    open(String filename, boolean isRemote)
    open the local or remote DSS file specified by filename with no time window set
    static DSSFile
    open(String filename, int dssVersion)
    open the DSS file specified by filename with optional DSS version.
    static DSSFile
    open(String filename, String timeWindow)
    open the DSS file specified by filename set the time window to timeWindow
    static DSSFile
    open(String filename, String startTime, String endTime)
    open the DSS file specified by filename set the time window to startTime to endTime

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DSS

      public DSS()
    • DSS

      public DSS(boolean remote)
  • Method Details

    • open

      public static DSSFile open(String filename, String startTime, String endTime)
      open the DSS file specified by filename set the time window to startTime to endTime
      Parameters:
      filename - the DSS file to open
      startTime - the time window start time
      endTime - the time window end time
      Returns:
      the DSS file
    • open

      public static DSSFile open(String filename, String timeWindow)
      open the DSS file specified by filename set the time window to timeWindow
      Parameters:
      filename - the DSS file to open
      timeWindow - the timewindow
      Returns:
      the DSS file
    • open

      public static DSSFile open(String filename)
      open the DSS file specified by filename with no time window set
      Parameters:
      filename - the DSS file to open
      Returns:
      the DSS file
    • open

      public static DSSFile open(String filename, boolean isRemote)
      open the local or remote DSS file specified by filename with no time window set
      Parameters:
      filename - the DSS file to open
      isRemote - whether to open a remote file
      Returns:
      the DSS file
    • open

      public static DSSFile open(String filename, int dssVersion)
      open the DSS file specified by filename with optional DSS version. The file must be new to set the version.
      Parameters:
      filename - the DSS file to open
      dssVersion - If the file is new, the version to create it under.
      Returns:
      the DSS file