Package org.vast.cdm.common
Interface IDataConsumer
- All Known Subinterfaces:
IObservationSeries
,ISweOutputDataStream
- All Known Implementing Classes:
SWEData
public interface IDataConsumer
Interface for consuming a stream of CDM data objects.
- Since:
- Sep 28, 2012
-
Method Summary
Modifier and TypeMethodDescriptionvoid
pushNextDataBlock
(DataBlock dataBlock) void
setElementType
(DataComponent elementType)
-
Method Details
-
setElementType
-
pushNextDataBlock
- Throws:
IOException
-