Package hec.io
Class RatingContainer
java.lang.Object
hec.io.DataContainer
hec.io.RatingContainer
- All Implemented Interfaces:
Serializable
,Cloneable
- Direct Known Subclasses:
SimpleRatingContainer
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class hec.io.DataContainer
DataContainer.VERTICAL_DATUM, DataContainer.VERTICAL_UNITS
-
Field Summary
FieldsModifier and TypeFieldDescriptionlong
long
int
Fields inherited from class hec.io.DataContainer
coordinateID, coordinateSystem, CURRENT_VERTICAL_DATUM_HEADER, CURRENT_VERTICAL_DATUM_KEY, dataType, fileLastWriteTimeMillis, fileName, fullName, horizontalDatum, horizontalUnits, lastWriteTimeMillis, location, locationTimezone, modified, otherInfo, storedAsdoubles, subVersion, supplementalInfo, version, VERTICAL_DATUM_INFO_HEADER, VERTICAL_DATUM_INFO_KEY, verticalDatum, verticalUnits, watershed, xOrdinate, yOrdinate, zOrdinate
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
void
copyFrom
(RatingContainer other) boolean
equals
(RatingContainer other) boolean
isValid()
Methods inherited from class hec.io.DataContainer
clone, extractVerticalDatum, getFullName, getHorizontalDatum, getLatLong, getName, getStoreAsDoubles, getSupplementalInfo, getVerticalDatum, getVerticalUnits, insertVerticalDatum, setFullName, setHorizontalDatum, setLatLong, setName, setStoreAsDoubles, setSupplementalInfo, setVerticalDatum, setVerticalDatum, setVerticalUnits, setVerticalUnits, toString
-
Field Details
-
effectiveTime
public long effectiveTime -
activatedTime
public long activatedTime -
serialNumber
public int serialNumber -
comment
-
subLocation
-
-
Constructor Details
-
RatingContainer
public RatingContainer()
-
-
Method Details