Package org.vast.cdm.common
Interface IDataProvider
- All Known Subinterfaces:
IObservationSeries
,ISweInputDataStream
- All Known Implementing Classes:
SWEData
public interface IDataProvider
Interface for providing data as a stream of CDM data objects.
- Since:
- Sep 28, 2012
-
Method Summary
Modifier and TypeMethodDescriptionint
-
Method Details
-
getNumElements
- Throws:
IOException
-
getElementType
- Throws:
IOException
-
getNextElement
- Throws:
IOException
-
getNextDataBlock
- Throws:
IOException
-