|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectvisad.data.dods.VectorAdapterFactory
public class VectorAdapterFactory
Provides support for creating adapters that bridge between DODS primitive vectors and the VisAD data-import context.
Instances are immutable.
Constructor Summary | |
---|---|
protected |
VectorAdapterFactory()
Constructs from nothing. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected VectorAdapterFactory()
Method Detail |
---|
public static VectorAdapterFactory vectorAdapterFactory()
public VectorAdapter vectorAdapter(PrimitiveVector vector, DAS das, VariableAdapterFactory factory) throws VisADException, java.rmi.RemoteException
vector
- A DODS primitive vector.das
- The DODS DAS in which the attribute
table for the DODS vector is embedded.factory
- A factory for creating adapters of DODS
variables.
VisADException
- VisAD failure.
java.rmi.RemoteException
- Java RMI failure.public BooleanVectorAdapter booleanVectorAdapter(BooleanPrimitiveVector vector, DAS das, VariableAdapterFactory factory) throws VisADException, java.rmi.RemoteException
BooleanPrimitiveVector
.
vector
- A DODS primitive vector of the appropriate type.das
- The DODS DAS in which the attribute
table for the DODS vector is embedded.factory
- A factory for creating adapters of DODS
variables.
VisADException
- VisAD failure.
java.rmi.RemoteException
- Java RMI failure.public ByteVectorAdapter byteVectorAdapter(BytePrimitiveVector vector, DAS das, VariableAdapterFactory factory) throws VisADException, java.rmi.RemoteException
BytePrimitiveVector
.
vector
- A DODS primitive vector of the appropriate type.das
- The DODS DAS in which the attribute
table for the DODS vector is embedded.factory
- A factory for creating adapters of DODS
variables.
VisADException
- VisAD failure.
java.rmi.RemoteException
- Java RMI failure.public UInt16VectorAdapter uInt16VectorAdapter(UInt16PrimitiveVector vector, DAS das, VariableAdapterFactory factory) throws VisADException, java.rmi.RemoteException
UInt16PrimitiveVector
.
vector
- A DODS primitive vector of the appropriate type.das
- The DODS DAS in which the attribute
table for the DODS vector is embedded.factory
- A factory for creating adapters of DODS
variables.
VisADException
- VisAD failure.
java.rmi.RemoteException
- Java RMI failure.public Int16VectorAdapter int16VectorAdapter(Int16PrimitiveVector vector, DAS das, VariableAdapterFactory factory) throws VisADException, java.rmi.RemoteException
Int16PrimitiveVector
.
vector
- A DODS primitive vector of the appropriate type.das
- The DODS DAS in which the attribute
table for the DODS vector is embedded.factory
- A factory for creating adapters of DODS
variables.
VisADException
- VisAD failure.
java.rmi.RemoteException
- Java RMI failure.public UInt32VectorAdapter uInt32VectorAdapter(UInt32PrimitiveVector vector, DAS das, VariableAdapterFactory factory) throws VisADException, java.rmi.RemoteException
UInt32PrimitiveVector
.
vector
- A DODS primitive vector of the appropriate type.das
- The DODS DAS in which the attribute
table for the DODS vector is embedded.factory
- A factory for creating adapters of DODS
variables.
VisADException
- VisAD failure.
java.rmi.RemoteException
- Java RMI failure.public Int32VectorAdapter int32VectorAdapter(Int32PrimitiveVector vector, DAS das, VariableAdapterFactory factory) throws VisADException, java.rmi.RemoteException
Int32PrimitiveVector
.
vector
- A DODS primitive vector of the appropriate type.das
- The DODS DAS in which the attribute
table for the DODS vector is embedded.factory
- A factory for creating adapters of DODS
variables.
VisADException
- VisAD failure.
java.rmi.RemoteException
- Java RMI failure.public Float32VectorAdapter float32VectorAdapter(Float32PrimitiveVector vector, DAS das, VariableAdapterFactory factory) throws VisADException, java.rmi.RemoteException
Float32PrimitiveVector
.
vector
- A DODS primitive vector of the appropriate type.das
- The DODS DAS in which the attribute
table for the DODS vector is embedded.factory
- A factory for creating adapters of DODS
variables.
VisADException
- VisAD failure.
java.rmi.RemoteException
- Java RMI failure.public Float64VectorAdapter float64VectorAdapter(Float64PrimitiveVector vector, DAS das, VariableAdapterFactory factory) throws VisADException, java.rmi.RemoteException
Float64PrimitiveVector
.
vector
- A DODS primitive vector of the appropriate type.das
- The DODS DAS in which the attribute
table for the DODS vector is embedded.factory
- A factory for creating adapters of DODS
variables.
VisADException
- VisAD failure.
java.rmi.RemoteException
- Java RMI failure.public BaseTypeVectorAdapter baseTypeVectorAdapter(BaseTypePrimitiveVector vector, DAS das, VariableAdapterFactory factory) throws VisADException, java.rmi.RemoteException
BaseTypePrimitiveVector
.
vector
- A DODS primitive vector of the appropriate type.das
- The DODS DAS in which the attribute
table for the DODS vector is embedded.factory
- A factory for creating adapters of DODS
variables.
VisADException
- VisAD failure.
java.rmi.RemoteException
- Java RMI failure.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |