protected class View.DataIterator extends VirtualDataIterator
view
Modifier and Type | Method and Description |
---|---|
protected VirtualData |
getData()
Returns a copy of the next virtual VisAD data object.
|
getNetcdf, hasNext, next
protected VirtualData getData() throws TypeException, VisADException, IOException
Returns a copy of the next virtual VisAD data object.
This implementation uses View.isCharToText()
,
View.isNumeric(Variable)
, View.isIgnorable(Variable)
,
and View.getData(Variable)
.
getData
in class VirtualDataIterator
null
if there is
no more data.TypeException
- if a ScalarType
needed
to be created but couldn't.VisADException
- Couldn't create necessary VisAD object.IOException
- if a netCDF read-error occurs.Copyright © 1996–2023 The SSEC Visualization Project. All rights reserved.