Uses of Class
dods.dap.PrimitiveVector

Packages that use PrimitiveVector
dods.dap This package contains the DODS core classes, known as the Data Access Protocol (DAP). 
visad.data.dods Supports read-only access to datasets on DODS servers by importing such datasets as VisAD data objects. 
 

Uses of PrimitiveVector in dods.dap
 

Subclasses of PrimitiveVector in dods.dap
 class BaseTypePrimitiveVector
          A vector of BaseType.
 class BooleanPrimitiveVector
          A vector of booleans.
 class BytePrimitiveVector
          A vector of bytes.
 class Float32PrimitiveVector
          A vector of doubles.
 class Float64PrimitiveVector
          A vector of doubles.
 class Int16PrimitiveVector
          A vector of shorts.
 class Int32PrimitiveVector
          A vector of ints.
 class UInt16PrimitiveVector
          A vector of unsigned ints.
 class UInt32PrimitiveVector
          A vector of unsigned ints.
 

Methods in dods.dap that return PrimitiveVector
 PrimitiveVector DVector.getPrimitiveVector()
          Returns the PrimitiveVector for this vector.
 PrimitiveVector DVector.getPrimitiveVector()
          Returns the PrimitiveVector for this vector.
 PrimitiveVector BaseType.newPrimitiveVector()
          Constructs a new PrimitiveVector object optimized for the particular data type of this BaseType.
 PrimitiveVector DBoolean.newPrimitiveVector()
          Constructs a new BooelanPrimitiveVector.
 PrimitiveVector DByte.newPrimitiveVector()
          Constructs a new BytePrimitiveVector.
 PrimitiveVector DFloat32.newPrimitiveVector()
          Constructs a new Float32PrimitiveVector.
 PrimitiveVector DFloat64.newPrimitiveVector()
          Constructs a new Float64PrimitiveVector.
 PrimitiveVector DInt16.newPrimitiveVector()
          Constructs a new Int16PrimitiveVector.
 PrimitiveVector DInt32.newPrimitiveVector()
          Constructs a new Int32PrimitiveVector.
 PrimitiveVector DUInt16.newPrimitiveVector()
          Constructs a new UInt16PrimitiveVector.
 PrimitiveVector DUInt32.newPrimitiveVector()
          Constructs a new UInt32PrimitiveVector.
 PrimitiveVector BaseType.newPrimitiveVector()
          Constructs a new PrimitiveVector object optimized for the particular data type of this BaseType.
 PrimitiveVector DBoolean.newPrimitiveVector()
          Constructs a new BooelanPrimitiveVector.
 PrimitiveVector DByte.newPrimitiveVector()
          Constructs a new BytePrimitiveVector.
 PrimitiveVector DFloat32.newPrimitiveVector()
          Constructs a new Float32PrimitiveVector.
 PrimitiveVector DFloat64.newPrimitiveVector()
          Constructs a new Float64PrimitiveVector.
 PrimitiveVector DInt16.newPrimitiveVector()
          Constructs a new Int16PrimitiveVector.
 PrimitiveVector DInt32.newPrimitiveVector()
          Constructs a new Int32PrimitiveVector.
 PrimitiveVector DUInt16.newPrimitiveVector()
          Constructs a new UInt16PrimitiveVector.
 PrimitiveVector DUInt32.newPrimitiveVector()
          Constructs a new UInt32PrimitiveVector.
 PrimitiveVector BaseTypePrimitiveVector.subset(int start, int stop, int stride)
          Create a new primitive vector using a subset of the data.
 PrimitiveVector BooleanPrimitiveVector.subset(int start, int stop, int stride)
          Create a new primitive vector using a subset of the data.
 PrimitiveVector BytePrimitiveVector.subset(int start, int stop, int stride)
          Create a new primitive vector using a subset of the data.
 PrimitiveVector Float32PrimitiveVector.subset(int start, int stop, int stride)
          Create a new primitive vector using a subset of the data.
 PrimitiveVector Float64PrimitiveVector.subset(int start, int stop, int stride)
          Create a new primitive vector using a subset of the data.
 PrimitiveVector Int16PrimitiveVector.subset(int start, int stop, int stride)
          Create a new primitive vector using a subset of the data.
 PrimitiveVector Int32PrimitiveVector.subset(int start, int stop, int stride)
          Create a new primitive vector using a subset of the data.
abstract  PrimitiveVector PrimitiveVector.subset(int start, int stop, int stride)
          Create a new primitive vector using a subset of the data.
 PrimitiveVector BaseTypePrimitiveVector.subset(int start, int stop, int stride)
          Create a new primitive vector using a subset of the data.
 PrimitiveVector BooleanPrimitiveVector.subset(int start, int stop, int stride)
          Create a new primitive vector using a subset of the data.
 PrimitiveVector BytePrimitiveVector.subset(int start, int stop, int stride)
          Create a new primitive vector using a subset of the data.
 PrimitiveVector Float32PrimitiveVector.subset(int start, int stop, int stride)
          Create a new primitive vector using a subset of the data.
 PrimitiveVector Float64PrimitiveVector.subset(int start, int stop, int stride)
          Create a new primitive vector using a subset of the data.
 PrimitiveVector Int16PrimitiveVector.subset(int start, int stop, int stride)
          Create a new primitive vector using a subset of the data.
 PrimitiveVector Int32PrimitiveVector.subset(int start, int stop, int stride)
          Create a new primitive vector using a subset of the data.
abstract  PrimitiveVector PrimitiveVector.subset(int start, int stop, int stride)
          Create a new primitive vector using a subset of the data.
 

Uses of PrimitiveVector in visad.data.dods
 

Methods in visad.data.dods with parameters of type PrimitiveVector
 double[] Float64VectorAdapter.getDoubles(PrimitiveVector vec, boolean copy)
          Returns the numeric values of a compatible DODS primitive vector.
 double[] Float64VectorAdapter.getDoubles(PrimitiveVector vec, boolean copy)
          Returns the numeric values of a compatible DODS primitive vector.
 float[] BooleanVectorAdapter.getFloats(PrimitiveVector vec, boolean copy)
          Returns the numeric values of a compatible DODS primitive vector.
 float[] ByteVectorAdapter.getFloats(PrimitiveVector vec, boolean copy)
          Returns the numeric values of a compatible DODS primitive vector.
 float[] Float32VectorAdapter.getFloats(PrimitiveVector vec, boolean copy)
          Returns the numeric values of a compatible DODS primitive vector.
protected abstract  float[] FloatVectorAdapter.getFloats(PrimitiveVector vector, boolean copy)
          Returns the numeric values of a compatible DODS primitive vector.
 float[] Int16VectorAdapter.getFloats(PrimitiveVector vec, boolean copy)
          Returns the numeric values of a compatible DODS primitive vector.
 float[] Int32VectorAdapter.getFloats(PrimitiveVector vec, boolean copy)
          Returns the numeric values of a compatible DODS primitive vector.
 float[] UInt16VectorAdapter.getFloats(PrimitiveVector vec, boolean copy)
          Returns the numeric values of a compatible DODS primitive vector.
 float[] UInt32VectorAdapter.getFloats(PrimitiveVector vec, boolean copy)
          Returns the numeric values of a compatible DODS primitive vector.
 float[] BooleanVectorAdapter.getFloats(PrimitiveVector vec, boolean copy)
          Returns the numeric values of a compatible DODS primitive vector.
 float[] ByteVectorAdapter.getFloats(PrimitiveVector vec, boolean copy)
          Returns the numeric values of a compatible DODS primitive vector.
 float[] Float32VectorAdapter.getFloats(PrimitiveVector vec, boolean copy)
          Returns the numeric values of a compatible DODS primitive vector.
protected abstract  float[] FloatVectorAdapter.getFloats(PrimitiveVector vector, boolean copy)
          Returns the numeric values of a compatible DODS primitive vector.
 float[] Int16VectorAdapter.getFloats(PrimitiveVector vec, boolean copy)
          Returns the numeric values of a compatible DODS primitive vector.
 float[] Int32VectorAdapter.getFloats(PrimitiveVector vec, boolean copy)
          Returns the numeric values of a compatible DODS primitive vector.
 float[] UInt16VectorAdapter.getFloats(PrimitiveVector vec, boolean copy)
          Returns the numeric values of a compatible DODS primitive vector.
 float[] UInt32VectorAdapter.getFloats(PrimitiveVector vec, boolean copy)
          Returns the numeric values of a compatible DODS primitive vector.
 GriddedSet Float64VectorAdapter.griddedSet(PrimitiveVector vector)
          Returns the VisAD GriddedSet corresponding to the metadata of the DODS primitive vector used during construction of this instance and the data values of a compatible DODS primitive vector.
 GriddedSet FloatVectorAdapter.griddedSet(PrimitiveVector vector)
          Returns the VisAD GriddedSet corresponding to the metadata of the DODS primitive vector used during construction of this instance and the data values of a compatible DODS primitive vector.
abstract  GriddedSet NumericVectorAdapter.griddedSet(PrimitiveVector vector)
          Returns the VisAD GriddedSet corresponding to the metadata of the DODS primitive vector used during construction of this instance and the data values of a compatible DODS primitive vector.
 GriddedSet VectorAdapter.griddedSet(PrimitiveVector vector)
          Throws a VisADException.
 GriddedSet Float64VectorAdapter.griddedSet(PrimitiveVector vector)
          Returns the VisAD GriddedSet corresponding to the metadata of the DODS primitive vector used during construction of this instance and the data values of a compatible DODS primitive vector.
 GriddedSet FloatVectorAdapter.griddedSet(PrimitiveVector vector)
          Returns the VisAD GriddedSet corresponding to the metadata of the DODS primitive vector used during construction of this instance and the data values of a compatible DODS primitive vector.
abstract  GriddedSet NumericVectorAdapter.griddedSet(PrimitiveVector vector)
          Returns the VisAD GriddedSet corresponding to the metadata of the DODS primitive vector used during construction of this instance and the data values of a compatible DODS primitive vector.
 GriddedSet VectorAdapter.griddedSet(PrimitiveVector vector)
          Throws a VisADException.
 void Float64VectorAdapter.setField(PrimitiveVector vector, FieldImpl field, boolean copy)
          Sets the range of a compatible VisAD Field.
 void FloatVectorAdapter.setField(PrimitiveVector vector, FieldImpl field, boolean copy)
          Sets the range of a compatible VisAD Field.
abstract  void NumericVectorAdapter.setField(PrimitiveVector vector, FieldImpl field, boolean copy)
          Sets the range of a compatible VisAD Field.
 void VectorAdapter.setField(PrimitiveVector vector, FieldImpl field, boolean copy)
          Sets the range of a compatible VisAD Field.
 void Float64VectorAdapter.setField(PrimitiveVector vector, FieldImpl field, boolean copy)
          Sets the range of a compatible VisAD Field.
 void FloatVectorAdapter.setField(PrimitiveVector vector, FieldImpl field, boolean copy)
          Sets the range of a compatible VisAD Field.
abstract  void NumericVectorAdapter.setField(PrimitiveVector vector, FieldImpl field, boolean copy)
          Sets the range of a compatible VisAD Field.
 void VectorAdapter.setField(PrimitiveVector vector, FieldImpl field, boolean copy)
          Sets the range of a compatible VisAD Field.
 VectorAdapter VariableAdapterFactory.vectorAdapter(PrimitiveVector vector, DAS das)
          Returns the adapter corresponding to a DODS PrimitiveVector.
 VectorAdapter VariableAdapterFactory.vectorAdapter(PrimitiveVector vector, DAS das)
          Returns the adapter corresponding to a DODS PrimitiveVector.
 VectorAdapter VectorAdapterFactory.vectorAdapter(PrimitiveVector vector, DAS das, VariableAdapterFactory factory)
          Returns the adapter corresponding to a DODS primitive vector.
 VectorAdapter VectorAdapterFactory.vectorAdapter(PrimitiveVector vector, DAS das, VariableAdapterFactory factory)
          Returns the adapter corresponding to a DODS primitive vector.
 

Constructors in visad.data.dods with parameters of type PrimitiveVector
FloatVectorAdapter(PrimitiveVector vector, DAS das, VariableAdapterFactory factory)
          Constructs from a DODS vector and a factory for creating DODS variable adapters.
FloatVectorAdapter(PrimitiveVector vector, DAS das, VariableAdapterFactory factory)
          Constructs from a DODS vector and a factory for creating DODS variable adapters.
NumericVectorAdapter(PrimitiveVector vector, DAS das, VariableAdapterFactory factory)
          Constructs from a DODS vector and a factory for creating DODS variable adapters.
NumericVectorAdapter(PrimitiveVector vector, DAS das, VariableAdapterFactory factory)
          Constructs from a DODS vector and a factory for creating DODS variable adapters.
VectorAccessor(FunctionType funcType, VectorAdapter vectorAdapter, SampledSet domain, PrimitiveVector vector)
          Constructs from a function-type, a vector adapter, a domain and a DODS primitive vector.
VectorAccessor(FunctionType funcType, VectorAdapter vectorAdapter, SampledSet domain, PrimitiveVector vector)
          Constructs from a function-type, a vector adapter, a domain and a DODS primitive vector.
VectorAdapter(PrimitiveVector vector, DAS das, VariableAdapterFactory factory)
          Constructs from a DODS vector and a factory for creating DODS variable adapters.
VectorAdapter(PrimitiveVector vector, DAS das, VariableAdapterFactory factory)
          Constructs from a DODS vector and a factory for creating DODS variable adapters.