Package hec.data.stream
Interface IStreamLocation
- All Superinterfaces:
IStreamLocationTemplate,Modifiable
- All Known Implementing Classes:
StreamLocationImpl
-
Method Summary
Modifier and TypeMethodDescriptiongetBank()voidvoidsetLocationId(String locationId) voidsetLowestMeasurableStage(Double stage) voidsetNavigationStation(Double station) voidsetOfficeId(String officeId) voidsetPublishedStation(Double station) voidsetStation(Double station) voidsetStreamId(String locationId) voidsetTotalDrainageArea(Double area) voidsetUngagedDrainageArea(Double area) Methods inherited from interface hec.data.stream.IStreamLocationTemplate
getLocationId, getOfficeId, getStreamIdMethods 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
-