visad.data.hdfeos
Class NamedDimension

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

public class NamedDimension
extends Object


Method Summary
 boolean equals(NamedDimension obj)
           
 GeoMap getGeoMap()
           
 int getLength()
           
 String getName()
           
 boolean isGeoMapDefined()
           
 boolean isUnlimited()
           
 void setLength(int len)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getName

public String getName()

equals

public boolean equals(NamedDimension obj)

setLength

public void setLength(int len)

getLength

public int getLength()

getGeoMap

public GeoMap getGeoMap()

isGeoMapDefined

public boolean isGeoMapDefined()

isUnlimited

public boolean isUnlimited()

toString

public String toString()
Overrides:
toString in class Object