|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectvisad.data.dods.Adapter
visad.data.dods.VectorAdapter
visad.data.dods.NumericVectorAdapter
visad.data.dods.FloatVectorAdapter
visad.data.dods.UInt32VectorAdapter
public final class UInt32VectorAdapter
Provides support for adapting a DODS UInt32PrimitiveVector to the
VisAD data-import context.
Instances are immutable.
| Constructor Summary | |
|---|---|
UInt32VectorAdapter(UInt32PrimitiveVector vector,
DAS das,
VariableAdapterFactory factory)
Constructs from a DODS vector and a factory for creating DODS variable adapters. |
|
| Method Summary | |
|---|---|
float[] |
getFloats(PrimitiveVector vec,
boolean copy)
Returns the numeric values of a compatible DODS primitive vector. |
| Methods inherited from class visad.data.dods.FloatVectorAdapter |
|---|
griddedSet, setField |
| Methods inherited from class visad.data.dods.VectorAdapter |
|---|
getMathType, getRepresentationalSets, getVariableAdapter, isFlat, setField, setField, setField, setField, setField, setField, setField, setField, setField |
| Methods inherited from class visad.data.dods.Adapter |
|---|
attributeTable, attributeTable, getCacheStrategy, isFlat, mathType, realType, realType, realType, realType, scalarName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UInt32VectorAdapter(UInt32PrimitiveVector vector,
DAS das,
VariableAdapterFactory factory)
throws VisADException,
java.rmi.RemoteException
vector - A DODS vector to be adapted.das - The DODS DAS in which the attribute
table for the DODS vector is embedded.factory - A factory for creating adapters of DODS
variables.
BadFormException - The DODS information is corrupt.
VisADException - VisAD failure.
java.rmi.RemoteException - Java RMI failure.| Method Detail |
|---|
public float[] getFloats(PrimitiveVector vec,
boolean copy)
getFloats in class FloatVectorAdaptervec - A DODS primitive vector that is compatible with
the primitive vector used to construct this
instance.copy - If true, then a copy is returned.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||