|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectvisad.data.in.DataInputFilter
visad.data.in.TimeFactorer
public class TimeFactorer
Converts incoming VisAD Fields whose outermost dimension is time and can be factored out into a field-of-fields. Sends the field-of-fields to the downstream data sink. Passes all other VisAD data objects to the downstream data sink unchanged.
Instances are immutable.
| Constructor Summary | |
|---|---|
TimeFactorer(DataInputStream source)
Constructs from a upstream data source. |
|
| Method Summary | |
|---|---|
DataImpl |
readData()
Returns the next VisAD data object in the input stream. |
| Methods inherited from class visad.data.in.DataInputFilter |
|---|
getSource |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TimeFactorer(DataInputStream source)
throws VisADException
source - The upstream data source. May not be
null.
VisADException - The upstream data source is null.| Method Detail |
|---|
public DataImpl readData()
throws VisADException,
java.rmi.RemoteException
null if there are no more objects.
null if
there are no more such objects.
VisADException - VisAD failure.
java.rmi.RemoteException - Java RMI failure.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||