Package ucar.nc2.dataset
Interface VariableEnhanced
- All Superinterfaces:
Enhancements
- All Known Implementing Classes:
CoordinateAxis,CoordinateAxis1D,CoordinateAxis1DTime,CoordinateAxis2D,SequenceDS,StructureDS,StructurePseudo2Dim,StructurePseudoDS,VariableDS
Interface to an "enhanced Variable", implemented by the ucar.nc2.dataset package.
-
Method Summary
Modifier and TypeMethodDescriptionvoidDeprecated.do not usevoidenhance(Set<NetcdfDataset.Enhance> mode) Deprecated.do not usevoidsetOriginalVariable(Variable orgVar) Deprecated.do not usevoidsetUnitsString(String units) Deprecated.do not useMethods inherited from interface ucar.nc2.dataset.Enhancements
addCoordinateSystem, getCoordinateSystems, getDescription, getUnitsString, removeCoordinateSystem
-
Method Details
-
getFullName
String getFullName() -
getShortName
String getShortName() -
getOriginalVariable
Variable getOriginalVariable() -
getOriginalName
String getOriginalName() -
setOriginalVariable
Deprecated.do not use -
setUnitsString
Deprecated.do not useSet the Unit String for this Variable. Default is to use the CDM.UNITS attribute.- Parameters:
units- unit string
-
enhance
Deprecated.do not useEnhance using the given set of NetcdfDataset.Enhance -
clearCoordinateSystems
Deprecated.do not useclear previous coordinate systems. if any
-