visad.data.dods
Class UnknownAttributeAdapter
- java.lang.Object
-
- visad.data.dods.Adapter
-
- visad.data.dods.AttributeAdapter
-
- visad.data.dods.UnknownAttributeAdapter
-
public class UnknownAttributeAdapter extends AttributeAdapter
Provides support for adapting a DODSAttribute.UNKNOWNattribute to the VisAD data-import context.Instances are immutable.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method and Description DataImpldata(boolean copy)Returnsnull.static UnknownAttributeAdapterunknownAttributeAdapter(java.lang.String name, dods.dap.Attribute attr)Returns an instance of this class corresponding to a name and appropriate attribute.
-
-
-
Method Detail
-
unknownAttributeAdapter
public static UnknownAttributeAdapter unknownAttributeAdapter(java.lang.String name, dods.dap.Attribute attr)
Returns an instance of this class corresponding to a name and appropriate attribute.- Parameters:
name- The name of the attribute.attr- The attribute. Must have the appropriate type.
-
data
public DataImpl data(boolean copy)
Returnsnull.- Specified by:
datain classAttributeAdapter- Parameters:
copy- If true, then the data values are copied.- Returns:
null.
-
-
DMelt 3.0 © DataMelt by jWork.ORG