Package hec.script
Class HecDss
java.lang.Object
hec.hecmath.DSSFile
hec.heclib.dss.HecDss
hec.script.HecDss
Simple wrapper for hec.script package
HecDss objects are used to retrieve and store data sets in a DSS file,
as well as several utility functions for DSS files. Data is retrieved
and stored using DataContainers. DataContainers are simple classes that are
database independent and are how most Hec classes exchange data.
-
Field Summary
Fields inherited from class hec.hecmath.DSSFile
_dataManager, _endTime, _filename, _irregularStoreMethod, _regularStoreMethod, _startTime, _trimMissing
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class hec.heclib.dss.HecDss
checkForError, get, get, get, get, get, getCondensedCatalog, getDssFilename, getPathnameList, getTimeSeriesExtents, isOpened, open, open, open, open, open, open, open, put, put, recordExists
Methods inherited from class hec.hecmath.DSSFile
close, copyRecordsFrom, copyRecordsFrom, copyRecordsInto, copyRecordsInto, delete, delete, done, duplicateRecords, duplicateRecords, forceMultiUserAccess, getCatalogedPathnames, getCatalogedPathnames, getCatalogedPathnames, getCatalogedPathnames, getDataManager, getEndTime, getFilename, getIrregularStoreMethod, getRegularStoreMethod, getStartTime, getTrimMissing, isRemote, read, read, read, read, recordsUpdated, recordsUpdated, recordsUpdated, recordsUpdated, recordsUpdated, recordsUpdated, renameRecords, renameRecords, searchPathnames, setFilename, setIrregularStoreMethod, setRegularStoreMethod, setTimeWindow, setTimeWindow, setTrimMissing, write, write, write, write
-
Constructor Details
-
HecDss
-