public class UnknownAttributeAdapter extends AttributeAdapter
Attribute.UNKNOWN
attribute to
the VisAD data-import context.
Instances are immutable.
Modifier and Type | Method and Description |
---|---|
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.
|
attributeTable, attributeTable, getCacheStrategy, isFlat, mathType, realType, realType, realType, realType, scalarName
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
.Copyright © 1996–2023 The SSEC Visualization Project. All rights reserved.