|
||||||||||
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(Set<NetcdfDataset.Enhance> mode)
Enhance using the given set of NetcdfDataset.Enhance |
String |
getOriginalName()
|
Variable |
getOriginalVariable()
|
void |
setOriginalVariable(Variable orgVar)
|
void |
setUnitsString(String units)
Set the Unit String for this Variable. |
Methods inherited from interface ucar.nc2.VariableSimpleIF |
---|
getName |
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)
String getOriginalName()
void setUnitsString(String units)
units
- unit stringvoid enhance(Set<NetcdfDataset.Enhance> mode)
void clearCoordinateSystems()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |