public class VectorAdapterFactory extends Object
Instances are immutable.
| Modifier | Constructor and Description |
|---|---|
protected |
VectorAdapterFactory()
Constructs from nothing.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.Copyright © 1996–2023 The SSEC Visualization Project. All rights reserved.