visad.data.hdfeos
Class ShapeSet

java.lang.Object
  extended by visad.data.hdfeos.ShapeSet

public class ShapeSet
extends Object


Method Summary
 VariableSet get1DVariables()
           
 Shape getElement(int ii)
           
 int getSize()
           
 boolean isMemberOf(NamedDimension dim)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getElement

public Shape getElement(int ii)

getSize

public int getSize()

isMemberOf

public boolean isMemberOf(NamedDimension dim)

get1DVariables

public VariableSet get1DVariables()

toString

public String toString()
Overrides:
toString in class Object