Package hec.model
Class TsDataSetName
java.lang.Object
hec.heclib.dss.DSSPathname
hec.heclib.dss.DSSPathAndFilename
hec.model.TsDataSetName
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
protected boolean
protected String
protected String
protected String
protected boolean
protected HecDouble
protected HecDouble
protected String
Fields inherited from class hec.heclib.dss.DSSPathAndFilename
_filename, _filenameGiven
Fields inherited from class hec.heclib.dss.DSSPathname
_aPart, _bPart, _cPart, _defaultAPart, _defaultBPart, _defaultCPart, _defaultDPart, _defaultEPart, _defaultFPart, _delimiter, _dirty, _dPart, _empty, _ePart, _fPart, _pathname, BLOCK_INTERVAL_1CENTURY, BLOCK_INTERVAL_1DAY, BLOCK_INTERVAL_1DECADE, BLOCK_INTERVAL_1MONTH, BLOCK_INTERVAL_1YEAR, CONTINUE_ENUMERATION, E_PART_FROM_SECONDS, SECONDS_FROM_E_PART, START_ENUMERATION, STATUS_ENUMERATION_EXHAUSTED, STATUS_ERROR, STATUS_IRREGULAR_TS, STATUS_REGULAR_TS, VALUE_INTERVAL_1MONTH, VALUE_INTERVAL_1WEEK, VALUE_INTERVAL_1YEAR, VALUE_INTERVAL_SEMI_MONTH, VALUE_INTERVAL_TRI_MONTH
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
clone()
boolean
int
getIconType
(String moduleName) void
getThumbnailMinMax
(HecDouble min, HecDouble max) boolean
protected void
boolean
name()
void
set
(boolean set) protected void
setCumColors
(Hashtable<String, String> cumColors) void
setCumulativeThresholdColors
(String colors) void
void
setFromOracle
(boolean fromOracle) void
void
setLocationName
(String name) void
setModules
(Vector moduleNames) void
setOracleName
(String name) int
setPathname
(String path) protected void
setThreshColors
(Hashtable<String, String> thresholdColorHash) void
setThresholdColorInfo
(Hashtable<String, String> colors, boolean cumulative) void
setThresholdColors
(String colors) void
setThresholdName
(String name) void
setThumbnailMinMax
(HecDouble min, HecDouble max) void
setThumbnailScale
(String vals) Methods inherited from class hec.heclib.dss.DSSPathAndFilename
combinedPathAndFilename, filename, isFilenameGiven, isSameName, isSameName, sameFileNames, setFilename
Methods inherited from class hec.heclib.dss.DSSPathname
aPart, areSamePathnames, bPart, buildPathnameFromParts, clearDefaultParts, cPart, defaultAPart, defaultBPart, defaultCPart, defaultDPart, defaultEPart, defaultFPart, dirty, dPart, ePart, formPathname, fPart, getAPart, getBPart, getCollectionSequence, getCollectionSequence, getCollectionSequence, getCPart, getDefaultAPart, getDefaultBPart, getDefaultCPart, getDefaultDPart, getDefaultEPart, getDefaultFPart, getDPart, getEPart, getFPart, getPairedDataX, getPairedDataY, getParameterTypeString, getParts, getPathname, getPathname, getPathnamePartPositions, getPathnameParts, getPathnamePartsFromLine, getRegularTsEPartFromInterval, getRetrievePath, getTSBlockInfo, getTsIntervalInfo, getTSIntervalOffset, getTSIntervalSeconds, getTSTopOfInterval, incrementInterval, incrementTSPathname, irregularEPartName, irregularPathname, isaCollectionPath, isCwmsTsId, isSameCollection, isSamePathname, isTimeSeries, isValidPathname, makeNice, parseDssPath, parsePathname, pathname, pathnameToTsId, setAPart, setBPart, setCollectionSequence, setCollectionSequence, setCPart, setCwmsTsId, setDefaultAPart, setDefaultBPart, setDefaultCPart, setDefaultDPart, setDefaultEPart, setDefaultFPart, setDefaultPathnameParts, setDPart, setEPart, setFPart, setParts, setPathnameParts, setRealEPart, toString, tsIdToPathname
-
Field Details
-
_fromOracle
protected boolean _fromOracle -
_set
protected boolean _set -
_oracleName
-
layers
-
modules
-
iconTypes
-
thresholdColors
-
cumulativeThresholdColors
-
thresholdName
-
cumulativeThresholdName
-
_displayName
-
_location
-
_parameter
-
_version
-
_thumbnailMin
-
_thumbnailMax
-
-
Constructor Details
-
TsDataSetName
public TsDataSetName() -
TsDataSetName
-
TsDataSetName
-
-
Method Details
-
init
-
getDisplayName
-
getLocation
-
getParameter
-
getVersion
-
clone
- Overrides:
clone
in classDSSPathname
-
fromOracle
public boolean fromOracle() -
setFromOracle
public void setFromOracle(boolean fromOracle) -
oracleName
-
name
-
dataSetName
-
hasBeenSet
public boolean hasBeenSet()- Overrides:
hasBeenSet
in classDSSPathname
-
setPathname
- Overrides:
setPathname
in classDSSPathAndFilename
-
setOracleName
-
set
public void set(boolean set) -
isActive
-
addLayer
-
setLayers
-
getLayers
-
addModule
-
setModules
-
getIconType
-
getLocationName
-
setLocationName
-
setThumbnailMinMax
-
getThumbnailMinMax
-
setThumbnailScale
-
setThresholdColors
-
setCumulativeThresholdColors
-
setThresholdName
-
setCumulativeThresholdName
-
setThresholdColorInfo
-
setThreshColors
-
setCumColors
-