|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object visad.data.dods.Adapter visad.data.dods.AttributeAdapter visad.data.dods.UnknownAttributeAdapter
public class UnknownAttributeAdapter
Provides support for adapting a DODS Attribute.UNKNOWN
attribute to
the VisAD data-import context.
Instances are immutable.
Method Summary | |
---|---|
DataImpl |
data(boolean copy)
Returns null . |
static UnknownAttributeAdapter |
unknownAttributeAdapter(String name,
dods.dap.Attribute attr)
Returns an instance of this class corresponding to a name and appropriate attribute. |
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 |
Method Detail |
---|
public static UnknownAttributeAdapter unknownAttributeAdapter(String name, dods.dap.Attribute attr)
name
- The name of the attribute.attr
- The attribute. Must have the appropriate type.public DataImpl data(boolean copy)
null
.
data
in class AttributeAdapter
copy
- If true, then the data values are copied.
null
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |