glcanvas.data
Class FlowChannel
java.lang.Object
glcanvas.data.FlowChannel
public class FlowChannel
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FlowChannel
public FlowChannel()
FlowChannel
public FlowChannel(FlowGeometry geometry)
copyValues
public void copyValues(float[] rawData,
int vtxSize,
int offset)
getGeometry
public FlowGeometry getGeometry()
getInterpolatedValue
public float getInterpolatedValue(Interpolation ipol)
getMax
public float getMax()
getMin
public float getMin()
getNormInterpolatedValue
public float getNormInterpolatedValue(Interpolation ipol)
getNormValueAt
public float getNormValueAt(int pos)
getNormValueAt
public float getNormValueAt(int x,
int y)
getRange
public float getRange()
getValueAt
public float getValueAt(int pos)
getValueAt
public float getValueAt(int x,
int y)
getVtxID
public int getVtxID(int x,
int y)
setValue
public void setValue(int vtxID,
float value)