|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectvisad.data.hdfeos.Variable
| Field Summary | |
(package private) Calibration |
calibration
|
(package private) boolean |
coordVar
|
(package private) DimensionSet |
dimSet
|
(package private) String |
name
|
(package private) int |
rank
|
(package private) int |
type
|
| Constructor Summary | |
(package private) |
Variable(String name,
DimensionSet dimSet,
int rank,
int type,
Calibration calibration)
|
| Method Summary | |
boolean |
equals(Variable obj)
|
Calibration |
getCalibration()
|
NamedDimension |
getDim(int ii)
|
DimensionSet |
getDimSet()
|
String |
getName()
|
int |
getNumberType()
|
int |
getRank()
|
boolean |
isCoordVar()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
String name
int rank
int type
DimensionSet dimSet
Calibration calibration
boolean coordVar
| Constructor Detail |
Variable(String name,
DimensionSet dimSet,
int rank,
int type,
Calibration calibration)
throws HdfeosException
| Method Detail |
public String getName()
public int getRank()
public Calibration getCalibration()
public boolean equals(Variable obj)
public DimensionSet getDimSet()
public NamedDimension getDim(int ii)
public int getNumberType()
public boolean isCoordVar()
public String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||