|
||||||||||
| 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. |
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. |
| Method Detail |
|---|
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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||