|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Enhancements
A Variable decorator that handles Coordinates Systems and "standard attributes" and adds them to the object model. Specifically, this:
| Method Summary | |
|---|---|
void |
addCoordinateSystem(CoordinateSystem cs)
Add a CoordinateSystem to the dataset. |
List<CoordinateSystem> |
getCoordinateSystems()
Get the list of Coordinate Systems for this Variable. |
String |
getDescription()
Get the description of the Variable, or null if none. |
String |
getUnitsString()
Get the Unit String for the Variable, or null if none. |
void |
removeCoordinateSystem(CoordinateSystem cs)
Remove a CoordinateSystem from the dataset. |
| Method Detail |
|---|
String getDescription()
String getUnitsString()
List<CoordinateSystem> getCoordinateSystems()
void addCoordinateSystem(CoordinateSystem cs)
cs - add this Coordinate Systemvoid removeCoordinateSystem(CoordinateSystem cs)
cs - remove this coordinate system
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||