visad.data.hdfeos
Class HdfeosDomainMap

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

public class HdfeosDomainMap
extends Object


Constructor Summary
HdfeosDomainMap(EosStruct struct, DimensionSet dimSet, GctpMap gridMap)
           
 
Method Summary
 Set getData()
           
 Set getData(int[] indexes)
           
 DimensionSet getDimSet()
           
static GridCoordinateSystem getNullGridCoordinateSystem(visad.data.hdfeos.HdfeosDomain gridCoordSys)
           
 EosStruct getStruct()
           
 MathType getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HdfeosDomainMap

public HdfeosDomainMap(EosStruct struct,
                       DimensionSet dimSet,
                       GctpMap gridMap)
                throws VisADException
Throws:
VisADException
Method Detail

getData

public Set getData()
            throws VisADException
Throws:
VisADException

getData

public Set getData(int[] indexes)
            throws VisADException
Throws:
VisADException

getNullGridCoordinateSystem

public static GridCoordinateSystem getNullGridCoordinateSystem(visad.data.hdfeos.HdfeosDomain gridCoordSys)
                                                        throws VisADException
Throws:
VisADException

getDimSet

public DimensionSet getDimSet()

getType

public MathType getType()
                 throws VisADException
Throws:
VisADException

getStruct

public EosStruct getStruct()