visad.data.hdfeos
Class Shape
java.lang.Object
visad.data.hdfeos.Shape
public class Shape
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Shape
public Shape(Variable var)
addVariable
public void addVariable(Variable var)
getShape
public DimensionSet getShape()
getVariables
public VariableSet getVariables()
getNumberOfVars
public int getNumberOfVars()
getVariable
public Variable getVariable(int index)
memberOf
public boolean memberOf(Variable var)
isCoordVar
public Variable isCoordVar(int index)
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object