Package ucar.nc2.ui.coverage2
Class CoverageTable.CoverageBean
- java.lang.Object
-
- ucar.nc2.ui.coverage2.CoverageTable.CoverageBean
-
- All Implemented Interfaces:
NamedObject
- Enclosing class:
- CoverageTable
public static class CoverageTable.CoverageBean extends Object implements NamedObject
-
-
Constructor Summary
Constructors Constructor Description CoverageBean()
CoverageBean(Coverage geogrid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCoordSysName()
DataType
getDataType()
String
getDescription()
Get the object's description.String
getName()
Get the object's nameString
getShape()
String
getUnits()
Object
getValue()
String
hiddenProperties()
-
-
-
Constructor Detail
-
CoverageBean
public CoverageBean()
-
CoverageBean
public CoverageBean(Coverage geogrid)
-
-
Method Detail
-
hiddenProperties
public String hiddenProperties()
-
getName
public String getName()
Description copied from interface:NamedObject
Get the object's name- Specified by:
getName
in interfaceNamedObject
- Returns:
- object's name
-
getDescription
public String getDescription()
Description copied from interface:NamedObject
Get the object's description. Use as a tooltip, for example- Specified by:
getDescription
in interfaceNamedObject
- Returns:
- object's description
-
getValue
public Object getValue()
- Specified by:
getValue
in interfaceNamedObject
-
getUnits
public String getUnits()
-
getCoordSysName
public String getCoordSysName()
-
getDataType
public DataType getDataType()
-
getShape
public String getShape()
-
-