|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface VariableEnhanced
Public interface to an "enhanced Variable", implemented by the ucar.nc2.dataset package.
| Method Summary | |
|---|---|
void |
clearCoordinateSystems()
clear previous coordinate systems. |
void |
enhance(java.util.Set<NetcdfDataset.Enhance> mode)
Enhance using the given set of NetcdfDataset.Enhance |
java.lang.String |
getOriginalName()
|
Variable |
getOriginalVariable()
|
void |
setOriginalVariable(Variable orgVar)
|
void |
setUnitsString(java.lang.String units)
Set the Unit String for this Variable. |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Methods inherited from interface ucar.nc2.dataset.Enhancements |
|---|
addCoordinateSystem, getCoordinateSystems, getDescription, getUnitsString, removeCoordinateSystem |
| Method Detail |
|---|
Variable getOriginalVariable()
void setOriginalVariable(Variable orgVar)
java.lang.String getOriginalName()
void setUnitsString(java.lang.String units)
units - unit stringvoid enhance(java.util.Set<NetcdfDataset.Enhance> mode)
void clearCoordinateSystems()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||