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