public abstract class VectorQuantity extends Quantity
Modifier | Constructor and Description |
---|---|
protected |
VectorQuantity(visad.RealTupleType realTupleType)
Constructs from an existing VisAD
RealTupleType . |
protected |
VectorQuantity(visad.RealType[] realTypes)
Constructs from an array of VisAD
RealType s. |
protected |
VectorQuantity(visad.RealType[] realTypes,
visad.CoordinateSystem coordinateSystem)
Constructs from an array of VisAD
RealType s and a default
coordinate system transformation. |
protected |
VectorQuantity(visad.RealType[] realTypes,
visad.CoordinateSystem coordinateSystem,
visad.Set set)
Constructs from an array of VisAD
RealType s, a default
coordinate system transformation, and a default sampling set. |
Modifier and Type | Method and Description |
---|---|
protected visad.EarthVectorType |
earthVectorType()
Returns the associated
RealTupleType . |
realTupleType, setRealTupleType
protected VectorQuantity(visad.RealType[] realTypes) throws visad.VisADException
RealType
s.realTypes
- The array of RealType
s.visad.VisADException
- if a core VisAD failure occurs.protected VectorQuantity(visad.RealType[] realTypes, visad.CoordinateSystem coordinateSystem) throws visad.VisADException
RealType
s and a default
coordinate system transformation.realTypes
- The array of RealType
s.coordinateSystem
- The default CoordinateSystem of this quantity.
May be null
.visad.VisADException
- if a core VisAD failure occurs.protected VectorQuantity(visad.RealType[] realTypes, visad.CoordinateSystem coordinateSystem, visad.Set set) throws visad.VisADException
RealType
s, a default
coordinate system transformation, and a default sampling set.realTypes
- The array of RealType
s.coordinateSystem
- The default CoordinateSystem of this quantity.
May be null
.set
- The default domain set of this quantity. May be
null
.visad.VisADException
- if a core VisAD failure occurs.protected VectorQuantity(visad.RealTupleType realTupleType)
RealTupleType
.realTupleType
- An existing RealTupleType
.