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 TypeMethodDescriptionvoidpushNextDataBlock(DataBlock dataBlock) voidsetElementType(DataComponent elementType)  
- 
Method Details
- 
setElementType
 - 
pushNextDataBlock
- Throws:
 IOException
 
 -