glcanvas.data
Class FlowData

java.lang.Object
  extended by glcanvas.data.FlowData

public class FlowData
extends java.lang.Object


Constructor Summary
FlowData(java.io.File file, boolean bigEndian)
           
 
Method Summary
 FlowChannel getChannelAt(int idx)
           
 FlowChannel[] getChannels()
           
 FlowGeometry getGeometry()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FlowData

public FlowData(java.io.File file,
                boolean bigEndian)
         throws java.io.IOException
Throws:
java.io.IOException
Method Detail

getChannelAt

public FlowChannel getChannelAt(int idx)

getChannels

public FlowChannel[] getChannels()

getGeometry

public FlowGeometry getGeometry()