@Deprecated public interface Enhancements
Modifier and Type | Method and Description |
---|---|
void |
addCoordinateSystem(CoordinateSystem cs)
Deprecated.
Add a CoordinateSystem to the dataset.
|
List<CoordinateSystem> |
getCoordinateSystems()
Deprecated.
Get the list of Coordinate Systems for this Variable.
|
String |
getDescription()
Deprecated.
Get the description of the Variable, or null if none.
|
String |
getUnitsString()
Deprecated.
Get the Unit String for the Variable, or null if none.
|
void |
removeCoordinateSystem(CoordinateSystem cs)
Deprecated.
Remove a CoordinateSystem from the dataset.
|
String getDescription()
String getUnitsString()
List<CoordinateSystem> getCoordinateSystems()
void addCoordinateSystem(CoordinateSystem cs)
cs
- add this Coordinate Systemvoid removeCoordinateSystem(CoordinateSystem cs)
cs
- remove this coordinate system