|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectvisad.data.dods.AttributeAdapterFactory
Provides support for creating adapters that bridge between DODS attributes and the VisAD data-import context.
Instances are immutable.
| Constructor Summary | |
protected |
AttributeAdapterFactory()
Constructs from nothing. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
protected AttributeAdapterFactory()
| Method Detail |
public static AttributeAdapterFactory attributeAdapterFactory()
public AttributeAdapter attributeAdapter(String name,
Attribute attr)
throws BadFormException,
VisADException,
RemoteException
name - The name of the DODS attribute.attr - The DODS attribute.
BadFormException - The DODS information is corrupt.
VisADException - VisAD failure.
RemoteException - Java RMI failure.
public StringAttributeAdapter stringAdapter(String name,
Attribute attr)
throws VisADException,
RemoteException
Attribute.STRING attribute.
name - The name of the DODS attribute.attr - The DODS attribute.
VisADException - VisAD failure.
RemoteException - Java RMI failure.
public ByteAttributeAdapter byteAdapter(String name,
Attribute attr)
throws VisADException,
RemoteException
Attribute.BYTE attribute.
name - The name of the DODS attribute.attr - The DODS attribute.
VisADException - VisAD failure.
RemoteException - Java RMI failure.
public Int16AttributeAdapter int16Adapter(String name,
Attribute attr)
throws VisADException,
RemoteException
Attribute.INT16 attribute.
name - The name of the DODS attribute.attr - The DODS attribute.
VisADException - VisAD failure.
RemoteException - Java RMI failure.
public UInt16AttributeAdapter uInt16Adapter(String name,
Attribute attr)
throws VisADException,
RemoteException
Attribute.UINT16 attribute.
name - The name of the DODS attribute.attr - The DODS attribute.
VisADException - VisAD failure.
RemoteException - Java RMI failure.
public Int32AttributeAdapter int32Adapter(String name,
Attribute attr)
throws VisADException,
RemoteException
Attribute.INT32 attribute.
name - The name of the DODS attribute.attr - The DODS attribute.
VisADException - VisAD failure.
RemoteException - Java RMI failure.
public UInt32AttributeAdapter uInt32Adapter(String name,
Attribute attr)
throws VisADException,
RemoteException
Attribute.UINT32 attribute.
name - The name of the DODS attribute.attr - The DODS attribute.
VisADException - VisAD failure.
RemoteException - Java RMI failure.
public Float32AttributeAdapter float32Adapter(String name,
Attribute attr)
throws VisADException,
RemoteException
Attribute.FLOAT32 attribute.
name - The name of the DODS attribute.attr - The DODS attribute.
VisADException - VisAD failure.
RemoteException - Java RMI failure.
public Float64AttributeAdapter float64Adapter(String name,
Attribute attr)
throws VisADException,
RemoteException
Attribute.FLOAT64 attribute.
name - The name of the DODS attribute.attr - The DODS attribute.
VisADException - VisAD failure.
RemoteException - Java RMI failure.
public ContainerAttributeAdapter containerAdapter(String name,
Attribute attr)
throws VisADException,
RemoteException
Attribute.CONTAINER attribute.
name - The name of the DODS attribute.attr - The DODS attribute.
VisADException - VisAD failure.
RemoteException - Java RMI failure.
public UnknownAttributeAdapter unknownAdapter(String name,
Attribute attr)
throws VisADException,
RemoteException
Attribute.UNKNOWN attribute.
name - The name of the DODS attribute.attr - The DODS attribute.
VisADException - VisAD failure.
RemoteException - Java RMI failure.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||