Uses of Class
gov.llnl.gnem.apps.coda.common.model.domain.Stream
Packages that use Stream
Package
Description
-
Uses of Stream in gov.llnl.gnem.apps.coda.calibration.model.domain
Methods in gov.llnl.gnem.apps.coda.calibration.model.domain that return StreamMethods in gov.llnl.gnem.apps.coda.calibration.model.domain with parameters of type StreamModifier and TypeMethodDescription -
Uses of Stream in gov.llnl.gnem.apps.coda.common.model.domain
Methods in gov.llnl.gnem.apps.coda.common.model.domain that return StreamModifier and TypeMethodDescriptionWaveform.getStream()
WaveformMetadata.getStream()
Stream.setBandName
(String bandName) Stream.setChannelName
(String channelName) Stream.setInstrument
(String instrument) Stream.setOrientation
(String orientation) Stream.setStation
(Station station) Methods in gov.llnl.gnem.apps.coda.common.model.domain with parameters of type StreamConstructors in gov.llnl.gnem.apps.coda.common.model.domain with parameters of type StreamModifierConstructorDescriptionWaveform
(Long id, Integer version, Event event, Stream stream, Date beginTime, Date endTime, Date maxVelTime, Date codaStartTime, Date userStartTime, String segmentType, String segmentUnits, Double lowFrequency, Double highFrequency, Double sampleRate, Boolean active) -
Uses of Stream in gov.llnl.gnem.apps.coda.common.repository
Methods in gov.llnl.gnem.apps.coda.common.repository with parameters of type Stream