|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object visad.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. |
Method Summary | |
---|---|
BaseTypeVectorAdapter |
baseTypeVectorAdapter(dods.dap.BaseTypePrimitiveVector vector,
dods.dap.DAS das,
VariableAdapterFactory factory)
Returns the adapter corresponding to a DODS BaseTypePrimitiveVector . |
BooleanVectorAdapter |
booleanVectorAdapter(dods.dap.BooleanPrimitiveVector vector,
dods.dap.DAS das,
VariableAdapterFactory factory)
Returns the adapter corresponding to a DODS BooleanPrimitiveVector . |
ByteVectorAdapter |
byteVectorAdapter(dods.dap.BytePrimitiveVector vector,
dods.dap.DAS das,
VariableAdapterFactory factory)
Returns the adapter corresponding to a DODS BytePrimitiveVector . |
Float32VectorAdapter |
float32VectorAdapter(dods.dap.Float32PrimitiveVector vector,
dods.dap.DAS das,
VariableAdapterFactory factory)
Returns the adapter corresponding to a DODS Float32PrimitiveVector . |
Float64VectorAdapter |
float64VectorAdapter(dods.dap.Float64PrimitiveVector vector,
dods.dap.DAS das,
VariableAdapterFactory factory)
Returns the adapter corresponding to a DODS Float64PrimitiveVector . |
Int16VectorAdapter |
int16VectorAdapter(dods.dap.Int16PrimitiveVector vector,
dods.dap.DAS das,
VariableAdapterFactory factory)
Returns the adapter corresponding to a DODS Int16PrimitiveVector . |
Int32VectorAdapter |
int32VectorAdapter(dods.dap.Int32PrimitiveVector vector,
dods.dap.DAS das,
VariableAdapterFactory factory)
Returns the adapter corresponding to a DODS Int32PrimitiveVector . |
UInt16VectorAdapter |
uInt16VectorAdapter(dods.dap.UInt16PrimitiveVector vector,
dods.dap.DAS das,
VariableAdapterFactory factory)
Returns the adapter corresponding to a DODS UInt16PrimitiveVector . |
UInt32VectorAdapter |
uInt32VectorAdapter(dods.dap.UInt32PrimitiveVector vector,
dods.dap.DAS das,
VariableAdapterFactory factory)
Returns the adapter corresponding to a DODS UInt32PrimitiveVector . |
VectorAdapter |
vectorAdapter(dods.dap.PrimitiveVector vector,
dods.dap.DAS das,
VariableAdapterFactory factory)
Returns the adapter corresponding to a DODS primitive vector. |
static VectorAdapterFactory |
vectorAdapterFactory()
Returns an instance of this class. |
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(dods.dap.PrimitiveVector vector, dods.dap.DAS das, VariableAdapterFactory factory) throws VisADException, 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.
RemoteException
- Java RMI failure.public BooleanVectorAdapter booleanVectorAdapter(dods.dap.BooleanPrimitiveVector vector, dods.dap.DAS das, VariableAdapterFactory factory) throws VisADException, 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.
RemoteException
- Java RMI failure.public ByteVectorAdapter byteVectorAdapter(dods.dap.BytePrimitiveVector vector, dods.dap.DAS das, VariableAdapterFactory factory) throws VisADException, 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.
RemoteException
- Java RMI failure.public UInt16VectorAdapter uInt16VectorAdapter(dods.dap.UInt16PrimitiveVector vector, dods.dap.DAS das, VariableAdapterFactory factory) throws VisADException, 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.
RemoteException
- Java RMI failure.public Int16VectorAdapter int16VectorAdapter(dods.dap.Int16PrimitiveVector vector, dods.dap.DAS das, VariableAdapterFactory factory) throws VisADException, 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.
RemoteException
- Java RMI failure.public UInt32VectorAdapter uInt32VectorAdapter(dods.dap.UInt32PrimitiveVector vector, dods.dap.DAS das, VariableAdapterFactory factory) throws VisADException, 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.
RemoteException
- Java RMI failure.public Int32VectorAdapter int32VectorAdapter(dods.dap.Int32PrimitiveVector vector, dods.dap.DAS das, VariableAdapterFactory factory) throws VisADException, 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.
RemoteException
- Java RMI failure.public Float32VectorAdapter float32VectorAdapter(dods.dap.Float32PrimitiveVector vector, dods.dap.DAS das, VariableAdapterFactory factory) throws VisADException, 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.
RemoteException
- Java RMI failure.public Float64VectorAdapter float64VectorAdapter(dods.dap.Float64PrimitiveVector vector, dods.dap.DAS das, VariableAdapterFactory factory) throws VisADException, 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.
RemoteException
- Java RMI failure.public BaseTypeVectorAdapter baseTypeVectorAdapter(dods.dap.BaseTypePrimitiveVector vector, dods.dap.DAS das, VariableAdapterFactory factory) throws VisADException, 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.
RemoteException
- Java RMI failure.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |