|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectvisad.data.dods.Adapter
visad.data.dods.AttributeAdapter
visad.data.dods.NumericAttributeAdapter
visad.data.dods.FloatAttributeAdapter
visad.data.dods.Int32AttributeAdapter
visad.data.dods.UInt16AttributeAdapter
public class UInt16AttributeAdapter
Provides support for adapting a DODS Attribute.UINT16
attribute to
the VisAD data-import context.
Instances are immutable.
Constructor Summary | |
---|---|
UInt16AttributeAdapter(java.lang.String name,
Attribute attr)
Constructs from a name and an appropriate attribute. |
Method Summary |
---|
Methods inherited from class visad.data.dods.Int32AttributeAdapter |
---|
floatValue |
Methods inherited from class visad.data.dods.FloatAttributeAdapter |
---|
number, visadSet |
Methods inherited from class visad.data.dods.NumericAttributeAdapter |
---|
data, getAttributeName, getRealType |
Methods inherited from class visad.data.dods.Adapter |
---|
attributeTable, attributeTable, getCacheStrategy, isFlat, mathType, realType, realType, realType, realType, scalarName |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UInt16AttributeAdapter(java.lang.String name, Attribute attr) throws VisADException
name
- The name of the attribute.attr
- The attribute. Must have the appropriate type.
VisADException
- VisAD failure. Probably the attribute has an
inappropriate type.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |