Uses of Class
visad.data.hdfeos.DimensionSet

Packages that use DimensionSet
visad.data.hdfeos Provides for importing an HDF-EOS dataset into VisAD. 
 

Uses of DimensionSet in visad.data.hdfeos
 

Methods in visad.data.hdfeos that return DimensionSet
 DimensionSet Variable.getDimSet()
           
 DimensionSet Shape.getShape()
           
 

Methods in visad.data.hdfeos with parameters of type DimensionSet
 VariableSet VariableSet.getSubset(DimensionSet d_set)
           
 boolean DimensionSet.sameSetSameOrder(DimensionSet dimSet)
           
 boolean DimensionSet.subsetOfThis(DimensionSet dimSet)
           
 

Constructors in visad.data.hdfeos with parameters of type DimensionSet
HdfeosDomainMap(EosStruct struct, DimensionSet dimSet, GctpMap gridMap)