visad.data.hdfeos
Class HdfeosDomainMap

java.lang.Object
  extended byvisad.data.hdfeos.HdfeosDomain
      extended byvisad.data.hdfeos.HdfeosDomainMap

public class HdfeosDomainMap
extends HdfeosDomain


Field Summary
(package private) static int FACTORED
           
(package private) static int FACTORED_ARITH
           
(package private) static int HYBRID
           
(package private) static int INTEGER
           
(package private) static int LINEAR
           
(package private)  MathType mathtype
           
(package private) static int SINGLE
           
(package private) static int UNFACTORED
           
 
Constructor Summary
HdfeosDomainMap(EosStruct struct, DimensionSet dimSet, GctpMap gridMap)
           
 
Method Summary
 Set getData()
           
 Set getData(int[] indexes)
           
 DimensionSet getDimSet()
           
static GridCoordinateSystem getNullGridCoordinateSystem(HdfeosDomain gridCoordSys)
           
 EosStruct getStruct()
           
 MathType getType()
           
(package private)  MathType makeType(CoordinateSystem coord_sys)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INTEGER

static final int INTEGER
See Also:
Constant Field Values

HYBRID

static final int HYBRID
See Also:
Constant Field Values

FACTORED

static final int FACTORED
See Also:
Constant Field Values

FACTORED_ARITH

static final int FACTORED_ARITH
See Also:
Constant Field Values

UNFACTORED

static final int UNFACTORED
See Also:
Constant Field Values

LINEAR

static final int LINEAR
See Also:
Constant Field Values

SINGLE

static final int SINGLE
See Also:
Constant Field Values

mathtype

MathType mathtype
Constructor Detail

HdfeosDomainMap

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

getData

public Set getData()
            throws VisADException
Overrides:
getData in class HdfeosDomain
Throws:
VisADException

getData

public Set getData(int[] indexes)
            throws VisADException
Overrides:
getData in class HdfeosDomain
Throws:
VisADException

getNullGridCoordinateSystem

public static GridCoordinateSystem getNullGridCoordinateSystem(HdfeosDomain gridCoordSys)
                                                        throws VisADException
Throws:
VisADException

getDimSet

public DimensionSet getDimSet()

makeType

MathType makeType(CoordinateSystem coord_sys)
            throws VisADException
Throws:
VisADException

getType

public MathType getType()
                 throws VisADException
Throws:
VisADException

getStruct

public EosStruct getStruct()