Package hec.data.stream
Interface IStreamLocation
- All Superinterfaces:
IStreamLocationTemplate
,Modifiable
- All Known Implementing Classes:
StreamLocationImpl
-
Method Summary
Modifier and TypeMethodDescriptiongetBank()
void
void
setLocationId
(String locationId) void
setLowestMeasurableStage
(Double stage) void
setNavigationStation
(Double station) void
setOfficeId
(String officeId) void
setPublishedStation
(Double station) void
setStation
(Double station) void
setStreamId
(String locationId) void
setTotalDrainageArea
(Double area) void
setUngagedDrainageArea
(Double area) Methods inherited from interface hec.data.stream.IStreamLocationTemplate
getLocationId, getOfficeId, getStreamId
Methods inherited from interface rma.lang.Modifiable
isModified, setModified
-
Method Details
-
setLocationId
-
setStreamId
-
setStation
-
getStation
Double getStation() -
setPublishedStation
-
getPublishedStation
Double getPublishedStation() -
setBank
-
getBank
String getBank() -
setLowestMeasurableStage
-
getLowestMeasurableStage
Double getLowestMeasurableStage() -
setTotalDrainageArea
-
getTotalDrainageArea
Double getTotalDrainageArea() -
setUngagedDrainageArea
-
getUngagedDrainageArea
Double getUngagedDrainageArea() -
setOfficeId
-