Package org.n52.shetland.ogc.om
Class AbstractObservationStream
- java.lang.Object
-
- org.n52.janmayen.AbstractThrowingIterator<OmObservation,OwsExceptionReport>
-
- org.n52.shetland.ogc.om.AbstractObservationStream
-
- All Implemented Interfaces:
AutoCloseable,ThrowingIterator<OmObservation,OwsExceptionReport>,ObservationStream
public abstract class AbstractObservationStream extends AbstractThrowingIterator<OmObservation,OwsExceptionReport> implements ObservationStream
-
-
Constructor Summary
Constructors Constructor Description AbstractObservationStream()
-
Method Summary
-
Methods inherited from class org.n52.janmayen.AbstractThrowingIterator
computeNext, endOfData, hasNext, next
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.n52.shetland.ogc.om.ObservationStream
close, collect, filter, findAny, findFirst, flatMap, map, merge, merge, modify, toStream
-
Methods inherited from interface org.n52.janmayen.ThrowingIterator
forEachRemaining, hasNext, next, remove
-
-