visad.data.dods
Class ByteAttributeAdapter
java.lang.Object
visad.data.dods.Adapter
visad.data.dods.AttributeAdapter
visad.data.dods.NumericAttributeAdapter
visad.data.dods.FloatAttributeAdapter
visad.data.dods.Int32AttributeAdapter
visad.data.dods.ByteAttributeAdapter
public class ByteAttributeAdapter
- extends Int32AttributeAdapter
Provides support for adapting a DODS Attribute.BYTE
attribute to the
VisAD data-import context.
Instances are immutable.
- Author:
- Steven R. Emmerson
Constructor Summary |
ByteAttributeAdapter(String name,
dods.dap.Attribute attr)
Constructs from a name and an appropriate attribute. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ByteAttributeAdapter
public ByteAttributeAdapter(String name,
dods.dap.Attribute attr)
throws VisADException
- Constructs from a name and an appropriate attribute.
- Parameters:
name
- The name of the attribute.attr
- The attribute. Must have the appropriate type.
- Throws:
VisADException
- VisAD failure. Probably the attribute has an
inappropriate type.